Public Syndication Feed
Race data formatted for editors, scrapers, and backlink pickup.
TrailCompanion publishes a public machine-readable feed for race discovery, editorial monitoring, and content syndication. The JSON and RSS endpoints expose canonical race URLs, GPX availability, elevation stats, and reusable descriptions with no authentication.
Total races
350
With GPX
30
With elevation profile
30
Why this exists
- Canonical race pages are baked into every item so downstream stories link back to TrailCompanion by default.
- GPX and elevation-profile flags make it easy to identify courses with structured route assets, not just basic calendar metadata.
- JSON filtering supports country, GPX-only, Tier 1, and paginated sampling for newsroom tooling or monitoring jobs.
Sample JSON
{
"feed_version": "1.0",
"feed_url": "https://trailcompanion.fr/api/races/feed.json",
"title": "TrailCompanion — Base de donnees courses de trail",
"description": "Donnees structurees sur les courses de trail running : profils altimetriques, traces GPX, distances, deniveles. Source : trailcompanion.fr",
"home_url": "https://trailcompanion.fr",
"language": "fr-FR",
"last_updated": "2026-05-09T02:50:16.823Z",
"total_races": 350,
"returned_races": 1,
"page": 1,
"limit": 1,
"total_pages": 350,
"filters": {
"country": null,
"has_gpx": null,
"tier": null
},
"items": [
{
"id": "spine-race-431km-2026",
"name": "Spine Race",
"edition": "2026",
"date": "2026-01-11",
"location": {
"city": "",
"country": "Royaume-Uni",
"country_code": "GB"
},
"distance_km": 431,
"has_gpx": true,
"has_elevation_profile": true,
"has_route_map": true,
"tags": [
"ultra",
"trail",
"ITRA",
"UTMB",
"GPX"
],
"description": "The Montane Spine Races are widely regarded as some of the toughest endurance races in the world, featuring non-stop, expedition-style racing along the iconic Pennine Way in the UK and the Kungsleden Trail in Sweden. Participants face extreme conditions that test their physical and mental resilience.",
"race_page_url": "https://trailcompanion.fr/catalog/spine-race-431km-2026",
"source": "TrailCompanion",
"source_url": "https://trailcompanion.fr",
"last_updated": "2026-05-02T11:28:04.404Z",
"elevation_gain_m": 14500,
"elevation_profile_image_url": "https://trailcompanion.fr/og/races/spine-race-431km-2026/elevation.png"
}
]
}