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
429
With GPX
278
With elevation profile
278
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-06-21T05:00:50.682Z",
"total_races": 429,
"returned_races": 1,
"page": 1,
"limit": 1,
"total_pages": 429,
"filters": {
"country": null,
"has_gpx": null,
"tier": null
},
"items": [
{
"id": "maxi-race-annecy-105km-2025",
"name": "MaXi-Race Annecy",
"edition": "2025",
"date": "2025-05-31",
"location": {
"city": "Annecy",
"country": "France",
"country_code": "FR"
},
"distance_km": 105,
"has_gpx": true,
"has_elevation_profile": true,
"has_route_map": true,
"tags": [
"trail",
"100K",
"GPX"
],
"description": "MaXi-Race Annecy is a mountain trail festival built around the full tour of Lake Annecy, linking lake views, Semnoz ridges and long technical alpine sections above the French Alps.",
"race_page_url": "https://trailcompanion.fr/catalog/maxi-race-annecy-105km-2025",
"source": "TrailCompanion",
"source_url": "https://trailcompanion.fr",
"last_updated": "2026-05-22T21:22:02.729Z",
"elevation_gain_m": 4929,
"elevation_loss_m": 4919,
"elevation_profile_image_url": "https://trailcompanion.fr/og/races/maxi-race-annecy-105km-2025/elevation.png"
}
]
}