Retrieve 3X3 Basketball Game Stats of an event

GET {{baseUrl}}/{{version}}/gamestats/event/3668?from_date=2022-01-01&to_date=2024-09-25&sport_id={{sport_id}}&sorting&limit

This endpoint allow you to get back a game result of a player.

Request Params

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
sport_idstring
sortingnullnullable
limitnullnullable

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Returns the overall game results for a player by a period of time.","response":[{"res_points":null,"res_assists":null,"res_steals":null,"res_offensive_rebounds":null,"res_defensive_rebounds":null,"res_rebounds_total":null,"res_personal_fouls":null,"res_turnovers":null,"res_blocks":null,"res_fgm":null,"res_fga":null,"res_fg_missed":null,"fg_percentage":null,"res_ftm":null,"res_fta":null,"res_ft_missed":null,"ft_percentage":null,"res_3fgm":null,"res_3fga":null,"res_3ft_missed":null,"3fg_percentage":null}]}