v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
My Tournaments

List your tournament calendar

Returns registration-deadline, check-in-opening, and tournament-start milestones for tournaments the API key owner's teams are entered in. Cancelled tournaments are omitted, and scheduled tournament matches are not included here - they surface through the match endpoints. Defaults to the next 30 days when no window is given. Requires tournaments.tournament_public:read.

get/user/tournaments/calendar

Query parameters

rangeStartstring

Window start, ISO 8601. Defaults to the time of the request.

Window start, ISO 8601. Defaults to the time of the request.

rangeEndstring

Window end, ISO 8601. Defaults to 30 days after rangeStart.

Window end, ISO 8601. Defaults to 30 days after rangeStart.

Response

Tournament milestones in the applied window, ascending by time.

countinteger required

Number of milestones returned.

rangeStartstring required

Applied window start (ISO 8601).

rangeEndstring required

Applied window end (ISO 8601).

timestampstring required

Response generation time (ISO 8601).