Blizzard / Blizzard/s2protocol

Client API endpoint /game - more player information

Open
#52 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
641
Forks
118
PR merge metrics
No merged PRs in 30d

Description

In the SC2 Client API the end point for /game currently returns

`{
"isReplay":false,
"displayTime":100.0,
"players":[
{
"id":1,
"name":"AccountName",
"type":"user",
"race":"Zerg",
"result":"Defeat"
},
{
"id":2,
"name":"Player 2",
"type":"computer",
"race":"random",
"result":"Victory"
}
]
}`

What would be useful is to add in some more information into the players object.

**Needed Additions:**
Character id, Realm Id

**Possible Additions:**
Server
MMR (before and after game ends values ?)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.