---
title: "Meets"
method: GET
path: "/v1/north-america/meets"
tags: ["North America"]
---

# Meets

`GET /v1/north-america/meets`

<h4>Get a list of North American race meets</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>

## Query parameters

- `start_date` string, nullable — <p>Query from date with format YYYY-MM-DD, e.g. <code>2020-01-01</code></p>
- `end_date` string, nullable — <p>Query to date with format YYYY-MM-DD, e.g. <code>2020-01-01</code></p>
- `limit` integer, nullable
- `skip` integer, nullable

## Response `200`

Successful Response

- AppModelsNaMeetsMeets
  - `meets` AppModelsNaMeetsMeet[], nullable
    - `country` string, required
    - `date` string, required
    - `meet_id` string, required
    - `track_id` string, required
    - `track_name` string, required
  - `limit` integer, required
  - `skip` integer, required
  - `query` array[], required
    - unknown[]
      - unknown

## 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/versions/96bb5fc22e4f/schema)
