---
title: "Meets"
method: GET
path: "/v1/australia/meets"
tags: ["Australia"]
---

# Meets

`GET /v1/australia/meets`

<h4>Get a list of Australian race meets (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 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>

## Query parameters

- `date` string, nullable — Query meets by date with format YYYY-MM-DD (e.g 2023-04-05)

## Response `200`

Successful Response

- AppModelsAusMeetsMeets
  - `meets` AppModelsAusMeetsMeet[], nullable
    - `meet_id` string, nullable
    - `date` string, nullable
    - `course` string, nullable
    - `course_id` string, nullable
    - `races` MeetRaces[], required
      - `distance` string, nullable
      - `class` string, nullable
      - `race_group` string, nullable
      - `race_name` string, nullable
      - `race_number` string, nullable
      - `race_status` string, nullable
      - `off_time` string, nullable
    - `state` 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/9c8b1fd5531c/schema)
