data.fei.org API: search_calendar
data.fei.org via Parse · sports
Search the FEI calendar for shows/events by date range and/or venue. Accepts DD/MM/YYYY or ISO YYYY-MM-DD date formats. Returns up to 50 shows per page; use the page parameter together with total_count to paginate. Results within each page are sorted descending by start date with a stable secondary sort on Show_id so that ties do not shift across page boundaries. When the date range is wholly in the past, automatically navigates to the Past Shows view. Each show in the results includes an Events_ids array with all event IDs reachable from that show. API for the FEI (Fédération Equestre Internationale) Database at data.fei.org. Provides access to horse records, person/athlete profiles, competition results, rankings, calendar events, and national federation details. Fulfilled by Parse from data.fei.org.
- b2b-directory
- data-fei-org
- government-public
- 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/4ec7d4d3-bcf8-4a28-84b4-bdc3bd38455f/search_calendar
- Interface artifact
- sha256:fdbea66f36c2fa1c650dd022a36deb01b2ea90aa864d76aabcb311023a3b7ccb
- Manifest digest
- sha256:e800241a73e446f93f2a3db81bef5305f4e6f5ba976ad5360111428b7b09dbb3
Request fields
- page (integer): Page number (1-indexed). Each page returns up to 50 shows.
- venue (string): Venue name to search for (e.g. London, Madrid)
- date_to (string): End date in DD/MM/YYYY or YYYY-MM-DD format
- date_from (string): Start date in DD/MM/YYYY or YYYY-MM-DD format
- show_type_code (string): Show type code to filter by
- discipline_code (string): Discipline code to filter by (e.g. 1=Jumping, 2=Dressage, 3=Eventing, 4=Driving, 5=Endurance, 6=Reining, 7=Vaulting, 8=Para Dressage, 9=Para Driving)
Example queries
- {"venue":"London","date_to":"31/12/2026","date_from":"01/01/2026"}