{ "info": { "_postman_id": "6ac008aa-1ace-4b52-a640-28ee9331863e", "name": "TVmaze Premium User auth Seasons API", "description": "Premium-only user API for TVmaze. Access is restricted to users with a paid\n[Premium subscription](https://www.tvmaze.com/premium). A user can only access\ntheir own data.\n\nAuthentication uses HTTP Basic: the TVmaze username is the basic-auth username and\nthe API key (visible on the user dashboard) is the basic-auth password. There is\nalso a device-style auth-pairing flow exposed at `/auth/start` and `/auth/poll`.\n\n\nContact Support:\n Name: TVmaze", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "lastUpdatedBy": "35240", "uid": "35240-6ac008aa-1ace-4b52-a640-28ee9331863e" }, "item": [ { "name": "seasons", "item": [ { "name": "{id}", "item": [ { "name": "episodes", "item": [ { "name": "Get Season Episodes", "id": "606bc062-a139-4f9c-a278-62eafbdedeec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/seasons/:id/episodes", "host": [ "{{baseUrl}}" ], "path": [ "seasons", ":id", "episodes" ], "variable": [ { "id": "46e82d6a-58bc-4bef-b8cd-6c98d30a54dc", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Return the episodes of a season." }, "response": [ { "id": "aa497195-9ae0-481c-9ecb-0823c26b74e5", "name": "Array of episodes.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/seasons/:id/episodes", "host": [ "{{baseUrl}}" ], "path": [ "seasons", ":id", "episodes" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"url\": \"\",\n \"name\": \"\",\n \"season\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"airdate\": \"\",\n \"airtime\": \"\",\n \"airstamp\": \"\",\n \"runtime\": \"\",\n \"rating\": {\n \"average\": \"\"\n },\n \"image\": {\n \"medium\": \"\",\n \"original\": \"\"\n },\n \"summary\": \"\",\n \"_links\": {\n \"non56a\": {\n \"href\": \"\",\n \"name\": \"\"\n },\n \"consequat_7\": {\n \"href\": \"\",\n \"name\": \"\"\n },\n \"ametfe9\": {\n \"href\": \"\",\n \"name\": \"\"\n },\n \"voluptate_18f\": {\n \"href\": \"\",\n \"name\": \"\"\n }\n }\n },\n {\n \"id\": \"\",\n \"url\": \"\",\n \"name\": \"\",\n \"season\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"airdate\": \"\",\n \"airtime\": \"\",\n \"airstamp\": \"\",\n \"runtime\": \"\",\n \"rating\": {\n \"average\": \"\"\n },\n \"image\": {\n \"medium\": \"\",\n \"original\": \"\"\n },\n \"summary\": \"\",\n \"_links\": {\n \"eu225\": {\n \"href\": \"\",\n \"name\": \"\"\n },\n \"in_84\": {\n \"href\": \"\",\n \"name\": \"\"\n }\n }\n }\n]", "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "uid": "35240-aa497195-9ae0-481c-9ecb-0823c26b74e5" } ], "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "uid": "35240-606bc062-a139-4f9c-a278-62eafbdedeec" } ], "id": "937ccd4a-18c3-4b96-bb3c-110404e49356", "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "uid": "35240-937ccd4a-18c3-4b96-bb3c-110404e49356" }, { "name": "Get Season", "id": "1caf61b0-ae8c-458e-a6c0-a3e77ee8dacd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/seasons/:id", "host": [ "{{baseUrl}}" ], "path": [ "seasons", ":id" ], "variable": [ { "id": "66b3b1de-12f0-408c-99ee-d9366cff7aa0", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Return a single season." }, "response": [ { "id": "543a1f0d-568a-4341-a1b3-14deac83e821", "name": "Season record.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/seasons/:id", "host": [ "{{baseUrl}}" ], "path": [ "seasons", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"url\": \"\",\n \"number\": \"\",\n \"name\": \"\",\n \"episodeOrder\": \"\",\n \"premiereDate\": \"\",\n \"endDate\": \"\",\n \"network\": {\n \"id\": \"\",\n \"name\": \"\",\n \"country\": {\n \"name\": \"\",\n \"code\": \"\",\n \"timezone\": \"\"\n },\n \"officialSite\": \"\"\n },\n \"webChannel\": {\n \"id\": \"\",\n \"name\": \"\",\n \"country\": {\n \"name\": \"\",\n \"code\": \"\",\n \"timezone\": \"\"\n },\n \"officialSite\": \"\"\n },\n \"image\": {\n \"medium\": \"\",\n \"original\": \"\"\n },\n \"summary\": \"\",\n \"_links\": {\n \"minim33\": {\n \"href\": \"\",\n \"name\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "uid": "35240-543a1f0d-568a-4341-a1b3-14deac83e821" } ], "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "uid": "35240-1caf61b0-ae8c-458e-a6c0-a3e77ee8dacd" } ], "id": "b062036b-6da1-4b5d-a8f5-2a4cbb3c3534", "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "uid": "35240-b062036b-6da1-4b5d-a8f5-2a4cbb3c3534" } ], "id": "1b72c26a-89b2-4b94-932b-8bf8254ebfd5", "createdAt": "2026-07-28T03:22:19.000Z", "updatedAt": "2026-07-28T03:22:19.000Z", "uid": "35240-1b72c26a-89b2-4b94-932b-8bf8254ebfd5" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.tvmaze.com/v1" } ] }