{ "opencollection": "1.0.0", "info": { "name": "The Racing Australia Courses API", "version": "1.4.3" }, "items": [ { "info": { "name": "Courses", "type": "folder" }, "items": [ { "info": { "name": "The Racing API Regions", "type": "http" }, "http": { "method": "GET", "url": "https://api.theracingapi.com/v1/courses/regions", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "

Get a list of regions, with region codes.

Min. Required PlanFree
Rate Limit1 requests per second
" }, { "info": { "name": "The Racing API Courses", "type": "http" }, "http": { "method": "GET", "url": "https://api.theracingapi.com/v1/courses", "params": [ { "name": "region_codes", "value": "", "type": "query", "description": "Filter courses by region codes. Get the full list here." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "

Get a list of courses, with course ids and regions.

Min. Required PlanFree
Rate Limit1 requests per second
" } ] } ], "bundled": true }