Skip to main content
GET
/
api
/
v1
/
leaderboard
/
analysis
Get Analysis
curl --request GET \
  --url https://api.example.com/api/v1/leaderboard/analysis
{
  "teams": [
    {
      "id": 123,
      "name": "<string>",
      "play_count": 123
    }
  ],
  "matrix": [
    [
      123
    ]
  ],
  "team_names": [
    "<string>"
  ]
}

Response

200 - application/json

Successful Response

teams
AnalysisTeam · object[]
required
matrix
((integer | string)[])[]
required
team_names
string[]
required