ST2) Please a detail match history API of custom games

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

Star Cleft 2 Client Battlenet displays match records in detail.

Could you please provide more information from the Starcraft2 API as well?

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’m a hero combat st2 game maker similar to LOL.

My profession is a web developer.

I would like to create a battle record site for my game.
You need to check the player’s record.

It will be provided in the same way as the record from the Battlenet client.

All you have to do is provide the data displayed on Battlenet as it is.

I like Blizzard very much.
Please add a function!