{ "opencollection": "1.0.0", "info": { "name": "Radio Cult Artists Schedule API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Schedule", "type": "folder" }, "items": [ { "info": { "name": "Get events in a date range", "type": "http" }, "http": { "method": "GET", "url": "https://api.radiocult.fm/api/station/:stationId/schedule", "params": [ { "name": "stationId", "value": "", "type": "path" } ] }, "docs": "Get events in a date range" }, { "info": { "name": "Current live broadcast status and metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.radiocult.fm/api/station/:stationId/schedule/live", "params": [ { "name": "stationId", "value": "", "type": "path" } ] }, "docs": "Current live broadcast status and metadata" } ] } ], "bundled": true }