---
title: "Meet Results"
method: GET
path: "/v1/north-america/meets/{meet_id}/results"
tags: ["North America"]
---

# Meet Results

`GET /v1/north-america/meets/{meet_id}/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>

## Path parameters

- `meet_id` string, required

## Response `200`

Successful Response

- Results
  - `meet_id` string, required
  - `track_id` string, required
  - `track_name` string, required
  - `country` string, required
  - `date` string, required
  - `races` AppModelsNaResultsRace[], nullable
    - `age_restriction` string, nullable
    - `age_restriction_description` string, nullable
    - `also_ran` union
      - string
      - unknown[]
        - unknown
    - `breed` string, nullable
    - `distance_description` string, nullable
    - `distance_unit` string, nullable
    - `distance_value` union
      - integer
      - string
    - `fraction` Fraction
      - `fraction_1` TimeData
        - `minutes` integer, nullable
        - `seconds` integer, nullable
        - `hundredths` integer, nullable
        - `milliseconds` integer, nullable
        - `fifths` integer, nullable
        - `str_fifths` string, nullable
        - `time_in_fifths` string, nullable
        - `time_in_hundredths` string, nullable
      - `fraction_2` TimeData
        - `minutes` integer, nullable
        - `seconds` integer, nullable
        - `hundredths` integer, nullable
        - `milliseconds` integer, nullable
        - `fifths` integer, nullable
        - `str_fifths` string, nullable
        - `time_in_fifths` string, nullable
        - `time_in_hundredths` string, nullable
      - `fraction_3` TimeData
        - `minutes` integer, nullable
        - `seconds` integer, nullable
        - `hundredths` integer, nullable
        - `milliseconds` integer, nullable
        - `fifths` integer, nullable
        - `str_fifths` string, nullable
        - `time_in_fifths` string, nullable
        - `time_in_hundredths` string, nullable
      - `fraction_4` TimeData
        - `minutes` integer, nullable
        - `seconds` integer, nullable
        - `hundredths` integer, nullable
        - `milliseconds` integer, nullable
        - `fifths` integer, nullable
        - `str_fifths` string, nullable
        - `time_in_fifths` string, nullable
        - `time_in_hundredths` string, nullable
      - `fraction_5` TimeData
        - `minutes` integer, nullable
        - `seconds` integer, nullable
        - `hundredths` integer, nullable
        - `milliseconds` integer, nullable
        - `fifths` integer, nullable
        - `str_fifths` string, nullable
        - `time_in_fifths` string, nullable
        - `time_in_hundredths` string, nullable
      - `winning_time` TimeData
        - `minutes` integer, nullable
        - `seconds` integer, nullable
        - `hundredths` integer, nullable
        - `milliseconds` integer, nullable
        - `fifths` integer, nullable
        - `str_fifths` string, nullable
        - `time_in_fifths` string, nullable
        - `time_in_hundredths` string, nullable
    - `grade` string, nullable
    - `maximum_claim_price` string, nullable
    - `minimum_claim_price` string, nullable
    - `off_time` integer, nullable
    - `payoffs` Payoff[], nullable
      - `base_amount` number, nullable
      - `carryover` number, nullable
      - `number_of_rights` integer, nullable
      - `number_of_tickets_bet` integer, nullable
      - `payoff_amount` string, nullable
      - `total_pool` string, nullable
      - `wager_name` string, nullable
      - `wager_type` string, nullable
      - `winning_numbers` string, nullable
    - `post_time` string, nullable
    - `post_time_long` integer, nullable
    - `race_class` string, nullable
    - `race_key` RaceKey
      - `race_number` string, nullable
      - `day_evening` string, nullable
    - `race_name` string, nullable
    - `race_restriction` string, nullable
    - `race_restriction_description` string, nullable
    - `race_type` string, nullable
    - `race_type_description` string, nullable
    - `runners` AppModelsNaResultsRunner[], nullable
      - `breeder_name` string, nullable
      - `horse_name` string, nullable
      - `jockey_first_name` string, nullable
      - `jockey_first_name_initial` string, nullable
      - `jockey_last_name` string, nullable
      - `owner_first_name` string, nullable
      - `owner_last_name` string, nullable
      - `place_payoff` number, nullable
      - `program_number` string, nullable
      - `program_number_stripped` integer, nullable
      - `show_payoff` number, nullable
      - `sire_name` string, nullable
      - `trainer_first_name` string, nullable
      - `trainer_last_name` string, nullable
      - `weight_carried` string, nullable
      - `win_payoff` number, nullable
    - `scratches` string[], nullable
    - `sex_restriction` string, nullable
    - `sex_restriction_description` string, nullable
    - `surface` string, nullable
    - `surface_description` string, nullable
    - `time_zone` string, nullable
    - `total_purse` string, nullable
    - `track_condition_description` string, nullable
    - `track_name` string, nullable
    - `wager_types` WagerType[], nullable
      - `wager_type` string, nullable
      - `wager_description` string, nullable
      - `base_amount` string, nullable
  - `weather` AppModelsNaResultsWeather
    - `current_temperature` string, nullable
    - `current_weather_description` string, nullable
    - `date` string, nullable
    - `forecast_high` union
      - integer
      - string
    - `forecast_low` union
      - integer
      - string
    - `forecast_precipitation` union
      - integer
      - string
    - `forecast_weather_description` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/theracingapi/apis/the-racing-api.md) · [All operations](https://skmtc.net/theracingapi/apis/the-racing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theracingapi/the-racing-api/revisions/2c05e3febd3a/schema)
