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

# Meet Entries

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

## Path parameters

- `meet_id` string, required

## Response `200`

Successful Response

- Entries
  - `meet_id` string, required
  - `track_id` string, required
  - `track_name` string, required
  - `country` string, required
  - `date` string, required
  - `races` AppModelsNaEntriesRace[], required
    - `age_restriction` string, nullable
    - `age_restriction_description` string, nullable
    - `breed` string, nullable
    - `changes` Change[], nullable
      - `type` string, nullable
      - `text` string, nullable
    - `course_type` string, nullable
    - `course_type_class` string, nullable
    - `distance_description` string, nullable
    - `distance_unit` string, nullable
    - `distance_value` union
      - integer
      - string
    - `grade` string, nullable
    - `handicapper_name` string, nullable
    - `has_finished` boolean, nullable
    - `has_results` boolean, nullable
    - `is_cancelled` boolean, nullable
    - `max_claim_price` union
      - integer
      - string
    - `min_claim_price` union
      - integer
      - string
    - `mtp` integer, nullable
    - `post_time` string, nullable
    - `post_time_long` string, nullable
    - `purse` union
      - integer
      - string
    - `race_class` string, nullable
    - `race_key` RaceKey, required
      - `race_number` string, nullable
      - `day_evening` string, nullable
    - `race_name` string, nullable
    - `race_pools` RacePool[], nullable
      - `maximum_wager_amount` number, nullable
      - `minimum_box_amount` number, nullable
      - `minimum_wager_amount` number, nullable
      - `minimum_wheel_amount` number, nullable
      - `pool_code` string, nullable
      - `pool_name` string, nullable
      - `race_list` string, nullable
    - `race_restriction` string, nullable
    - `race_restriction_description` string, nullable
    - `race_type` string, nullable
    - `race_type_description` string, nullable
    - `runners` AppModelsNaEntriesRunner[], required
      - `claiming` union
        - integer
        - string
      - `coupled_type` string, nullable
      - `dam_name` string, nullable
      - `dam_sire_name` string, nullable
      - `description` string, nullable
      - `equipment` string, nullable
      - `handicapper_name` string, nullable
      - `horse_data_pools` HorsePool[], nullable
        - `pool_type_name` string, nullable
        - `amount` string, nullable
        - `fractional_odds` string, nullable
        - `dollar` string, nullable
      - `horse_name` string, nullable
      - `jockey` AppModelsNaEntriesJockey
        - `id` string, nullable
        - `alias` string, nullable
        - `first_name` string, nullable
        - `first_name_initial` string, nullable
        - `last_name` string, nullable
        - `middle_name` string, nullable
        - `type` string, nullable
      - `live_odds` string, nullable
      - `medication` string, nullable
      - `morning_line_odds` string, nullable
      - `post_pos` string, nullable
      - `program_number` string, nullable
      - `program_number_stripped` integer, nullable
      - `registration_number` string, nullable
      - `scratch_indicator` string, nullable
      - `sire_name` string, nullable
      - `trainer` AppModelsNaEntriesTrainer
        - `id` string, nullable
        - `alias` string, nullable
        - `first_name` string, nullable
        - `first_name_initial` string, nullable
        - `last_name` string, nullable
        - `middle_name` string, nullable
        - `type` string, nullable
      - `weight` string, nullable
    - `sex_restriction` string, nullable
    - `sex_restriction_description` string, nullable
    - `surface_description` string, nullable
    - `time_zone` string, nullable
    - `tote_track_id` string, nullable
    - `track_condition` string, nullable
    - `track_name` string, nullable
  - `weather` AppModelsNaEntriesWeather
    - `forecast_weather_description` string, nullable
    - `forecast_high` union
      - integer
      - string
    - `forecast_low` union
      - integer
      - string
    - `forecast_precipitation` union
      - integer
      - string
    - `current_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/a3e3d4d24328/schema)
