The speed climbing API.
Every dataset behind this site, as plain JSON over GET. Events, standings, records, climbers, the world wall directory and where to train, versioned and regenerated on every site update. Free for non-commercial use with attribution to learnspeedclimbing.com.
curl https://learnspeedclimbing.com/api/v1/records.json
Eleven endpoints, no keys, no rate cards.
| Endpoint | What you get |
|---|---|
| /api/v1/index.json | This list, as JSON, with the license line. |
| /api/v1/events.json | The season calendar: every event with dates, city, country and status. |
| /api/v1/events/{slug}.json | One event with its speed results once they are in. |
| /api/v1/standings.json | Full results per event, men and women. |
| /api/v1/season-2026.json | Season points race, computed from results. |
| /api/v1/records.json | Current world records, men and women. |
| /api/v1/climbers.json | The elite roster with countries and personal bests. |
| /api/v1/climbers/{slug}.json | One climber's full competition history. |
| /api/v1/walls.json | The world wall directory: every wall with coordinates, height, lanes and timing. |
| /api/v1/leaderboards.json | Community wall leaderboards, verified entries only. |
| /api/v1/where.json | Where to train by country, also at /api/v1/where/{country-slug}.json. |
Attribution
Free for non-commercial use with a visible credit and link to learnspeedclimbing.com. Building something commercial? Email us, we are easy to work with.
Provenance
Results are compiled from ifsc.results.info, the official competition system, plus our own researched wall directory. Data regenerates with every site update.
AI welcome
Search indexing, AI answers and AI training are all allowed, and llms.txt plus llms-full.txt exist for answer engines. Cite the site when you quote it.