{ "opencollection": "1.0.0", "info": { "name": "The Racing Australia North America API", "version": "1.4.3" }, "items": [ { "info": { "name": "North America", "type": "folder" }, "items": [ { "info": { "name": "The Racing API Meets", "type": "http" }, "http": { "method": "GET", "url": "https://api.theracingapi.com/v1/north-america/meets", "params": [ { "name": "start_date", "value": "", "type": "query", "description": "

Query from date with format YYYY-MM-DD, e.g. 2020-01-01

" }, { "name": "end_date", "value": "", "type": "query", "description": "

Query to date with format YYYY-MM-DD, e.g. 2020-01-01

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

Get a list of North American race meets

Min. Required PlanFree + North America regional add-on
Rate Limit5 requests per second
Add-ons[Required] North America regional add-on: users on any plan can subscribe to this add-on for £49.99 per month. Contact support@theracingapi.com for information.
" }, { "info": { "name": "The Racing API Meet Entries", "type": "http" }, "http": { "method": "GET", "url": "https://api.theracingapi.com/v1/north-america/meets/:meet_id/entries", "params": [ { "name": "meet_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "

Get entries for a North American meet

Min. Required PlanFree + North America regional add-on
Rate Limit5 requests per second
Add-ons[Required] North America regional add-on: users on any plan can subscribe to this add-on for £49.99 per month. Contact support@theracingapi.com for information.
" }, { "info": { "name": "The Racing API Meet Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.theracingapi.com/v1/north-america/meets/:meet_id/results", "params": [ { "name": "meet_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "

Get results for a North American meet

Min. Required PlanFree + North America regional add-on
Rate Limit5 requests per second
Add-ons[Required] North America regional add-on: users on any plan can subscribe to this add-on for £49.99 per month. Contact support@theracingapi.com for information.
" } ] } ], "bundled": true }