Discover/equibase.com API
live

equibase.com APIequibase.com

Access Equibase horse profiles, race results, track entries, speed figures, and leader stats for jockeys, trainers, and owners via a structured JSON API.

Endpoints
7
Updated
10d ago
Try it
Horse name to search for
Breed type filter. Accepted values: TB (Thoroughbred), QH (Quarter Horse).
api.parse.bot/scraper/aade7361-953e-4363-895f-0a2b28352de5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/aade7361-953e-4363-895f-0a2b28352de5/search_horse?name=Authentic&breed_type=TB' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for a horse by name to retrieve its reference number and basic details including sire, dam, year of birth, and registry information.

Input
ParamTypeDescription
namerequiredstringHorse name to search for
breed_typestringBreed type filter. Accepted values: TB (Thoroughbred), QH (Quarter Horse).
Response
{
  "type": "object",
  "fields": {
    "data": "array of horse objects with fields: horseName, refNo, sireName, damName, yob, sex, colorDesc, registry, breedType, areaId"
  },
  "sample": {
    "data": [
      {
        "sex": "H",
        "yob": 2017,
        "refNo": 10286142,
        "areaId": "KY ",
        "damName": "Flawless",
        "registry": "T",
        "sireName": "Into Mischief",
        "breedType": "TB",
        "colorDesc": "Bay",
        "horseName": "Authentic"
      }
    ],
    "status": "success"
  }
}

About the equibase.com API

This API exposes 7 endpoints covering Equibase.com horse racing data, from searching horses by name to retrieving career statistics, historical race results, and track entries. The get_leaders endpoint returns paginated rankings with earnings, starts, and win/place/show counts for horses, jockeys, trainers, and owners. Each endpoint returns structured JSON suitable for building handicapping tools, form guides, or racing analytics pipelines.

Horse Search and Profiles

The search_horse endpoint accepts a horse name and an optional breed_type filter (TB for Thoroughbred, QH for Quarter Horse), returning an array of matches. Each result includes horseName, refNo, sireName, damName, yob, sex, colorDesc, registry, breedType, and areaId. The refNo from search results is the key input for get_horse_profile, which returns full career statistics and historical race records including E-Speed figures for a specific horse.

Race Results and Track Entries

get_race_results takes a date (MM/DD/YYYY), a track abbreviation (e.g., AQU), an optional country code, and a race_num to return finishing positions and payoffs for a single race. get_track_entries uses the same date, track, and country inputs to return post times and entry labels for all races at a track on a given day — useful for building pre-race dashboards or monitoring upcoming cards.

Leaders and Speed Figures

The get_leaders endpoint supports filtering by type (horse, jockey, trainer, owner), breed (TB or QH), and timeframe (year or meet). Response fields include earnings, rank, starts, and win/place/show counts, along with the entity name appropriate to the type queried. Results are paginated with a total_rows count. get_speed_figures returns E-Speed figure leaders for performance comparison. get_foals_scheduled exposes upcoming stakes nominations and registered foal lists with no required inputs.

Coverage and Data Freshness

Track abbreviations follow Equibase's standard codes (e.g., AQU for Aqueduct). Dates must be formatted as MM/DD/YYYY across all endpoints that accept them. The breed_type filter is consistent across search and leader endpoints, making it straightforward to scope queries to Thoroughbred or Quarter Horse circuits independently.

Common use cases
  • Build a handicapping tool that pulls career stats and E-Speed figures for horses entered in an upcoming race.
  • Track yearly earnings leaders by jockey or trainer across Thoroughbred and Quarter Horse circuits.
  • Aggregate historical race result payoffs by track to analyze exotic betting trends.
  • Monitor daily track entries and post times for a specific track to power a racing calendar.
  • Cross-reference foal nominations with stakes race schedules for bloodstock research.
  • Rank trainers by meet-level win percentage using starts and win counts from get_leaders.
  • Compile sire and dam lineage data from search_horse results for pedigree analysis.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Equibase have an official developer API?+
Equibase does not publish a public developer API. Data access through official channels is generally limited to licensed commercial agreements. This Parse API provides structured programmatic access to the same publicly available data.
What does `get_leaders` return, and can I filter by both breed and timeframe together?+
Yes. get_leaders accepts type (horse, jockey, trainer, owner), breed (TB or QH), and timeframe (year or meet) as independent optional filters that can be combined. The response includes earnings, rank, starts, and win/place/show counts, plus a total_rows field for pagination. The name field in each stat object varies by type — jockeyName, horseName, trainerName, or ownerName.
Can I retrieve odds or live in-running race data?+
Not currently. The API covers historical race results with finishing positions and payoffs, track entries with post times, and leader statistics. Live odds and in-running data are not included. You can fork this API on Parse and revise it to add an endpoint targeting those data points.
Does `get_race_results` return results for international tracks?+
The country parameter is optional on get_race_results and get_track_entries, suggesting some international coverage, but the primary data reflects North American racing tracked by Equibase. Coverage depth for non-US tracks may vary. You can fork this API on Parse and revise it to narrow or expand the track scope as needed.
Are workout data or past performances returned by any endpoint?+
Workout data is not currently exposed as a dedicated endpoint. get_horse_profile returns historical race records and career statistics including E-Speed figures, but structured workout entries are not part of the current response shape. You can fork this API on Parse and revise it to add a workout-focused endpoint.
Page content last updated . Spec covers 7 endpoints from equibase.com.
Related APIs in SportsSee all →
ncaa.com API
Access live college sports scores, game schedules, detailed boxscores, play-by-play breakdowns, and team statistics across NCAA sports. Search for specific contests and retrieve comprehensive game information for any NCAA sport, division, or team.
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
nfl.com API
Access real-time NFL data including game schedules, scores, player statistics, team rosters, standings, injury reports, fantasy rankings, and the latest news — all from nfl.com.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.
Equibase API — Horse Racing Data · Parse