---
title: "Regions"
method: GET
path: "/v1/courses/regions"
tags: ["Courses", "Free Plan", "Basic Plan", "Standard Plan", "Pro Plan"]
---

# Regions

`GET /v1/courses/regions`

<h4>Get a list of regions, with region codes.</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Free</td></tr><tr><td><b>Rate Limit</b></td><td>1 requests per second</td></tr></tbody></table>

## Response `200`

Successful Response

- Region[]
  - `region` string, required — Region name in full, e.g. `Great Britain`.
  - `region_code` string, required — Lower-case region code, e.g. `gb`, `ire`, as accepted by region filters.

## 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/c923f2a0703a/schema)
