{ "opencollection": "1.0.0", "info": { "name": "The Racing Australia Free Plan API", "version": "1.4.3" }, "items": [ { "info": { "name": "Free Plan", "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
" }, { "info": { "name": "The Racing API Racecards Free", "type": "http" }, "http": { "method": "GET", "url": "https://api.theracingapi.com/v1/racecards/free", "params": [ { "name": "day", "value": "", "type": "query", "description": "Query racecards by day:
today, tomorrow" }, { "name": "region_codes", "value": "", "type": "query", "description": "

Query by region codes. Get the full list here.

Note: If the course query parameter is specified, this will be ignored.

" }, { "name": "course_ids", "value": "", "type": "query", "description": "Query by course ids. Get the full list here." }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "

Get racecards for today and tomorrow (basic data only)

Min. Required PlanFree
Rate Limit1 request per second
" }, { "info": { "name": "The Racing API Results Today Free", "type": "http" }, "http": { "method": "GET", "url": "https://api.theracingapi.com/v1/results/today/free", "params": [ { "name": "region", "value": "", "type": "query", "description": "

Query results by region codes. Get the full list here.

" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "

Get today's results (basic data only)

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