Horse Racing API
# Horse Racing Data API Documentation This API provides access to a comprehensive dataset related to horse racing, including information about horses, jockeys, trainers, races, and race results. ## Endpoints ### General Endpoints - `GET /` - Description: Base endpoint, typically used to check API status. - `GET /ping` - Description: Health check endpoint to verify if the API is running. - `GET…
Horse Racing API endpoints
| Method | Endpoint | Description |
|---|---|---|
| General Endpoints | ||
| GET |
Base / |
typically used to check API status |
| GET |
Health Check /ping |
verify if the API is running |
| Horse Data Endpoints | ||
| GET |
Get Horse by ID /api/horses/H_69 |
get a horse data based on an ID |
| Race Data Endpoints | ||
| GET |
Get Horses by Race ID /api/races/R_69/horses |
Get the data of all horses of a given race |
| GET |
Get Race by ID /api/races/R_69 |
get the race data |
| GET |
Get Races by Date Range /api/races/date_range |
get all the races between two dates |
| GET |
Get Races by Exact Date /api/races/date |
Get all races of a given date |
| GET |
Get Prognoses /api/prognoses/R_69 |
Get the prognoses of zeturf.com for a given race |
| Jockey Data Endpoints | ||
| GET |
Get Jockey by ID /api/jockeys/J_69 |
get the list of all records of a given jockey |
| Trainer Data Endpoints | ||
| GET |
Get Trainer by ID /api/trainers/T_69 |
get the list of all records of a given trainer |
| Race Result Endpoints | ||
| GET |
Get winnings by Race ID /api/winnings/R_69 |
get the winning rates for a given race |
Horse Racing API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 5 / second |
|
| ULTRA | $39.99 / month | 5 / second |
|
| MEGA | $99.99 / month | 5 / second |
|