APIHub
Back to Explore

TourneyRadar

TourneyRadar offers programmatic access to information about upcoming chess tournaments, letting clients list all events, retrieve detailed data for a specific tournament, fetch the set of supported countries, search tournaments by keyword, and obtain aggregate tournament statistics.

Sports & Fitness
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

3270ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/tournaments

Retrieve a list of all tournaments

GET

/v1/tournaments/:id

Retrieve details of a specific tournament by its ID

  • id (path, required) — Identifier of the tournament
GET

/v1/countries

Retrieve a list of supported countries

GET

/v1/search

Search tournaments based on a query string

  • q (query) — Search query term
GET

/v1/stats

Retrieve overall statistics about tournaments

5 endpoints auto-detected

curl -X GET \
  "https://tourneyradar-api.vercel.app/v1/tournaments"

tourneyradar-api.vercel.app · HTTPS only