{ "info": { "name": "Entertainment Express ", "_postman_id": "b4ff4a84-326b-47d0-923a-059e7b817ca3", "description": "Gets list of movie genres.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "Metacritic", "item": [ { "id": "584c94a0-e425-4b38-b4f8-dfc54984a343", "name": "GetMetacriticTv", "request": { "url": { "protocol": "http", "host": "ee.iva-api.com", "path": [ "Metacritic/TV/:Id" ], "query": [ { "key": "SeasonNumber", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "Id", "value": "{}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "*/*", "disabled": false } ], "body": { "mode": "raw" }, "description": "Returns Metacritic TV information by Entertainment Show ID." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "3513a353-24bc-4fda-bff1-e7fd6c0133e2" } ] } ] }, { "name": "TvMedia", "item": [ { "id": "e94e81b0-be03-4b99-b6cc-159371cefb5e", "name": "GetTvMediaMovieGenres", "request": { "url": "http://ee.iva-api.com/TvMedia/genres/movies?TvMediaApiKey=%7B%7D", "method": "GET", "header": [ { "key": "Accept", "value": "*/*", "disabled": false } ], "body": { "mode": "raw" }, "description": "Gets list of movie genres." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "7fbb9efd-7388-40ee-b611-9ce7c4c13095" } ] } ] } ] }