Cyclocross24: Get Race Calendar
Cyclocross24 via Parse · sports
Retrieve a list of cyclocross race events from the calendar. Supports filtering by category, season, country, and class. Returns all races for the given filters. Season and category are path-based; country and class are query parameters. API for cyclocross race results, calendar, rider profiles, and standings from Cyclocross24.com. Fulfilled by Parse from cyclocross24.com.
- cyclocross24
- cyclocross24-com
- entertainment
- news-media
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/31aec839-d780-4a89-ab8a-6c1a43896042/get_race_calendar
- Interface artifact
- sha256:c840b7386b550d6a0f927f441df7ff99f206e5a3a5aaecb1bb61bc80f72a2799
- Manifest digest
- sha256:d8ddf1de97fec3d7f9aff9b9a97436e500256155c69b6bea9ceec6063ddb8411
Request fields
- class (string): Race class filter.: Allowed values: C1, C2, CDM, CM, CN, CC
- season (string): Season string in the format 'YYYY-YYYY' (e.g. '2024-2025').
- country (string): Full country name as used on the site (e.g. 'Belgium', 'Netherlands', 'France', 'United States').
- category (string): Category code.: Allowed values: ME, WE, MU, WU, MJ, WJ
- hide_cancelled (boolean): Whether to hide cancelled races from the results.
Example queries
- {"class":"C1","season":"2024-2025","country":"Belgium","category":"ME","hide_cancelled":"false"}