Documentation coming soon, but the endpoints are already in place.Stations:#
Attributes: name, stream_url, details, match_id
GET /tournaments/{tournament_id}/stations.json
POST /tournaments/{tournament_id}/stations.json
GET /tournaments/{tournament_id}/stations/{station_id}.json
PUT /tournaments/{tournament_id}/stations/{station_id}.json
Update a Station with a match_id to assign it to a match.
DELETE /tournaments/{tournament_id}/stations/{station_id}.json
Station Queuers:#
Attributes: match_id, position
GET /tournaments/{tournament_id}/stations/{station_id}/station_queuers.json
POST /tournaments/{tournament_id}/stations/{station_id}/station_queuers.json
Create a Station Queuer to add a match to a station's queue. It'll auto-assign the match when the station becomes available.
GET /tournaments/{tournament_id}/stations/{station_id}/station_queuers/{station_queuer_id}.json
PUT /tournaments/{tournament_id}/stations/{station_id}/station_queuers/{station_queuer_id}.json
DELETE /tournaments/{tournament_id}/stations/{station_id}/station_queuers/{station_queuer_id}.json
Modified at 2025-11-14 16:42:38