{ "opencollection": "1.0.0", "info": { "name": "TMS OnConnect Celebrities API", "version": "1.1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Celebrities", "type": "folder" }, "items": [ { "info": { "name": "Get Celebrity Details", "type": "http" }, "http": { "method": "GET", "url": "https://data.tmsapi.com/v1.1/celebs/:personId", "params": [ { "name": "personId", "value": "", "type": "path" }, { "name": "imageSize", "value": "", "type": "query" }, { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Returns detailed information about a specific celebrity." }, { "info": { "name": "Get Celebrity Airings", "type": "http" }, "http": { "method": "GET", "url": "https://data.tmsapi.com/v1.1/celebs/:personId/airings", "params": [ { "name": "personId", "value": "", "type": "path" }, { "name": "lineupId", "value": "", "type": "query" }, { "name": "startDateTime", "value": "", "type": "query" }, { "name": "endDateTime", "value": "", "type": "query" }, { "name": "imageSize", "value": "", "type": "query" }, { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Retrieves all TV airings featuring a specific celebrity (up to 14 days)." }, { "info": { "name": "Get Celebrity Talk Show Airings", "type": "http" }, "http": { "method": "GET", "url": "https://data.tmsapi.com/v1.1/celebs/talkShowAirings", "params": [ { "name": "lineupId", "value": "", "type": "query" }, { "name": "startDateTime", "value": "", "type": "query" }, { "name": "endDateTime", "value": "", "type": "query" }, { "name": "imageSize", "value": "", "type": "query" }, { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Lists celebrities appearing on talk shows (requires R&D or Commercial plan)." } ] } ], "bundled": true }