cURL
curl --request GET \ --url https://api.polynode.dev/v2/sports/tournaments \ --header 'x-api-key: <api-key>'
{ "count": 1, "tournaments": [ { "id": 2, "name": "March Madness 2026", "numEntrants": 64, "phases": [ { "id": 7, "tournamentId": 2, "roundSize": 64, "displayName": "Round of 64" }, { "id": 8, "roundSize": 32, "displayName": "Round of 32" } ] } ] }
Tournament brackets with phases, teams, and seeds.
GET /v2/sports/tournaments/{id}
curl "https://api.polynode.dev/v2/sports/tournaments/2?key=YOUR_KEY"
Tournament list