Retrieve team game stats
GET {{baseUrl}}/v1/gamestats/team/{{team_id}}?from_date=01-02-2022&to_date=08-2-2022&team_id=100&sorting=desc&limit=50
This endpoint helps you retrieve the game stats of a given team by its UID (unique identifier).
You can request game stats for a particular period using:
from_dateĀ
to_date
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from_date | string | nullable | |
to_date | string | nullable | |
team_id | number | nullable | |
sorting | string | nullable | |
limit | number | nullable |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |