v7

OpenAPI 3.1.02026-08-0358124623.5 KB
North America

Meet Results

<h4>Get results 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}/results

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": "FG_1769922000000",
  "races": [
    {
      "age_restriction": "3U",
      "age_restriction_description": "3 Year Olds And Up",
      "also_ran": "Catchin Drama, Righteous Freedom and Grand Encore",
      "breed": "Thoroughbred",
      "distance_description": "6 Furlongs",
      "distance_unit": "F",
      "distance_value": 6,
      "fraction": {
        "fraction_1": {
          "hundredths": 60,
          "minutes": 0,
          "seconds": 22,
          "time_in_hundredths": ":22.60"
        },
        "fraction_2": {
          "hundredths": 18,
          "minutes": 0,
          "seconds": 46,
          "time_in_hundredths": ":46.18"
        },
        "fraction_3": {
          "hundredths": 98,
          "minutes": 0,
          "seconds": 57,
          "time_in_hundredths": ":57.98"
        },
        "winning_time": {
          "hundredths": 87,
          "minutes": 1,
          "seconds": 10,
          "time_in_hundredths": "1:10.87"
        }
      },
      "grade": "",
      "maximum_claim_price": "5000.0000",
      "minimum_claim_price": "5,000",
      "off_time": 1769967900000,
      "payoffs": [
        {
          "base_amount": 0,
          "carryover": 0,
          "number_of_rights": 0,
          "number_of_tickets_bet": 100,
          "payoff_amount": "2.40",
          "total_pool": "75,589.00",
          "wager_name": "Exacta",
          "wager_type": "E",
          "winning_numbers": "1-4"
        }
      ],
      "post_time": "1:45 PM",
      "post_time_long": 1769967900000,
      "race_class": "CLAIMING($5,000)",
      "race_key": {
        "day_evening": "D",
        "race_number": "1"
      },
      "race_name": "",
      "race_restriction": "S",
      "race_restriction_description": "State Bred",
      "race_type": "CLM",
      "race_type_description": "CLAIMING",
      "runners": [
        {
          "breeder_name": "Brittlyn Inc",
          "horse_name": "Louisiana Wildlife",
          "jockey_first_name": "Paco",
          "jockey_first_name_initial": "P",
          "jockey_last_name": "Lopez",
          "owner_first_name": "",
          "owner_last_name": "Lovern, Jason and Lovern, Pamela Belk",
          "place_payoff": 2.1,
          "program_number": "1",
          "program_number_stripped": 1,
          "show_payoff": 2.1,
          "sire_name": "Star Guitar",
          "trainer_first_name": "Antonio",
          "trainer_last_name": "Alberto",
          "weight_carried": "122",
          "win_payoff": 3
        }
      ],
      "scratches": [
        "Gypsy Squall",
        "Lacey's Kat"
      ],
      "sex_restriction": "",
      "sex_restriction_description": "Open",
      "surface": "D",
      "surface_description": "Dirt",
      "time_zone": "C",
      "total_purse": "14,000",
      "track_condition_description": "Fast",
      "track_name": "FAIR GROUNDS",
      "wager_types": [
        {
          "base_amount": "1.00",
          "wager_description": "Exacta",
          "wager_type": "E"
        }
      ]
    }
  ],
  "track_id": "FG",
  "track_name": "Fair Grounds",
  "weather": {
    "current_temperature": "52",
    "current_weather_description": "Partly Cloudy",
    "date": "2026-02-01",
    "forecast_high": "58",
    "forecast_low": "42",
    "forecast_precipitation": "10",
    "forecast_weather_description": "Mostly Sunny"
  }
}