v7
OpenAPI 3.1.02026-08-0358124623.5 KBCourses
Free Plan
Basic Plan
Standard Plan
Pro Plan
Courses
<h4>Get a list of courses, with course ids and regions.</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>get/v1/courses
Query parameters
region_codesstring[] nullable
Filter courses by region codes. Get the full list <a href='https://api.theracingapi.com/documentation#tag/Courses/operation/list_regions_v1_courses_regions_get'>here</a>.
Filter courses by region codes. Get the full list <a href='https://api.theracingapi.com/documentation#tag/Courses/operation/list_regions_v1_courses_regions_get'>here</a>.
Response
Successful Response
Example response
{
"courses": [
{
"course": "Ascot",
"id": "crs_52",
"region": "Great Britain",
"region_code": "gb"
}
]
}