StartCraft ll Legacy API - Match History

Does Match History API provide only simple matching information?
Can’t see details?

xxxxx://us.api.blizzard.com/sc2/legacy/profile/1/1/xxxxxxx/matches?access_token=xxxxxxxxxxxxxxxxxxxxx

An API request was made to the url address.

{
“matches”: [
{
“map”: “Refinery XJ-17”,
“type”: “4v4”,
“decision”: “Loss”,
“speed”: “Faster”,
“date”: 1503640246
},
{
“map”: “Refinery XJ-17”,
“type”: “custom”,
“decision”: “Loss”,
“speed”: “Faster”,
“date”: 1503639097
}
}

The data was transmitted in JSON format as described above.

Only a simple record of the game is coming out.
Can you see more details?

How many players are there,
Who is 1player,
Who is 2player,
What is the military production score?
Can you also check the details?

When you connect the game and press the history button of the game, you can see the details there.
However, the API does not provide it.

I now want to review the custom game record in detail.

I have the same problem- only 25 last data records with very simple information as you discribed. Any ideas friend?