---
title: "Races By Meet"
method: GET
path: "/v1/australia/meets/{meet_id}/races"
tags: ["Australia"]
---

# Races By Meet

`GET /v1/australia/meets/{meet_id}/races`

<h4>Get races for an Australian meet (up to 12 months in the past and 7 days in the future)</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Free + Australia 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><ul><li><b>[Required] Australia regional add-on</b>: users on the 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.</li><li><b>[Optional] Australia database historical races add-on</b>: users who subscribe to the Australia regional add-on can pay a one-time fee of £249 to remove the 12 month restriction and access over 20 years of historical meets and races. Contact <a href='mailto:support@theracingapi.com'>support@theracingapi.com</a> for information.</li></ul></td></tr></tbody></table>

## Path parameters

- `meet_id` string, required

## Response `200`

Successful Response

- Races
  - `races` AppModelsAusRacesRace[], required
    - `course` string, nullable
    - `course_id` string, nullable
    - `date` string, nullable
    - `distance` string, nullable
    - `going` string, nullable
    - `is_jump_out` boolean, nullable
    - `is_trial` boolean, nullable
    - `meet_id` string
    - `off_time` string, nullable
    - `prizes` unknown[], nullable
      - unknown
    - `prize_total` string, nullable
    - `class` string, nullable
    - `race_conditions` string, nullable
    - `race_group` string, nullable
    - `race_name` string, nullable
    - `race_number` string, nullable
    - `race_status` string, nullable
    - `state` string, nullable
    - `runners` AppModelsAusRacesRunner[]
      - `horse_id` string, required
      - `horse` string, required
      - `age` string, nullable
      - `comment` string, nullable
      - `colour` string, nullable
      - `dam` string, nullable
      - `dam_id` string, nullable
      - `draw` string, nullable
      - `form` string, nullable
      - `jockey` string, nullable
      - `jockey_id` string, nullable
      - `jockey_claim` string, nullable
      - `margin` string, nullable
      - `number` string, nullable
      - `odds` AppModelsAusRacesRunnerOdds[], nullable
        - `bookmaker` string, nullable
        - `win_odds` string, nullable
        - `place_odds` string, nullable
      - `owner` string, nullable
      - `position` string, nullable
      - `prize` string, nullable
      - `rating` string, nullable
      - `scratched` boolean, nullable
      - `sex` string, nullable
      - `silk_url` string, nullable
      - `sire` string, nullable
      - `sire_id` string, nullable
      - `sp` string, nullable
      - `stats` RunnerStats
        - `career_prize` string, nullable
        - `career_win_percent` string, nullable
        - `career_place_percent` string, nullable
        - `course_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `course_distance_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `distance_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `ground_firm_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `ground_good_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `ground_heavy_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `ground_soft_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `ground_aw_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `jockey_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `jumps_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `last_raced` string, nullable
        - `last_ten_races_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `last_twelve_months_stats` RunnerStatsBreakdown
          - `total` string, nullable
          - `first` string, nullable
          - `second` string, nullable
          - `third` string, nullable
        - `last_won` string, nullable
        - `max_winning_distance` string, nullable
        - `min_winning_distance` string, nullable
      - `trainer` string, nullable
      - `trainer_id` string, nullable
      - `weight` string, nullable
    - `winning_time` string, nullable
    - `winning_time_hundredths` 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/1a5681f31fe8/schema)
