v1

latestOpenAPI 3.0.02026-07-14282938.4 KB
Top Lists

Get national top-list data for a specific discipline and category.

get/top-lists/{discipline}

Path parameters

disciplinestring required

The specific track and field discipline (e.g., 100m, Javelin).

Query parameters

categorystring required

Filter by age/gender category (e.g., Senior Men, U18 Girls).

Response

A list of ranked athletes and their top performances.

positioninteger

The athlete's rank in the list.

athlete_idstring
namestring
clubstring

Example response

[
  {
    "best_performance": {
      "performance": "51.45"
    }
  }
]