This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
forked from splewis/get5-web
-
Notifications
You must be signed in to change notification settings - Fork 10
Match
PhlexPlexico edited this page Jun 18, 2019
·
2 revisions
This page is currently under maintenance.
This page has all the JSON calls listed within the match.py
file. Most of these calls include direct interaction with the GameServer, via get5_apistats
.
METHOD | URI | REQUEST VALUES | DESCRIPTION | RESPONSE |
---|---|---|---|---|
GET | /api/match/int:matchid/ | Retrieves all information possible about a match. | JSON Array containing values of match. | |
GET | /api/match/scoreboard/int:matchid | Gets the scoreboards of a given match. | JSON array of dicts containing all map scores. | |
GET | /api/match/header/int:matchid | Gets the header of the match page. | JSON Values containing team names, scores, and flags/logos. | |
GET | /api/match/veto/int:matchid | Gets the vetoes of the match ID. | JSON Values containing values from the veto process. |