# downhill.info Community commons for downhill skateboarding. ## Public API Base URL: `https://downhill.info/api/v1` Responses use a plain JSON envelope: ```json { "data": {}, "meta": {}, "links": {} } ``` Dates are ISO 8601 strings. Durations and times are integers in milliseconds. CORS is open for public reads. ### Endpoints - `GET /api/v1/meta` - `GET /api/v1/events` - `GET /api/v1/events/:slug` - `GET /api/v1/events/:slug/results` - `GET /api/v1/series` - `GET /api/v1/series/:slug` - `GET /api/v1/series/:slug/standings` ### Guidance - Use `/api/v1/events?q=...&year=...` to find events. - Use `/api/v1/events/:slug/results` for grouped race results. - Use `/api/v1/series/:slug/standings` for series rankings. - Prefer the public API over scraping HTML. - The dataset is community maintained and can have gaps. ## Upcoming events - 2026-03-27: Cullera Downhill Race 2026 (https://downhill.dissonance.workers.dev/event/cullera-downhill-2026) - 2026-03-28: THE CANNON AT MOUNT AN*AN (https://downhill.dissonance.workers.dev/event/cannon-at-mount-anan) - 2026-04-05: 2nd Sibuyas Festival Downhill Skateboarding Race 2026 (https://downhill.dissonance.workers.dev/event/sibuyas-festival-2026) - 2026-04-05: Splinter Splinter (https://downhill.dissonance.workers.dev/event/splinter-splinter) - 2026-04-11: WAR RACE 2026 (https://downhill.dissonance.workers.dev/event/war-race-2026) - 2026-04-11: Dirt Farm Freeride (https://downhill.dissonance.workers.dev/event/dirt-farm-freeride) - 2026-04-17: Rasen in Wasen 2026 (https://downhill.dissonance.workers.dev/event/rasen-in-wasen-2026) - 2026-04-17: Tepe and Tacos (https://downhill.dissonance.workers.dev/event/tepe-and-tacos) - 2026-04-24: Maryhill Spring Freeride 2026 (https://downhill.dissonance.workers.dev/event/maryhill-spring-freeride-2026) - 2026-05-01: TÜP OPENING 2026 (https://downhill.dissonance.workers.dev/event/tup-opening-2026) ## Recent series - Eurotour Downhill Championship 2026 (https://downhill.dissonance.workers.dev/series/eurotour-2026) - World Downhill Skateboarding Championship 2026 (https://downhill.dissonance.workers.dev/series/wdsc-2026) - Eurotour 2025 (https://downhill.dissonance.workers.dev/series/eurotour-2025) - WDSC 2025 (https://downhill.dissonance.workers.dev/series/wdsc-2025) - WDSC 2024 (https://downhill.dissonance.workers.dev/series/wdsc-2024) ## API https://downhill.dissonance.workers.dev/api/v1