v1
latestOpenAPI 3.0.02026-07-14282938.4 KBTop 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.
Example response
[
{
"best_performance": {
"performance": "51.45"
}
}
]