{ "opencollection": "1.0.0", "info": { "name": "Gracenote OnConnect TMS Celebrities Stations API", "version": "1.1" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Stations", "type": "folder" }, "items": [ { "info": { "name": "Search for stations", "type": "http" }, "http": { "method": "GET", "url": "http://data.tmsapi.com/v1.1/stations", "params": [ { "name": "lineupId", "value": "", "type": "query" }, { "name": "callSign", "value": "", "type": "query" } ] }, "docs": "Search for stations" }, { "info": { "name": "Get station details", "type": "http" }, "http": { "method": "GET", "url": "http://data.tmsapi.com/v1.1/stations/:stationId", "params": [ { "name": "stationId", "value": "", "type": "path" } ] }, "docs": "Get station details" }, { "info": { "name": "Get program airings for a station", "type": "http" }, "http": { "method": "GET", "url": "http://data.tmsapi.com/v1.1/stations/:stationId/airings", "params": [ { "name": "stationId", "value": "", "type": "path" }, { "name": "startDateTime", "value": "", "type": "query" }, { "name": "endDateTime", "value": "", "type": "query" } ] }, "docs": "Get program airings for a station" } ] } ], "bundled": true }