v7

OpenAPI 3.1.02026-08-0358124623.5 KB
North America

Meet Entries

<h4>Get entries for a North American meet</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Free + North America regional add-on</td></tr><tr><td><b>Rate Limit</b></td><td>5 requests per second</td></tr><tr><td><b>Add-ons</b></td><td><b>[Required] North America regional add-on</b>: users on any plan can subscribe to this add-on for £49.99 per month. Contact <a href='mailto:support@theracingapi.com'>support@theracingapi.com</a> for information.</td></tr></tbody></table>
get/v1/north-america/meets/{meet_id}/entries

Path parameters

meet_idstring required

Response

Successful Response

meet_idstring required
track_idstring required
track_namestring required
countrystring required
datestring required

Example response

{
  "country": "USA",
  "date": "2026-02-01",
  "meet_id": "AQU_1769922000000",
  "races": [
    {
      "age_restriction": "03",
      "age_restriction_description": "3 Year Olds",
      "breed": "Thoroughbred",
      "changes": [],
      "course_type": "D",
      "course_type_class": "D",
      "distance_description": "6 1/2 Furlongs",
      "distance_unit": "F",
      "distance_value": 6,
      "grade": "",
      "has_finished": false,
      "has_results": false,
      "is_cancelled": false,
      "max_claim_price": 0,
      "min_claim_price": 0,
      "mtp": -315,
      "post_time": "12:40 PM",
      "post_time_long": "63600000",
      "purse": 80000,
      "race_class": "MAIDEN SPECIAL WEIGHT",
      "race_key": {
        "day_evening": "D",
        "race_number": "1"
      },
      "race_name": "",
      "race_pools": [
        {
          "maximum_wager_amount": 10000,
          "minimum_box_amount": 1,
          "minimum_wager_amount": 2,
          "minimum_wheel_amount": 1,
          "pool_code": "WN",
          "pool_name": "Win",
          "race_list": "1"
        }
      ],
      "race_restriction": "",
      "race_type": "MSW",
      "race_type_description": "MAIDEN SPECIAL WEIGHT",
      "runners": [
        {
          "claiming": 0,
          "coupled_type": "",
          "dam_name": "Criminal Mischief",
          "dam_sire_name": "Into Mischief",
          "description": "",
          "equipment": "Blk-O",
          "horse_name": "Felonious",
          "jockey": {
            "alias": "Santana R Jr",
            "first_name": "Ricardo",
            "first_name_initial": "R",
            "id": "jky_na_408144",
            "last_name": "Santana, Jr.",
            "middle_name": "",
            "type": "JE"
          },
          "medication": "L",
          "morning_line_odds": "5/2",
          "post_pos": "1",
          "program_number": "1",
          "program_number_stripped": 1,
          "registration_number": "23009154",
          "scratch_indicator": "N",
          "sire_name": "Charlatan",
          "trainer": {
            "alias": "Pletcher Todd A",
            "first_name": "Todd",
            "first_name_initial": "T",
            "id": "trn_na_1029078",
            "last_name": "Pletcher",
            "middle_name": "A.",
            "type": "TE"
          },
          "weight": "122"
        }
      ],
      "sex_restriction": "",
      "sex_restriction_description": "Open",
      "surface_description": "Dirt",
      "time_zone": "E",
      "tote_track_id": "AQU",
      "track_condition": "FT",
      "track_name": "AQUEDUCT"
    }
  ],
  "track_id": "AQU",
  "track_name": "Aqueduct",
  "weather": {
    "current_weather_description": "Clear",
    "forecast_high": "45",
    "forecast_low": "32",
    "forecast_precipitation": "10",
    "forecast_weather_description": "Partly Cloudy"
  }
}