{ "opencollection": "1.0.0", "info": { "name": "IMDb-API (TV-API) External API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "External", "type": "folder" }, "items": [ { "info": { "name": "Get Wikipedia Plot", "type": "http" }, "http": { "method": "GET", "url": "https://tv-api.com/:lang/API/Wikipedia/:apiKey/:id", "params": [ { "name": "lang", "value": "", "type": "path", "description": "Two-letter language code (e.g. en, fr, de, es, ru). Use 'en' for default." }, { "name": "apiKey", "value": "", "type": "path", "description": "Account API key." }, { "name": "id", "value": "", "type": "path", "description": "IMDb title id in tt-format (e.g. tt1375666)." } ] }, "docs": "Retrieve Wikipedia plot summary (PlainText and Html)." }, { "info": { "name": "Get External Sites", "type": "http" }, "http": { "method": "GET", "url": "https://tv-api.com/:lang/API/ExternalSites/:apiKey/:id", "params": [ { "name": "lang", "value": "", "type": "path", "description": "Two-letter language code (e.g. en, fr, de, es, ru). Use 'en' for default." }, { "name": "apiKey", "value": "", "type": "path", "description": "Account API key." }, { "name": "id", "value": "", "type": "path", "description": "IMDb title id in tt-format (e.g. tt1375666)." } ] }, "docs": "Retrieve cross-platform identifiers and URLs for a title." }, { "info": { "name": "Get User Reviews", "type": "http" }, "http": { "method": "GET", "url": "https://tv-api.com/:lang/API/Reviews/:apiKey/:id", "params": [ { "name": "lang", "value": "", "type": "path", "description": "Two-letter language code (e.g. en, fr, de, es, ru). Use 'en' for default." }, { "name": "apiKey", "value": "", "type": "path", "description": "Account API key." }, { "name": "id", "value": "", "type": "path", "description": "IMDb title id in tt-format (e.g. tt1375666)." } ] }, "docs": "Retrieve user reviews for a title." }, { "info": { "name": "Get Metacritic Reviews", "type": "http" }, "http": { "method": "GET", "url": "https://tv-api.com/:lang/API/MetacriticReviews/:apiKey/:id", "params": [ { "name": "lang", "value": "", "type": "path", "description": "Two-letter language code (e.g. en, fr, de, es, ru). Use 'en' for default." }, { "name": "apiKey", "value": "", "type": "path", "description": "Account API key." }, { "name": "id", "value": "", "type": "path", "description": "IMDb title id in tt-format (e.g. tt1375666)." } ] }, "docs": "Retrieve Metacritic critic reviews for a title." }, { "info": { "name": "Get FAQ", "type": "http" }, "http": { "method": "GET", "url": "https://tv-api.com/:lang/API/FAQ/:apiKey/:id", "params": [ { "name": "lang", "value": "", "type": "path", "description": "Two-letter language code (e.g. en, fr, de, es, ru). Use 'en' for default." }, { "name": "apiKey", "value": "", "type": "path", "description": "Account API key." }, { "name": "id", "value": "", "type": "path", "description": "IMDb title id in tt-format (e.g. tt1375666)." } ] }, "docs": "Retrieve frequently asked questions for a title." }, { "info": { "name": "Get Company", "type": "http" }, "http": { "method": "GET", "url": "https://tv-api.com/:lang/API/Company/:apiKey/:id", "params": [ { "name": "lang", "value": "", "type": "path", "description": "Two-letter language code (e.g. en, fr, de, es, ru). Use 'en' for default." }, { "name": "apiKey", "value": "", "type": "path", "description": "Account API key." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve production company information and titles by IMDb company id (co-format)." }, { "info": { "name": "Get Keyword", "type": "http" }, "http": { "method": "GET", "url": "https://tv-api.com/:lang/API/Keyword/:apiKey/:id", "params": [ { "name": "lang", "value": "", "type": "path", "description": "Two-letter language code (e.g. en, fr, de, es, ru). Use 'en' for default." }, { "name": "apiKey", "value": "", "type": "path", "description": "Account API key." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve titles related to a keyword." } ] } ], "bundled": true }