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

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
team_idnumbernullable
sortingstringnullable
limitnumbernullable

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token