{"info":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>Parrot Analytics has developed the industry’s first and only global audience demand measurement system, accompanying its industry-leading global metadata and supply system: The Content Genome™ initiative. The company's audience demand data captures audience demand across all platforms including linear TV, cable TV, SVOD, TVOD or AVOD, and for talent – across all major professions and in all countries around the world. Studios, networks, distributors and marketers can now gain cutting edge entertainment metadata and audience insights in 200+ markets globally. Our standard APIs consists of:</p>\n<ul>\n<li><p>Demand API - To programmatically obtain country-specific demand data for TV shows, Movies and Talent.</p>\n</li>\n<li><p>Supply API - To programmatically obtain TV Genome™, Movie Genome™, and Talent Genome™ metadata.</p>\n<ul>\n<li>Here, clients can also access our Availability and Upcoming Releases API which provides country-specific platform availability for each title and upcoming title release date estimates for content without an official release date, for both TV shows and Movies.</li>\n</ul>\n</li>\n</ul>\n<p>Custom API endpoints are often set up for specific partner use-cases – <a href=\"https://mailto:contact@parrotanalytics.com\">get in touch</a> for more information.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Every API requests requires an Account Key to be provided through HTTP request header <strong><code>X-API-KEY</code></strong>. Please contact <a href=\"https://mailto:contact@parrotanalytics.com\">contact@parrotanalytics.com</a> to request your account key.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>The easiest way to start using our APIs are by clicking the <strong>Run in Postman</strong> button on top right corner. <a href=\"https://www.getpostman.com/\">Postman</a> is a free tool which helps developers run and debug API requests, and is the source of truth for this documentation. Every endpoint you see documented here is readily available by running our Postman collection.</p>\n<p><em><strong>HTTP Response Codes</strong></em></p>\n<blockquote>\n<p>Our API use the following response codes: </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Code</th>\n<th>API Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code> OK</td>\n<td>Not Applicable</td>\n<td>Resource was successfully processed with a response body returned.</td>\n</tr>\n<tr>\n<td><code>204</code> NO CONTENT</td>\n<td>Not Applicable</td>\n<td>Request has been successfully processed (E.g. created, updated or deleted)</td>\n</tr>\n<tr>\n<td><code>400</code> Bad Request</td>\n<td><code>4000</code></td>\n<td>Invalid request, possibly due to missing or incorrect parameters</td>\n</tr>\n<tr>\n<td><code>401</code> Unauthorized</td>\n<td><code>4001</code></td>\n<td>The API Key was not supplied, or it was invalid</td>\n</tr>\n<tr>\n<td><code>403</code> Forbidden</td>\n<td><code>4003</code></td>\n<td>The API Key is not authorized to access the service.</td>\n</tr>\n<tr>\n<td><code>429</code> Too Many Requests</td>\n<td><code>4029</code></td>\n<td>There have been too many requests that has exceeded the rate limits.</td>\n</tr>\n<tr>\n<td><code>500</code> Server Error</td>\n<td><code>5000</code></td>\n<td>Unexpected error occurred on the server</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"443386","collectionId":"75d4b580-e72f-4735-8f4d-cb345726bdd0","publishedId":"TWDdkuAa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-02T00:00:38.000Z"},"item":[{"name":"Demand API","item":[{"name":"Discovery","item":[{"name":"Get Subscribed Markets","id":"01bb0076-eccf-4d02-b9a1-6b42498cd7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/markets","description":"<p><em>Returns list of subscription markets within the account's subscription</em></p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>Retrieve all markets (countries) your account is subscribed to. Use this endpoint first to determine which country codes you can use in demand data requests.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>records_count</code></td>\n<td><code>integer</code></td>\n<td>Total number of markets available, based on the subscription plan</td>\n</tr>\n<tr>\n<td><code>markets</code></td>\n<td><code>array</code></td>\n<td>Array of markets available</td>\n</tr>\n<tr>\n<td><code>markets[n].id</code></td>\n<td><code>integer</code></td>\n<td>Unique ID for the market</td>\n</tr>\n<tr>\n<td><code>markets[n].country_iso</code></td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha code for the country (e.g., US, GB, JP)</td>\n</tr>\n<tr>\n<td><code>markets[n].country_name</code></td>\n<td><code>string</code></td>\n<td>Name of the country</td>\n</tr>\n<tr>\n<td><code>markets[n].region</code></td>\n<td><code>string</code></td>\n<td>Geographic region of the country</td>\n</tr>\n<tr>\n<td><code>markets[n].sub_region</code></td>\n<td><code>string</code></td>\n<td>Geographic sub-region of the country</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"records_count\": 2,\n  \"markets\": [\n    {\n      \"id\": 939,\n      \"country_iso\": \"US\",\n      \"country_name\": \"United States\",\n      \"region\": \"Americas\",\n      \"sub_region\": \"Northern America\"\n    },\n    {\n      \"id\": 933,\n      \"country_iso\": \"GB\",\n      \"country_name\": \"United Kingdom\",\n      \"region\": \"Europe\",\n      \"sub_region\": \"Northern Europe\"\n    }\n  ]\n}\n\n</code></pre>\n<h2 id=\"use-case\">Use Case</h2>\n<p>Call this endpoint to:</p>\n<ul>\n<li><p>Discover which markets your account can access</p>\n</li>\n<li><p>Get the correct <code>country_iso</code> values for demand data requests</p>\n</li>\n<li><p>Verify your subscription coverage</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","markets"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[]}},"response":[{"id":"409534ad-da8a-40ac-9413-bd4e39254c92","name":"Get Subscribed Markets","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/markets"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 05:33:50 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"37"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"records_count\": 1,\n    \"markets\": [\n        {\n            \"id\": 244,\n            \"country_iso\": \"WW\",\n            \"country_name\": \"Worldwide\",\n            \"region\": \"\",\n            \"sub_region\": \"\"\n        }\n    ]\n}"}],"_postman_id":"01bb0076-eccf-4d02-b9a1-6b42498cd7b6"},{"name":"Get Latest Demand Date","id":"561d4909-fdf7-41eb-b452-7ba08291a081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/date/latest","description":"<p><em>Returns the most recent date for which demand data is available</em></p>\n<h2 id=\"purpose\">Purpose</h2>\n<p><strong>CRITICAL</strong>: Get the latest available date before requesting demand data. Demand data is processed daily but with a 1-2 day lag.</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li>Returns a single date representing the most recent demand data available</li>\n<li>This date is typically 1-2 days behind the current date</li>\n<li><strong>Always call this endpoint first</strong> before fetching demand data to avoid requesting unavailable dates</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>latest_date</code></td>\n<td><code>string</code></td>\n<td>Most recent date with available demand data in <code>YYYY-MM-DD</code> format</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"latest_date\": \"2026-02-26\"\n}\n</code></pre>\n<h2 id=\"use-case\">Use Case</h2>\n<p>Call this endpoint to:</p>\n<ul>\n<li>Determine the maximum date you can request in demand data calls</li>\n<li>Avoid errors from requesting future dates</li>\n<li>Build daily sync workflows that fetch the latest available data</li>\n</ul>\n<h2 id=\"important-note\">Important Note</h2>\n<p>If today is February 28, 2026, the latest_date will likely be February 26, 2026 (2 days behind). Do NOT assume today's date has data available.</p>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","date","latest"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[]}},"response":[{"id":"8b440b10-b738-4e38-b699-d1e0ed3bc702","name":"Get Latest Demand Date","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/date/latest"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:32:15 GMT"},{"key":"set-cookie","value":"JSESSIONID=node0iybrerx0g37yce7smrytlsjg0.node0; Path=/"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"680"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"latest_date\": \"2026-02-24\"\n}"}],"_postman_id":"561d4909-fdf7-41eb-b452-7ba08291a081"}],"id":"60ba6386-073c-4848-908d-cb67a884d382","description":"<p>Start here to discover your account's subscribed markets and available content.</p>\n","_postman_id":"60ba6386-073c-4848-908d-cb67a884d382","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"Demand Data","item":[{"name":"Movies","item":[{"name":"Get Movie Demand (All Movies)","event":[{"listen":"test","script":{"id":"a1fba5e9-9b1e-475b-8559-63cc124a47f0","exec":["var template = `","<style>","    body { margin: 0; padding: 16px; font-family: Arial, sans-serif; background: #1a1a2e; color: #eee; }","    h2 { text-align: center; margin-bottom: 4px; font-size: 16px; color: #e0e0e0; }","    p.subtitle { text-align: center; font-size: 12px; color: #aaa; margin-bottom: 16px; }","    .chart-container { position: relative; width: 100%; }","</style>","<div>","    <h2>Top Movies by Demand Multiplier</h2>","    <p class=\"subtitle\" id=\"subtitle\"></p>","    <div class=\"chart-container\">","        <canvas id=\"myChart\"></canvas>","    </div>","</div>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js\"></script>","<script>","    var ctx = document.getElementById(\"myChart\");","    var myChart = new Chart(ctx, {","        type: 'horizontalBar',","        data: {","            labels: [],","            datasets: [{","                label: 'Demand Multiplier',","                data: [],","                backgroundColor: [],","                borderColor: [],","                borderWidth: 1","            }]","        },","        options: {","            responsive: true,","            legend: { display: false },","            title: { display: false },","            scales: {","                xAxes: [{","                    display: true,","                    ticks: { fontColor: '#ccc', beginAtZero: true },","                    gridLines: { color: 'rgba(255,255,255,0.1)' },","                    scaleLabel: {","                        display: true,","                        labelString: 'Demand Multiplier',","                        fontColor: '#aaa'","                    }","                }],","                yAxes: [{","                    display: true,","                    ticks: { fontColor: '#ccc', fontSize: 11 },","                    gridLines: { color: 'rgba(255,255,255,0.05)' }","                }]","            },","            tooltips: {","                callbacks: {","                    label: function(tooltipItem) {","                        return ' ' + parseFloat(tooltipItem.xLabel).toFixed(2) + 'x';","                    }","                }","            }","        }","    });","","    var colors = [","        'rgba(255, 99, 132, 0.8)',","        'rgba(255, 159, 64, 0.8)',","        'rgba(255, 205, 86, 0.8)',","        'rgba(75, 192, 192, 0.8)',","        'rgba(54, 162, 235, 0.8)',","        'rgba(153, 102, 255, 0.8)',","        'rgba(255, 99, 255, 0.8)',","        'rgba(99, 255, 132, 0.8)',","        'rgba(255, 180, 100, 0.8)',","        'rgba(100, 200, 255, 0.8)',","        'rgba(200, 100, 255, 0.8)',","        'rgba(255, 100, 200, 0.8)',","        'rgba(100, 255, 200, 0.8)',","        'rgba(255, 220, 100, 0.8)',","        'rgba(100, 255, 100, 0.8)',","        'rgba(200, 255, 100, 0.8)',","        'rgba(100, 100, 255, 0.8)',","        'rgba(255, 150, 150, 0.8)',","        'rgba(150, 255, 150, 0.8)',","        'rgba(150, 150, 255, 0.8)'","    ];","","    pm.getData(function(err, value) {","        if (err || !value || !value.datapoints) return;","","        var datapoints = value.datapoints;","        var labels = datapoints.map(function(d) { return d.title; });","        var data = datapoints.map(function(d) { return d.demand_multiplier; });","        var bgColors = datapoints.map(function(_, i) { return colors[i % colors.length]; });","        var borderColors = bgColors.map(function(c) { return c.replace('0.8', '1'); });","","        document.getElementById('subtitle').textContent = value.subtitle || '';","","        myChart.data.labels = labels;","        myChart.data.datasets[0].data = data;","        myChart.data.datasets[0].backgroundColor = bgColors;","        myChart.data.datasets[0].borderColor = borderColors;","        myChart.options.scales.xAxes[0].ticks.suggestedMax = Math.ceil(data[0] * 1.1);","        myChart.update();","    });","</script>`;","","function constructVisualizerPayload() {","    var res = pm.response.json();","    var demandData = res.demand_data && res.demand_data[0];","    if (!demandData || !demandData.datapoints) {","        return { datapoints: [], subtitle: 'No data available' };","    }","    var datapoints = demandData.datapoints.slice(0, 20);","    var subtitle = 'Date: ' + (demandData.date || res.date_from || '') +","                   '  |  Market: ' + (demandData.market || '') +","                   '  |  Showing ' + datapoints.length + ' of ' + (res.total_results_count || datapoints.length) + ' movies';","    return { datapoints: datapoints, subtitle: subtitle };","}","","pm.visualizer.set(template, constructVisualizerPayload());",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"65b8c698-970a-441c-9fc1-80a886e437ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/movie/date/:for_date/market/:country_iso","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Returns the demand data for a given date and market for all subscribed movies.</p>\n<p>All results are ordered in descending order by <code>demand_multiplier</code> (highest demand first).</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li>Returns demand multiplier values for the specified <code>for_date</code> only</li>\n<li>One date per request (no date ranges)</li>\n<li>Results are automatically sorted by demand (highest first)</li>\n<li>Pagination supported for large result sets</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>for_date</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format. Use the Latest Demand Date endpoint to get valid dates</td>\n</tr>\n<tr>\n<td><code>country_iso</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 3166 2-alpha country code (e.g., US, GB, JP). Must be a market you're subscribed to</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>Optional</td>\n<td>Page number for pagination. Default: <code>1</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td><code>integer</code></td>\n<td>Optional</td>\n<td>Number of results per page. Default: <code>20</code>. Maximum: <code>100000</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>generated_on</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date-time in UTC timezone denoting when the results were generated</td>\n</tr>\n<tr>\n<td><code>date_from</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format for the start date</td>\n</tr>\n<tr>\n<td><code>date_to</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format for the end date (same as date_from for daily data)</td>\n</tr>\n<tr>\n<td><code>interval</code></td>\n<td><code>string</code></td>\n<td>Resolution of data points. Value: <code>daily</code></td>\n</tr>\n<tr>\n<td><code>total_results_count</code></td>\n<td><code>integer</code></td>\n<td>Total number of movies available for this date-market combination</td>\n</tr>\n<tr>\n<td><code>page_results_count</code></td>\n<td><code>integer</code></td>\n<td>Number of results returned in this page</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td><code>demand_data</code></td>\n<td><code>array</code></td>\n<td>Array containing demand data for the specified date and market</td>\n</tr>\n<tr>\n<td><code>demand_data[n].date</code></td>\n<td><code>string</code></td>\n<td>Date for which demand data is captured in <code>YYYY-MM-DD</code> format</td>\n</tr>\n<tr>\n<td><code>demand_data[n].market</code></td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha country code for which demand data is provided</td>\n</tr>\n<tr>\n<td><code>demand_data[n].records_count</code></td>\n<td><code>integer</code></td>\n<td>Size of the <code>datapoints</code> array</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints</code></td>\n<td><code>array</code></td>\n<td>List of demand data, where each element represents a movie</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].title</code></td>\n<td><code>string</code></td>\n<td>Display name of the movie</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].parrot_id</code></td>\n<td><code>string</code></td>\n<td>Unique ID (Parrot ID) for the movie</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].demand_multiplier</code></td>\n<td><code>double</code></td>\n<td>Demand multiplier value representing how many times more in-demand this title is vs. the average</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"generated_on\": \"2026-02-27T06:15:34.986Z\",\n  \"date_from\": \"2026-02-26\",\n  \"date_to\": \"2026-02-26\",\n  \"interval\": \"daily\",\n  \"total_results_count\": 1500,\n  \"page_results_count\": 20,\n  \"page\": 1,\n  \"demand_data\": [\n    {\n      \"date\": \"2026-02-26\",\n      \"market\": \"US\",\n      \"records_count\": 20,\n      \"datapoints\": [\n        {\n          \"title\": \"Dune: Part Two\",\n          \"parrot_id\": \"a1b2c3d4-5e6f-7g8h-9i0j-k1l2m3n4o5p6\",\n          \"demand_multiplier\": 45.32\n        },\n        {\n          \"title\": \"Oppenheimer\",\n          \"parrot_id\": \"b2c3d4e5-6f7g-8h9i-0j1k-l2m3n4o5p6q7\",\n          \"demand_multiplier\": 38.17\n        }\n      ]\n    }\n  ]\n}\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li>Get top movies by demand for a specific market and date</li>\n<li>Track daily demand changes for your movie catalog</li>\n<li>Build daily sync workflows to ingest demand data</li>\n<li>Analyze market-specific movie performance</li>\n</ul>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><strong>Subscription Required</strong>: You must be subscribed to the requested market</li>\n<li><strong>Date Validation</strong>: Use the Latest Demand Date endpoint to get valid dates</li>\n<li><strong>Sorting</strong>: Results are pre-sorted by demand_multiplier (no need to sort client-side)</li>\n<li><strong>Pagination</strong>: For large catalogs, use pagination to retrieve all results</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","movie","date",":for_date","market",":country_iso"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[{"description":{"content":"<p>Date in YYYY-MM-DD format (get from Latest Demand Date endpoint)</p>\n","type":"text/plain"},"type":"any","value":"2026-03-22","key":"for_date"},{"description":{"content":"<p>ISO 3166 2-alpha country code (get from Subscribed Markets endpoint)</p>\n","type":"text/plain"},"type":"any","value":"WW","key":"country_iso"}]}},"response":[{"id":"34add066-a63c-4c6d-abdb-be013b7beaa1","name":"Get Movie Demand (All Movies)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/customerapi/v1/demand/movie/date/:for_date/market/:country_iso","host":["https://api.parrotanalytics.com/customerapi/v1"],"path":["demand","movie","date",":for_date","market",":country_iso"],"variable":[{"key":"for_date","value":"2026-02-24"},{"key":"country_iso","value":"WW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:33:42 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"643"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"generated_on\": \"2026-02-28T07:33:43.469161646Z\",\n    \"date_from\": \"2026-02-24\",\n    \"date_to\": \"2026-02-24\",\n    \"interval\": \"daily\",\n    \"total_results_count\": 3,\n    \"page_results_count\": 3,\n    \"page\": 1,\n    \"demand_data\": [\n        {\n            \"date\": \"2026-02-24\",\n            \"market\": \"WW\",\n            \"records_count\": 3,\n            \"datapoints\": [\n                {\n                    \"title\": \"Deathstalker\",\n                    \"parrot_id\": \"460925a3-ede1-412c-8e0d-a781cd5bf5f3\",\n                    \"demand_multiplier\": 5.0181699471422565\n                },\n                {\n                    \"title\": \"End Of Watch\",\n                    \"parrot_id\": \"1413bb69-c8f3-431d-aa86-06ef608c12f9\",\n                    \"demand_multiplier\": 2.525151311670663\n                },\n                {\n                    \"title\": \"Burn After Reading\",\n                    \"parrot_id\": \"2076e5fb-3484-4029-a078-ff467e3c6b53\",\n                    \"demand_multiplier\": 2.454233031281642\n                }              \n            ]\n        }\n    ]\n}"}],"_postman_id":"65b8c698-970a-441c-9fc1-80a886e437ea"},{"name":"Get Movie Demand (Specific Movies)","id":"6196e53d-a33d-49de-b96b-4a5cd1f199be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/movie/date/:for_date/market/:country_iso?content_ids=2d7ed214-20df-45bb-b885-1a51f5b67805,79ec4395-e357-4648-8f86-ffd87727d797&page=1&size=10","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Returns the demand data for specific movies only, filtered by <code>parrot_id</code> values.</p>\n<p>Use this endpoint when you only need demand data for certain titles instead of all movies.</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li><p>Returns demand multiplier values for the specified <code>for_date</code> only</p>\n</li>\n<li><p>Filters results to only the movies specified in <code>content_ids</code></p>\n</li>\n<li><p>Results are automatically sorted by demand (highest first)</p>\n</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>for_date</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format</td>\n</tr>\n<tr>\n<td><code>country_iso</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 3166 2-alpha country code (e.g., US, GB, JP)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>content_ids</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>Comma-separated list of <code>parrot_id</code> values. Get these from the Movie Titles endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Same structure as \"Get Movie Demand (All Movies)\" endpoint, but filtered to only the specified movies.</p>\n<h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /demand/movie/date/2026-02-26/market/US?content_ids=c63128b3-364b-4bae-875e-ebef11076e8a,3f28c0fc-b644-422b-ab9d-9f2aae9fa456\n\n</code></pre><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"generated_on\": \"2026-02-27T06:15:34.986Z\",\n  \"date_from\": \"2026-02-26\",\n  \"date_to\": \"2026-02-26\",\n  \"interval\": \"daily\",\n  \"total_results_count\": 2,\n  \"page_results_count\": 2,\n  \"page\": 1,\n  \"demand_data\": [\n    {\n      \"date\": \"2026-02-26\",\n      \"market\": \"US\",\n      \"records_count\": 2,\n      \"datapoints\": [\n        {\n          \"title\": \"Inception\",\n          \"parrot_id\": \"79ec4395-e357-4648-8f86-ffd87727d797\",\n          \"demand_multiplier\": 12.51\n        },\n        {\n          \"title\": \"The Matrix\",\n          \"parrot_id\": \"2d7ed214-20df-45bb-b885-1a51f5b67805\",\n          \"demand_multiplier\": 8.75\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li><p>Track demand for specific movies you're interested in</p>\n</li>\n<li><p>Monitor performance of your own content portfolio</p>\n</li>\n<li><p>Reduce response size by filtering to relevant titles only</p>\n</li>\n<li><p>Build targeted reports for specific movie franchises or genres</p>\n</li>\n</ul>\n<h2 id=\"how-to-get-parrot_id-values\">How to Get parrot_id Values</h2>\n<ol>\n<li><p>Call the <strong>Movie Titles</strong> endpoint in the \"Content Catalog\" folder</p>\n</li>\n<li><p>Find the movies you're interested in</p>\n</li>\n<li><p>Copy their <code>parrot_id</code> values</p>\n</li>\n<li><p>Use them in the <code>content_ids</code> parameter (comma-separated)</p>\n</li>\n</ol>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","movie","date",":for_date","market",":country_iso"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[{"description":{"content":"<p>[Optional] Comma-separated list of parrot_id values to filter specific movies</p>\n","type":"text/plain"},"key":"content_ids","value":"2d7ed214-20df-45bb-b885-1a51f5b67805,79ec4395-e357-4648-8f86-ffd87727d797"},{"description":{"content":"<p>[Optional] Page number for pagination. Default: <code>1</code></p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>[Optional] Results per page. Default: <code>20</code>. Maximum: <code>100000</code></p>\n","type":"text/plain"},"key":"size","value":"10"}],"variable":[{"description":{"content":"<p>Date in YYYY-MM-DD format</p>\n","type":"text/plain"},"type":"any","value":"2026-02-24","key":"for_date"},{"description":{"content":"<p>ISO 3166 2-alpha country code</p>\n","type":"text/plain"},"type":"any","value":"WW","key":"country_iso"}]}},"response":[{"id":"6f70e515-9fc5-4667-92b7-423d3cf1b222","name":"Get Movie Demand (Specific Movies)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/customerapi/v1/demand/movie/date/:for_date/market/:country_iso?content_ids=2d7ed214-20df-45bb-b885-1a51f5b67805,79ec4395-e357-4648-8f86-ffd87727d797&page=1&size=1","host":["https://api.parrotanalytics.com/customerapi/v1"],"path":["demand","movie","date",":for_date","market",":country_iso"],"query":[{"key":"content_ids","value":"2d7ed214-20df-45bb-b885-1a51f5b67805,79ec4395-e357-4648-8f86-ffd87727d797","description":"[Optional] Comma-separated list of parrot_id values to filter specific movies"},{"key":"page","value":"1","description":"[Optional] Page number for pagination. Default: `1`"},{"key":"size","value":"1","description":"[Optional] Results per page. Default: `20`. Maximum: `100000`"}],"variable":[{"key":"for_date","value":"2026-02-24","description":"Date in YYYY-MM-DD format"},{"key":"country_iso","value":"US","description":"ISO 3166 2-alpha country code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:38:12 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"91"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"generated_on\": \"2026-02-28T07:38:12.089791971Z\",\n    \"date_from\": \"2026-02-24\",\n    \"date_to\": \"2026-02-24\",\n    \"interval\": \"daily\",\n    \"total_results_count\": 2,\n    \"page_results_count\": 1,\n    \"page\": 1,\n    \"demand_data\": [\n        {\n            \"date\": \"2026-02-24\",\n            \"market\": \"US\",\n            \"records_count\": 1,\n            \"datapoints\": [\n                {\n                    \"title\": \"The Matrix\",\n                    \"parrot_id\": \"4d7ed214-20df-45bb-b885-1a51f5b67805\",\n                    \"demand_multiplier\": 30.754510146680822\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"6196e53d-a33d-49de-b96b-4a5cd1f199be"}],"id":"128d5fbc-a7d2-4738-83f0-e01e08d07ab6","description":"<p>Get demand data for movies in specific markets.</p>\n","_postman_id":"128d5fbc-a7d2-4738-83f0-e01e08d07ab6","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"TV Shows","item":[{"name":"Get Show Demand (All Shows)","id":"8a61ea25-5546-4b5c-9548-f6c5905bd5e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/show/date/:for_date/market/:country_iso","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Returns the demand data for a given date and market for all subscribed TV shows.</p>\n<p>All results are ordered in descending order by <code>demand_multiplier</code> (highest demand first).</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li>Returns demand multiplier values for the specified <code>for_date</code> only</li>\n<li>One date per request (no date ranges)</li>\n<li>Results are automatically sorted by demand (highest first)</li>\n<li>Pagination supported for large result sets</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>for_date</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format. Use the Latest Demand Date endpoint to get valid dates</td>\n</tr>\n<tr>\n<td><code>country_iso</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 3166 2-alpha country code (e.g., US, GB, JP). Must be a market you're subscribed to</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>Optional</td>\n<td>Page number for pagination. Default: <code>1</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td><code>integer</code></td>\n<td>Optional</td>\n<td>Number of results per page. Default: <code>20</code>. Maximum: <code>100000</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>generated_on</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date-time in UTC timezone denoting when the results were generated</td>\n</tr>\n<tr>\n<td><code>date_from</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format for the start date</td>\n</tr>\n<tr>\n<td><code>date_to</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format for the end date (same as date_from for daily data)</td>\n</tr>\n<tr>\n<td><code>interval</code></td>\n<td><code>string</code></td>\n<td>Resolution of data points. Value: <code>daily</code></td>\n</tr>\n<tr>\n<td><code>total_results_count</code></td>\n<td><code>integer</code></td>\n<td>Total number of TV shows available for this date-market combination</td>\n</tr>\n<tr>\n<td><code>page_results_count</code></td>\n<td><code>integer</code></td>\n<td>Number of results returned in this page</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td><code>demand_data</code></td>\n<td><code>array</code></td>\n<td>Array containing demand data for the specified date and market</td>\n</tr>\n<tr>\n<td><code>demand_data[n].date</code></td>\n<td><code>string</code></td>\n<td>Date for which demand data is captured in <code>YYYY-MM-DD</code> format</td>\n</tr>\n<tr>\n<td><code>demand_data[n].market</code></td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha country code for which demand data is provided</td>\n</tr>\n<tr>\n<td><code>demand_data[n].records_count</code></td>\n<td><code>integer</code></td>\n<td>Size of the <code>datapoints</code> array</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints</code></td>\n<td><code>array</code></td>\n<td>List of demand data, where each element represents a TV show</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].title</code></td>\n<td><code>string</code></td>\n<td>Display name of the TV show</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].parrot_id</code></td>\n<td><code>string</code></td>\n<td>Unique ID (Parrot ID) for the TV show</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].demand_multiplier</code></td>\n<td><code>double</code></td>\n<td>Demand multiplier value representing how many times more in-demand this title is vs. the average</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"generated_on\": \"2026-02-27T06:15:34.986Z\",\n  \"date_from\": \"2026-02-26\",\n  \"date_to\": \"2026-02-26\",\n  \"interval\": \"daily\",\n  \"total_results_count\": 2500,\n  \"page_results_count\": 20,\n  \"page\": 1,\n  \"demand_data\": [\n    {\n      \"date\": \"2026-02-26\",\n      \"market\": \"US\",\n      \"records_count\": 20,\n      \"datapoints\": [\n        {\n          \"title\": \"Breaking Bad\",\n          \"parrot_id\": \"97fed82d-5bb8-48fc-bfe6-4b82276b0ba6\",\n          \"demand_multiplier\": 52.18\n        },\n        {\n          \"title\": \"Game of Thrones\",\n          \"parrot_id\": \"a1b2c3d4-5e6f-7g8h-9i0j-k1l2m3n4o5p6\",\n          \"demand_multiplier\": 48.92\n        }\n      ]\n    }\n  ]\n}\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li>Get top TV shows by demand for a specific market and date</li>\n<li>Track daily demand changes for your TV show catalog</li>\n<li>Build daily sync workflows to ingest demand data</li>\n<li>Analyze market-specific TV show performance</li>\n</ul>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><strong>Subscription Required</strong>: You must be subscribed to the requested market</li>\n<li><strong>Date Validation</strong>: Use the Latest Demand Date endpoint to get valid dates</li>\n<li><strong>Sorting</strong>: Results are pre-sorted by demand_multiplier (no need to sort client-side)</li>\n<li><strong>Pagination</strong>: For large catalogs, use pagination to retrieve all results</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","show","date",":for_date","market",":country_iso"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[{"description":{"content":"<p>Date in YYYY-MM-DD format (get from Latest Demand Date endpoint)</p>\n","type":"text/plain"},"type":"any","value":"2026-02-24","key":"for_date"},{"description":{"content":"<p>ISO 3166 2-alpha country code (get from Subscribed Markets endpoint)</p>\n","type":"text/plain"},"type":"any","value":"WW","key":"country_iso"}]}},"response":[{"id":"7f74b9cb-65c6-42d5-b176-0f1c69bccfef","name":"Get Show Demand (All Shows)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/customerapi/v1/demand/show/date/:for_date/market/:country_iso","host":["https://api.parrotanalytics.com/customerapi/v1"],"path":["demand","show","date",":for_date","market",":country_iso"],"variable":[{"key":"for_date","value":"2026-02-24","description":"Date in YYYY-MM-DD format (get from Latest Demand Date endpoint)"},{"key":"country_iso","value":"US","description":"ISO 3166 2-alpha country code (get from Subscribed Markets endpoint)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:42:36 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"670"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"generated_on\": \"2026-02-28T07:42:37.581237493Z\",\n    \"date_from\": \"2026-02-24\",\n    \"date_to\": \"2026-02-24\",\n    \"interval\": \"daily\",\n    \"total_results_count\": 2,\n    \"page_results_count\": 2,\n    \"page\": 1,\n    \"demand_data\": [\n        {\n            \"date\": \"2026-02-24\",\n            \"market\": \"US\",\n            \"records_count\": 20,\n            \"datapoints\": [\n                {\n                    \"title\": \"Big Brother: Celebrity Edition (US)\",\n                    \"parrot_id\": \"967d7595-303a-4379-b311-9c5f7e325dac\",\n                    \"demand_multiplier\": 5.149711057808893\n                },\n                {\n                    \"title\": \"Running Wild With Bear Grylls\",\n                    \"parrot_id\": \"6fbac647-0701-4e6f-b35c-1e293fb2a3b8\",\n                    \"demand_multiplier\": 3.01845203073144\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"8a61ea25-5546-4b5c-9548-f6c5905bd5e5"},{"name":"Get Show Demand (Specific Shows)","id":"33f21d02-776f-4dca-a9a5-8bdb9d031b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/show/date/:for_date/market/:country_iso?content_ids=0c0855b8-7085-4345-8aba-308dd99d08ac,3f8c79e1-6904-4064-86bc-38e1b3ebfdf7&page=1&size=20","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Returns the demand data for specific TV shows only, filtered by <code>parrot_id</code> values.</p>\n<p>Use this endpoint when you only need demand data for certain titles instead of all TV shows.</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li><p>Returns demand multiplier values for the specified <code>for_date</code> only</p>\n</li>\n<li><p>Filters results to only the TV shows specified in <code>content_ids</code></p>\n</li>\n<li><p>Results are automatically sorted by demand (highest first)</p>\n</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>for_date</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format</td>\n</tr>\n<tr>\n<td><code>country_iso</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 3166 2-alpha country code (e.g., US, GB, JP)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>content_ids</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>Comma-separated list of <code>parrot_id</code> values. Get these from the Show Titles endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Same structure as \"Get Show Demand (All Shows)\" endpoint, but filtered to only the specified TV shows.</p>\n<h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /demand/show/date/2026-02-26/market/US?content_ids=97fed82d-5bb8-48fc-bfe6-4b82276b0ba6,a1b2c3d4-5e6f-7g8h-9i0j-k1l2m3n4o5p6\n\n</code></pre><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"generated_on\": \"2026-02-27T06:15:34.986Z\",\n  \"date_from\": \"2026-02-26\",\n  \"date_to\": \"2026-02-26\",\n  \"interval\": \"daily\",\n  \"total_results_count\": 2,\n  \"page_results_count\": 2,\n  \"page\": 1,\n  \"demand_data\": [\n    {\n      \"date\": \"2026-02-26\",\n      \"market\": \"US\",\n      \"records_count\": 2,\n      \"datapoints\": [\n        {\n          \"title\": \"Breaking Bad\",\n          \"parrot_id\": \"0c0855b8-7085-4345-8aba-308dd99d08ac\",\n          \"demand_multiplier\": 15.32\n        },\n        {\n          \"title\": \"Game of Thrones\",\n          \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n          \"demand_multiplier\": 11.48\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li><p>Track demand for specific TV shows you're interested in</p>\n</li>\n<li><p>Monitor performance of your own content portfolio</p>\n</li>\n<li><p>Reduce response size by filtering to relevant titles only</p>\n</li>\n<li><p>Build targeted reports for specific show franchises or networks</p>\n</li>\n</ul>\n<h2 id=\"how-to-get-parrot_id-values\">How to Get parrot_id Values</h2>\n<ol>\n<li><p>Call the <strong>Show Titles</strong> endpoint in the \"Content Catalog\" folder</p>\n</li>\n<li><p>Find the TV shows you're interested in</p>\n</li>\n<li><p>Copy their <code>parrot_id</code> values</p>\n</li>\n<li><p>Use them in the <code>content_ids</code> parameter (comma-separated)</p>\n</li>\n</ol>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","show","date",":for_date","market",":country_iso"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[{"description":{"content":"<p>[Optional] Comma-separated list of parrot_id values to filter specific TV shows</p>\n","type":"text/plain"},"key":"content_ids","value":"0c0855b8-7085-4345-8aba-308dd99d08ac,3f8c79e1-6904-4064-86bc-38e1b3ebfdf7"},{"description":{"content":"<p>[Optional] Page number for pagination. Default: <code>1</code></p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>[Optional] Results per page. Default: <code>20</code>. Maximum: <code>100000</code></p>\n","type":"text/plain"},"key":"size","value":"20"}],"variable":[{"description":{"content":"<p>Date in YYYY-MM-DD format</p>\n","type":"text/plain"},"type":"any","value":"2026-02-24","key":"for_date"},{"description":{"content":"<p>ISO 3166 2-alpha country code</p>\n","type":"text/plain"},"type":"any","value":"WW","key":"country_iso"}]}},"response":[{"id":"49a07b7e-da0e-45b2-92e0-783eac2e8190","name":"Get Show Demand (Specific Shows)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/customerapi/v1/demand/show/date/:for_date/market/:country_iso?content_ids=0c0855b8-7085-4345-8aba-308dd99d08ac,3f8c79e1-6904-4064-86bc-38e1b3ebfdf7&page=1&size=20","host":["https://api.parrotanalytics.com/customerapi/v1"],"path":["demand","show","date",":for_date","market",":country_iso"],"query":[{"key":"content_ids","value":"0c0855b8-7085-4345-8aba-308dd99d08ac,3f8c79e1-6904-4064-86bc-38e1b3ebfdf7","description":"[Optional] Comma-separated list of parrot_id values to filter specific TV shows"},{"key":"page","value":"1","description":"[Optional] Page number for pagination. Default: `1`"},{"key":"size","value":"20","description":"[Optional] Results per page. Default: `20`. Maximum: `100000`"}],"variable":[{"key":"for_date","value":"2026-02-24","description":"Date in YYYY-MM-DD format"},{"key":"country_iso","value":"US","description":"ISO 3166 2-alpha country code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:41:58 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"67"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"generated_on\": \"2026-02-28T07:41:58.711933587Z\",\n    \"date_from\": \"2026-02-24\",\n    \"date_to\": \"2026-02-24\",\n    \"interval\": \"daily\",\n    \"total_results_count\": 2,\n    \"page_results_count\": 2,\n    \"page\": 1,\n    \"demand_data\": [\n        {\n            \"date\": \"2026-02-24\",\n            \"market\": \"US\",\n            \"records_count\": 2,\n            \"datapoints\": [\n                {\n                    \"title\": \"Game Of Thrones\",\n                    \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n                    \"demand_multiplier\": 119.1986396052618\n                },\n                {\n                    \"title\": \"Breaking Bad\",\n                    \"parrot_id\": \"0c0855b8-7085-4345-8aba-308dd99d08ac\",\n                    \"demand_multiplier\": 28.80768590771103\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"33f21d02-776f-4dca-a9a5-8bdb9d031b3a"}],"id":"dc357ab7-05a1-4374-aabc-4b8d11c732e8","description":"<p>Get demand data for TV shows in specific markets.</p>\n","_postman_id":"dc357ab7-05a1-4374-aabc-4b8d11c732e8","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"Talent","item":[{"name":"Get Talent Demand (All Talent)","id":"e2735062-2808-40f9-9900-61f577194a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/talent/date/:for_date/market/:country_iso","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Returns the demand data for a given date and market for all subscribed talent.</p>\n<p>All results are ordered in descending order by <code>demand_multiplier</code> (highest demand first).</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li>Returns demand multiplier values for the specified <code>for_date</code> only</li>\n<li>One date per request (no date ranges)</li>\n<li>Results are automatically sorted by demand (highest first)</li>\n<li>Pagination supported for large result sets</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>for_date</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format. Use the Latest Demand Date endpoint to get valid dates</td>\n</tr>\n<tr>\n<td><code>country_iso</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 3166 2-alpha country code (e.g., US, GB, JP). Must be a market you're subscribed to</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>Optional</td>\n<td>Page number for pagination. Default: <code>1</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td><code>integer</code></td>\n<td>Optional</td>\n<td>Number of results per page. Default: <code>20</code>. Maximum: <code>100000</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>generated_on</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date-time in UTC timezone denoting when the results were generated</td>\n</tr>\n<tr>\n<td><code>date_from</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format for the start date</td>\n</tr>\n<tr>\n<td><code>date_to</code></td>\n<td><code>string</code></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format for the end date (same as date_from for daily data)</td>\n</tr>\n<tr>\n<td><code>interval</code></td>\n<td><code>string</code></td>\n<td>Resolution of data points. Value: <code>daily</code></td>\n</tr>\n<tr>\n<td><code>total_results_count</code></td>\n<td><code>integer</code></td>\n<td>Total number of talent available for this date-market combination</td>\n</tr>\n<tr>\n<td><code>page_results_count</code></td>\n<td><code>integer</code></td>\n<td>Number of results returned in this page</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td><code>demand_data</code></td>\n<td><code>array</code></td>\n<td>Array containing demand data for the specified date and market</td>\n</tr>\n<tr>\n<td><code>demand_data[n].date</code></td>\n<td><code>string</code></td>\n<td>Date for which demand data is captured in <code>YYYY-MM-DD</code> format</td>\n</tr>\n<tr>\n<td><code>demand_data[n].market</code></td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha country code for which demand data is provided</td>\n</tr>\n<tr>\n<td><code>demand_data[n].records_count</code></td>\n<td><code>integer</code></td>\n<td>Size of the <code>datapoints</code> array</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints</code></td>\n<td><code>array</code></td>\n<td>List of demand data, where each element represents a talent</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].name</code></td>\n<td><code>string</code></td>\n<td>Name of the talent</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].parrot_id</code></td>\n<td><code>string</code></td>\n<td>Unique ID (Parrot ID) for the talent</td>\n</tr>\n<tr>\n<td><code>demand_data[n].datapoints[n].demand_multiplier</code></td>\n<td><code>double</code></td>\n<td>Demand multiplier value representing how many times more in-demand this talent is vs. the average</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"generated_on\": \"2026-02-27T06:15:34.986Z\",\n  \"date_from\": \"2026-02-26\",\n  \"date_to\": \"2026-02-26\",\n  \"interval\": \"daily\",\n  \"total_results_count\": 5000,\n  \"page_results_count\": 20,\n  \"page\": 1,\n  \"demand_data\": [\n    {\n      \"date\": \"2026-02-26\",\n      \"market\": \"US\",\n      \"records_count\": 20,\n      \"datapoints\": [\n        {\n          \"name\": \"Tom Hanks\",\n          \"parrot_id\": \"t1a2l3e4-n5t6-7i8d-9a0b-c1d2e3f4g5h6\",\n          \"demand_multiplier\": 62.45\n        },\n        {\n          \"name\": \"Meryl Streep\",\n          \"parrot_id\": \"t2b3c4d5-e6f7-8g9h-0i1j-k2l3m4n5o6p7\",\n          \"demand_multiplier\": 58.92\n        }\n      ]\n    }\n  ]\n}\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li>Get top talent by demand for a specific market and date</li>\n<li>Track daily demand changes for actors, directors, and other talent</li>\n<li>Build daily sync workflows to ingest talent demand data</li>\n<li>Analyze market-specific talent performance</li>\n</ul>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><strong>Subscription Required</strong>: You must be subscribed to the requested market</li>\n<li><strong>Date Validation</strong>: Use the Latest Demand Date endpoint to get valid dates</li>\n<li><strong>Sorting</strong>: Results are pre-sorted by demand_multiplier (no need to sort client-side)</li>\n<li><strong>Pagination</strong>: For large catalogs, use pagination to retrieve all results</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","talent","date",":for_date","market",":country_iso"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[{"description":{"content":"<p>Date in YYYY-MM-DD format (get from Latest Demand Date endpoint)</p>\n","type":"text/plain"},"type":"any","value":"2026-02-24","key":"for_date"},{"description":{"content":"<p>ISO 3166 2-alpha country code (get from Subscribed Markets endpoint)</p>\n","type":"text/plain"},"type":"any","value":"US","key":"country_iso"}]}},"response":[{"id":"2662152c-836c-4efc-9dec-0089ff45d60b","name":"Get Talent Demand (All Talent)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/customerapi/v1/demand/talent/date/:for_date/market/:country_iso","host":["https://api.parrotanalytics.com/customerapi/v1"],"path":["demand","talent","date",":for_date","market",":country_iso"],"variable":[{"key":"for_date","value":"2026-02-24","description":"Date in YYYY-MM-DD format (get from Latest Demand Date endpoint)"},{"key":"country_iso","value":"US","description":"ISO 3166 2-alpha country code (get from Subscribed Markets endpoint)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:43:47 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"1822"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"generated_on\": \"2026-02-28T07:43:49.029945558Z\",\n    \"date_from\": \"2026-02-24\",\n    \"date_to\": \"2026-02-24\",\n    \"interval\": \"daily\",\n    \"total_results_count\": 5,\n    \"page_results_count\": 5,\n    \"page\": 1,\n    \"demand_data\": [\n        {\n            \"date\": \"2026-02-24\",\n            \"market\": \"US\",\n            \"records_count\": 5,\n            \"datapoints\": [\n                {\n                    \"title\": \"Kevin Duala\",\n                    \"parrot_id\": \"9c772811-9400-443b-8bdc-62537bb25777\",\n                    \"demand_multiplier\": 0.050439871367270545\n                },\n                {\n                    \"title\": \"Yoshi Barrigas\",\n                    \"parrot_id\": \"af5b5555-4cfa-4011-9286-6ad150e60889\",\n                    \"demand_multiplier\": 0.04214994391192049\n                },\n                {\n                    \"title\": \"Altine Emini\",\n                    \"parrot_id\": \"3188af66-68af-4b5f-861f-de8f8b8f9e40\",\n                    \"demand_multiplier\": 0.004439384838450316\n                },\n                {\n                    \"title\": \"José Mancilla\",\n                    \"parrot_id\": \"eed3f787-5455-4dde-bd78-d58508419e6f\",\n                    \"demand_multiplier\": 0.0025868132387694837\n                },\n                {\n                    \"title\": \"Yûya Shintarô (遊屋慎太郎)\",\n                    \"parrot_id\": \"21da8d8f-abce-46c5-867a-beef8672fd81\",\n                    \"demand_multiplier\": 0.00023779922221479408\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e2735062-2808-40f9-9900-61f577194a3f"},{"name":"Get Talent Demand (Specific Talent)","id":"a62e2d4d-af6e-473b-99bc-815c676e0dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/demand/talent/date/:for_date/market/:country_iso?content_ids=c9d9ed6b-17b1-46ef-a6bb-ed6a99b08b9a,90651f88-c656-4283-a4d7-3c0d0cf57af9&page=1&size=5","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Returns the demand data for specific talent only, filtered by <code>parrot_id</code> values.</p>\n<p>Use this endpoint when you only need demand data for certain talent instead of all talent.</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li><p>Returns demand multiplier values for the specified <code>for_date</code> only</p>\n</li>\n<li><p>Filters results to only the talent specified in <code>content_ids</code></p>\n</li>\n<li><p>Results are automatically sorted by demand (highest first)</p>\n</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>for_date</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 8601 date in <code>YYYY-MM-DD</code> format</td>\n</tr>\n<tr>\n<td><code>country_iso</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>ISO 3166 2-alpha country code (e.g., US, GB, JP)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>content_ids</code></td>\n<td><code>string</code></td>\n<td><strong>Required</strong></td>\n<td>Comma-separated list of <code>parrot_id</code> values. Get these from the Talent List endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Same structure as \"Get Talent Demand (All Talent)\" endpoint, but filtered to only the specified talent.</p>\n<h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /demand/talent/date/2026-02-26/market/US?content_ids=t1a2l3e4-n5t6-7i8d-9a0b-c1d2e3f4g5h6,t2b3c4d5-e6f7-8g9h-0i1j-k2l3m4n5o6p7\n\n</code></pre><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"generated_on\": \"2026-02-27T06:15:34.986Z\",\n  \"date_from\": \"2026-02-26\",\n  \"date_to\": \"2026-02-26\",\n  \"interval\": \"daily\",\n  \"total_results_count\": 2,\n  \"page_results_count\": 2,\n  \"page\": 1,\n  \"demand_data\": [\n    {\n      \"date\": \"2026-02-26\",\n      \"market\": \"US\",\n      \"records_count\": 2,\n      \"datapoints\": [\n        {\n          \"name\": \"Tom Hanks\",\n          \"parrot_id\": \"90651f88-c656-4283-a4d7-3c0d0cf57af9\",\n          \"demand_multiplier\": 62.45\n        },\n        {\n          \"name\": \"Meryl Streep\",\n          \"parrot_id\": \"c9d9ed6b-17b1-46ef-a6bb-ed6a99b08b9a\",\n          \"demand_multiplier\": 58.92\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li><p>Track demand for specific talent you're interested in</p>\n</li>\n<li><p>Monitor performance of actors, directors, or producers</p>\n</li>\n<li><p>Reduce response size by filtering to relevant talent only</p>\n</li>\n<li><p>Build targeted reports for specific talent portfolios</p>\n</li>\n</ul>\n<h2 id=\"how-to-get-parrot_id-values\">How to Get parrot_id Values</h2>\n<ol>\n<li><p>Call the <strong>Talent List</strong> endpoint in the \"Content Catalog\" folder</p>\n</li>\n<li><p>Find the talent you're interested in</p>\n</li>\n<li><p>Copy their <code>parrot_id</code> values</p>\n</li>\n<li><p>Use them in the <code>content_ids</code> parameter (comma-separated)</p>\n</li>\n</ol>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["demand","talent","date",":for_date","market",":country_iso"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[{"description":{"content":"<p>[Optional] Comma-separated list of parrot_id values to filter specific talent</p>\n","type":"text/plain"},"key":"content_ids","value":"c9d9ed6b-17b1-46ef-a6bb-ed6a99b08b9a,90651f88-c656-4283-a4d7-3c0d0cf57af9"},{"description":{"content":"<p>[Optional] Page number for pagination. Default: <code>1</code></p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>[Optional] Results per page. Default: <code>20</code>. Maximum: <code>100000</code></p>\n","type":"text/plain"},"key":"size","value":"5"}],"variable":[{"description":{"content":"<p>Date in YYYY-MM-DD format</p>\n","type":"text/plain"},"type":"any","value":"2026-02-24","key":"for_date"},{"description":{"content":"<p>ISO 3166 2-alpha country code</p>\n","type":"text/plain"},"type":"any","value":"US","key":"country_iso"}]}},"response":[{"id":"deaf0895-1159-42b7-a219-b50e59c417cf","name":"Get Talent Demand (Specific Talent)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/customerapi/v1/demand/talent/date/:for_date/market/:country_iso?content_ids=c9d9ed6b-17b1-46ef-a6bb-ed6a99b08b9a,90651f88-c656-4283-a4d7-3c0d0cf57af9&page=1&size=5","host":["https://api.parrotanalytics.com/customerapi/v1"],"path":["demand","talent","date",":for_date","market",":country_iso"],"query":[{"key":"content_ids","value":"c9d9ed6b-17b1-46ef-a6bb-ed6a99b08b9a,90651f88-c656-4283-a4d7-3c0d0cf57af9","description":"[Optional] Comma-separated list of parrot_id values to filter specific talent"},{"key":"page","value":"1","description":"[Optional] Page number for pagination. Default: `1`"},{"key":"size","value":"5","description":"[Optional] Results per page. Default: `20`. Maximum: `100000`"}],"variable":[{"key":"for_date","value":"2026-02-24","description":"Date in YYYY-MM-DD format"},{"key":"country_iso","value":"US","description":"ISO 3166 2-alpha country code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:44:43 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"82"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"generated_on\": \"2026-02-28T07:44:43.21486162Z\",\n    \"date_from\": \"2026-02-24\",\n    \"date_to\": \"2026-02-24\",\n    \"interval\": \"daily\",\n    \"total_results_count\": 2,\n    \"page_results_count\": 2,\n    \"page\": 1,\n    \"demand_data\": [\n        {\n            \"date\": \"2026-02-24\",\n            \"market\": \"US\",\n            \"records_count\": 2,\n            \"datapoints\": [\n                {\n                    \"title\": \"Tom Hanks\",\n                    \"parrot_id\": \"90651f88-c656-4283-a4d7-3c0d0cf57af9\",\n                    \"demand_multiplier\": 120.76748828352683\n                },\n                {\n                    \"title\": \"Meryl Streep\",\n                    \"parrot_id\": \"c9d9ed6b-17b1-46ef-a6bb-ed6a99b08b9a\",\n                    \"demand_multiplier\": 26.734235411316394\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"a62e2d4d-af6e-473b-99bc-815c676e0dee"}],"id":"6c512cc4-6c8c-4a48-ac16-0b68ef5f539c","description":"<p>Get demand data for talent (actors, directors, producers, etc.) in specific markets.</p>\n","_postman_id":"6c512cc4-6c8c-4a48-ac16-0b68ef5f539c","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}}],"id":"9f5fecae-54d8-40fb-a0f8-fab6aed60fa8","description":"<p>Retrieve daily demand metrics for movies, TV shows, and talent. Call these endpoints after discovering your markets and latest date.</p>\n","_postman_id":"9f5fecae-54d8-40fb-a0f8-fab6aed60fa8","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"Content Titles","item":[{"name":"Get Movie Titles","id":"682b34b2-7795-4343-9bc3-f763d5f77aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/movie/titles","description":"<p><em>Retrieve updated list of movie titles within the account's subscription</em></p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>Get all movie titles available in your subscription. Use this endpoint to discover the catalog of movies and obtain <code>parrot_id</code> values for filtering demand data requests.</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li>Returns the complete list of movies available based on your subscription</li>\n<li>Each movie includes a unique <code>parrot_id</code> identifier</li>\n<li>Use these <code>parrot_id</code> values in the <code>content_ids</code> parameter of demand endpoints</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>records_count</code></td>\n<td><code>integer</code></td>\n<td>Total number of movies received (i.e., size of <code>movies</code> array), as made available based on the subscription plan</td>\n</tr>\n<tr>\n<td><code>movies</code></td>\n<td><code>array</code></td>\n<td>List of movie titles returned</td>\n</tr>\n<tr>\n<td><code>movies[n].parrot_id</code></td>\n<td><code>string</code></td>\n<td>Unique ID for the movie. Use this in demand API <code>content_ids</code> parameter</td>\n</tr>\n<tr>\n<td><code>movies[n].display_name</code></td>\n<td><code>string</code></td>\n<td>Display name for the movie</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"records_count\": 2,\n  \"movies\": [\n    {\n      \"parrot_id\": \"c63128b3-364b-4bae-875e-ebef11076e8a\",\n      \"display_name\": \"The Matrix\"\n    },\n    {\n      \"parrot_id\": \"3f28c0fc-b644-422b-ab9d-9f2aae9fa456\",\n      \"display_name\": \"Inception\"\n    }\n  ]\n}\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li>Discover all movies available in your subscription</li>\n<li>Get <code>parrot_id</code> values for filtering demand data requests</li>\n<li>Build a local catalog of movies for your application</li>\n<li>Map movie titles to their unique identifiers</li>\n</ul>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><strong>Subscription-Based</strong>: Only returns movies included in your subscription plan</li>\n<li><strong>Use for Filtering</strong>: Copy <code>parrot_id</code> values to use in demand API <code>content_ids</code> parameter</li>\n<li><strong>No Pagination</strong>: Returns the complete list in a single response</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["movie","titles"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[]}},"response":[{"id":"f58ca165-f2da-437b-b1a6-fa2aaf5f7118","name":"Get Movie Titles","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":"https://api.parrotanalytics.com/customerapi/v1/movie/titles"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:48:37 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"180"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"records_count\": 2,\n    \"movies\": [\n        {\n            \"parrot_id\": \"6af11f25-a59d-43f2-854b-884010c3d4a0\",\n            \"display_name\": \"Dawn Of The Beast\"\n        },\n        {\n            \"parrot_id\": \"c35289fd-e0e8-48aa-98a4-dd61e142525d\",\n            \"display_name\": \"How Do You Know\"\n        }\n    ]\n}"}],"_postman_id":"682b34b2-7795-4343-9bc3-f763d5f77aa9"},{"name":"Get TV Show Titles","id":"a9d1c775-5e87-4bb4-aa16-bdb37f27ad08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/show/titles","description":"<p><em>Retrieve updated list of TV show titles within the account's subscription</em></p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>Get all TV show titles available in your subscription. Use this endpoint to discover the catalog of TV shows and obtain <code>parrot_id</code> values for filtering demand data requests.</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li>Returns the complete list of TV shows available based on your subscription</li>\n<li>Each show includes a unique <code>parrot_id</code> identifier</li>\n<li>Use these <code>parrot_id</code> values in the <code>content_ids</code> parameter of demand endpoints</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>records_count</code></td>\n<td><code>integer</code></td>\n<td>Total number of TV shows received (i.e., size of <code>shows</code> array), as made available based on the subscription plan</td>\n</tr>\n<tr>\n<td><code>shows</code></td>\n<td><code>array</code></td>\n<td>List of TV show titles returned</td>\n</tr>\n<tr>\n<td><code>shows[n].parrot_id</code></td>\n<td><code>string</code></td>\n<td>Unique ID for the TV show. Use this in demand API <code>content_ids</code> parameter</td>\n</tr>\n<tr>\n<td><code>shows[n].display_name</code></td>\n<td><code>string</code></td>\n<td>Display name for the TV show</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"records_count\": 2,\n  \"shows\": [\n    {\n      \"parrot_id\": \"97fed82d-5bb8-48fc-bfe6-4b82276b0ba6\",\n      \"display_name\": \"Breaking Bad\"\n    },\n    {\n      \"parrot_id\": \"a1b2c3d4-5e6f-7g8h-9i0j-k1l2m3n4o5p6\",\n      \"display_name\": \"Game of Thrones\"\n    }\n  ]\n}\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li>Discover all TV shows available in your subscription</li>\n<li>Get <code>parrot_id</code> values for filtering demand data requests</li>\n<li>Build a local catalog of TV shows for your application</li>\n<li>Map show titles to their unique identifiers</li>\n</ul>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><strong>Subscription-Based</strong>: Only returns TV shows included in your subscription plan</li>\n<li><strong>Use for Filtering</strong>: Copy <code>parrot_id</code> values to use in demand API <code>content_ids</code> parameter</li>\n<li><strong>No Pagination</strong>: Returns the complete list in a single response</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["show","titles"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[]}},"response":[{"id":"69daaf50-2e52-4793-9587-a903761ed702","name":"Get TV Show Titles","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/customerapi/v1/show/titles","host":["https://api.parrotanalytics.com/customerapi/v1"],"path":["show","titles"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"date","value":"Sat, 28 Feb 2026 07:49:26 GMT"},{"key":"content-type","value":"application/json"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"324"},{"key":"server","value":"istio-envoy"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"records_count\": 2,\n    \"shows\": [\n        {\n            \"parrot_id\": \"3495867a-24c0-4a76-b9f8-2e13db8af8d7\",\n            \"display_name\": \"Wolf Creek\"\n        },\n        {\n            \"parrot_id\": \"989bcb14-aff7-42ea-9bd5-c2bad3279fd2\",\n            \"display_name\": \"Kaybolan Çiçekler\"\n        }\n    ]\n}"}],"_postman_id":"a9d1c775-5e87-4bb4-aa16-bdb37f27ad08"},{"name":"Get Talent Titles","id":"abbb557f-4660-4665-9b40-d717c9e611ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/customerapi/v1/talent/titles","description":"<p><em>Retrieve updated list of talent within the account's subscription</em></p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>Get all talent (actors, directors, producers, etc.) available in your subscription. Use this endpoint to discover the catalog of talent and obtain <code>parrot_id</code> values for filtering demand data requests.</p>\n<h2 id=\"api-behavior\">API Behavior</h2>\n<ul>\n<li>Returns the complete list of talent available based on your subscription</li>\n<li>Each talent includes a unique <code>parrot_id</code> identifier</li>\n<li>Use these <code>parrot_id</code> values in the <code>content_ids</code> parameter of demand endpoints</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>records_count</code></td>\n<td><code>integer</code></td>\n<td>Total number of talent received (i.e., size of <code>talent</code> array), as made available based on the subscription plan</td>\n</tr>\n<tr>\n<td><code>talent</code></td>\n<td><code>array</code></td>\n<td>List of talent returned</td>\n</tr>\n<tr>\n<td><code>talent[n].parrot_id</code></td>\n<td><code>string</code></td>\n<td>Unique ID for the talent. Use this in demand API <code>content_ids</code> parameter</td>\n</tr>\n<tr>\n<td><code>talent[n].name</code></td>\n<td><code>string</code></td>\n<td>Name of the talent</td>\n</tr>\n<tr>\n<td><code>talent[n].profession</code></td>\n<td><code>string</code></td>\n<td>Primary profession (e.g., Actor, Director, Producer)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"records_count\": 2,\n  \"talent\": [\n    {\n      \"parrot_id\": \"t1a2l3e4-n5t6-7i8d-9a0b-c1d2e3f4g5h6\",\n      \"name\": \"Tom Hanks\",\n      \"profession\": \"Actor\"\n    },\n    {\n      \"parrot_id\": \"t2b3c4d5-e6f7-8g9h-0i1j-k2l3m4n5o6p7\",\n      \"name\": \"Christopher Nolan\",\n      \"profession\": \"Director\"\n    }\n  ]\n}\n</code></pre>\n<h2 id=\"use-cases\">Use Cases</h2>\n<ul>\n<li>Discover all talent available in your subscription</li>\n<li>Get <code>parrot_id</code> values for filtering talent demand data requests</li>\n<li>Build a local catalog of talent for your application</li>\n<li>Map talent names to their unique identifiers</li>\n</ul>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><strong>Subscription-Based</strong>: Only returns talent included in your subscription plan</li>\n<li><strong>Use for Filtering</strong>: Copy <code>parrot_id</code> values to use in demand API <code>content_ids</code> parameter</li>\n<li><strong>No Pagination</strong>: Returns the complete list in a single response</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"path":["talent","titles"],"host":["https://api.parrotanalytics.com/customerapi/v1"],"query":[],"variable":[]}},"response":[{"id":"b47d4387-cdbc-4217-8683-43ec0ff3e5de","name":"Get Talent Titles","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":"https://api.parrotanalytics.com/customerapi/v1/talent/titles"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"records_count\": 64716,\n    \"talents\": [\n        {\n            \"parrot_id\": \"9989761c-18b0-49c4-9305-a5362861d584\",\n            \"display_name\": \"Serkan Ercan\"\n        },\n        {\n            \"parrot_id\": \"0a558f2a-4a0f-4ce5-bd0a-94b6089e3aa0\",\n            \"display_name\": \"Shoya Chiba (千葉 翔也)\"\n        }\n    ]\n}"}],"_postman_id":"abbb557f-4660-4665-9b40-d717c9e611ef"}],"id":"0afc9e31-72ff-42bf-bdc8-53654c4ebe40","description":"<p>Optional: Get lists of all available movie, TV show, and talent with their parrot_id values. Use these IDs to filter demand data requests.</p>\n","_postman_id":"0afc9e31-72ff-42bf-bdc8-53654c4ebe40","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}}],"id":"c76ee687-40eb-4436-8d41-1a7f83377509","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>The Customer Demand API provides programmatic access to Parrot Analytics' demand data for movies, TV shows and Talents. Access daily demand metrics across 90+ global markets to understand audience demand for content.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Every API request requires an API Key to be provided through HTTP request header <strong><code>X-API-KEY</code></strong>. Please contact your Parrot Analytics account manager to request your API key.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>The easiest way to start using the API:</p>\n<ol>\n<li><p><strong>Set your API Key</strong>: Update the <code>YOUR_API_KEY</code> variable in Collection Variables below</p>\n</li>\n<li><p><strong>Discover Markets</strong>: Start with the <code>1. Discovery</code> folder to get your subscribed markets</p>\n</li>\n<li><p><strong>Get Latest Date</strong>: Check the latest available demand date (typically 1-2 days behind)</p>\n</li>\n<li><p><strong>Fetch Demand Data</strong>: Use the <code>2. Demand Data</code> folder to retrieve metrics</p>\n</li>\n</ol>\n<h2 id=\"rate-limiting\">Rate Limiting</h2>\n<p>The API enforces rate limits to ensure fair usage:</p>\n<ul>\n<li><p><strong>Limit</strong>: 30 requests per minute per API key</p>\n</li>\n<li><p><strong>Window</strong>: 1 minute (rolling window)</p>\n</li>\n<li><p><strong>Response</strong>: Returns <code>429 Too Many Requests</code> when exceeded</p>\n</li>\n</ul>\n<p><strong>Best Practice</strong>: Implement exponential backoff when receiving 429 responses.</p>\n<h2 id=\"http-response-codes\">HTTP Response Codes</h2>\n<p>Our API uses the following response codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Code</th>\n<th>API Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code> OK</td>\n<td>Not Applicable</td>\n<td>Resource was successfully processed with a response body returned</td>\n</tr>\n<tr>\n<td><code>400</code> Bad Request</td>\n<td><code>40000</code></td>\n<td>Invalid request, possibly due to missing or incorrect parameters</td>\n</tr>\n<tr>\n<td><code>401</code> Unauthorized</td>\n<td><code>40100</code></td>\n<td>The API Key was not supplied, or it was invalid</td>\n</tr>\n<tr>\n<td><code>403</code> Forbidden</td>\n<td><code>40301</code></td>\n<td>The API Key is not authorized to access the requested market or resource</td>\n</tr>\n<tr>\n<td><code>429</code> Too Many Requests</td>\n<td><code>42900</code></td>\n<td>Rate limit exceeded. Maximum 30 requests per minute allowed</td>\n</tr>\n<tr>\n<td><code>500</code> Server Error</td>\n<td><code>50000</code></td>\n<td>Unexpected error occurred on the server</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><p><strong>Data Lag</strong>: Demand data is generated daily but typically 1-2 days behind current date</p>\n</li>\n<li><p><strong>One Date at a Time</strong>: Each API call fetches data for one specific date only</p>\n</li>\n<li><p><strong>Separate Endpoints</strong>: Movies, TV shows and Talents have separate endpoints</p>\n</li>\n<li><p><strong>Sorted Results</strong>: All demand data is automatically sorted by demand_multiplier (highest first)</p>\n</li>\n</ul>\n<h2 id=\"support\">Support</h2>\n<p>For API access issues or technical support, contact your Parrot Analytics account manager.</p>\n","event":[{"listen":"prerequest","script":{"id":"bfc9cf2a-4d27-4f97-8070-aab312449206","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"75dc2446-f0d2-4776-b96a-4d5acd227e71","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"c76ee687-40eb-4436-8d41-1a7f83377509","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"Supply API","item":[{"name":"TV Genome API","item":[{"name":"TV - All titles","id":"7da89aa7-2cc3-44c5-922d-29f4c8885563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/shows?page={{page}}&size={{page_size}}&sort_by={{sort_field}}&sort_order={{sort_order}}","description":"<p><em>Retrieve list of all shows</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>SHOWS</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>shows</td>\n<td><code>array</code></td>\n<td>List of genome data for the shows</td>\n</tr>\n<tr>\n<td>shows[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>shows[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the title</td>\n</tr>\n<tr>\n<td>shows[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>shows[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>shows[n].external_ids.tvdb_id</td>\n<td><code>string</code></td>\n<td>Optional - TVDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>shows[n].original_countries</td>\n<td><code>array[string]</code></td>\n<td>List of strings representing the <code>ISO 3166</code> 2-alpha code for the origin countries</td>\n</tr>\n<tr>\n<td>shows[n].original_networks</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original network(s) for the title.</td>\n</tr>\n<tr>\n<td>shows[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original language(s) for the title.</td>\n</tr>\n<tr>\n<td>shows[n].genre_tags</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing genres for the title.</td>\n</tr>\n<tr>\n<td>shows[n].release_year</td>\n<td><code>integer</code></td>\n<td>Release year for the title in <code>YYYY</code> format.</td>\n</tr>\n<tr>\n<td>shows[n].release_type</td>\n<td><code>string</code></td>\n<td>Optional - String identifier representing the type of release. Valid values:  <br />* <code>NETWORK</code>  <br />* <code>DIGITAL_ORIGINAL</code></td>\n</tr>\n<tr>\n<td>shows[n].seasons.total_number_of_seasons</td>\n<td><code>integer</code></td>\n<td>Optional - Total number of seasons (aired/airing)</td>\n</tr>\n<tr>\n<td>shows[n].seasons.total_number_of_episodes</td>\n<td><code>integer</code></td>\n<td>Optional - Total number of episodes (up to the current season)</td>\n</tr>\n<tr>\n<td>shows[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the show</td>\n</tr>\n<tr>\n<td>title[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>title[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>shows[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the show.</td>\n</tr>\n<tr>\n<td>shows[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>shows[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>shows[n].series_type</td>\n<td><code>string</code></td>\n<td>Optional - Type of the series. Values:  <br />* <code>SCRIPTED</code>  <br />* <code>UNSCRIPTED</code></td>\n</tr>\n<tr>\n<td>shows[n].series_status</td>\n<td><code>string</code></td>\n<td>Optional - String constant defining the status for the show. Values:  <br />* <code>IN_PRODUCTION</code>  <br />* <code>UPCOMING</code>  <br />* <code>CURRENT</code>  <br />* <code>RETURNING</code>  <br />* <code>ENDED</code></td>\n</tr>\n<tr>\n<td>shows[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the title</td>\n</tr>\n<tr>\n<td>shows[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description</td>\n</tr>\n<tr>\n<td>shows[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the show</td>\n</tr>\n<tr>\n<td>shows[n].cast_members</td>\n<td><code>array</code></td>\n<td>List of all cast members for the show</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].name</td>\n<td><code>string</code></td>\n<td>Name of the cast member</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the cast member (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].character</td>\n<td><code>string</code></td>\n<td>Name of the character (played by the cast member)</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].is_lead_actor</td>\n<td><code>boolean</code></td>\n<td>Whether the cast member was a lead (`true`) or not (`false`)</td>\n</tr>\n<tr>\n<td>shows[n].directors</td>\n<td><code>array</code></td>\n<td>List of all directors for the show</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the director</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the director (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the director (E.g. <code>executive director</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].producers</td>\n<td><code>array</code></td>\n<td>List of all producers for the show</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the producer</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the producer (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the producer (E.g. <code>executive producer</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].editors</td>\n<td><code>array</code></td>\n<td>List of all editors for the show</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the editor</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the editor (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the editor (E.g. <code>sound editor</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].writers</td>\n<td><code>array</code></td>\n<td>List of all writers for the show</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the writer</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the writer (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the writer (E.g. <code>staff writer</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].production_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of production companies based on primary contribution</td>\n</tr>\n<tr>\n<td>shows[n].distribution_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of distribution companies based on primary contribution</td>\n</tr>\n</tbody>\n</table>\n</div><p><b>Full List of fields available and coverage</b><br /><br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><b>Name</b></th>\n<th><b>Field</b></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Season Parrot ID</td>\n<td>season_info.parrot_id</td>\n</tr>\n<tr>\n<td>Season data updated on</td>\n<td>season_info.updated_at</td>\n</tr>\n<tr>\n<td>Season Numbber</td>\n<td>season_info.season_num</td>\n</tr>\n<tr>\n<td>Has more episodes</td>\n<td>season_info.more_episodes</td>\n</tr>\n<tr>\n<td>Season ID (PID)</td>\n<td>season_info.season_id</td>\n</tr>\n<tr>\n<td>Episode - Name</td>\n<td>season_info.episode_info.episode_name</td>\n</tr>\n<tr>\n<td>Episode - IMDB ID</td>\n<td>season_info.episode_info.imdb_id</td>\n</tr>\n<tr>\n<td>Episode - Number</td>\n<td>season_info.episode_info.episode_num</td>\n</tr>\n<tr>\n<td>Total episodes (for selected season)</td>\n<td>season_info.episode_count</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>display_name</td>\n</tr>\n<tr>\n<td>parrot ID</td>\n<td>parrot_id</td>\n</tr>\n<tr>\n<td>Type of Entity</td>\n<td>data.type</td>\n</tr>\n<tr>\n<td>Slug</td>\n<td>slug</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>title</td>\n</tr>\n<tr>\n<td>Episode ID (PID)</td>\n<td>season_info.episode_info.episode_id</td>\n</tr>\n<tr>\n<td>Catalog State</td>\n<td>catalog_state</td>\n</tr>\n<tr>\n<td>Catalog Type</td>\n<td>catalog_type</td>\n</tr>\n<tr>\n<td>internal ID</td>\n<td>short_id</td>\n</tr>\n<tr>\n<td>Episode - Release Country Code</td>\n<td>season_info.episode_info.release_info.country_iso</td>\n</tr>\n<tr>\n<td>Episode - Release Type</td>\n<td>season_info.episode_info.release_info.release_type</td>\n</tr>\n<tr>\n<td>Season start date</td>\n<td>season_info.season_start_date</td>\n</tr>\n<tr>\n<td>ScriptedOrUnscripted</td>\n<td>data.tv_series_type</td>\n</tr>\n<tr>\n<td>Episode - Release Date</td>\n<td>season_info.episode_info.release_info.release_date</td>\n</tr>\n<tr>\n<td>Season end date</td>\n<td>season_info.season_end_date</td>\n</tr>\n<tr>\n<td>Episode Release Info (source)</td>\n<td>season_info.episode_info.release_info.source</td>\n</tr>\n<tr>\n<td>Country of origin for the show</td>\n<td>data.original_country</td>\n</tr>\n<tr>\n<td>Alternative names show is known by</td>\n<td>data.also_known_as</td>\n</tr>\n<tr>\n<td>ReleaseYear</td>\n<td>data.release_year</td>\n</tr>\n<tr>\n<td>IMDB_ID</td>\n<td>data.external_mappings.imdb_id</td>\n</tr>\n<tr>\n<td>OriginalLanguage</td>\n<td>data.original_language</td>\n</tr>\n<tr>\n<td>Genre Tags (V2)</td>\n<td>data.genre_tags_v2</td>\n</tr>\n<tr>\n<td>Full list of genres</td>\n<td>data.genre_tags</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.crew_members.name</td>\n</tr>\n<tr>\n<td>Department</td>\n<td>data.crew_members.department</td>\n</tr>\n<tr>\n<td>Job Title</td>\n<td>data.crew_members.job_titles</td>\n</tr>\n<tr>\n<td>IMDB ID for Talent</td>\n<td>data.crew_members.imdb_id</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>data.cast_members.role</td>\n</tr>\n<tr>\n<td>Is Lead Actor</td>\n<td>data.cast_members.is_lead_actor</td>\n</tr>\n<tr>\n<td>IMDB ID for Talent</td>\n<td>data.cast_members.imdb_id</td>\n</tr>\n<tr>\n<td>Actor Name</td>\n<td>data.cast_members.name</td>\n</tr>\n<tr>\n<td>Character</td>\n<td>data.cast_members.character</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>data.status</td>\n</tr>\n<tr>\n<td>ProductionCompanuy</td>\n<td>data.production_company</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.directors.Name</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.directors.name</td>\n</tr>\n<tr>\n<td>Series start date</td>\n<td>data.start_date</td>\n</tr>\n<tr>\n<td>IMDB ID for Talent</td>\n<td>data.directors.imdb_id</td>\n</tr>\n<tr>\n<td>Department</td>\n<td>data.directors.department</td>\n</tr>\n<tr>\n<td>Job Title</td>\n<td>data.directors.job_titles</td>\n</tr>\n<tr>\n<td>OrignalNetwork</td>\n<td>data.original_network</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.producers.Name</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.producers.name</td>\n</tr>\n<tr>\n<td>IMDB ID for Talent</td>\n<td>data.producers.imdb_id</td>\n</tr>\n<tr>\n<td>Department</td>\n<td>data.producers.department</td>\n</tr>\n<tr>\n<td>Job Title</td>\n<td>data.producers.job_titles</td>\n</tr>\n<tr>\n<td>Estimated Start Date (Series)</td>\n<td>data.estimated_start_date</td>\n</tr>\n<tr>\n<td>Keywords</td>\n<td>data.keywords</td>\n</tr>\n<tr>\n<td>Short Description</td>\n<td>data.short_description</td>\n</tr>\n<tr>\n<td>DistributionCompany</td>\n<td>data.distribution_company</td>\n</tr>\n<tr>\n<td>Parrot ID - Talent</td>\n<td>data.cast_members.parrot_id</td>\n</tr>\n<tr>\n<td>TotalSeasons</td>\n<td>data.total_seasons</td>\n</tr>\n<tr>\n<td>TotalEpisodes</td>\n<td>data.total_episodes</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.writers.Name</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.writers.name</td>\n</tr>\n<tr>\n<td>IMDB ID for Talent</td>\n<td>data.writers.imdb_id</td>\n</tr>\n<tr>\n<td>Department</td>\n<td>data.writers.department</td>\n</tr>\n<tr>\n<td>Job Title</td>\n<td>data.writers.job_titles</td>\n</tr>\n<tr>\n<td>Total overall episode count</td>\n<td>data.seasons_episodes_count.total.episodes_count</td>\n</tr>\n<tr>\n<td>Total overall seasons count</td>\n<td>data.seasons_episodes_count.total.seasons_count</td>\n</tr>\n<tr>\n<td>Total Aired episode count</td>\n<td>data.seasons_episodes_count.aired.episodes_count</td>\n</tr>\n<tr>\n<td>Total Aired seasons count</td>\n<td>data.seasons_episodes_count.aired.seasons_count</td>\n</tr>\n<tr>\n<td>latest season (start) date</td>\n<td>data.latest_season_start_date</td>\n</tr>\n<tr>\n<td>Series end date</td>\n<td>data.end_date</td>\n</tr>\n<tr>\n<td>latest season (end) date</td>\n<td>data.latest_season_end_date</td>\n</tr>\n<tr>\n<td>Original Release Strategy: Country</td>\n<td>data.release_strategy.original_release_strategy.country</td>\n</tr>\n<tr>\n<td>Original Release Strategy: Season Number</td>\n<td>data.release_strategy.original_release_strategy.season_release_strategies.season_number</td>\n</tr>\n<tr>\n<td>Original Release Strategy: Season Release Type</td>\n<td>data.release_strategy.original_release_strategy.season_release_strategies.season_release_type</td>\n</tr>\n<tr>\n<td>Original Release Strategy: Series Release Type</td>\n<td>data.release_strategy.original_release_strategy.series_release_type</td>\n</tr>\n<tr>\n<td>IMDB ID for Talent</td>\n<td>data.editors.imdb_id</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.editors.Name</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>data.editors.name</td>\n</tr>\n<tr>\n<td>Parrot ID - Talent</td>\n<td>data.crew_members.parrot_id</td>\n</tr>\n<tr>\n<td>Department</td>\n<td>data.editors.department</td>\n</tr>\n<tr>\n<td>Job Title</td>\n<td>data.editors.job_titles</td>\n</tr>\n<tr>\n<td>Long Description</td>\n<td>data.long_description</td>\n</tr>\n<tr>\n<td>Original Release Strategy: Platform</td>\n<td>data.release_strategy.original_release_strategy.platform</td>\n</tr>\n<tr>\n<td>IMDB rating</td>\n<td>data.ratings.imdb</td>\n</tr>\n<tr>\n<td>TMDB_ID</td>\n<td>data.external_mappings.tmdb_id</td>\n</tr>\n<tr>\n<td>Tagline</td>\n<td>data.tagline</td>\n</tr>\n<tr>\n<td>Parrot ID - Talent</td>\n<td>data.producers.parrot_id</td>\n</tr>\n<tr>\n<td>Parrot ID - Talent</td>\n<td>data.writers.parrot_id</td>\n</tr>\n<tr>\n<td>Wikibase_ID</td>\n<td>data.external_mappings.wikibase_id</td>\n</tr>\n<tr>\n<td>Parrot ID - Talent</td>\n<td>data.directors.parrot_id</td>\n</tr>\n<tr>\n<td>Label</td>\n<td>data.labels.label</td>\n</tr>\n<tr>\n<td>Label Language</td>\n<td>data.labels.language_code</td>\n</tr>\n<tr>\n<td>Tract TV ID</td>\n<td>data.external_mappings.trakt_tv_id</td>\n</tr>\n<tr>\n<td>Subjects</td>\n<td>data.subjects</td>\n</tr>\n<tr>\n<td>updatedOn</td>\n<td>updated_on</td>\n</tr>\n<tr>\n<td>Country Code</td>\n<td>data.platforms.country_iso</td>\n</tr>\n<tr>\n<td>Data Source</td>\n<td>data.platforms.data_source</td>\n</tr>\n<tr>\n<td>Monetization Type</td>\n<td>data.platforms.monetization_type</td>\n</tr>\n<tr>\n<td>Platform Name</td>\n<td>data.platforms.platform_name</td>\n</tr>\n<tr>\n<td>onboardedOn</td>\n<td>dates.onboarded_on</td>\n</tr>\n<tr>\n<td>Last Updated On</td>\n<td>dates.updated_on</td>\n</tr>\n<tr>\n<td>Prime Wire ID</td>\n<td>data.external_mappings.prime_wire_id</td>\n</tr>\n<tr>\n<td>demandGeneratedFrom</td>\n<td>dates.ratings_available_from</td>\n</tr>\n<tr>\n<td>Country Code</td>\n<td>data.content_ratings.country_code</td>\n</tr>\n<tr>\n<td>Rating Classification</td>\n<td>data.content_ratings.rating</td>\n</tr>\n<tr>\n<td>WorldWide</td>\n<td>demand.WW</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>created_on</td>\n</tr>\n<tr>\n<td>main genre</td>\n<td>data.main_genre</td>\n</tr>\n<tr>\n<td>JUST_WATCH_ID</td>\n<td>data.external_mappings.justwatch_id</td>\n</tr>\n<tr>\n<td>Award Name</td>\n<td>data.awards.award_name</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>data.awards.year</td>\n</tr>\n<tr>\n<td>HasWon</td>\n<td>data.awards.won</td>\n</tr>\n<tr>\n<td>WasNominated</td>\n<td>data.awards.nominated</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>data.awards.category</td>\n</tr>\n<tr>\n<td>Event Name</td>\n<td>data.awards.event_name</td>\n</tr>\n<tr>\n<td>IMDb ID</td>\n<td>data.awards.imdb_id</td>\n</tr>\n<tr>\n<td>Formats</td>\n<td>data.formats</td>\n</tr>\n<tr>\n<td>TVDB_ID</td>\n<td>data.external_mappings.tvdb_id</td>\n</tr>\n<tr>\n<td>Parrot ID</td>\n<td>data.editors.parrot_id</td>\n</tr>\n<tr>\n<td>Release Type</td>\n<td>data.release_type</td>\n</tr>\n<tr>\n<td>Wiki ID for Talent</td>\n<td>data.crew_members.wikibase_id</td>\n</tr>\n<tr>\n<td>GOOGLE_KB_ID</td>\n<td>data.external_mappings.google_knowledge_graph_id</td>\n</tr>\n<tr>\n<td>Wiki ID for Talent</td>\n<td>data.cast_members.wikibase_id</td>\n</tr>\n<tr>\n<td>Rating Issuer</td>\n<td>data.content_ratings.rating_issuer</td>\n</tr>\n<tr>\n<td>Wiki_ID</td>\n<td>data.external_mappings.wiki_id</td>\n</tr>\n<tr>\n<td>Winning Rank</td>\n<td>data.awards.winning_rank</td>\n</tr>\n<tr>\n<td>Futon Critic ID</td>\n<td>data.external_mappings.futon_critic_id</td>\n</tr>\n<tr>\n<td>Wikibase ID</td>\n<td>data.directors.wikibase_id</td>\n</tr>\n<tr>\n<td>Is end date estimated</td>\n<td>season_info.is_estimated_season_end_date</td>\n</tr>\n<tr>\n<td>Is start date estimated</td>\n<td>season_info.is_estimated_season_start_date</td>\n</tr>\n<tr>\n<td>Season Status</td>\n<td>season_info.status</td>\n</tr>\n<tr>\n<td>Simkl ID</td>\n<td>data.external_mappings.simkl_id</td>\n</tr>\n<tr>\n<td>Yidio ID</td>\n<td>data.external_mappings.yidio_id</td>\n</tr>\n<tr>\n<td>Episode - IMDB rating</td>\n<td>season_info.episode_info.imdb_rating</td>\n</tr>\n<tr>\n<td>ShareTV ID</td>\n<td>data.external_mappings.share_tv_id</td>\n</tr>\n<tr>\n<td>Episode - Cast Parrot ID</td>\n<td>season_info.episode_info.cast_members.NameId</td>\n</tr>\n<tr>\n<td>Episode - Character Name</td>\n<td>season_info.episode_info.cast_members.Character</td>\n</tr>\n<tr>\n<td>Subjects [OLD]</td>\n<td>data.subject</td>\n</tr>\n<tr>\n<td>Moods [OLD]</td>\n<td>data.mood</td>\n</tr>\n<tr>\n<td>Time Period</td>\n<td>data.time_period</td>\n</tr>\n<tr>\n<td>Settings [OLD]</td>\n<td>data.setting</td>\n</tr>\n<tr>\n<td>Scensacine ID</td>\n<td>data.external_mappings.sensacine_id</td>\n</tr>\n<tr>\n<td>NETFLIX_ID</td>\n<td>data.external_mappings.netflix_id</td>\n</tr>\n<tr>\n<td>Wiki ID for Talent</td>\n<td>data.writers.wikibase_id</td>\n</tr>\n<tr>\n<td>Theme</td>\n<td>data.theme</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>season_info.created_at</td>\n</tr>\n<tr>\n<td>Unogs ID</td>\n<td>data.external_mappings.unogs_id</td>\n</tr>\n<tr>\n<td>Episode - Cast Name</td>\n<td>season_info.episode_info.cast_members.Name</td>\n</tr>\n<tr>\n<td>Episode Info (List)</td>\n<td>season_info.episode_ids</td>\n</tr>\n<tr>\n<td>HULU_ID</td>\n<td>data.external_mappings.hulu_id</td>\n</tr>\n<tr>\n<td>Wiki ID for Talent</td>\n<td>data.producers.wikibase_id</td>\n</tr>\n<tr>\n<td>Reel Good ID</td>\n<td>data.external_mappings.reel_good_id</td>\n</tr>\n<tr>\n<td>My Drama List ID</td>\n<td>data.external_mappings.my_drama_list_id</td>\n</tr>\n<tr>\n<td>FACEBOOK_URL</td>\n<td>data.social_pages.facebook.value</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>data.title_lang</td>\n</tr>\n<tr>\n<td>Episode - Summary (text)</td>\n<td>season_info.episode_info.episode_summary</td>\n</tr>\n<tr>\n<td>EIDR_ID</td>\n<td>data.external_mappings.eidr_id</td>\n</tr>\n<tr>\n<td>IQIYI ID</td>\n<td>data.external_mappings.iqiyi_id</td>\n</tr>\n<tr>\n<td>Episode - IMDB votes</td>\n<td>season_info.episode_info.num_votes</td>\n</tr>\n<tr>\n<td>TWITTER_URL</td>\n<td>data.social_pages.twitter.value</td>\n</tr>\n<tr>\n<td>Twitter ID</td>\n<td>data.external_mappings.twitter_id</td>\n</tr>\n<tr>\n<td>Facebook ID</td>\n<td>data.external_mappings.facebook_id</td>\n</tr>\n<tr>\n<td>Disney+ ID</td>\n<td>data.external_mappings.disney_plus_id</td>\n</tr>\n<tr>\n<td>Styles</td>\n<td>data.styles</td>\n</tr>\n<tr>\n<td>GOOGLE_PLUS_URL</td>\n<td>data.social_pages.google+.value</td>\n</tr>\n<tr>\n<td>Insagram ID</td>\n<td>data.external_mappings.instagram_id</td>\n</tr>\n<tr>\n<td>Ratings Details/Authority</td>\n<td>data.content_ratings.details</td>\n</tr>\n<tr>\n<td>ROTTEN_TOMATOES_RATING</td>\n<td>data.social_pages.rotten tomatoes.value</td>\n</tr>\n<tr>\n<td>Moods</td>\n<td>data.moods</td>\n</tr>\n<tr>\n<td>Total current espisode count</td>\n<td>data.seasons_episodes_count.current.episodes_count</td>\n</tr>\n<tr>\n<td>Total current seasons count</td>\n<td>data.seasons_episodes_count.current.seasons_count</td>\n</tr>\n<tr>\n<td>Settings</td>\n<td>data.settings</td>\n</tr>\n<tr>\n<td>latest episode date</td>\n<td>data.latest_episode_date</td>\n</tr>\n<tr>\n<td>latest season (start) date</td>\n<td>data.latest_season_date</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>data.producers.role</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>data.directors.role</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>data.writers.role</td>\n</tr>\n<tr>\n<td>FREEBASE_ID</td>\n<td>data.external_mappings.freebase_id</td>\n</tr>\n<tr>\n<td>VIAF_ID</td>\n<td>data.external_mappings.viaf_id</td>\n</tr>\n<tr>\n<td>OMDB_PERSON_ID</td>\n<td>data.external_mappings.omdb_person_id</td>\n</tr>\n<tr>\n<td>Name - of Talent</td>\n<td>data.awards.recipient</td>\n</tr>\n<tr>\n<td>Box Office Mojo ID</td>\n<td>data.external_mappings.box_office_mojo_id</td>\n</tr>\n<tr>\n<td>Episodes - Total Aired</td>\n<td>data.total_aired_episodes</td>\n</tr>\n<tr>\n<td>Seasons - Total Aired</td>\n<td>data.total_aired_seasons</td>\n</tr>\n<tr>\n<td>Episodes - Total current</td>\n<td>data.total_current_episodes</td>\n</tr>\n<tr>\n<td>Seasons - Total current</td>\n<td>data.total_current_seasons</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","shows"],"host":["api","parrotanalytics","com"],"query":[{"description":{"content":"<p>[Optional] Positive Integer\nPage number of the paginated results to retrieve. \nIf not provided, retrieve the first page of results</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>[Optional] Positive Integer\nMaximum size of the results to retrieve for the given page.\nIf not provided, fetches the full set of remaining results for the page.</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>[Optional] \nField name to sort the full result set by.\nDefault value: <code>title</code></p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>title</code> (Default)\n<code>release_year</code>\n<code>release_date</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_field}}"},{"description":{"content":"<p>[Optional] \nSorting order of the results\nDefault sorting order is ascending.</p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>asc</code> (Default) - Ascending order\n<code>desc</code> - Descending order</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_order","value":"{{sort_order}}"}],"variable":[]}},"response":[{"id":"c8d095f4-a4f3-487b-b22c-3783b55c4824","name":"All Titles","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/shows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\": \"SHOWS\",\n    \"total_results_count\": 2,\n    \"page_results_count\": 2,\n    \"page\": 1,\n    \"shows\": [\n        {\n            \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n            \"title\": \"Game of Thrones\",\n            \"external_ids\": {\n                \"tmdb_id\": \"1399\",\n                \"futon_critic_id\": \"game-of-thrones\",\n                \"imdb_id\": \"tt0944947\",\n                \"justwatch_id\": \"2\",\n                \"tvdb_id\": \"121361\",\n                \"wikibase_id\": \"Q23572\",\n                \"share_tv_id\": \"game_change\",\n                \"wiki_id\": \"20715044\",\n                \"prime_wire_id\": \"593-watch-game-of-thrones\",\n                \"simkl_id\": \"17465\",\n                \"trakt_tv_id\": \"game-of-thrones\",\n                \"eidr_id\": \"10.5240/C1B5-3BA1-8991-A571-8472-W\",\n                \"hulu_id\": \"6a787bf6-cc23-47a2-a2f3-747e22c30d1c\",\n                \"yidio_id\": \"5878\"\n            },\n            \"original_countries\": [\n                \"US\"\n            ],\n            \"original_networks\": [\n                \"HBO\"\n            ],\n            \"original_languages\": [\n                \"EN\"\n            ],\n            \"genre_tags\": [\n                \"ADVENTURE\",\n                \"ACTION\",\n                \"FANTASY\"\n            ],\n            \"release_year\": 2011,\n            \"release_date\": \"2019-05-20\",\n            \"release_type\": \"NETWORK\",\n            \"seasons\": {\n                \"total_number_of_seasons\": 8,\n                \"total_number_of_episodes\": 73\n            },\n            \"also_known_as\": [\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"GoT\"\n                },\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"GOT\"\n                },\n                {\n                    \"language_codes\": [\n                        \"ar\"\n                    ],\n                    \"value\": \"لعبة العروش\"\n                }\n            ],\n            \"labels\": [\n                {\n                    \"language_codes\": [\n                        \"am\"\n                    ],\n                    \"label\": \"ዙፋኖች ላይ ጨዋታ\"\n                },\n                {\n                    \"language_codes\": [\n                        \"zh-mo\",\n                        \"zh-hant\",\n                        \"zh-hk\",\n                        \"yue\"\n                    ],\n                    \"label\": \"權力的遊戲\"\n                },\n                {\n                    \"language_codes\": [\n                        \"ta\"\n                    ],\n                    \"label\": \"கேம் ஆஃப் த்ரோன்ஸ்\"\n                }\n            ],\n            \"series_type\": \"SCRIPTED\",\n            \"series_status\": \"ENDED\",\n            \"descriptions\": {\n                \"short_description\": \"Nine noble families fight for control over the lands of Westeros, while an ancient enemy returns after being dormant for millennia.\",\n                \"long_description\": \"In the mythical continent of Westeros, several powerful families fight for control of the Seven Kingdoms. As conflict erupts in the kingdoms of men, an ancient enemy rises once again to threaten them all. Meanwhile, the last heirs of a recently usurped dynasty plot to take back their homeland from across the Narrow Sea.\"\n            },\n            \"cast_members\": [\n                {\n                    \"character\": \"Theon Greyjoy\",\n                    \"parrot_id\": \"ddef837a-1bcb-4d02-af5a-44fbb9def762\",\n                    \"name\": \"Alfie Allen\",\n                    \"is_lead_actor\": true\n                },\n                {\n                    \"name\": \"Sabrina Bartlett\",\n                    \"character\": \"Handmaid\",\n                    \"parrot_id\": \"8b612c28-7b32-43d2-a469-6a2c3cbd07ba\",\n                    \"is_lead_actor\": false\n                },\n                {\n                    \"name\": \"Elisa Lasowski\",\n                    \"character\": \"Mirelle\",\n                    \"is_lead_actor\": false\n                }\n            ],\n            \"directors\": [\n                {\n                    \"name\": \"David Nutter\",\n                    \"parrot_id\": \"4bb64641-b28f-4a48-9e1f-f995e4641c2a\"\n                },\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                }\n            ],\n            \"producers\": [\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"job_title\": \"co-executive producer\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                },\n                {\n                    \"name\": \"Lisa McAtackney\",\n                    \"job_titles\": \"producer\"\n                },\n                {\n                    \"name\": \"Snorri Þórisson\",\n                    \"job_titles\": \"line producer: icel\"\n                }\n            ],\n            \"editors\": [\n                {\n                    \"name\": \"Katie Weiland\",\n                    \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n                },\n                {\n                    \"name\": \"Frances Parker\"\n                }\n            ],\n            \"writers\": [\n                {\n                    \"name\": \"George R. R. Martin\",\n                    \"job_titles\": \"writer\"\n                },\n                {\n                    \"name\": \"Jane Espenson\",\n                    \"job_titles\": \"teleplay by\",\n                    \"parrot_id\": \"14578370-e2a7-499f-b2ad-9ca8d231024d\"\n                },\n                {\n                    \"name\": \"Gursimran Sandhu\",\n                    \"job_titles\": \"staff writer\",\n                    \"parrot_id\": \"8def183e-2717-44cb-bc24-1904fac6eb37\"\n                }\n            ],\n            \"production_companies\": [\n                \"Home Box Office (HBO)\",\n                \"Television 360\",\n                \"Grok! Studio\",\n                \"Generator Entertainment\",\n                \"Bighead Littlehead\"\n            ],\n            \"distribution_companies\": [\n                \"Home Box Office (HBO)\",\n                \"British Sky Broadcasting (BSkyB)\",\n                \"Canal+ España\",\n                \"Canal+\",\n                \"FOXlife\",\n                \"HBO Central Europe\"\n            ]\n        },\n        {\n            \"parrot_id\": \"8d1ec621-1cff-4e0f-af06-42eacfaea355\",\n            \"title\": \" Kan Khaled (كان خالد)\",\n            \"original_countries\": [\n                \"KW\"\n            ],\n            \"original_networks\": [\n                \"MBC1\",\n                \"Shahid\"\n            ],\n            \"genre_tags\": [\n                \"DRAMA\",\n                \"ROMANCE\"\n            ],\n            \"release_type\": \"DIGITAL_ORIGINAL\",\n            \"release_year\": 2019\n        }\n    ]\n}"},{"id":"53d0bbf7-92cf-4b8c-8eaa-be2b3fa83f40","name":"All Titles - With Pagination","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/shows?page=2&size=1","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","shows"],"query":[{"key":"page","value":"2"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\" : \"SHOWS\",\n    \"total_results_count\": 2,\n    \"page_results_count\" : 1,\n    \"page\" : 2,\n    \"shows\": [\n        {\n            \"parrot_id\": \"8d1ec621-1cff-4e0f-af06-42eacfaea355\",\n            \"title\": \" Kan Khaled (كان خالد)\",\n            \"original_countries\": [\"KW\"],\n            \"original_networks\": [\"MBC1\", \"Shahid\"],\n            \"genre_tags\": [\"DRAMA\",\"ROMANCE\"],\n            \"release_type\" : \"DIGITAL_ORIGINAL\",\n            \"release_year\": 2019\n        }\n    ]\n}"}],"_postman_id":"7da89aa7-2cc3-44c5-922d-29f4c8885563"},{"name":"TV - Specific Titles","id":"8bab4758-12a3-41c6-841e-69796672eba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/shows?show_ids={{show_id_list}}&page={{page}}&size={{page_size}}&sort_by={{sort_field}}&sort_order={{sort_order}}","description":"<p><em>Retrieve the specified list of shows</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>SHOWS</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>shows</td>\n<td><code>array</code></td>\n<td>List of genome data for the shows</td>\n</tr>\n<tr>\n<td>shows[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>shows[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the title</td>\n</tr>\n<tr>\n<td>shows[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>shows[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>shows[n].external_ids.tvdb_id</td>\n<td><code>string</code></td>\n<td>Optional - TVDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>shows[n].original_countries</td>\n<td><code>array[string]</code></td>\n<td>List of strings representing the <code>ISO 3166</code> 2-alpha code for the origin countries</td>\n</tr>\n<tr>\n<td>shows[n].original_networks</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original network(s) for the title.</td>\n</tr>\n<tr>\n<td>shows[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original language(s) for the title.</td>\n</tr>\n<tr>\n<td>shows[n].genre_tags</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing genres for the title.</td>\n</tr>\n<tr>\n<td>shows[n].release_year</td>\n<td><code>integer</code></td>\n<td>Release year for the title in <code>YYYY</code> format.</td>\n</tr>\n<tr>\n<td>shows[n].release_type</td>\n<td><code>string</code></td>\n<td>Optional - String identifier representing the type of release. Valid values:  <br />* <code>NETWORK</code>  <br />* <code>DIGITAL_ORIGINAL</code></td>\n</tr>\n<tr>\n<td>shows[n].seasons.total_number_of_seasons</td>\n<td><code>integer</code></td>\n<td>Optional - Total number of seasons (aired/airing)</td>\n</tr>\n<tr>\n<td>shows[n].seasons.total_number_of_episodes</td>\n<td><code>integer</code></td>\n<td>Optional - Total number of episodes (up to the current season)</td>\n</tr>\n<tr>\n<td>shows[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the show</td>\n</tr>\n<tr>\n<td>title[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>title[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>shows[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the show.</td>\n</tr>\n<tr>\n<td>shows[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>shows[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>shows[n].series_type</td>\n<td><code>string</code></td>\n<td>Optional - Type of the series. Values:  <br />* <code>SCRIPTED</code>  <br />* <code>UNSCRIPTED</code></td>\n</tr>\n<tr>\n<td>shows[n].series_status</td>\n<td><code>string</code></td>\n<td>Optional - String constant defining the status for the show. Values:  <br />* <code>IN_PRODUCTION</code>  <br />* <code>UPCOMING</code>  <br />* <code>CURRENT</code>  <br />* <code>RETURNING</code>  <br />* <code>ENDED</code></td>\n</tr>\n<tr>\n<td>shows[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the title</td>\n</tr>\n<tr>\n<td>shows[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description</td>\n</tr>\n<tr>\n<td>shows[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the show</td>\n</tr>\n<tr>\n<td>shows[n].cast_members</td>\n<td><code>array</code></td>\n<td>List of all cast members for the show</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].name</td>\n<td><code>string</code></td>\n<td>Name of the cast member</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the cast member (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].character</td>\n<td><code>string</code></td>\n<td>Name of the character (played by the cast member)</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].is_lead_actor</td>\n<td><code>boolean</code></td>\n<td>Whether the cast member was a lead (`true`) or not (`false`)</td>\n</tr>\n<tr>\n<td>shows[n].directors</td>\n<td><code>array</code></td>\n<td>List of all directors for the show</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the director</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the director (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the director (E.g. <code>executive director</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].producers</td>\n<td><code>array</code></td>\n<td>List of all producers for the show</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the producer</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the producer (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the producer (E.g. <code>executive producer</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].editors</td>\n<td><code>array</code></td>\n<td>List of all editors for the show</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the editor</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the editor (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the editor (E.g. <code>sound editor</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].writers</td>\n<td><code>array</code></td>\n<td>List of all writers for the show</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the writer</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the writer (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the writer (E.g. <code>staff writer</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].production_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of production companies based on primary contribution</td>\n</tr>\n<tr>\n<td>shows[n].distribution_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of distribution companies based on primary contribution</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","shows"],"host":["api","parrotanalytics","com"],"query":[{"description":{"content":"<p>Comma separated list of parrot_id values for shows.</p>\n<p>Max limit of 50 <code>parrot_ids</code> are supported in a single request</p>\n","type":"text/plain"},"key":"show_ids","value":"{{show_id_list}}"},{"key":"page","value":"{{page}}"},{"description":{"content":"<p>[Optional] Positive Integer\nMaximum size of the results to retrieve for the given page.\nIf not provided, fetches the full set of remaining results for the page.</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>[Optional] \nField name to sort the full result set by.\nDefault value: <code>title</code></p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>title</code> (Default)\n<code>release_year</code>\n<code>release_date</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_field}}"},{"description":{"content":"<p>[Optional] \nSorting order of the results\nDefault sorting order is ascending.</p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>asc</code> (Default) - Ascending order\n<code>desc</code> - Descending order</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_order","value":"{{sort_order}}"}],"variable":[]}},"response":[{"id":"1f3763dd-de04-46a8-8ec2-fcdff4160d1b","name":"Multiple Titles","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/shows?show_ids=3f8c79e1-6904-4064-86bc-38e1b3ebfdf7,8d1ec621-1cff-4e0f-af06-42eacfaea355","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","shows"],"query":[{"key":"show_ids","value":"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7,8d1ec621-1cff-4e0f-af06-42eacfaea355"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\" : \"SHOWS\",\n    \"total_results_count\": 2,\n    \"page_results_count\" : 2,\n    \"page\" : 1,\n    \"shows\": [\n        {\n            \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n            \"title\": \"Game of Thrones\",\n            \"external_ids\" : {\n                \"tmdb_id\": \"1399\",\n                \"futon_critic_id\": \"game-of-thrones\",\n                \"imdb_id\": \"tt0944947\",\n                \"justwatch_id\": \"2\",\n                \"tvdb_id\": \"121361\",\n                \"wikibase_id\": \"Q23572\",\n                \"share_tv_id\": \"game_change\",\n                \"wiki_id\": \"20715044\",\n                \"prime_wire_id\": \"593-watch-game-of-thrones\",\n                \"simkl_id\": \"17465\",\n                \"trakt_tv_id\": \"game-of-thrones\",\n                \"eidr_id\": \"10.5240/C1B5-3BA1-8991-A571-8472-W\",\n                \"hulu_id\": \"6a787bf6-cc23-47a2-a2f3-747e22c30d1c\",\n                \"yidio_id\": \"5878\"\n            },\n            \"original_countries\": [\"US\"],\n            \"original_networks\": [\"HBO\"],\n            \"original_languages\" : [\"EN\"],\n            \"genre_tags\": [\"ADVENTURE\", \"ACTION\", \"FANTASY\"],\n            \"release_year\": 2011,\n            \"release_date\" : \"2019-05-20\",\n            \"release_type\" : \"NETWORK\",\n            \"seasons\" : {\n                \"total_number_of_seasons\" : 8,\n                \"total_number_of_episodes\" : 73\n            },\n            \"also_known_as\" : [\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GoT\"\n                },\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GOT\"\n                },\n                {\n                    \"language_codes\" : [\"ar\"],\n                    \"value\" : \"لعبة العروش\"\n                }\n            ],\n            \"labels\" : [\n                {\n                    \"language_codes\" : [\"am\"],\n                    \"label\" : \"ዙፋኖች ላይ ጨዋታ\"\n                },\n                {\n                    \"language_codes\": [\n                        \"zh-mo\",\n                        \"zh-hant\",\n                        \"zh-hk\",\n                        \"yue\"\n                    ],\n                    \"label\": \"權力的遊戲\"\n                },\n                {\n                    \"language_codes\": [\"ta\"],\n                    \"label\": \"கேம் ஆஃப் த்ரோன்ஸ்\"\n                }\n            ],\n            \"series_type\" : \"SCRIPTED\",\n            \"series_status\" : \"ENDED\",\n            \"descriptions\": {\n                \"short_description\" : \"Nine noble families fight for control over the lands of Westeros, while an ancient enemy returns after being dormant for millennia.\",\n                \"long_description\" : \"In the mythical continent of Westeros, several powerful families fight for control of the Seven Kingdoms. As conflict erupts in the kingdoms of men, an ancient enemy rises once again to threaten them all. Meanwhile, the last heirs of a recently usurped dynasty plot to take back their homeland from across the Narrow Sea.\"\n            },\n            \"cast_members\": [\n                {\n                    \"character\": \"Theon Greyjoy\",\n                    \"parrot_id\": \"ddef837a-1bcb-4d02-af5a-44fbb9def762\",\n                    \"name\": \"Alfie Allen\",\n                    \"is_lead_actor\": true\n                },\n                {\n                    \"name\": \"Sabrina Bartlett\",\n                    \"character\": \"Handmaid\",\n                    \"parrot_id\": \"8b612c28-7b32-43d2-a469-6a2c3cbd07ba\",\n                    \"is_lead_actor\": false\n                },\n                {\n                    \"name\": \"Elisa Lasowski\",\n                    \"character\": \"Mirelle\",\n                    \"is_lead_actor\": false\n                }\n            ],\n            \"directors\": [\n                {\n                    \"name\": \"David Nutter\",\n                    \"parrot_id\": \"4bb64641-b28f-4a48-9e1f-f995e4641c2a\"\n                },\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                }\n            ],\n            \"producers\": [\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"job_title\": \"co-executive producer\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                },\n                {\n                    \"name\": \"Lisa McAtackney\",\n                    \"job_titles\": \"producer\"\n                },\n                {\n                    \"name\": \"Snorri Þórisson\",\n                    \"job_titles\": \"line producer: icel\"\n                }\n            ],\n            \"editors\": [\n                {\n                    \"name\": \"Katie Weiland\",\n                    \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n                },\n                {\n                    \"name\": \"Frances Parker\"\n                }\n            ],\n            \"writers\": [\n                {\n                    \"name\": \"George R. R. Martin\",\n                    \"job_titles\": \"writer\"\n                },\n                {\n                    \"name\": \"Jane Espenson\",\n                    \"job_titles\": \"teleplay by\",\n                    \"parrot_id\": \"14578370-e2a7-499f-b2ad-9ca8d231024d\"\n                },\n                {\n                    \"name\": \"Gursimran Sandhu\",\n                    \"job_titles\": \"staff writer\",\n                    \"parrot_id\": \"8def183e-2717-44cb-bc24-1904fac6eb37\"\n                }\n            ],\n            \"production_companies\": [\n                \"Home Box Office (HBO)\",\n                \"Television 360\",\n                \"Grok! Studio\",\n                \"Generator Entertainment\",\n                \"Bighead Littlehead\"\n            ],\n            \"distribution_companies\": [\n                \"Home Box Office (HBO)\",\n                \"British Sky Broadcasting (BSkyB)\",\n                \"Canal+ España\",\n                \"Canal+\",\n                \"FOXlife\",\n                \"HBO Central Europe\"\n            ]\n        },\n        {\n            \"parrot_id\": \"8d1ec621-1cff-4e0f-af06-42eacfaea355\",\n            \"title\": \" Kan Khaled (كان خالد)\",\n            \"original_countries\": [\"KW\"],\n            \"original_networks\": [\"MBC1\", \"Shahid\"],\n            \"genre_tags\": [\"DRAMA\",\"ROMANCE\"],\n            \"release_type\" : \"DIGITAL_ORIGINAL\",\n            \"release_year\": 2019\n        }\n    ]\n}"},{"id":"9448aaa9-200d-4c18-b6a9-3c6d8f4b6ab8","name":"Multiple Titles - with Unknown Parrot ID","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/shows?show_ids=3f8c79e1-6904-4064-86bc-38e1b3ebfdf7,unknown-show-id","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","shows"],"query":[{"key":"show_ids","value":"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7,unknown-show-id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\" : \"SHOWS\",\n    \"total_results_count\": 1,\n    \"page_results_count\" : 1,\n    \"page\" : 1,\n    \"shows\": [\n        {\n            \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n            \"title\": \"Game of Thrones\",\n            \"external_ids\" : {\n                \"tmdb_id\": \"1399\",\n                \"futon_critic_id\": \"game-of-thrones\",\n                \"imdb_id\": \"tt0944947\",\n                \"justwatch_id\": \"2\",\n                \"tvdb_id\": \"121361\",\n                \"wikibase_id\": \"Q23572\",\n                \"share_tv_id\": \"game_change\",\n                \"wiki_id\": \"20715044\",\n                \"prime_wire_id\": \"593-watch-game-of-thrones\",\n                \"simkl_id\": \"17465\",\n                \"trakt_tv_id\": \"game-of-thrones\",\n                \"eidr_id\": \"10.5240/C1B5-3BA1-8991-A571-8472-W\",\n                \"hulu_id\": \"6a787bf6-cc23-47a2-a2f3-747e22c30d1c\",\n                \"yidio_id\": \"5878\"\n            },\n            \"original_countries\": [\"US\"],\n            \"original_networks\": [\"HBO\"],\n            \"original_languages\" : [\"EN\"],\n            \"genre_tags\": [\"ADVENTURE\", \"ACTION\", \"FANTASY\"],\n            \"release_year\": 2011,\n            \"release_date\" : \"2019-05-20\",\n            \"release_type\" : \"NETWORK\",\n            \"seasons\" : {\n                \"total_number_of_seasons\" : 8,\n                \"total_number_of_episodes\" : 73\n            },\n            \"also_known_as\" : [\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GoT\"\n                },\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GOT\"\n                },\n                {\n                    \"language_codes\" : [\"ar\"],\n                    \"value\" : \"لعبة العروش\"\n                }\n            ],\n            \"labels\" : [\n                {\n                    \"language_codes\" : [\"am\"],\n                    \"label\" : \"ዙፋኖች ላይ ጨዋታ\"\n                },\n                {\n                    \"language_codes\": [\n                        \"zh-mo\",\n                        \"zh-hant\",\n                        \"zh-hk\",\n                        \"yue\"\n                    ],\n                    \"label\": \"權力的遊戲\"\n                },\n                {\n                    \"language_codes\": [\"ta\"],\n                    \"label\": \"கேம் ஆஃப் த்ரோன்ஸ்\"\n                }\n            ],\n            \"series_type\" : \"SCRIPTED\",\n            \"series_status\" : \"ENDED\",\n            \"descriptions\": {\n                \"short_description\" : \"Nine noble families fight for control over the lands of Westeros, while an ancient enemy returns after being dormant for millennia.\",\n                \"long_description\" : \"In the mythical continent of Westeros, several powerful families fight for control of the Seven Kingdoms. As conflict erupts in the kingdoms of men, an ancient enemy rises once again to threaten them all. Meanwhile, the last heirs of a recently usurped dynasty plot to take back their homeland from across the Narrow Sea.\"\n            },\n            \"cast_members\": [\n                {\n                    \"character\": \"Theon Greyjoy\",\n                    \"parrot_id\": \"ddef837a-1bcb-4d02-af5a-44fbb9def762\",\n                    \"name\": \"Alfie Allen\",\n                    \"is_lead_actor\": true\n                },\n                {\n                    \"name\": \"Sabrina Bartlett\",\n                    \"character\": \"Handmaid\",\n                    \"parrot_id\": \"8b612c28-7b32-43d2-a469-6a2c3cbd07ba\",\n                    \"is_lead_actor\": false\n                },\n                {\n                    \"name\": \"Elisa Lasowski\",\n                    \"character\": \"Mirelle\",\n                    \"is_lead_actor\": false\n                }\n            ],\n            \"directors\": [\n                {\n                    \"name\": \"David Nutter\",\n                    \"parrot_id\": \"4bb64641-b28f-4a48-9e1f-f995e4641c2a\"\n                },\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                }\n            ],\n            \"producers\": [\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"job_title\": \"co-executive producer\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                },\n                {\n                    \"name\": \"Lisa McAtackney\",\n                    \"job_titles\": \"producer\"\n                },\n                {\n                    \"name\": \"Snorri Þórisson\",\n                    \"job_titles\": \"line producer: icel\"\n                }\n            ],\n            \"editors\": [\n                {\n                    \"name\": \"Katie Weiland\",\n                    \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n                },\n                {\n                    \"name\": \"Frances Parker\"\n                }\n            ],\n            \"writers\": [\n                {\n                    \"name\": \"George R. R. Martin\",\n                    \"job_titles\": \"writer\"\n                },\n                {\n                    \"name\": \"Jane Espenson\",\n                    \"job_titles\": \"teleplay by\",\n                    \"parrot_id\": \"14578370-e2a7-499f-b2ad-9ca8d231024d\"\n                },\n                {\n                    \"name\": \"Gursimran Sandhu\",\n                    \"job_titles\": \"staff writer\",\n                    \"parrot_id\": \"8def183e-2717-44cb-bc24-1904fac6eb37\"\n                }\n            ],\n            \"production_companies\": [\n                \"Home Box Office (HBO)\",\n                \"Television 360\",\n                \"Grok! Studio\",\n                \"Generator Entertainment\",\n                \"Bighead Littlehead\"\n            ],\n            \"distribution_companies\": [\n                \"Home Box Office (HBO)\",\n                \"British Sky Broadcasting (BSkyB)\",\n                \"Canal+ España\",\n                \"Canal+\",\n                \"FOXlife\",\n                \"HBO Central Europe\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"8bab4758-12a3-41c6-841e-69796672eba7"},{"name":"TV - Single Title","id":"c14c4b84-1829-4350-a364-07baa4751826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/shows/{{show_id}}","description":"<p><em>Retrieve metadata for the specified show</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>SHOWS</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>shows</td>\n<td><code>array</code></td>\n<td>List of genome data for the shows</td>\n</tr>\n<tr>\n<td>shows[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>shows[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the title</td>\n</tr>\n<tr>\n<td>shows[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>shows[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>shows[n].external_ids.tvdb_id</td>\n<td><code>string</code></td>\n<td>Optional - TVDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>shows[n].original_countries</td>\n<td><code>array[string]</code></td>\n<td>List of strings representing the <code>ISO 3166</code> 2-alpha code for the origin countries</td>\n</tr>\n<tr>\n<td>shows[n].original_networks</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original network(s) for the title.</td>\n</tr>\n<tr>\n<td>shows[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original language(s) for the title.</td>\n</tr>\n<tr>\n<td>shows[n].genre_tags</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing genres for the title.</td>\n</tr>\n<tr>\n<td>shows[n].release_year</td>\n<td><code>integer</code></td>\n<td>Release year for the title in <code>YYYY</code> format.</td>\n</tr>\n<tr>\n<td>shows[n].release_type</td>\n<td><code>string</code></td>\n<td>Optional - String identifier representing the type of release. Valid values:  <br />* <code>NETWORK</code>  <br />* <code>DIGITAL_ORIGINAL</code></td>\n</tr>\n<tr>\n<td>shows[n].seasons.total_number_of_seasons</td>\n<td><code>integer</code></td>\n<td>Optional - Total number of seasons (aired/airing)</td>\n</tr>\n<tr>\n<td>shows[n].seasons.total_number_of_episodes</td>\n<td><code>integer</code></td>\n<td>Optional - Total number of episodes (up to the current season)</td>\n</tr>\n<tr>\n<td>shows[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the show</td>\n</tr>\n<tr>\n<td>title[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>title[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>shows[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the show.</td>\n</tr>\n<tr>\n<td>shows[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>shows[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>shows[n].series_type</td>\n<td><code>string</code></td>\n<td>Optional - Type of the series. Values:  <br />* <code>SCRIPTED</code>  <br />* <code>UNSCRIPTED</code></td>\n</tr>\n<tr>\n<td>shows[n].series_status</td>\n<td><code>string</code></td>\n<td>Optional - String constant defining the status for the show. Values:  <br />* <code>IN_PRODUCTION</code>  <br />* <code>UPCOMING</code>  <br />* <code>CURRENT</code>  <br />* <code>RETURNING</code>  <br />* <code>ENDED</code></td>\n</tr>\n<tr>\n<td>shows[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the title</td>\n</tr>\n<tr>\n<td>shows[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description</td>\n</tr>\n<tr>\n<td>shows[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the show</td>\n</tr>\n<tr>\n<td>shows[n].cast_members</td>\n<td><code>array</code></td>\n<td>List of all cast members for the show</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].name</td>\n<td><code>string</code></td>\n<td>Name of the cast member</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the cast member (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].character</td>\n<td><code>string</code></td>\n<td>Name of the character (played by the cast member)</td>\n</tr>\n<tr>\n<td>shows[n].cast_members[i].is_lead_actor</td>\n<td><code>boolean</code></td>\n<td>Whether the cast member was a lead (`true`) or not (`false`)</td>\n</tr>\n<tr>\n<td>shows[n].directors</td>\n<td><code>array</code></td>\n<td>List of all directors for the show</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the director</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the director (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].directors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the director (E.g. <code>executive director</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].producers</td>\n<td><code>array</code></td>\n<td>List of all producers for the show</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the producer</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the producer (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].producers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the producer (E.g. <code>executive producer</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].editors</td>\n<td><code>array</code></td>\n<td>List of all editors for the show</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the editor</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the editor (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the editor (E.g. <code>sound editor</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].writers</td>\n<td><code>array</code></td>\n<td>List of all writers for the show</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the writer</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the writer (in talent catalog)</td>\n</tr>\n<tr>\n<td>shows[n].writers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the writer (E.g. <code>staff writer</code> etc.)</td>\n</tr>\n<tr>\n<td>shows[n].production_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of production companies based on primary contribution</td>\n</tr>\n<tr>\n<td>shows[n].distribution_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of distribution companies based on primary contribution</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","shows","{{show_id}}"],"host":["api","parrotanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"181b89a2-c0f4-4ec7-a2f8-d1700cc475fa","name":"Single Title","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/shows/3f8c79e1-6904-4064-86bc-38e1b3ebfdf7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\" : \"SHOWS\",\n    \"total_results_count\": 1,\n    \"page_results_count\" : 1,\n    \"page\" : 1,\n    \"shows\": [\n        {\n            \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n            \"title\": \"Game of Thrones\",\n            \"external_ids\" : {\n                \"tmdb_id\": \"1399\",\n                \"futon_critic_id\": \"game-of-thrones\",\n                \"imdb_id\": \"tt0944947\",\n                \"justwatch_id\": \"2\",\n                \"tvdb_id\": \"121361\",\n                \"wikibase_id\": \"Q23572\",\n                \"share_tv_id\": \"game_change\",\n                \"wiki_id\": \"20715044\",\n                \"prime_wire_id\": \"593-watch-game-of-thrones\",\n                \"simkl_id\": \"17465\",\n                \"trakt_tv_id\": \"game-of-thrones\",\n                \"eidr_id\": \"10.5240/C1B5-3BA1-8991-A571-8472-W\",\n                \"hulu_id\": \"6a787bf6-cc23-47a2-a2f3-747e22c30d1c\",\n                \"yidio_id\": \"5878\"\n            },\n            \"original_countries\": [\"US\"],\n            \"original_networks\": [\"HBO\"],\n            \"original_languages\" : [\"EN\"],\n            \"genre_tags\": [\"ADVENTURE\", \"ACTION\", \"FANTASY\"],\n            \"release_year\": 2011,\n            \"release_date\" : \"2019-05-20\",\n            \"release_type\" : \"NETWORK\",\n            \"seasons\" : {\n                \"total_number_of_seasons\" : 8,\n                \"total_number_of_episodes\" : 73\n            },\n            \"also_known_as\" : [\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GoT\"\n                },\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GOT\"\n                },\n                {\n                    \"language_codes\" : [\"ar\"],\n                    \"value\" : \"لعبة العروش\"\n                }\n            ],\n            \"labels\" : [\n                {\n                    \"language_codes\" : [\"am\"],\n                    \"label\" : \"ዙፋኖች ላይ ጨዋታ\"\n                },\n                {\n                    \"language_codes\": [\n                        \"zh-mo\",\n                        \"zh-hant\",\n                        \"zh-hk\",\n                        \"yue\"\n                    ],\n                    \"label\": \"權力的遊戲\"\n                },\n                {\n                    \"language_codes\": [\"ta\"],\n                    \"label\": \"கேம் ஆஃப் த்ரோன்ஸ்\"\n                }\n            ],\n            \"series_type\" : \"SCRIPTED\",\n            \"series_status\" : \"ENDED\",\n            \"descriptions\": {\n                \"short_description\" : \"Nine noble families fight for control over the lands of Westeros, while an ancient enemy returns after being dormant for millennia.\",\n                \"long_description\" : \"In the mythical continent of Westeros, several powerful families fight for control of the Seven Kingdoms. As conflict erupts in the kingdoms of men, an ancient enemy rises once again to threaten them all. Meanwhile, the last heirs of a recently usurped dynasty plot to take back their homeland from across the Narrow Sea.\"\n            },\n            \"cast_members\": [\n                {\n                    \"character\": \"Theon Greyjoy\",\n                    \"parrot_id\": \"ddef837a-1bcb-4d02-af5a-44fbb9def762\",\n                    \"name\": \"Alfie Allen\",\n                    \"is_lead_actor\": true\n                },\n                {\n                    \"name\": \"Sabrina Bartlett\",\n                    \"character\": \"Handmaid\",\n                    \"parrot_id\": \"8b612c28-7b32-43d2-a469-6a2c3cbd07ba\",\n                    \"is_lead_actor\": false\n                },\n                {\n                    \"name\": \"Elisa Lasowski\",\n                    \"character\": \"Mirelle\",\n                    \"is_lead_actor\": false\n                }\n            ],\n            \"directors\": [\n                {\n                    \"name\": \"David Nutter\",\n                    \"parrot_id\": \"4bb64641-b28f-4a48-9e1f-f995e4641c2a\"\n                },\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                }\n            ],\n            \"producers\": [\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"job_title\": \"co-executive producer\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                },\n                {\n                    \"name\": \"Lisa McAtackney\",\n                    \"job_titles\": \"producer\"\n                },\n                {\n                    \"name\": \"Snorri Þórisson\",\n                    \"job_titles\": \"line producer: icel\"\n                }\n            ],\n            \"editors\": [\n                {\n                    \"name\": \"Katie Weiland\",\n                    \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n                },\n                {\n                    \"name\": \"Frances Parker\"\n                }\n            ],\n            \"writers\": [\n                {\n                    \"name\": \"George R. R. Martin\",\n                    \"job_titles\": \"writer\"\n                },\n                {\n                    \"name\": \"Jane Espenson\",\n                    \"job_titles\": \"teleplay by\",\n                    \"parrot_id\": \"14578370-e2a7-499f-b2ad-9ca8d231024d\"\n                },\n                {\n                    \"name\": \"Gursimran Sandhu\",\n                    \"job_titles\": \"staff writer\",\n                    \"parrot_id\": \"8def183e-2717-44cb-bc24-1904fac6eb37\"\n                }\n            ],\n            \"production_companies\": [\n                \"Home Box Office (HBO)\",\n                \"Television 360\",\n                \"Grok! Studio\",\n                \"Generator Entertainment\",\n                \"Bighead Littlehead\"\n            ],\n            \"distribution_companies\": [\n                \"Home Box Office (HBO)\",\n                \"British Sky Broadcasting (BSkyB)\",\n                \"Canal+ España\",\n                \"Canal+\",\n                \"FOXlife\",\n                \"HBO Central Europe\"\n            ]\n        }\n    ]\n}"},{"id":"f64d1348-258a-4e73-8669-380c5f061eb6","name":"Title does not exist","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/shows/non-existent-show-id"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c14c4b84-1829-4350-a364-07baa4751826"}],"id":"5055891c-0735-44d2-8ea8-884fb7b6ea1b","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>The <strong>TV Genome API</strong> expose TV title metadata. The number of titles available will be based on your subscription.</p>\n","_postman_id":"5055891c-0735-44d2-8ea8-884fb7b6ea1b","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"Talent Genome API","item":[{"name":"Talents - All talent titles","id":"1cdb6191-1daf-4107-9a61-567d4e609a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/talents?page={{page}}&size={{page_size}}&sort_by={{sort_field}}&sort_order={{sort_order}}","description":"<p><em>Retrieve list of all talent</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>TALENTS</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>talents</td>\n<td><code>array</code></td>\n<td>List of genome data for the talents</td>\n</tr>\n<tr>\n<td>talents[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>talents[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the title</td>\n</tr>\n<tr>\n<td>talents[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>talents[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>talents[n].external_ids.viaf_id</td>\n<td><code>string</code></td>\n<td>Optional - VIAF identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the talent</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>shows[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the talent.</td>\n</tr>\n<tr>\n<td>talents[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>talents[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>shows[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the title</td>\n</tr>\n<tr>\n<td>talents[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description</td>\n</tr>\n<tr>\n<td>talents[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the talent</td>\n</tr>\n<tr>\n<td>talents[n].occupations</td>\n<td><code>array</code></td>\n<td>Optional - List of occupations for the talent</td>\n</tr>\n<tr>\n<td>talents[n].occupations[i].value</td>\n<td><code>string</code></td>\n<td>Display value for the occupation</td>\n</tr>\n<tr>\n<td>talents[n].occupations[i].is_main_occupation</td>\n<td><code>boolean</code></td>\n<td><code>true</code> if the occupation value is the main occupation for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details</td>\n<td><code>object</code></td>\n<td>Personal details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.date_of_birth</td>\n<td><code>string</code></td>\n<td>Optional - The date of birth for the talent in the form of <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.year_of_birth</td>\n<td><code>integer</code></td>\n<td>4-digit year for when the talent was born</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.place_of_birth.full</td>\n<td><code>string</code></td>\n<td>Optional - Details for the place of brith</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.place_of_birth.country</td>\n<td><code>string</code></td>\n<td>Optional - ISO 2-alpha country code for where the talent was born</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.given_name</td>\n<td><code>string</code></td>\n<td>Optional - First/Given name for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.family_name</td>\n<td><code>string</code></td>\n<td>Optional - Family name for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height</td>\n<td><code>object</code></td>\n<td>Optional - Height details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height.cm</td>\n<td><code>integer</code></td>\n<td>Height of the talent in centimetres</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height.in</td>\n<td><code>integer</code></td>\n<td>Height of the talent in inches</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.citizen_of_countries</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of ISO 2-alpha country codes where the talent is a citizen of</td>\n</tr>\n<tr>\n<td>talents[n].work_details</td>\n<td><code>object</code></td>\n<td>Optional - Work details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].work_details.started_work_on</td>\n<td><code>string</code></td>\n<td>Optional - Date when the talent first started working in <code>YYYY-MM-DD</code> format.</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_team</td>\n<td><code>string</code></td>\n<td>Optional - Main sports team that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_league</td>\n<td><code>string</code></td>\n<td>Optional - Main sports league that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_sport</td>\n<td><code>string</code></td>\n<td>Optional - Main sport that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.play_positions</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of names for the positions the talent has played in sports</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits</td>\n<td><code>array</code></td>\n<td>Optional - List of Work credit details when the talent has appeared in a TV or Movie.</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].character</td>\n<td><code>string</code></td>\n<td>Optional - Name of the character played by the talent</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].category</td>\n<td><code>string</code></td>\n<td>Optional - Category of work (E.g. self, actress, director etc.)</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].entity_title</td>\n<td><code>string</code></td>\n<td>Optional - Title of the entity (TV/Movie) that the talent partook in</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].entity_type</td>\n<td><code>string</code></td>\n<td>Optional - The type of entity. One of:  <br />* <code>SHOW</code> - TV show  <br />* <code>MOVIE</code> - Movie</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - ID of the TV/Movie in the Parrot's catalog</td>\n</tr>\n<tr>\n<td>talents[n].social_links</td>\n<td><code>object</code></td>\n<td>Optional - List of social links for the talent</td>\n</tr>\n<tr>\n<td>talents[n].social_links.official_website_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official website</td>\n</tr>\n<tr>\n<td>talents[n].social_links.facebook_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Facebook page</td>\n</tr>\n<tr>\n<td>talents[n].social_links.twitter_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Twitter page</td>\n</tr>\n<tr>\n<td>talents[n].social_links.instagram_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Instagram page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","talents"],"host":["api","parrotanalytics","com"],"query":[{"description":{"content":"<p>[Optional] Positive Integer\nPage number of the paginated results to retrieve. \nIf not provided, retrieve the first page of results</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>[Optional] Positive Integer\nMaximum size of the results to retrieve for the given page.\nIf not provided, fetches the full set of remaining results for the page.</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>[Optional] \nField name to sort the full result set by.\nDefault value: <code>title</code></p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>title</code> (Default)\n<code>release_year</code>\n<code>release_date</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_field}}"},{"description":{"content":"<p>[Optional] \nSorting order of the results\nDefault sorting order is ascending.</p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>asc</code> (Default) - Ascending order\n<code>desc</code> - Descending order</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_order","value":"{{sort_order}}"}],"variable":[]}},"response":[{"id":"c17a60f1-bee1-4adb-84b0-60fbfe417f92","name":"All Titles","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/talents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\": \"TALENTS\",\n    \"total_results_count\": 2,\n    \"page_results_count\": 2,\n    \"page\": 1,\n    \"talents\": [\n        {\n            \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\n            \"title\": \"Zendaya\",\n            \"external_ids\": {\n                \"viaf_id\": \"181358265\",\n                \"tmdb_id\": \"505710\",\n                \"wikibase_id\": \"Q189489\",\n                \"omdb_person_id\": \"182398\",\n                \"freebase_id\": \"/m/0ddf18x\",\n                \"imdb_id\": \"nm3918035\"\n            },\n            \"also_known_as\": [\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Maree Stoermer Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"ar\"\n                    ],\n                    \"value\": \"ممثلة ومغنية امريكية\"\n                }\n            ],\n            \"labels\": [\n                {\n                    \"language_codes\": [\n                        \"hy\"\n                    ],\n                    \"label\": \"Զենդայա\"\n                },\n                {\n                    \"language_codes\": [\n                        \"bg\",\n                        \"kk\",\n                        \"uk\",\n                        \"tt\",\n                        \"tt-cyrl\",\n                        \"be\"\n                    ],\n                    \"label\": \"Зендая\"\n                },\n                {\n                    \"language_codes\": [\n                        \"th\"\n                    ],\n                    \"label\": \"เซ็นเดยา\"\n                }\n            ],\n            \"descriptions\": {\n                \"short_description\": \"American actress, singer, dancer and model\",\n                \"long_description\": \"Zendaya (which means \\\"to give thanks\\\" in the language of Shona) is an American actress and singer born in Oakland, California. She began her career appearing as a child model working for Macy's, Mervyns and Old Navy. She was a backup dancer before gaining prominence for her role as Rocky Blue on the Disney Channel sitcom Shake It Up (2010) which also includes Bella Thorne, Kenton Duty and Roshon Fegan. Zendaya was a contestant on the sixteenth season of the competition series Dancing with the Stars. She went on to produce and star as K.C. Cooper in the Disney Channel sitcom K.C. Undercover (2015) She made her film breakthrough in 2017, starring as Michelle \\\"MJ\\\" Jones in the Marvel Cinematic Universe superhero film Spider-Man: Homecoming (2017) and as Anne Wheeler in the musical drama film The Greatest Showman (2017) alongside actors such as Tom Holland, Hugh Jackman and Zac Efron. Besides acting, singing and dancing she is an ambassador for Convoy of Hope. She has written a book, launched her own clothing line (Daya by Zendaya) and proved herself to be a great role model for young girls all around the world.\"\n            },\n            \"occupations\": [\n                {\n                    \"value\" : \"actor\",\n                    \"is_main_occupation\" : true\n                },\n                {\n                    \"value\" : \"producer\",\n                    \"is_main_occupation\" : false\n                }\n            ],\n            \"personal_details\" : {\n                \"date_of_birth\" : \"1996-09-01\",\n                \"year_of_birth\" : 1996,\n                \"place_of_birth\" : {\n                    \"full\" : \"Oakland, California, USA\",\n                    \"country\" : \"US\"\n                },\n                \"family_name\" : \"Coleman\",\n                \"gender\" : \"female\",\n                \"height\" : {\n                    \"cm\" : 178,\n                    \"in\" : 70\n                },\n                \"citizen_of_countries\" : [\"US\"]\n            },\n            \"work_details\" : {\n                \"started_work_on\": \"2009-01-01\",\n                \"work_credits\" : [\n                    {\n                        \"character\" : \"Rue Bennett\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    },\n                    {\n                        \"character\" : \"MJ\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Spider-Man: No Way Home\",\n                        \"entity_type\" : \"MOVIE\",\n                        \"parrot_id\" : \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\"\n                    },\n                    {\n                        \"character\" : \"self\",\n                        \"category\" : \"self\",\n                        \"entity_type\" : \"SHOW\",\n                        \"entity_title\" : \"Piper's QUICK Picks\"\n                    },\n                    {\n                        \"category\" : \"producer\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    }\n                ]\n            },\n            \"social_links\" : {\n                \"official_website_url\": \"https://zendaya.com/\",\n                \"facebook_url\" : \"https://www.facebook.com/Zendaya\",\n                \"twitter_url\" : \"https://twitter.com/Zendaya\",\n                \"instagram_url\" : \"https://www.instagram.com/zendaya\"\n            }\n        },\n        {\n            \"parrot_id\": \"06aec73a-4359-4f9d-be1a-0da970c68f9a\",\n            \"title\": \"Didier Deschamps\",\n            \"descriptions\": {\n                \"short_description\": \"French association football player and manager\",\n                \"long_description\": \"Didier Deschamps was born on October 15, 1968 in Bayonne, Pyrénées-Atlantiques, France as Didier Claude Deschamps. He is known for his work on 1992 UEFA European Football Championship (1992), Téléfoot (1977) and UEFA Champions League (1994).\"\n            },\n            \"occupations\": [\n                {\n                    \"value\" : \"footballer\",\n                    \"is_main_occupation\" : true\n                },\n                {\n                    \"value\" : \"athlete\",\n                    \"is_main_occupation\" : false\n                },\n                {\n                    \"value\" : \"actor\",\n                    \"is_main_occupation\" : false\n                }\n            ],\n            \"personal_details\" : {\n                \"date_of_birth\" : \"1968-10-15\",\n                \"year_of_birth\" : 1968,\n                \"place_of_birth\" : {\n                    \"full\" : \"Bayonne, Pyrénées-Atlantiques, France\",\n                    \"country\" : \"FR\"\n                },\n                \"given_name\" : \"Claude\",\n                \"family_name\" : \"Deschamps\",\n                \"gender\" : \"male\",\n                \"height\" : {\n                    \"cm\" : 170,\n                    \"in\" : 67\n                },\n                \"citizen_of_countries\" : [\"FR\"]\n            },\n            \"work_details\" : {\n                \"associated_team\": \"F.C. Nantes\",\n                \"associated_league\": \"Premier League\",\n                \"associated_sport\": \"association football\",\n                \"play_positions\": [\n                    \"midfielder\"\n                ]\n            }\n        }\n    ]\n}"},{"id":"a468cb1b-8a56-48da-b0c9-2bdab15ca177","name":"All Titles - With Pagination","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/talent?page=2&size=1","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","talent"],"query":[{"key":"page","value":"2"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\" : \"TALENTS\",\n    \"total_results_count\": 2,\n    \"page_results_count\" : 1,\n    \"page\" : 2,\n    \"talents\": [\n        {\n            \"parrot_id\": \"06aec73a-4359-4f9d-be1a-0da970c68f9a\",\n            \"title\": \" Didier Deschamps\",\n            \"descriptions\": {\n                \"short_description\": \"French association football player and manager\",\n                \"long_description\": \"Didier Deschamps was born on October 15, 1968 in Bayonne, Pyrénées-Atlantiques, France as Didier Claude Deschamps. He is known for his work on 1992 UEFA European Football Championship (1992), Téléfoot (1977) and UEFA Champions League (1994).\"\n            },\n            \"occupations\": [\n                {\n                    \"value\" : \"footballer\",\n                    \"is_main_occupation\" : true\n                },\n                {\n                    \"value\" : \"athlete\",\n                    \"is_main_occupation\" : false\n                },\n                {\n                    \"value\" : \"actor\",\n                    \"is_main_occupation\" : false\n                }\n            ],\n            \"personal_details\" : {\n                \"date_of_birth\" : \"1968-10-15\",\n                \"year_of_birth\" : 1968,\n                \"place_of_birth\" : {\n                    \"full\" : \"Bayonne, Pyrénées-Atlantiques, France\",\n                    \"country\" : \"FR\"\n                },\n                \"given_name\" : \"Claude\",\n                \"family_name\" : \"Deschamps\",\n                \"gender\" : \"male\",\n                \"height\" : {\n                    \"cm\" : 170,\n                    \"in\" : 67\n                },\n                \"citizen_of_countries\" : [\"FR\"]\n            },\n            \"work_details\" : {\n                \"associated_team\": \"F.C. Nantes\",\n                \"associated_league\": \"Premier League\",\n                \"associated_sport\": \"association football\",\n                \"play_positions\": [\n                    \"midfielder\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"1cdb6191-1daf-4107-9a61-567d4e609a04"},{"name":"Talents - Multiple talents","id":"79e70b70-aaf3-425e-9bc2-53efeb6a0f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/talents?talent_ids={{talent_id_list}}&page={{page}}&size={{page_size}}&sort_by={{sort_field}}&sort_order={{sort_order}}","description":"<p><em>Retrieve the specified list of talent.</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>TALENTS</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>talents</td>\n<td><code>array</code></td>\n<td>List of genome data for the talents</td>\n</tr>\n<tr>\n<td>talents[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>talents[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the title</td>\n</tr>\n<tr>\n<td>talents[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>talents[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>talents[n].external_ids.viaf_id</td>\n<td><code>string</code></td>\n<td>Optional - VIAF identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the talent</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>shows[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the talent.</td>\n</tr>\n<tr>\n<td>talents[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>talents[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>shows[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the title</td>\n</tr>\n<tr>\n<td>talents[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description</td>\n</tr>\n<tr>\n<td>talents[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the talent</td>\n</tr>\n<tr>\n<td>talents[n].occupations</td>\n<td><code>array</code></td>\n<td>Optional - List of occupations for the talent</td>\n</tr>\n<tr>\n<td>talents[n].occupations[i].value</td>\n<td><code>string</code></td>\n<td>Display value for the occupation</td>\n</tr>\n<tr>\n<td>talents[n].occupations[i].is_main_occupation</td>\n<td><code>boolean</code></td>\n<td><code>true</code> if the occupation value is the main occupation for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details</td>\n<td><code>object</code></td>\n<td>Personal details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.date_of_birth</td>\n<td><code>string</code></td>\n<td>Optional - The date of birth for the talent in the form of <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.year_of_birth</td>\n<td><code>integer</code></td>\n<td>4-digit year for when the talent was born</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.place_of_birth.full</td>\n<td><code>string</code></td>\n<td>Optional - Details for the place of brith</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.place_of_birth.country</td>\n<td><code>string</code></td>\n<td>Optional - ISO 2-alpha country code for where the talent was born</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.given_name</td>\n<td><code>string</code></td>\n<td>Optional - First/Given name for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.family_name</td>\n<td><code>string</code></td>\n<td>Optional - Family name for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height</td>\n<td><code>object</code></td>\n<td>Optional - Height details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height.cm</td>\n<td><code>integer</code></td>\n<td>Height of the talent in centimetres</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height.in</td>\n<td><code>integer</code></td>\n<td>Height of the talent in inches</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.citizen_of_countries</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of ISO 2-alpha country codes where the talent is a citizen of</td>\n</tr>\n<tr>\n<td>talents[n].work_details</td>\n<td><code>object</code></td>\n<td>Optional - Work details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].work_details.started_work_on</td>\n<td><code>string</code></td>\n<td>Optional - Date when the talent first started working in <code>YYYY-MM-DD</code> format.</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_team</td>\n<td><code>string</code></td>\n<td>Optional - Main sports team that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_league</td>\n<td><code>string</code></td>\n<td>Optional - Main sports league that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_sport</td>\n<td><code>string</code></td>\n<td>Optional - Main sport that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.play_positions</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of names for the positions the talent has played in sports</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits</td>\n<td><code>array</code></td>\n<td>Optional - List of Work credit details when the talent has appeared in a TV or Movie.</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].character</td>\n<td><code>string</code></td>\n<td>Optional - Name of the character played by the talent</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].category</td>\n<td><code>string</code></td>\n<td>Optional - Category of work (E.g. self, actress, director etc.)</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].entity_title</td>\n<td><code>string</code></td>\n<td>Optional - Title of the entity (TV/Movie) that the talent partook in</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].entity_type</td>\n<td><code>string</code></td>\n<td>Optional - The type of entity. One of:  <br />* <code>SHOW</code> - TV show  <br />* <code>MOVIE</code> - Movie</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - ID of the TV/Movie in the Parrot's catalog</td>\n</tr>\n<tr>\n<td>talents[n].social_links</td>\n<td><code>object</code></td>\n<td>Optional - List of social links for the talent</td>\n</tr>\n<tr>\n<td>talents[n].social_links.official_website_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official website</td>\n</tr>\n<tr>\n<td>talents[n].social_links.facebook_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Facebook page</td>\n</tr>\n<tr>\n<td>talents[n].social_links.twitter_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Twitter page</td>\n</tr>\n<tr>\n<td>talents[n].social_links.instagram_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Instagram page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","talents"],"host":["api","parrotanalytics","com"],"query":[{"description":{"content":"<p>Comma separated list of parrot_id values for talent.</p>\n<p>Max limit of 50 <code>parrot_ids</code> are supported in a single request</p>\n","type":"text/plain"},"key":"talent_ids","value":"{{talent_id_list}}"},{"key":"page","value":"{{page}}"},{"description":{"content":"<p>[Optional] Positive Integer\nMaximum size of the results to retrieve for the given page.\nIf not provided, fetches the full set of remaining results for the page. Size is capped at 50 (same as <code>talent_ids</code> size)</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>[Optional] \nField name to sort the full result set by.\nDefault value: <code>title</code></p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>title</code> (Default)\n<code>release_year</code>\n<code>release_date</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_field}}"},{"description":{"content":"<p>[Optional] \nSorting order of the results\nDefault sorting order is ascending.</p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>asc</code> (Default) - Ascending order\n<code>desc</code> - Descending order</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_order","value":"{{sort_order}}"}],"variable":[]}},"response":[{"id":"51df7fbb-2f0b-4d11-8236-4310f6eb87a0","name":"Multiple Titles","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/talents?talent_ids=dbd927fc-78a6-4db3-b65f-aa94e22426b7,06aec73a-4359-4f9d-be1a-0da970c68f9a","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","talents"],"query":[{"key":"talent_ids","value":"dbd927fc-78a6-4db3-b65f-aa94e22426b7,06aec73a-4359-4f9d-be1a-0da970c68f9a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\": \"TALENTS\",\n    \"total_results_count\": 2,\n    \"page_results_count\": 2,\n    \"page\": 1,\n    \"talents\": [\n        {\n            \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\n            \"title\": \"Zendaya\",\n            \"external_ids\": {\n                \"viaf_id\": \"181358265\",\n                \"tmdb_id\": \"505710\",\n                \"wikibase_id\": \"Q189489\",\n                \"omdb_person_id\": \"182398\",\n                \"freebase_id\": \"/m/0ddf18x\",\n                \"imdb_id\": \"nm3918035\"\n            },\n            \"also_known_as\": [\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Maree Stoermer Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"ar\"\n                    ],\n                    \"value\": \"ممثلة ومغنية امريكية\"\n                }\n            ],\n            \"labels\": [\n                {\n                    \"language_codes\": [\n                        \"hy\"\n                    ],\n                    \"label\": \"Զենդայա\"\n                },\n                {\n                    \"language_codes\": [\n                        \"bg\",\n                        \"kk\",\n                        \"uk\",\n                        \"tt\",\n                        \"tt-cyrl\",\n                        \"be\"\n                    ],\n                    \"label\": \"Зендая\"\n                },\n                {\n                    \"language_codes\": [\n                        \"th\"\n                    ],\n                    \"label\": \"เซ็นเดยา\"\n                }\n            ],\n            \"descriptions\": {\n                \"short_description\": \"American actress, singer, dancer and model\",\n                \"long_description\": \"Zendaya (which means \\\"to give thanks\\\" in the language of Shona) is an American actress and singer born in Oakland, California. She began her career appearing as a child model working for Macy's, Mervyns and Old Navy. She was a backup dancer before gaining prominence for her role as Rocky Blue on the Disney Channel sitcom Shake It Up (2010) which also includes Bella Thorne, Kenton Duty and Roshon Fegan. Zendaya was a contestant on the sixteenth season of the competition series Dancing with the Stars. She went on to produce and star as K.C. Cooper in the Disney Channel sitcom K.C. Undercover (2015) She made her film breakthrough in 2017, starring as Michelle \\\"MJ\\\" Jones in the Marvel Cinematic Universe superhero film Spider-Man: Homecoming (2017) and as Anne Wheeler in the musical drama film The Greatest Showman (2017) alongside actors such as Tom Holland, Hugh Jackman and Zac Efron. Besides acting, singing and dancing she is an ambassador for Convoy of Hope. She has written a book, launched her own clothing line (Daya by Zendaya) and proved herself to be a great role model for young girls all around the world.\"\n            },\n            \"occupations\": [\n                {\n                    \"value\" : \"actor\",\n                    \"is_main_occupation\" : true\n                },\n                {\n                    \"value\" : \"producer\",\n                    \"is_main_occupation\" : false\n                }\n            ],\n            \"personal_details\" : {\n                \"date_of_birth\" : \"1996-09-01\",\n                \"year_of_birth\" : 1996,\n                \"place_of_birth\" : {\n                    \"full\" : \"Oakland, California, USA\",\n                    \"country\" : \"US\"\n                },\n                \"family_name\" : \"Coleman\",\n                \"gender\" : \"female\",\n                \"height\" : {\n                    \"cm\" : 178,\n                    \"in\" : 70\n                },\n                \"citizen_of_countries\" : [\"US\"]\n            },\n            \"work_details\" : {\n                \"started_work_on\": \"2009-01-01\",\n                \"work_credits\" : [\n                    {\n                        \"character\" : \"Rue Bennett\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    },\n                    {\n                        \"character\" : \"MJ\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Spider-Man: No Way Home\",\n                        \"entity_type\" : \"MOVIE\",\n                        \"parrot_id\" : \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\"\n                    },\n                    {\n                        \"character\" : \"self\",\n                        \"category\" : \"self\",\n                        \"entity_type\" : \"SHOW\",\n                        \"entity_title\" : \"Piper's QUICK Picks\"\n                    },\n                    {\n                        \"category\" : \"producer\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    }\n                ]\n            },\n            \"social_links\" : {\n                \"official_website_url\": \"https://zendaya.com/\",\n                \"facebook_url\" : \"https://www.facebook.com/Zendaya\",\n                \"twitter_url\" : \"https://twitter.com/Zendaya\",\n                \"instagram_url\" : \"https://www.instagram.com/zendaya\"\n            }\n        },\n        {\n            \"parrot_id\": \"06aec73a-4359-4f9d-be1a-0da970c68f9a\",\n            \"title\": \" Didier Deschamps\",\n            \"descriptions\": {\n                \"short_description\": \"French association football player and manager\",\n                \"long_description\": \"Didier Deschamps was born on October 15, 1968 in Bayonne, Pyrénées-Atlantiques, France as Didier Claude Deschamps. He is known for his work on 1992 UEFA European Football Championship (1992), Téléfoot (1977) and UEFA Champions League (1994).\"\n            },\n            \"occupations\": [\n                {\n                    \"value\" : \"footballer\",\n                    \"is_main_occupation\" : true\n                },\n                {\n                    \"value\" : \"athlete\",\n                    \"is_main_occupation\" : false\n                },\n                {\n                    \"value\" : \"actor\",\n                    \"is_main_occupation\" : false\n                }\n            ],\n            \"personal_details\" : {\n                \"date_of_birth\" : \"1968-10-15\",\n                \"year_of_birth\" : 1968,\n                \"place_of_birth\" : {\n                    \"full\" : \"Bayonne, Pyrénées-Atlantiques, France\",\n                    \"country\" : \"FR\"\n                },\n                \"given_name\" : \"Claude\",\n                \"family_name\" : \"Deschamps\",\n                \"gender\" : \"male\",\n                \"height\" : {\n                    \"cm\" : 170,\n                    \"in\" : 67\n                },\n                \"citizen_of_countries\" : [\"FR\"]\n            },\n            \"work_details\" : {\n                \"associated_team\": \"F.C. Nantes\",\n                \"associated_league\": \"Premier League\",\n                \"associated_sport\": \"association football\",\n                \"play_positions\": [\n                    \"midfielder\"\n                ]\n            }\n        }\n    ]\n}"},{"id":"387d20f0-f12f-4edd-b9cc-0bb879526465","name":"Multiple Titles - with Unknown Parrot IDs","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/talents?talent_ids=dbd927fc-78a6-4db3-b65f-aa94e22426b7,non-existent-id","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","talents"],"query":[{"key":"talent_ids","value":"dbd927fc-78a6-4db3-b65f-aa94e22426b7,non-existent-id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\": \"TALENTS\",\n    \"total_results_count\": 1,\n    \"page_results_count\": 12,\n    \"page\": 1,\n    \"talents\": [\n        {\n            \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\n            \"title\": \"Zendaya\",\n            \"external_ids\": {\n                \"viaf_id\": \"181358265\",\n                \"tmdb_id\": \"505710\",\n                \"wikibase_id\": \"Q189489\",\n                \"omdb_person_id\": \"182398\",\n                \"freebase_id\": \"/m/0ddf18x\",\n                \"imdb_id\": \"nm3918035\"\n            },\n            \"also_known_as\": [\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Maree Stoermer Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"ar\"\n                    ],\n                    \"value\": \"ممثلة ومغنية امريكية\"\n                }\n            ],\n            \"labels\": [\n                {\n                    \"language_codes\": [\n                        \"hy\"\n                    ],\n                    \"label\": \"Զենդայա\"\n                },\n                {\n                    \"language_codes\": [\n                        \"bg\",\n                        \"kk\",\n                        \"uk\",\n                        \"tt\",\n                        \"tt-cyrl\",\n                        \"be\"\n                    ],\n                    \"label\": \"Зендая\"\n                },\n                {\n                    \"language_codes\": [\n                        \"th\"\n                    ],\n                    \"label\": \"เซ็นเดยา\"\n                }\n            ],\n            \"descriptions\": {\n                \"short_description\": \"American actress, singer, dancer and model\",\n                \"long_description\": \"Zendaya (which means \\\"to give thanks\\\" in the language of Shona) is an American actress and singer born in Oakland, California. She began her career appearing as a child model working for Macy's, Mervyns and Old Navy. She was a backup dancer before gaining prominence for her role as Rocky Blue on the Disney Channel sitcom Shake It Up (2010) which also includes Bella Thorne, Kenton Duty and Roshon Fegan. Zendaya was a contestant on the sixteenth season of the competition series Dancing with the Stars. She went on to produce and star as K.C. Cooper in the Disney Channel sitcom K.C. Undercover (2015) She made her film breakthrough in 2017, starring as Michelle \\\"MJ\\\" Jones in the Marvel Cinematic Universe superhero film Spider-Man: Homecoming (2017) and as Anne Wheeler in the musical drama film The Greatest Showman (2017) alongside actors such as Tom Holland, Hugh Jackman and Zac Efron. Besides acting, singing and dancing she is an ambassador for Convoy of Hope. She has written a book, launched her own clothing line (Daya by Zendaya) and proved herself to be a great role model for young girls all around the world.\"\n            },\n            \"occupations\": [\n                {\n                    \"value\" : \"actor\",\n                    \"is_main_occupation\" : true\n                },\n                {\n                    \"value\" : \"producer\",\n                    \"is_main_occupation\" : false\n                }\n            ],\n            \"personal_details\" : {\n                \"date_of_birth\" : \"1996-09-01\",\n                \"year_of_birth\" : 1996,\n                \"place_of_birth\" : {\n                    \"full\" : \"Oakland, California, USA\",\n                    \"country\" : \"US\"\n                },\n                \"family_name\" : \"Coleman\",\n                \"gender\" : \"female\",\n                \"height\" : {\n                    \"cm\" : 178,\n                    \"in\" : 70\n                },\n                \"citizen_of_countries\" : [\"US\"]\n            },\n            \"work_details\" : {\n                \"started_work_on\": \"2009-01-01\",\n                \"work_credits\" : [\n                    {\n                        \"character\" : \"Rue Bennett\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    },\n                    {\n                        \"character\" : \"MJ\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Spider-Man: No Way Home\",\n                        \"entity_type\" : \"MOVIE\",\n                        \"parrot_id\" : \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\"\n                    },\n                    {\n                        \"character\" : \"self\",\n                        \"category\" : \"self\",\n                        \"entity_type\" : \"SHOW\",\n                        \"entity_title\" : \"Piper's QUICK Picks\"\n                    },\n                    {\n                        \"category\" : \"producer\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    }\n                ]\n            },\n            \"social_links\" : {\n                \"official_website_url\": \"https://zendaya.com/\",\n                \"facebook_url\" : \"https://www.facebook.com/Zendaya\",\n                \"twitter_url\" : \"https://twitter.com/Zendaya\",\n                \"instagram_url\" : \"https://www.instagram.com/zendaya\"\n            }\n        }\n    ]\n}"}],"_postman_id":"79e70b70-aaf3-425e-9bc2-53efeb6a0f91"},{"name":"Talents - Single talent","id":"af62d5eb-ce9d-42f6-9a3d-7ee0182a1fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/talents/{{talent_id}}","description":"<p><em>Retrieve the specified talent's details</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>TALENTS</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>talents</td>\n<td><code>array</code></td>\n<td>List of genome data for the talents</td>\n</tr>\n<tr>\n<td>talents[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>talents[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the title</td>\n</tr>\n<tr>\n<td>talents[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>talents[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>talents[n].external_ids.viaf_id</td>\n<td><code>string</code></td>\n<td>Optional - VIAF identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the talent</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>talents[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>shows[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the talent.</td>\n</tr>\n<tr>\n<td>talents[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>talents[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>shows[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the title</td>\n</tr>\n<tr>\n<td>talents[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description</td>\n</tr>\n<tr>\n<td>talents[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the talent</td>\n</tr>\n<tr>\n<td>talents[n].occupations</td>\n<td><code>array</code></td>\n<td>Optional - List of occupations for the talent</td>\n</tr>\n<tr>\n<td>talents[n].occupations[i].value</td>\n<td><code>string</code></td>\n<td>Display value for the occupation</td>\n</tr>\n<tr>\n<td>talents[n].occupations[i].is_main_occupation</td>\n<td><code>boolean</code></td>\n<td><code>true</code> if the occupation value is the main occupation for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details</td>\n<td><code>object</code></td>\n<td>Personal details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.date_of_birth</td>\n<td><code>string</code></td>\n<td>Optional - The date of birth for the talent in the form of <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.year_of_birth</td>\n<td><code>integer</code></td>\n<td>4-digit year for when the talent was born</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.place_of_birth.full</td>\n<td><code>string</code></td>\n<td>Optional - Details for the place of brith</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.place_of_birth.country</td>\n<td><code>string</code></td>\n<td>Optional - ISO 2-alpha country code for where the talent was born</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.given_name</td>\n<td><code>string</code></td>\n<td>Optional - First/Given name for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.family_name</td>\n<td><code>string</code></td>\n<td>Optional - Family name for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height</td>\n<td><code>object</code></td>\n<td>Optional - Height details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height.cm</td>\n<td><code>integer</code></td>\n<td>Height of the talent in centimetres</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.height.in</td>\n<td><code>integer</code></td>\n<td>Height of the talent in inches</td>\n</tr>\n<tr>\n<td>talents[n].personal_details.citizen_of_countries</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of ISO 2-alpha country codes where the talent is a citizen of</td>\n</tr>\n<tr>\n<td>talents[n].work_details</td>\n<td><code>object</code></td>\n<td>Optional - Work details for the talent</td>\n</tr>\n<tr>\n<td>talents[n].work_details.started_work_on</td>\n<td><code>string</code></td>\n<td>Optional - Date when the talent first started working in <code>YYYY-MM-DD</code> format.</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_team</td>\n<td><code>string</code></td>\n<td>Optional - Main sports team that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_league</td>\n<td><code>string</code></td>\n<td>Optional - Main sports league that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.associated_sport</td>\n<td><code>string</code></td>\n<td>Optional - Main sport that the talent is associated with</td>\n</tr>\n<tr>\n<td>talents[n].work_details.play_positions</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of names for the positions the talent has played in sports</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits</td>\n<td><code>array</code></td>\n<td>Optional - List of Work credit details when the talent has appeared in a TV or Movie.</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].character</td>\n<td><code>string</code></td>\n<td>Optional - Name of the character played by the talent</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].category</td>\n<td><code>string</code></td>\n<td>Optional - Category of work (E.g. self, actress, director etc.)</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].entity_title</td>\n<td><code>string</code></td>\n<td>Optional - Title of the entity (TV/Movie) that the talent partook in</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].entity_type</td>\n<td><code>string</code></td>\n<td>Optional - The type of entity. One of:  <br />* <code>SHOW</code> - TV show  <br />* <code>MOVIE</code> - Movie</td>\n</tr>\n<tr>\n<td>talents[n].work_details.work_credits[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - ID of the TV/Movie in the Parrot's catalog</td>\n</tr>\n<tr>\n<td>talents[n].social_links</td>\n<td><code>object</code></td>\n<td>Optional - List of social links for the talent</td>\n</tr>\n<tr>\n<td>talents[n].social_links.official_website_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official website</td>\n</tr>\n<tr>\n<td>talents[n].social_links.facebook_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Facebook page</td>\n</tr>\n<tr>\n<td>talents[n].social_links.twitter_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Twitter page</td>\n</tr>\n<tr>\n<td>talents[n].social_links.instagram_url</td>\n<td><code>string</code></td>\n<td>Optional - URL of the talent's official Instagram page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","talents","{{talent_id}}"],"host":["api","parrotanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a7bb5c25-4070-4c5e-8645-56ffa2554dff","name":"Single Title","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/talents/dbd927fc-78a6-4db3-b65f-aa94e22426b7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\" : \"TALENTS\",\n    \"total_results_count\": 1,\n    \"page_results_count\" : 1,\n    \"page\" : 1,\n    \"talents\": [\n        {\n            \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\n            \"title\": \"Zendaya\",\n            \"external_ids\": {\n                \"viaf_id\": \"181358265\",\n                \"tmdb_id\": \"505710\",\n                \"wikibase_id\": \"Q189489\",\n                \"omdb_person_id\": \"182398\",\n                \"freebase_id\": \"/m/0ddf18x\",\n                \"imdb_id\": \"nm3918035\"\n            },\n            \"also_known_as\": [\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"en\"\n                    ],\n                    \"value\": \"Zendaya Maree Stoermer Coleman\"\n                },\n                {\n                    \"language_codes\": [\n                        \"ar\"\n                    ],\n                    \"value\": \"ممثلة ومغنية امريكية\"\n                }\n            ],\n            \"labels\": [\n                {\n                    \"language_codes\": [\n                        \"hy\"\n                    ],\n                    \"label\": \"Զենդայա\"\n                },\n                {\n                    \"language_codes\": [\n                        \"bg\",\n                        \"kk\",\n                        \"uk\",\n                        \"tt\",\n                        \"tt-cyrl\",\n                        \"be\"\n                    ],\n                    \"label\": \"Зендая\"\n                },\n                {\n                    \"language_codes\": [\n                        \"th\"\n                    ],\n                    \"label\": \"เซ็นเดยา\"\n                }\n            ],\n            \"descriptions\": {\n                \"short_description\": \"American actress, singer, dancer and model\",\n                \"long_description\": \"Zendaya (which means \\\"to give thanks\\\" in the language of Shona) is an American actress and singer born in Oakland, California. She began her career appearing as a child model working for Macy's, Mervyns and Old Navy. She was a backup dancer before gaining prominence for her role as Rocky Blue on the Disney Channel sitcom Shake It Up (2010) which also includes Bella Thorne, Kenton Duty and Roshon Fegan. Zendaya was a contestant on the sixteenth season of the competition series Dancing with the Stars. She went on to produce and star as K.C. Cooper in the Disney Channel sitcom K.C. Undercover (2015) She made her film breakthrough in 2017, starring as Michelle \\\"MJ\\\" Jones in the Marvel Cinematic Universe superhero film Spider-Man: Homecoming (2017) and as Anne Wheeler in the musical drama film The Greatest Showman (2017) alongside actors such as Tom Holland, Hugh Jackman and Zac Efron. Besides acting, singing and dancing she is an ambassador for Convoy of Hope. She has written a book, launched her own clothing line (Daya by Zendaya) and proved herself to be a great role model for young girls all around the world.\"\n            },\n            \"occupations\": [\n                {\n                    \"value\" : \"actor\",\n                    \"is_main_occupation\" : true\n                },\n                {\n                    \"value\" : \"producer\",\n                    \"is_main_occupation\" : false\n                }\n            ],\n            \"personal_details\" : {\n                \"date_of_birth\" : \"1996-09-01\",\n                \"year_of_birth\" : 1996,\n                \"place_of_birth\" : {\n                    \"full\" : \"Oakland, California, USA\",\n                    \"country\" : \"US\"\n                },\n                \"family_name\" : \"Coleman\",\n                \"gender\" : \"female\",\n                \"height\" : {\n                    \"cm\" : 178,\n                    \"in\" : 70\n                },\n                \"citizen_of_countries\" : [\"US\"]\n            },\n            \"work_details\" : {\n                \"started_work_on\": \"2009-01-01\",\n                \"work_credits\" : [\n                    {\n                        \"character\" : \"Rue Bennett\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    },\n                    {\n                        \"character\" : \"MJ\",\n                        \"category\" : \"actress\",\n                        \"entity_title\" : \"Spider-Man: No Way Home\",\n                        \"entity_type\" : \"MOVIE\",\n                        \"parrot_id\" : \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\"\n                    },\n                    {\n                        \"character\" : \"self\",\n                        \"category\" : \"self\",\n                        \"entity_type\" : \"SHOW\",\n                        \"entity_title\" : \"Piper's QUICK Picks\"\n                    },\n                    {\n                        \"category\" : \"producer\",\n                        \"entity_title\" : \"Euphoria\",\n                        \"entity_type\" : \"SHOW\",\n                        \"parrot_id\" : \"4771ad55-4f60-4aaf-8cf6-42a1a1e49950\"\n                    }\n                ]\n            },\n            \"social_links\" : {\n                \"official_website_url\": \"https://zendaya.com/\",\n                \"facebook_url\" : \"https://www.facebook.com/Zendaya\",\n                \"twitter_url\" : \"https://twitter.com/Zendaya\",\n                \"instagram_url\" : \"https://www.instagram.com/zendaya\"\n            }\n        }\n    ]\n}"},{"id":"6cb4776e-71b3-4bfc-9290-7878b4b5ea28","name":"Title does not exist","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/talents/non-existent-talent-id"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af62d5eb-ce9d-42f6-9a3d-7ee0182a1fb5"}],"id":"9352daac-66a6-45b1-9b0d-cb6806b87e32","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>The <strong>Talent Genome API</strong> expose Talent metadata. The number of talents available will be based on your subscription.</p>\n","_postman_id":"9352daac-66a6-45b1-9b0d-cb6806b87e32","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"Movie Genome API","item":[{"name":"Movies - All titles","id":"acc4ef0b-3964-4db5-9db6-30f374968e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/movies?page={{page}}&size={{page_size}}&sort_by={{sort_field}}&sort_order={{sort_order}}","description":"<p><em>Retrieve list of all movies</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>MOVIES</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>movies</td>\n<td><code>array</code></td>\n<td>List of genome data for the movies</td>\n</tr>\n<tr>\n<td>movies[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>movies[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the movie</td>\n</tr>\n<tr>\n<td>movies[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>movies[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>movies[n].external_ids.edir_id</td>\n<td><code>string</code></td>\n<td>Optional - EDIR identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>movies[n].original_countries</td>\n<td><code>array[string]</code></td>\n<td>List of strings representing the <code>ISO 3166</code> 2-alpha code for the origin countries</td>\n</tr>\n<tr>\n<td>movies[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original language(s) for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].genre_tags</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing genres for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].release_year</td>\n<td><code>integer</code></td>\n<td>Release year for the title in <code>YYYY</code> format.</td>\n</tr>\n<tr>\n<td>movies[n].runtime_in_minutes</td>\n<td><code>integer</code></td>\n<td>Optional - Runtime for the movie in minutes</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings</td>\n<td><code>array</code></td>\n<td>Optional - List of content ratings for the movie</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.country</td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha country code where the ratings are applicable in</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.rating</td>\n<td><code>string</code></td>\n<td>Rating label within the country</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.ratings_authority</td>\n<td><code>string</code></td>\n<td>Optional - Organisation that issued the content rating in the country</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.details</td>\n<td><code>string</code></td>\n<td>Optional - Additional details about the rating (E.g. reasons etc.)</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the movie</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>movies[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>movies[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>movies[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].cast_members</td>\n<td><code>array</code></td>\n<td>List of all cast members for the movie</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].name</td>\n<td><code>string</code></td>\n<td>Name of the cast member</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the cast member (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].character</td>\n<td><code>string</code></td>\n<td>Name of the character (played by the cast member)</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].is_lead_actor</td>\n<td><code>boolean</code></td>\n<td>Whether the cast member was a lead (`true`) or not (`false`)</td>\n</tr>\n<tr>\n<td>movies[n].directors</td>\n<td><code>array</code></td>\n<td>List of all directors for the movie</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the director</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the director (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the director (E.g. <code>executive director</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].producers</td>\n<td><code>array</code></td>\n<td>List of all producers for the movie</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the producer</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the producer (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the producer (E.g. <code>executive producer</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].editors</td>\n<td><code>array</code></td>\n<td>List of all editors for the movie</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the editor</td>\n</tr>\n<tr>\n<td>movies[n].editors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the editor (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].editors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the editor (E.g. <code>sound editor</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].writers</td>\n<td><code>array</code></td>\n<td>List of all writers for the movie</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the writer</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the writer (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the writer (E.g. <code>staff writer</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].production_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of production companies based on primary contribution</td>\n</tr>\n<tr>\n<td>movies[n].distribution_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of distribution companies based on primary contribution</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Full List of Genes Available and Coverage</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>catalog_state</td>\n</tr>\n<tr>\n<td>data.tag</td>\n</tr>\n<tr>\n<td>display_name</td>\n</tr>\n<tr>\n<td>parrot_id</td>\n</tr>\n<tr>\n<td>short_id</td>\n</tr>\n<tr>\n<td>title</td>\n</tr>\n<tr>\n<td>data.type</td>\n</tr>\n<tr>\n<td>catalog_type</td>\n</tr>\n<tr>\n<td>data.external_mappings.imdb_id</td>\n</tr>\n<tr>\n<td>data.also_known_as</td>\n</tr>\n<tr>\n<td>data.original_country.ordinal</td>\n</tr>\n<tr>\n<td>data.original_country.value</td>\n</tr>\n<tr>\n<td>data.crew_members.name</td>\n</tr>\n<tr>\n<td>data.crew_members.imdb_id</td>\n</tr>\n<tr>\n<td>data.crew_members.department</td>\n</tr>\n<tr>\n<td>data.crew_members.job_titles</td>\n</tr>\n<tr>\n<td>data.original_language.ordinal</td>\n</tr>\n<tr>\n<td>data.original_language.value</td>\n</tr>\n<tr>\n<td>data.release_year</td>\n</tr>\n<tr>\n<td>data.directors.Name</td>\n</tr>\n<tr>\n<td>data.directors.name</td>\n</tr>\n<tr>\n<td>data.directors.imdb_id</td>\n</tr>\n<tr>\n<td>data.directors.department</td>\n</tr>\n<tr>\n<td>data.directors.job_titles</td>\n</tr>\n<tr>\n<td>data.cast_members.name</td>\n</tr>\n<tr>\n<td>data.cast_members.role</td>\n</tr>\n<tr>\n<td>data.cast_members.is_lead_actor</td>\n</tr>\n<tr>\n<td>data.cast_members.imdb_id</td>\n</tr>\n<tr>\n<td>data.genre_tags</td>\n</tr>\n<tr>\n<td>data.production_company.ordinal</td>\n</tr>\n<tr>\n<td>data.production_company.value</td>\n</tr>\n<tr>\n<td>data.start_date</td>\n</tr>\n<tr>\n<td>data.status</td>\n</tr>\n<tr>\n<td>data.runtime_in_minutes</td>\n</tr>\n<tr>\n<td>data.content_sub_type</td>\n</tr>\n<tr>\n<td>data.writers.Name</td>\n</tr>\n<tr>\n<td>data.writers.name</td>\n</tr>\n<tr>\n<td>data.writers.imdb_id</td>\n</tr>\n<tr>\n<td>data.writers.department</td>\n</tr>\n<tr>\n<td>data.writers.job_titles</td>\n</tr>\n<tr>\n<td>data.cast_members.parrot_id</td>\n</tr>\n<tr>\n<td>data.producers.Name</td>\n</tr>\n<tr>\n<td>data.producers.name</td>\n</tr>\n<tr>\n<td>data.producers.department</td>\n</tr>\n<tr>\n<td>data.producers.job_titles</td>\n</tr>\n<tr>\n<td>data.producers.imdb_id</td>\n</tr>\n<tr>\n<td>data.characters</td>\n</tr>\n<tr>\n<td>data.cast_members.character</td>\n</tr>\n<tr>\n<td>data.short_description</td>\n</tr>\n<tr>\n<td>data.keywords</td>\n</tr>\n<tr>\n<td>data.crew_members.parrot_id</td>\n</tr>\n<tr>\n<td>data.editors.imdb_id</td>\n</tr>\n<tr>\n<td>data.editors.Name</td>\n</tr>\n<tr>\n<td>data.editors.name</td>\n</tr>\n<tr>\n<td>data.editors.department</td>\n</tr>\n<tr>\n<td>data.editors.job_titles</td>\n</tr>\n<tr>\n<td>data.distribution_company.ordinal</td>\n</tr>\n<tr>\n<td>data.distribution_company.value</td>\n</tr>\n<tr>\n<td>data.ratings.imdb</td>\n</tr>\n<tr>\n<td>data.directors.parrot_id</td>\n</tr>\n<tr>\n<td>data.long_description</td>\n</tr>\n<tr>\n<td>data.writers.parrot_id</td>\n</tr>\n<tr>\n<td>data.content_ratings.country_code</td>\n</tr>\n<tr>\n<td>data.content_ratings.rating</td>\n</tr>\n<tr>\n<td>data.external_mappings.tmdb_id</td>\n</tr>\n<tr>\n<td>data.producers.parrot_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.prime_wire_id</td>\n</tr>\n<tr>\n<td>data.platforms.country_iso</td>\n</tr>\n<tr>\n<td>data.platforms.data_source</td>\n</tr>\n<tr>\n<td>data.platforms.monetization_type</td>\n</tr>\n<tr>\n<td>data.platforms.platform_name</td>\n</tr>\n<tr>\n<td>data.content_ratings.rating_issuer</td>\n</tr>\n<tr>\n<td>data.awards.award_name</td>\n</tr>\n<tr>\n<td>data.awards.nominated</td>\n</tr>\n<tr>\n<td>data.awards.won</td>\n</tr>\n<tr>\n<td>data.awards.year</td>\n</tr>\n<tr>\n<td>data.awards.category</td>\n</tr>\n<tr>\n<td>data.awards.event_name</td>\n</tr>\n<tr>\n<td>data.awards.imdb_id</td>\n</tr>\n<tr>\n<td>data.editors.parrot_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.wikibase_id</td>\n</tr>\n<tr>\n<td>data.crew_members.wikibase_id</td>\n</tr>\n<tr>\n<td>data.directors.wikibase_id</td>\n</tr>\n<tr>\n<td>data.labels.label</td>\n</tr>\n<tr>\n<td>data.labels.language_code</td>\n</tr>\n<tr>\n<td>data.cast_members.wikibase_id</td>\n</tr>\n<tr>\n<td>data.awards.winning_rank</td>\n</tr>\n<tr>\n<td>data.writers.wikibase_id</td>\n</tr>\n<tr>\n<td>data.subjects</td>\n</tr>\n<tr>\n<td>data.producers.wikibase_id</td>\n</tr>\n<tr>\n<td>updated_on</td>\n</tr>\n<tr>\n<td>data.external_mappings.eidr_id</td>\n</tr>\n<tr>\n<td>data.estimated_start_date</td>\n</tr>\n<tr>\n<td>dates.updated_on</td>\n</tr>\n<tr>\n<td>dates.onboarded_on</td>\n</tr>\n<tr>\n<td>dates.ratings_available_from</td>\n</tr>\n<tr>\n<td>data.external_mappings.trakt_tv_id</td>\n</tr>\n<tr>\n<td>demand.WW</td>\n</tr>\n<tr>\n<td>data.content_ratings.details</td>\n</tr>\n<tr>\n<td>data.external_mappings.justwatch_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.netflix_id</td>\n</tr>\n<tr>\n<td>data.release_info.home_market.release_strategy</td>\n</tr>\n<tr>\n<td>data.release_info.home_market.release_type</td>\n</tr>\n<tr>\n<td>data.release_info.home_market.country_name</td>\n</tr>\n<tr>\n<td>data.release_info.home_market.release_date</td>\n</tr>\n<tr>\n<td>data.release_info.home_market.country_code</td>\n</tr>\n<tr>\n<td>data.release_info.primary.country_name</td>\n</tr>\n<tr>\n<td>data.release_info.primary.release_date</td>\n</tr>\n<tr>\n<td>data.release_info.primary.release_strategy</td>\n</tr>\n<tr>\n<td>data.release_info.primary.release_type</td>\n</tr>\n<tr>\n<td>data.release_info.primary.country_code</td>\n</tr>\n<tr>\n<td>data.external_mappings.box_office_mojo_id</td>\n</tr>\n<tr>\n<td>data.box_office_data.opening_weekends.region</td>\n</tr>\n<tr>\n<td>data.box_office_data.opening_weekends.widest_theatre_count</td>\n</tr>\n<tr>\n<td>data.box_office_data.opening_weekends.opening_weekend_gross_amount_in_usd</td>\n</tr>\n<tr>\n<td>data.box_office_data.opening_weekends.opening_weekend_theatre_count</td>\n</tr>\n<tr>\n<td>data.release_info.by_country.country_name</td>\n</tr>\n<tr>\n<td>data.release_info.by_country.release_date</td>\n</tr>\n<tr>\n<td>data.release_info.by_country.release_strategy</td>\n</tr>\n<tr>\n<td>data.release_info.by_country.release_type</td>\n</tr>\n<tr>\n<td>data.release_info.by_country.country_code</td>\n</tr>\n<tr>\n<td>data.external_mappings.the_numbers_id</td>\n</tr>\n<tr>\n<td>data.release_info.home_market.platform</td>\n</tr>\n<tr>\n<td>data.ip_data</td>\n</tr>\n<tr>\n<td>data.external_mappings.tvdb_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.box_office_mojo_rl_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.wiki_id</td>\n</tr>\n<tr>\n<td>slug</td>\n</tr>\n<tr>\n<td>data.production_budget.amount</td>\n</tr>\n<tr>\n<td>data.box_office_data.opening_weekends.opening_weekend_number_of_days</td>\n</tr>\n<tr>\n<td>data.production_budget.currency</td>\n</tr>\n<tr>\n<td>data.franchises.others</td>\n</tr>\n<tr>\n<td>data.release_info.primary.platform</td>\n</tr>\n<tr>\n<td>created_on</td>\n</tr>\n<tr>\n<td>data.formats</td>\n</tr>\n<tr>\n<td>data.external_mappings.hulu_id</td>\n</tr>\n<tr>\n<td>data.styles</td>\n</tr>\n<tr>\n<td>data.settings</td>\n</tr>\n<tr>\n<td>data.external_mappings.sensacine_id</td>\n</tr>\n<tr>\n<td>data.franchises.universes</td>\n</tr>\n<tr>\n<td>data.moods</td>\n</tr>\n<tr>\n<td>data.external_mappings.google_knowledge_graph_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.iqiyi_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.facebook_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.twitter_id</td>\n</tr>\n<tr>\n<td>data.external_mappings.disney_plus_id</td>\n</tr>\n<tr>\n<td>data.franchises.characters</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","movies"],"host":["api","parrotanalytics","com"],"query":[{"description":{"content":"<p>[Optional] Positive Integer\nPage number of the paginated results to retrieve. \nIf not provided, retrieve the first page of results</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>[Optional] Positive Integer\nMaximum size of the results to retrieve for the given page.\nIf not provided, fetches the full set of remaining results for the page.</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>[Optional] \nField name to sort the full result set by.\nDefault value: <code>title</code></p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>title</code> (Default)\n<code>release_year</code>\n<code>release_date</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_field}}"},{"description":{"content":"<p>[Optional] \nSorting order of the results\nDefault sorting order is ascending.</p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>asc</code> (Default) - Ascending order\n<code>desc</code> - Descending order</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_order","value":"{{sort_order}}"}],"variable":[]}},"response":[{"id":"61613272-a76c-4981-91a7-5fc7f04e8cbd","name":"All Movies","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/movies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n  \"entity_type\": \"MOVIES\",\n  \"total_results_count\": 2,\n  \"page_results_count\": 2,\n  \"page\": 1,\n  \"movies\": [\n    {\n      \"parrot_id\": \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\",\n      \"title\": \"Spider-Man: No Way Home\",\n      \"external_ids\": {\n        \"imdb_id\": \"tt10872600\",\n        \"justwatch_id\": \"835252\",\n        \"wikibase_id\": \"Q68934496\",\n        \"eidr_id\": \"10.5240/78AB-C20D-C214-A5B3-734D-8\"\n      },\n      \"original_countries\": [\n        \"US\"\n      ],\n      \"original_languages\": [\n        \"EN\"\n      ],\n      \"genre_tags\": [\n        \"ADVENTURE\",\n        \"FANTASY\",\n        \"ACTION\"\n      ],\n      \"release_year\": 2021,\n      \"release_date\": \"2021-12-17\",\n      \"runtime_in_minutes\": 148,\n      \"content_ratings\": [\n        {\n          \"country\": \"CA\",\n          \"rating\": \"PG\",\n          \"ratings_authority\": \"British Columbia\"\n        },\n        {\n          \"country\": \"US\",\n          \"rating\": \"PG-13\",\n          \"ratings_issuer\": \"MPAA\",\n          \"details\": \"Rated PG-13 for sequences of action/violence, some language and brief suggestive comments\"\n        }\n      ],\n      \"also_known_as\": [\n        {\n          \"language_codes\": [\n            \"en\"\n          ],\n          \"value\": \"Spiderman: No Way Home\"\n        },\n        {\n          \"language_codes\": [\n            \"en\"\n          ],\n          \"value\": \"Spider-Man No Way Home\"\n        },\n        {\n          \"language_codes\": [\n            \"ar\"\n          ],\n          \"value\": \"سبايدرمان: نو واي هوم\"\n        }\n      ],\n      \"labels\": [\n        {\n          \"language_codes\": [\n            \"cs\"\n          ],\n          \"label\": \"Spider-Man: Bez domova\"\n        },\n        {\n          \"language_code\": [\n            \"zh-hk\",\n            \"yue\"\n          ],\n          \"label\": \"蜘蛛俠：不戰無歸\"\n        },\n        {\n          \"language_codes\": [\n            \"mn\"\n          ],\n          \"label\": \"Хүн-Аалз: Буцах Замгүй\"\n        }\n      ],\n      \"descriptions\": {\n        \"short_description\": \"With Spider-Man's identity now revealed, Peter asks Doctor Strange for help. When a spell goes wrong, dangerous foes from other worlds start to appear, forcing Peter to discover what it truly means to be Spider-Man.\",\n        \"long_description\": \"A continuation of Spider-Man: Far From Home.\"\n      },\n      \"cast_members\": [\n        {\n          \"character\": \"Happy Hogan\",\n          \"parrot_id\": \"4875479d-cb22-4254-b40f-c17ff0cda2a3\",\n          \"name\": \"Jon Favreau\",\n          \"is_lead_actor\": true\n        },\n        {\n          \"character\": \"MJ\",\n          \"name\": \"Zendaya\",\n          \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\n          \"is_lead_actor\": true\n        },\n        {\n          \"name\": \"Charlemagne Vida\",\n          \"character\": \"Madison Citizen\",\n          \"is_lead_actor\": false\n        }\n      ],\n      \"directors\": [\n        {\n          \"name\": \"Jon Watts\",\n          \"parrot_id\": \"4fd9233c-0d87-4b6a-aaa4-d938b73aa62b\"\n        }\n      ],\n      \"producers\": [\n        {\n          \"name\": \"Amy Pascal\",\n          \"job_title\": \"producer\",\n          \"parrot_id\": \"e2960316-28f8-4f11-80e5-078157450abb\"\n        },\n        {\n          \"name\": \"Kevin Feige\",\n          \"job_title\": \"producer\",\n          \"parrot_id\": \"0153d283-81f9-43c9-83bb-e8ccd9ceada7\"\n        },\n        {\n          \"name\": \"Chris Buongiorno\",\n          \"job_title\": \"co-producer\"\n        }\n      ],\n      \"editors\": [\n        {\n          \"name\": \"Leigh Folsom Boyd\",\n          \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n        }\n      ],\n      \"writers\": [\n        {\n          \"name\": \"Chris McKenna\",\n          \"job_titles\": \"writer\"\n        },\n        {\n          \"name\": \"Steve Ditko\",\n          \"job_titles\": \"writer\",\n          \"parrot_id\": \"3c68baaa-2992-4ca0-9cf9-b8bcbb52306b\"\n        },\n        {\n          \"name\": \"Stan Lee\",\n          \"job_titles\": \"writer\",\n          \"parrot_id\": \"996cef17-17dc-45b2-8eaa-fdac48b1455e\"\n        }\n      ],\n      \"production_companies\": [\n        \"Columbia Pictures\",\n        \"Pascal Pictures\",\n        \"Marvel Studios\"\n      ],\n      \"distribution_companies\": [\n        \"B&H Film Distribution\",\n        \"Big Picture 2 Films\",\n        \"Columbia Pictures Corporation\",\n        \"Feelgood Entertainment\",\n        \"HKC Entertainment\",\n        \"Sony Corporation of Japan\"\n      ]\n    },\n    {\n      \"parrot_id\": \"8956dcd7-1b43-41a3-a380-dc0dacc25018\",\n      \"title\": \"North of Normal\",\n      \"original_countries\": [\n        \"US\"\n      ],\n      \"original_languages\": [\n        \"EN\"\n      ],\n      \"genre_tags\": [\n        \"DRAMA\"\n      ],\n      \"release_year\": 2021\n    }\n  ]\n}"},{"id":"0ef9fa68-9c85-4f2a-a334-55766d79b461","name":"All Titles - With Pagination","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/movies?page=2&size=1","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","movies"],"query":[{"key":"page","value":"2"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n  \"entity_type\": \"MOVIES\",\n  \"total_results_count\": 2,\n  \"page_results_count\": 1,\n  \"page\": 2,\n  \"movies\": [\n    {\n      \"parrot_id\": \"8956dcd7-1b43-41a3-a380-dc0dacc25018\",\n      \"title\": \"North of Normal\",\n      \"original_countries\": [\n        \"US\"\n      ],\n      \"original_languages\": [\n        \"EN\"\n      ],\n      \"genre_tags\": [\n        \"DRAMA\"\n      ],\n      \"release_year\": 2021\n    }\n  ]\n}"}],"_postman_id":"acc4ef0b-3964-4db5-9db6-30f374968e73"},{"name":"Movies - Specific Titles","id":"476e7b8a-37c2-44a6-97ae-a669e80d043b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/movies?movie_ids={{show_id_list}}&page={{page}}&size={{page_size}}&sort_by={{sort_field}}&sort_order={{sort_order}}","description":"<p><em>Retrieve the specified list of movies</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>MOVIES</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>movies</td>\n<td><code>array</code></td>\n<td>List of genome data for the movies</td>\n</tr>\n<tr>\n<td>movies[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>movies[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the movie</td>\n</tr>\n<tr>\n<td>movies[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>movies[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>movies[n].external_ids.edir_id</td>\n<td><code>string</code></td>\n<td>Optional - EDIR identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>movies[n].original_countries</td>\n<td><code>array[string]</code></td>\n<td>List of strings representing the <code>ISO 3166</code> 2-alpha code for the origin countries</td>\n</tr>\n<tr>\n<td>movies[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original language(s) for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].genre_tags</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing genres for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].release_year</td>\n<td><code>integer</code></td>\n<td>Release year for the title in <code>YYYY</code> format.</td>\n</tr>\n<tr>\n<td>movies[n].runtime_in_minutes</td>\n<td><code>integer</code></td>\n<td>Optional - Runtime for the movie in minutes</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings</td>\n<td><code>array</code></td>\n<td>Optional - List of content ratings for the movie</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.country</td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha country code where the ratings are applicable in</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.rating</td>\n<td><code>string</code></td>\n<td>Rating label within the country</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.ratings_authority</td>\n<td><code>string</code></td>\n<td>Optional - Organisation that issued the content rating in the country</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.details</td>\n<td><code>string</code></td>\n<td>Optional - Additional details about the rating (E.g. reasons etc.)</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the movie</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>movies[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>movies[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>movies[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].cast_members</td>\n<td><code>array</code></td>\n<td>List of all cast members for the movie</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].name</td>\n<td><code>string</code></td>\n<td>Name of the cast member</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the cast member (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].character</td>\n<td><code>string</code></td>\n<td>Name of the character (played by the cast member)</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].is_lead_actor</td>\n<td><code>boolean</code></td>\n<td>Whether the cast member was a lead (`true`) or not (`false`)</td>\n</tr>\n<tr>\n<td>movies[n].directors</td>\n<td><code>array</code></td>\n<td>List of all directors for the movie</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the director</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the director (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the director (E.g. <code>executive director</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].producers</td>\n<td><code>array</code></td>\n<td>List of all producers for the movie</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the producer</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the producer (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the producer (E.g. <code>executive producer</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].editors</td>\n<td><code>array</code></td>\n<td>List of all editors for the movie</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the editor</td>\n</tr>\n<tr>\n<td>movies[n].editors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the editor (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].editors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the editor (E.g. <code>sound editor</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].writers</td>\n<td><code>array</code></td>\n<td>List of all writers for the movie</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the writer</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the writer (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the writer (E.g. <code>staff writer</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].production_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of production companies based on primary contribution</td>\n</tr>\n<tr>\n<td>movies[n].distribution_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of distribution companies based on primary contribution</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","movies"],"host":["api","parrotanalytics","com"],"query":[{"description":{"content":"<p>Comma separated list of parrot IDs for movies</p>\n","type":"text/plain"},"key":"movie_ids","value":"{{show_id_list}}"},{"key":"page","value":"{{page}}"},{"description":{"content":"<p>[Optional] Positive Integer\nMaximum size of the results to retrieve for the given page.\nIf not provided, fetches the full set of remaining results for the page.</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>[Optional] \nField name to sort the full result set by.\nDefault value: <code>title</code></p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>title</code> (Default)\n<code>release_year</code>\n<code>release_date</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_field}}"},{"description":{"content":"<p>[Optional] \nSorting order of the results\nDefault sorting order is ascending.</p>\n<p>** Supported Values **</p>\n<blockquote>\n<p><code>asc</code> (Default) - Ascending order\n<code>desc</code> - Descending order</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_order","value":"{{sort_order}}"}],"variable":[]}},"response":[{"id":"7b151540-9c88-44f1-9258-9c2127eb69dd","name":"Multiple Titles","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/movies?movie_ids=bdeba9cb-a29a-471b-a9a8-973f0151ab90,8956dcd7-1b43-41a3-a380-dc0dacc25018","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","movies"],"query":[{"key":"movie_ids","value":"bdeba9cb-a29a-471b-a9a8-973f0151ab90,8956dcd7-1b43-41a3-a380-dc0dacc25018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n  \"entity_type\": \"MOVIES\",\n  \"total_results_count\": 2,\n  \"page_results_count\": 2,\n  \"page\": 1,\n  \"movies\": [\n    {\n      \"parrot_id\": \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\",\n      \"title\": \"Spider-Man: No Way Home\",\n      \"external_ids\": {\n        \"imdb_id\": \"tt10872600\",\n        \"justwatch_id\": \"835252\",\n        \"wikibase_id\": \"Q68934496\",\n        \"eidr_id\": \"10.5240/78AB-C20D-C214-A5B3-734D-8\"\n      },\n      \"original_countries\": [\n        \"US\"\n      ],\n      \"original_languages\": [\n        \"EN\"\n      ],\n      \"genre_tags\": [\n        \"ADVENTURE\",\n        \"FANTASY\",\n        \"ACTION\"\n      ],\n      \"release_year\": 2021,\n      \"release_date\": \"2021-12-17\",\n      \"runtime_in_minutes\": 148,\n      \"content_ratings\": [\n        {\n          \"country\": \"CA\",\n          \"rating\": \"PG\",\n          \"ratings_authority\": \"British Columbia\"\n        },\n        {\n          \"country\": \"US\",\n          \"rating\": \"PG-13\",\n          \"ratings_issuer\": \"MPAA\",\n          \"details\": \"Rated PG-13 for sequences of action/violence, some language and brief suggestive comments\"\n        }\n      ],\n      \"also_known_as\": [\n        {\n          \"language_codes\": [\n            \"en\"\n          ],\n          \"value\": \"Spiderman: No Way Home\"\n        },\n        {\n          \"language_codes\": [\n            \"en\"\n          ],\n          \"value\": \"Spider-Man No Way Home\"\n        },\n        {\n          \"language_codes\": [\n            \"ar\"\n          ],\n          \"value\": \"سبايدرمان: نو واي هوم\"\n        }\n      ],\n      \"labels\": [\n        {\n          \"language_codes\": [\n            \"cs\"\n          ],\n          \"label\": \"Spider-Man: Bez domova\"\n        },\n        {\n          \"language_code\": [\n            \"zh-hk\",\n            \"yue\"\n          ],\n          \"label\": \"蜘蛛俠：不戰無歸\"\n        },\n        {\n          \"language_codes\": [\n            \"mn\"\n          ],\n          \"label\": \"Хүн-Аалз: Буцах Замгүй\"\n        }\n      ],\n      \"descriptions\": {\n        \"short_description\": \"With Spider-Man's identity now revealed, Peter asks Doctor Strange for help. When a spell goes wrong, dangerous foes from other worlds start to appear, forcing Peter to discover what it truly means to be Spider-Man.\",\n        \"long_description\": \"A continuation of Spider-Man: Far From Home.\"\n      },\n      \"cast_members\": [\n        {\n          \"character\": \"Happy Hogan\",\n          \"parrot_id\": \"4875479d-cb22-4254-b40f-c17ff0cda2a3\",\n          \"name\": \"Jon Favreau\",\n          \"is_lead_actor\": true\n        },\n        {\n          \"character\": \"MJ\",\n          \"name\": \"Zendaya\",\n          \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\n          \"is_lead_actor\": true\n        },\n        {\n          \"name\": \"Charlemagne Vida\",\n          \"character\": \"Madison Citizen\",\n          \"is_lead_actor\": false\n        }\n      ],\n      \"directors\": [\n        {\n          \"name\": \"Jon Watts\",\n          \"parrot_id\": \"4fd9233c-0d87-4b6a-aaa4-d938b73aa62b\"\n        }\n      ],\n      \"producers\": [\n        {\n          \"name\": \"Amy Pascal\",\n          \"job_title\": \"producer\",\n          \"parrot_id\": \"e2960316-28f8-4f11-80e5-078157450abb\"\n        },\n        {\n          \"name\": \"Kevin Feige\",\n          \"job_title\": \"producer\",\n          \"parrot_id\": \"0153d283-81f9-43c9-83bb-e8ccd9ceada7\"\n        },\n        {\n          \"name\": \"Chris Buongiorno\",\n          \"job_title\": \"co-producer\"\n        }\n      ],\n      \"editors\": [\n        {\n          \"name\": \"Leigh Folsom Boyd\",\n          \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n        }\n      ],\n      \"writers\": [\n        {\n          \"name\": \"Chris McKenna\",\n          \"job_titles\": \"writer\"\n        },\n        {\n          \"name\": \"Steve Ditko\",\n          \"job_titles\": \"writer\",\n          \"parrot_id\": \"3c68baaa-2992-4ca0-9cf9-b8bcbb52306b\"\n        },\n        {\n          \"name\": \"Stan Lee\",\n          \"job_titles\": \"writer\",\n          \"parrot_id\": \"996cef17-17dc-45b2-8eaa-fdac48b1455e\"\n        }\n      ],\n      \"production_companies\": [\n        \"Columbia Pictures\",\n        \"Pascal Pictures\",\n        \"Marvel Studios\"\n      ],\n      \"distribution_companies\": [\n        \"B&H Film Distribution\",\n        \"Big Picture 2 Films\",\n        \"Columbia Pictures Corporation\",\n        \"Feelgood Entertainment\",\n        \"HKC Entertainment\",\n        \"Sony Corporation of Japan\"\n      ]\n    },\n    {\n      \"parrot_id\": \"8956dcd7-1b43-41a3-a380-dc0dacc25018\",\n      \"title\": \"North of Normal\",\n      \"original_countries\": [\n        \"US\"\n      ],\n      \"original_languages\": [\n        \"EN\"\n      ],\n      \"genre_tags\": [\n        \"DRAMA\"\n      ],\n      \"release_year\": 2021\n    }\n  ]\n}"},{"id":"e2ff478a-f6c7-4c2d-aebd-b979cdc4b709","name":"Multiple Titles - with Unknown Parrot ID","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/movies?movie_ids=bdeba9cb-a29a-471b-a9a8-973f0151ab90,unknown-show-id","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","movies"],"query":[{"key":"movie_ids","value":"bdeba9cb-a29a-471b-a9a8-973f0151ab90,unknown-show-id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n  \"entity_type\": \"SHOWS\",\n  \"total_results_count\": 1,\n  \"page_results_count\": 1,\n  \"page\": 1,\n  \"shows\": [\n    {\n      \"parrot_id\": \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\",\n      \"title\": \"Spider-Man: No Way Home\",\n      \"external_ids\": {\n        \"imdb_id\": \"tt10872600\",\n        \"justwatch_id\": \"835252\",\n        \"wikibase_id\": \"Q68934496\",\n        \"eidr_id\": \"10.5240/78AB-C20D-C214-A5B3-734D-8\"\n      },\n      \"original_countries\": [\n        \"US\"\n      ],\n      \"original_languages\": [\n        \"EN\"\n      ],\n      \"genre_tags\": [\n        \"ADVENTURE\",\n        \"FANTASY\",\n        \"ACTION\"\n      ],\n      \"release_year\": 2021,\n      \"release_date\": \"2021-12-17\",\n      \"runtime_in_minutes\": 148,\n      \"content_ratings\": [\n        {\n          \"country\": \"CA\",\n          \"rating\": \"PG\",\n          \"ratings_authority\": \"British Columbia\"\n        },\n        {\n          \"country\": \"US\",\n          \"rating\": \"PG-13\",\n          \"ratings_issuer\": \"MPAA\",\n          \"details\": \"Rated PG-13 for sequences of action/violence, some language and brief suggestive comments\"\n        }\n      ],\n      \"also_known_as\": [\n        {\n          \"language_codes\": [\n            \"en\"\n          ],\n          \"value\": \"Spiderman: No Way Home\"\n        },\n        {\n          \"language_codes\": [\n            \"en\"\n          ],\n          \"value\": \"Spider-Man No Way Home\"\n        },\n        {\n          \"language_codes\": [\n            \"ar\"\n          ],\n          \"value\": \"سبايدرمان: نو واي هوم\"\n        }\n      ],\n      \"labels\": [\n        {\n          \"language_codes\": [\n            \"cs\"\n          ],\n          \"label\": \"Spider-Man: Bez domova\"\n        },\n        {\n          \"language_code\": [\n            \"zh-hk\",\n            \"yue\"\n          ],\n          \"label\": \"蜘蛛俠：不戰無歸\"\n        },\n        {\n          \"language_codes\": [\n            \"mn\"\n          ],\n          \"label\": \"Хүн-Аалз: Буцах Замгүй\"\n        }\n      ],\n      \"descriptions\": {\n        \"short_description\": \"With Spider-Man's identity now revealed, Peter asks Doctor Strange for help. When a spell goes wrong, dangerous foes from other worlds start to appear, forcing Peter to discover what it truly means to be Spider-Man.\",\n        \"long_description\": \"A continuation of Spider-Man: Far From Home.\"\n      },\n      \"cast_members\": [\n        {\n          \"character\": \"Happy Hogan\",\n          \"parrot_id\": \"4875479d-cb22-4254-b40f-c17ff0cda2a3\",\n          \"name\": \"Jon Favreau\",\n          \"is_lead_actor\": true\n        },\n        {\n          \"character\": \"MJ\",\n          \"name\": \"Zendaya\",\n          \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\n          \"is_lead_actor\": true\n        },\n        {\n          \"name\": \"Charlemagne Vida\",\n          \"character\": \"Madison Citizen\",\n          \"is_lead_actor\": false\n        }\n      ],\n      \"directors\": [\n        {\n          \"name\": \"Jon Watts\",\n          \"parrot_id\": \"4fd9233c-0d87-4b6a-aaa4-d938b73aa62b\"\n        }\n      ],\n      \"producers\": [\n        {\n          \"name\": \"Amy Pascal\",\n          \"job_title\": \"producer\",\n          \"parrot_id\": \"e2960316-28f8-4f11-80e5-078157450abb\"\n        },\n        {\n          \"name\": \"Kevin Feige\",\n          \"job_title\": \"producer\",\n          \"parrot_id\": \"0153d283-81f9-43c9-83bb-e8ccd9ceada7\"\n        },\n        {\n          \"name\": \"Chris Buongiorno\",\n          \"job_title\": \"co-producer\"\n        }\n      ],\n      \"editors\": [\n        {\n          \"name\": \"Leigh Folsom Boyd\",\n          \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n        }\n      ],\n      \"writers\": [\n        {\n          \"name\": \"Chris McKenna\",\n          \"job_titles\": \"writer\"\n        },\n        {\n          \"name\": \"Steve Ditko\",\n          \"job_titles\": \"writer\",\n          \"parrot_id\": \"3c68baaa-2992-4ca0-9cf9-b8bcbb52306b\"\n        },\n        {\n          \"name\": \"Stan Lee\",\n          \"job_titles\": \"writer\",\n          \"parrot_id\": \"996cef17-17dc-45b2-8eaa-fdac48b1455e\"\n        }\n      ],\n      \"production_companies\": [\n        \"Columbia Pictures\",\n        \"Pascal Pictures\",\n        \"Marvel Studios\"\n      ],\n      \"distribution_companies\": [\n        \"B&H Film Distribution\",\n        \"Big Picture 2 Films\",\n        \"Columbia Pictures Corporation\",\n        \"Feelgood Entertainment\",\n        \"HKC Entertainment\",\n        \"Sony Corporation of Japan\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"476e7b8a-37c2-44a6-97ae-a669e80d043b"},{"name":"Movies - Single Title","id":"d1da68be-e676-4a26-b7e2-ad54f65ca296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/movies/{{movie_id}}","description":"<p><em>Retrieve genome data for the given movie</em></p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>See the example for a detailed response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity:  <br />* <code>MOVIES</code></td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of titles array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>movies</td>\n<td><code>array</code></td>\n<td>List of genome data for the movies</td>\n</tr>\n<tr>\n<td>movies[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique ID for the title</td>\n</tr>\n<tr>\n<td>movies[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the movie</td>\n</tr>\n<tr>\n<td>movies[n].external_ids</td>\n<td><code>object</code></td>\n<td>Optional - Collection of external identifiers if present</td>\n</tr>\n<tr>\n<td>movies[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDB identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>movies[n].external_ids.edir_id</td>\n<td><code>string</code></td>\n<td>Optional - EDIR identifier for the title (if available)</td>\n</tr>\n<tr>\n<td>movies[n].original_countries</td>\n<td><code>array[string]</code></td>\n<td>List of strings representing the <code>ISO 3166</code> 2-alpha code for the origin countries</td>\n</tr>\n<tr>\n<td>movies[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing the original language(s) for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].genre_tags</td>\n<td><code>array[string]</code></td>\n<td>Optional - List of strings representing genres for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].release_year</td>\n<td><code>integer</code></td>\n<td>Release year for the title in <code>YYYY</code> format.</td>\n</tr>\n<tr>\n<td>movies[n].runtime_in_minutes</td>\n<td><code>integer</code></td>\n<td>Optional - Runtime for the movie in minutes</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings</td>\n<td><code>array</code></td>\n<td>Optional - List of content ratings for the movie</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.country</td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha country code where the ratings are applicable in</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.rating</td>\n<td><code>string</code></td>\n<td>Rating label within the country</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.ratings_authority</td>\n<td><code>string</code></td>\n<td>Optional - Organisation that issued the content rating in the country</td>\n</tr>\n<tr>\n<td>movies[n].content_ratings.details</td>\n<td><code>string</code></td>\n<td>Optional - Additional details about the rating (E.g. reasons etc.)</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as</td>\n<td><code>array</code></td>\n<td>Optional - List of string values for AKAs for the movie</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding AKA value</td>\n</tr>\n<tr>\n<td>movies[n].also_known_as[i].value</td>\n<td><code>string</code></td>\n<td>Locale specific AKA value</td>\n</tr>\n<tr>\n<td>movies[n].labels</td>\n<td><code>array</code></td>\n<td>Optional - List of locale-specific labels for the movie.</td>\n</tr>\n<tr>\n<td>movies[n].labels[i].label</td>\n<td><code>string</code></td>\n<td>Locale specific label value</td>\n</tr>\n<tr>\n<td>movies[n].labels[i].language_codes</td>\n<td><code>array[string]</code></td>\n<td>ISO 639-2 language codes (as String values) for the corresponding label value</td>\n</tr>\n<tr>\n<td>movies[n].description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].descriptions.short_description</td>\n<td><code>string</code></td>\n<td>Optional - Short description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].descriptions.long_description</td>\n<td><code>string</code></td>\n<td>Optional - Long description for the movie</td>\n</tr>\n<tr>\n<td>movies[n].cast_members</td>\n<td><code>array</code></td>\n<td>List of all cast members for the movie</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].name</td>\n<td><code>string</code></td>\n<td>Name of the cast member</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the cast member (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].character</td>\n<td><code>string</code></td>\n<td>Name of the character (played by the cast member)</td>\n</tr>\n<tr>\n<td>movies[n].cast_members[i].is_lead_actor</td>\n<td><code>boolean</code></td>\n<td>Whether the cast member was a lead (`true`) or not (`false`)</td>\n</tr>\n<tr>\n<td>movies[n].directors</td>\n<td><code>array</code></td>\n<td>List of all directors for the movie</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the director</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the director (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].directors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the director (E.g. <code>executive director</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].producers</td>\n<td><code>array</code></td>\n<td>List of all producers for the movie</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the producer</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the producer (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].producers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the producer (E.g. <code>executive producer</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].editors</td>\n<td><code>array</code></td>\n<td>List of all editors for the movie</td>\n</tr>\n<tr>\n<td>shows[n].editors[i].name</td>\n<td><code>string</code></td>\n<td>Name of the editor</td>\n</tr>\n<tr>\n<td>movies[n].editors[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the editor (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].editors[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the editor (E.g. <code>sound editor</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].writers</td>\n<td><code>array</code></td>\n<td>List of all writers for the movie</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].name</td>\n<td><code>string</code></td>\n<td>Name of the writer</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].parrot_id</td>\n<td><code>string</code></td>\n<td>Optional - Parrot ID for the writer (in talent catalog)</td>\n</tr>\n<tr>\n<td>movies[n].writers[i].job_title</td>\n<td><code>string</code></td>\n<td>Optional - Specific job title for the writer (E.g. <code>staff writer</code> etc.)</td>\n</tr>\n<tr>\n<td>movies[n].production_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of production companies based on primary contribution</td>\n</tr>\n<tr>\n<td>movies[n].distribution_companies</td>\n<td><code>array[string]</code></td>\n<td>Ordered list of distribution companies based on primary contribution</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","movies","{{movie_id}}"],"host":["api","parrotanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"8fba66ec-62d9-410e-966c-c727a82fcc2e","name":"Single Title","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/movies/3f8c79e1-6904-4064-86bc-38e1b3ebfdf7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_type\" : \"SHOWS\",\n    \"total_results_count\": 1,\n    \"page_results_count\" : 1,\n    \"page\" : 1,\n    \"shows\": [\n        {\n            \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n            \"title\": \"Game of Thrones\",\n            \"external_ids\" : {\n                \"tmdb_id\": \"1399\",\n                \"futon_critic_id\": \"game-of-thrones\",\n                \"imdb_id\": \"tt0944947\",\n                \"justwatch_id\": \"2\",\n                \"tvdb_id\": \"121361\",\n                \"wikibase_id\": \"Q23572\",\n                \"share_tv_id\": \"game_change\",\n                \"wiki_id\": \"20715044\",\n                \"prime_wire_id\": \"593-watch-game-of-thrones\",\n                \"simkl_id\": \"17465\",\n                \"trakt_tv_id\": \"game-of-thrones\",\n                \"eidr_id\": \"10.5240/C1B5-3BA1-8991-A571-8472-W\",\n                \"hulu_id\": \"6a787bf6-cc23-47a2-a2f3-747e22c30d1c\",\n                \"yidio_id\": \"5878\"\n            },\n            \"original_countries\": [\"US\"],\n            \"original_networks\": [\"HBO\"],\n            \"original_languages\" : [\"EN\"],\n            \"genre_tags\": [\"ADVENTURE\", \"ACTION\", \"FANTASY\"],\n            \"release_year\": 2011,\n            \"release_date\" : \"2019-05-20\",\n            \"release_type\" : \"NETWORK\",\n            \"seasons\" : {\n                \"total_number_of_seasons\" : 8,\n                \"total_number_of_episodes\" : 73\n            },\n            \"also_known_as\" : [\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GoT\"\n                },\n                {\n                    \"language_codes\" : [\"en\"],\n                    \"value\" : \"GOT\"\n                },\n                {\n                    \"language_codes\" : [\"ar\"],\n                    \"value\" : \"لعبة العروش\"\n                }\n            ],\n            \"labels\" : [\n                {\n                    \"language_codes\" : [\"am\"],\n                    \"label\" : \"ዙፋኖች ላይ ጨዋታ\"\n                },\n                {\n                    \"language_codes\": [\n                        \"zh-mo\",\n                        \"zh-hant\",\n                        \"zh-hk\",\n                        \"yue\"\n                    ],\n                    \"label\": \"權力的遊戲\"\n                },\n                {\n                    \"language_codes\": [\"ta\"],\n                    \"label\": \"கேம் ஆஃப் த்ரோன்ஸ்\"\n                }\n            ],\n            \"series_type\" : \"SCRIPTED\",\n            \"series_status\" : \"ENDED\",\n            \"descriptions\": {\n                \"short_description\" : \"Nine noble families fight for control over the lands of Westeros, while an ancient enemy returns after being dormant for millennia.\",\n                \"long_description\" : \"In the mythical continent of Westeros, several powerful families fight for control of the Seven Kingdoms. As conflict erupts in the kingdoms of men, an ancient enemy rises once again to threaten them all. Meanwhile, the last heirs of a recently usurped dynasty plot to take back their homeland from across the Narrow Sea.\"\n            },\n            \"cast_members\": [\n                {\n                    \"character\": \"Theon Greyjoy\",\n                    \"parrot_id\": \"ddef837a-1bcb-4d02-af5a-44fbb9def762\",\n                    \"name\": \"Alfie Allen\",\n                    \"is_lead_actor\": true\n                },\n                {\n                    \"name\": \"Sabrina Bartlett\",\n                    \"character\": \"Handmaid\",\n                    \"parrot_id\": \"8b612c28-7b32-43d2-a469-6a2c3cbd07ba\",\n                    \"is_lead_actor\": false\n                },\n                {\n                    \"name\": \"Elisa Lasowski\",\n                    \"character\": \"Mirelle\",\n                    \"is_lead_actor\": false\n                }\n            ],\n            \"directors\": [\n                {\n                    \"name\": \"David Nutter\",\n                    \"parrot_id\": \"4bb64641-b28f-4a48-9e1f-f995e4641c2a\"\n                },\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                }\n            ],\n            \"producers\": [\n                {\n                    \"name\": \"Alan Taylor\",\n                    \"job_title\": \"co-executive producer\",\n                    \"parrot_id\": \"d5f4fc67-4f8e-495a-b619-f2e0ffeb26f0\"\n                },\n                {\n                    \"name\": \"Lisa McAtackney\",\n                    \"job_titles\": \"producer\"\n                },\n                {\n                    \"name\": \"Snorri Þórisson\",\n                    \"job_titles\": \"line producer: icel\"\n                }\n            ],\n            \"editors\": [\n                {\n                    \"name\": \"Katie Weiland\",\n                    \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\n                },\n                {\n                    \"name\": \"Frances Parker\"\n                }\n            ],\n            \"writers\": [\n                {\n                    \"name\": \"George R. R. Martin\",\n                    \"job_titles\": \"writer\"\n                },\n                {\n                    \"name\": \"Jane Espenson\",\n                    \"job_titles\": \"teleplay by\",\n                    \"parrot_id\": \"14578370-e2a7-499f-b2ad-9ca8d231024d\"\n                },\n                {\n                    \"name\": \"Gursimran Sandhu\",\n                    \"job_titles\": \"staff writer\",\n                    \"parrot_id\": \"8def183e-2717-44cb-bc24-1904fac6eb37\"\n                }\n            ],\n            \"production_companies\": [\n                \"Home Box Office (HBO)\",\n                \"Television 360\",\n                \"Grok! Studio\",\n                \"Generator Entertainment\",\n                \"Bighead Littlehead\"\n            ],\n            \"distribution_companies\": [\n                \"Home Box Office (HBO)\",\n                \"British Sky Broadcasting (BSkyB)\",\n                \"Canal+ España\",\n                \"Canal+\",\n                \"FOXlife\",\n                \"HBO Central Europe\"\n            ]\n        }\n    ]\n}"},{"id":"99c0d8a4-2147-4e70-9848-4fbb115b35ff","name":"Title does not exist","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"**[Required]**  \nAccount API Key for Authorization"}],"url":"https://api.parrotanalytics.com/genome/v1/movies/non-existent-movie-id"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2290272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 Mar 2021 07:49:21 GMT"},{"key":"x-amzn-RequestId","value":"2abd4e7f-04f9-4ff2-898a-5af5a2d0a9b3"},{"key":"x-amz-apigw-id","value":"bf1ibEvnoAMFTUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-603c9c75-4392467f769a8c9b5313610e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c248a24e6cfe4d8eed9e4c8c8b6da50d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"AKL50-C2"},{"key":"X-Amz-Cf-Id","value":"IaRSN_voh050NIhLdU7OAwxOuRNkVdUQ36zHHhiyuHEcSdK_E8N4rQ=="}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1da68be-e676-4a26-b7e2-ad54f65ca296"}],"id":"1e2c3bf4-e1d8-4d0a-b955-d971f5b830c3","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>The <strong>Movie Genome API</strong> expose Movie title metadata. The number of titles available will be based on your subscription.</p>\n","_postman_id":"1e2c3bf4-e1d8-4d0a-b955-d971f5b830c3","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}},{"name":"Availability and Upcoming Releases API","item":[{"name":"Get All Platform Details","id":"edd20b27-86fe-40be-96d4-a591a7883007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/avails/v1/platformavails/country/{{country_code}}","description":"<p>Retrieves a list of all platforms made available by the API.</p>\n<p>The list of platforms and countries available may depend on your subscription level.</p>\n<h1 id=\"response-body\">Response Body</h1>\n<p>All response fields are documented below</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total_platforms</td>\n<td><code>integer</code></td>\n<td>Total number of platforms available for the specified country</td>\n</tr>\n<tr>\n<td>platforms</td>\n<td><code>array</code></td>\n<td>List of platforms available</td>\n</tr>\n<tr>\n<td>platforms[n].key</td>\n<td><code>string</code></td>\n<td>Key for the platform - to be used in other API requests to fetch detailed platform availability catalog</td>\n</tr>\n<tr>\n<td>platforms[n].platform</td>\n<td><code>string</code></td>\n<td>Name of the platform</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["avails","v1","platformavails","country","{{country_code}}"],"host":["api","parrotanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"9003f198-7b82-4e1b-83ab-31e0ac18498f","name":"Get All Platform Details","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/NZ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"total_platforms\": 3,\r\n    \"platforms\": [\r\n        {\r\n            \"platform\": \"Neon\",\r\n            \"key\" : \"neon\"\r\n        },\r\n        {\r\n            \"platform\": \"Disney+\",\r\n            \"key\" : \"disney+\"\r\n        },\r\n        {\r\n            \"platform\": \"Amazon Prime\",\r\n            \"key\" : \"amazon_prime\"\r\n        }\r\n    ]\r\n}"},{"id":"0557fa5b-3f3a-4592-8b1d-2cd62ada68c0","name":"Get All Platform Details - No data","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/AU"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"total_platforms\": 0,\r\n    \"platforms\" : []\r\n}"},{"id":"befe314a-8017-4469-99a1-73f2c4b841ac","name":"Error - Invalid country filter","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/INVALID-CODE"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 40001,\n        \"message\": \"Invalid country filter value. Must be an ISO 3166 2-alpha code.\"\n    }\n}"},{"id":"69a2b20f-f689-421a-b08f-62d773a7247b","name":"Error - Invalid API Key","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/INVALID-CODE"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 40101,\n        \"message\": \"Invalid API key - please contact support@parrotanalytics.com or your account manager if a new key is needed.\"\n    }\n}"},{"id":"ff490078-7d17-47a9-b1dc-3f5961c9b948","name":"Error - Country not part of subscription","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/BR"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 40301,\n        \"message\": \"Requested country is not part of your subscription. Please contact support@parrotanalytics.com or your account manager to add this country.\"\n    }\n}"},{"id":"ad08c3e3-b495-4595-8b40-ce4e618afaf8","name":"Error - Exceeds request limits for your account","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/BR"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 42900,\n  \"message\": \"There have been too many requests that has exceeded the rate limits. Please contact account manager or support@parrotanalytics.com if you need to increase rate limits.\"\n}"},{"id":"09ba81d5-a526-4ed4-b3d8-6cf1f7f1498f","name":"Error - Could not process request","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/BR"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 50000,\n  \"message\": \"Could not process the request. Please try again later. Please contact account manager or support@parrotanalytics.com if the issue persists.\"\n}"}],"_postman_id":"edd20b27-86fe-40be-96d4-a591a7883007"},{"name":"Get All Platform Availability (by country)","id":"1ead391f-2ee6-4df1-9bd1-68c6abba08d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/country/{{country_code}}/entity/{{entity_type}}/platform/{{platform_name}}","description":"<p>Retrieves a list of entities (for the entity type specified via <code>entity_type</code> value) available on the specifed platform (<code>platform_key</code> value) within the specified country (<code>country_code</code> value).</p>\n<p>The API supports two entities depending on your subscription:</p>\n<ul>\n<li>TV shows</li>\n<li>Movies</li>\n</ul>\n<p>The list of platforms, countries and metadata available depend on your subscription level.</p>\n<h1 id=\"request-parameters\">Request Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>{{entity-type}}</code></td>\n<td><code>string</code></td>\n<td>Entity Type. Must be one of the following values:  <br />* <code>SHOW</code> - TV shows  <br />* <code>MOVIE</code> - Movie</td>\n</tr>\n<tr>\n<td><code>{{country_type}}</code></td>\n<td><code>string</code></td>\n<td>ISO 3601 alpha-2 country code to retrieve platform available data for.</td>\n</tr>\n<tr>\n<td><code>{{platform-name}}</code></td>\n<td><code>string</code></td>\n<td>Platform key ( <code>key</code> attribute value from the <code>Get All Platforms</code> API call)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"response-body\">Response Body</h1>\n<p>All response fields are documented below</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Entity Type. Must be one of the following values:  <br />* <code>SHOW</code> - TV shows  <br />* <code>MOVIE</code> - Movie</td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total results (available entities within the country)</td>\n</tr>\n<tr>\n<td>entities</td>\n<td><code>array</code></td>\n<td>Optional - List of entities available within the specified country and platform</td>\n</tr>\n<tr>\n<td>entities[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Unique Parrot identifier for the entity</td>\n</tr>\n<tr>\n<td>entities[n].title</td>\n<td><code>string</code></td>\n<td>Display title of the entity</td>\n</tr>\n<tr>\n<td>entities[n].availability_last_updated_on</td>\n<td><code>string</code></td>\n<td>Date (in UTC) in <code>YYYY-MM-DD</code> format indicating when the availability data for the entity (on the specified platform within the country) was last updated.</td>\n</tr>\n<tr>\n<td>entities[n].release_year</td>\n<td><code>integer</code></td>\n<td>Optional - Earliest (global) release year for the entity</td>\n</tr>\n</tbody>\n</table>\n</div><p>The following genes (metadata) will be available if you are subscribed to our Genome product for the specified entity:</p>\n<p>All response fields are documented below</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entities[n].release_date</td>\n<td><code>string</code></td>\n<td>Optional - Release date in <code>YYYY-MM-DD</code> format.</td>\n</tr>\n<tr>\n<td>entities[n].original_countries</td>\n<td><code>array[string]</code></td>\n<td>Optional - Array of original countries.</td>\n</tr>\n<tr>\n<td>entities[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - Array of original languages.</td>\n</tr>\n<tr>\n<td>entities[n].original_languages</td>\n<td><code>array[string]</code></td>\n<td>Optional - Genre tags.</td>\n</tr>\n<tr>\n<td>entities[n].total_runtime_in_minutes</td>\n<td><code>integer</code></td>\n<td>Optional - Runtime of the movie, or total runtime (across all seasons, episodes) for TV shows.</td>\n</tr>\n<tr>\n<td>entities[n].content_ratings</td>\n<td><code>array</code></td>\n<td>Optional - List of content ratings for the entity (across all countries)</td>\n</tr>\n<tr>\n<td>entities[n].external_ids.imdb_id</td>\n<td><code>string</code></td>\n<td>Optional - IMDb ID for the entity</td>\n</tr>\n<tr>\n<td>entities[n].external_ids.tmdb_id</td>\n<td><code>string</code></td>\n<td>Optional - TMDB ID for the entity</td>\n</tr>\n</tbody>\n</table>\n</div><p>Depending on your level of subscription for the Platform Avails API, the following fields will be returned in the response when available.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>platform_rank</code></td>\n<td><code>int</code></td>\n<td>Optional - The rank (from <code>1</code> to <code>10</code>, where <code>1</code> is the highest rank) of the entity within the platform for the specified country.  <br />  <br />This is based on last 7 days demand for the country</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","platformavails","country","{{country_code}}","entity","{{entity_type}}","platform","{{platform_name}}"],"host":["api","parrotanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"8e4f1008-12a3-4a2f-ad34-2a1c23b40950","name":"Get Availability - Movies","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/NZ/entity/MOVIE/platform/neon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"entity_type\": \"MOVIE\",\r\n  \"total_results_count\": 2,\r\n  \"page_results_count\": 2,\r\n  \"page\": 1,\r\n  \"entities\": [\r\n    {\r\n      \"parrot_id\": \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\",\r\n      \"title\": \"Spider-Man: No Way Home\",\r\n      \"availability_last_updated_on\" : \"2022-10-15\",\r\n      \"release_year\": 2021\r\n    },\r\n    {\r\n      \"parrot_id\": \"8956dcd7-1b43-41a3-a380-dc0dacc25018\",\r\n      \"title\": \"North of Normal\",\r\n      \"availability_last_updated_on\" : \"2022-10-16\",\r\n      \"release_year\": 2021\r\n    }\r\n  ]\r\n}"},{"id":"698cb2af-d5f7-4df9-8826-7fc651171a9c","name":"Get Availability - Movies [with Subscription to Genome API Product]","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/BR/entity/MOVIE/platform/neon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"entity_type\": \"MOVIE\",\r\n  \"total_results_count\": 2,\r\n  \"page_results_count\": 2,\r\n  \"page\": 1,\r\n  \"entities\": [\r\n    {\r\n      \"parrot_id\": \"bdeba9cb-a29a-471b-a9a8-973f0151ab90\",\r\n      \"title\": \"Spider-Man: No Way Home\",\r\n      \"availability_last_updated_on\" : \"2022-10-15\",\r\n      \"external_ids\": {\r\n        \"imdb_id\": \"tt10872600\",\r\n        \"justwatch_id\": \"835252\",\r\n        \"wikibase_id\": \"Q68934496\",\r\n        \"eidr_id\": \"10.5240/78AB-C20D-C214-A5B3-734D-8\"\r\n      },\r\n      \"original_countries\": [\r\n        \"US\"\r\n      ],\r\n      \"original_languages\": [\r\n        \"EN\"\r\n      ],\r\n      \"genre_tags\": [\r\n        \"ADVENTURE\",\r\n        \"FANTASY\",\r\n        \"ACTION\"\r\n      ],\r\n      \"release_year\": 2021,\r\n      \"release_date\": \"2021-12-17\",\r\n      \"runtime_in_minutes\": 148,\r\n      \"content_ratings\": [\r\n        {\r\n          \"country\": \"CA\",\r\n          \"rating\": \"PG\",\r\n          \"ratings_authority\": \"British Columbia\"\r\n        },\r\n        {\r\n          \"country\": \"US\",\r\n          \"rating\": \"PG-13\",\r\n          \"ratings_issuer\": \"MPAA\",\r\n          \"details\": \"Rated PG-13 for sequences of action/violence, some language and brief suggestive comments\"\r\n        }\r\n      ],\r\n      \"also_known_as\": [\r\n        {\r\n          \"language_codes\": [\r\n            \"en\"\r\n          ],\r\n          \"value\": \"Spiderman: No Way Home\"\r\n        },\r\n        {\r\n          \"language_codes\": [\r\n            \"en\"\r\n          ],\r\n          \"value\": \"Spider-Man No Way Home\"\r\n        },\r\n        {\r\n          \"language_codes\": [\r\n            \"ar\"\r\n          ],\r\n          \"value\": \"سبايدرمان: نو واي هوم\"\r\n        }\r\n      ],\r\n      \"labels\": [\r\n        {\r\n          \"language_codes\": [\r\n            \"cs\"\r\n          ],\r\n          \"label\": \"Spider-Man: Bez domova\"\r\n        },\r\n        {\r\n          \"language_code\": [\r\n            \"zh-hk\",\r\n            \"yue\"\r\n          ],\r\n          \"label\": \"蜘蛛俠：不戰無歸\"\r\n        },\r\n        {\r\n          \"language_codes\": [\r\n            \"mn\"\r\n          ],\r\n          \"label\": \"Хүн-Аалз: Буцах Замгүй\"\r\n        }\r\n      ],\r\n      \"descriptions\": {\r\n        \"short_description\": \"With Spider-Man's identity now revealed, Peter asks Doctor Strange for help. When a spell goes wrong, dangerous foes from other worlds start to appear, forcing Peter to discover what it truly means to be Spider-Man.\",\r\n        \"long_description\": \"A continuation of Spider-Man: Far From Home.\"\r\n      },\r\n      \"cast_members\": [\r\n        {\r\n          \"character\": \"Happy Hogan\",\r\n          \"parrot_id\": \"4875479d-cb22-4254-b40f-c17ff0cda2a3\",\r\n          \"name\": \"Jon Favreau\",\r\n          \"is_lead_actor\": true\r\n        },\r\n        {\r\n          \"character\": \"MJ\",\r\n          \"name\": \"Zendaya\",\r\n          \"parrot_id\": \"dbd927fc-78a6-4db3-b65f-aa94e22426b7\",\r\n          \"is_lead_actor\": true\r\n        },\r\n        {\r\n          \"name\": \"Charlemagne Vida\",\r\n          \"character\": \"Madison Citizen\",\r\n          \"is_lead_actor\": false\r\n        }\r\n      ],\r\n      \"directors\": [\r\n        {\r\n          \"name\": \"Jon Watts\",\r\n          \"parrot_id\": \"4fd9233c-0d87-4b6a-aaa4-d938b73aa62b\"\r\n        }\r\n      ],\r\n      \"producers\": [\r\n        {\r\n          \"name\": \"Amy Pascal\",\r\n          \"job_title\": \"producer\",\r\n          \"parrot_id\": \"e2960316-28f8-4f11-80e5-078157450abb\"\r\n        },\r\n        {\r\n          \"name\": \"Kevin Feige\",\r\n          \"job_title\": \"producer\",\r\n          \"parrot_id\": \"0153d283-81f9-43c9-83bb-e8ccd9ceada7\"\r\n        },\r\n        {\r\n          \"name\": \"Chris Buongiorno\",\r\n          \"job_title\": \"co-producer\"\r\n        }\r\n      ],\r\n      \"editors\": [\r\n        {\r\n          \"name\": \"Leigh Folsom Boyd\",\r\n          \"parrot_id\": \"d5d33022-b6b5-46fd-adda-9089ea763c5a\"\r\n        }\r\n      ],\r\n      \"writers\": [\r\n        {\r\n          \"name\": \"Chris McKenna\",\r\n          \"job_titles\": \"writer\"\r\n        },\r\n        {\r\n          \"name\": \"Steve Ditko\",\r\n          \"job_titles\": \"writer\",\r\n          \"parrot_id\": \"3c68baaa-2992-4ca0-9cf9-b8bcbb52306b\"\r\n        },\r\n        {\r\n          \"name\": \"Stan Lee\",\r\n          \"job_titles\": \"writer\",\r\n          \"parrot_id\": \"996cef17-17dc-45b2-8eaa-fdac48b1455e\"\r\n        }\r\n      ],\r\n      \"production_companies\": [\r\n        \"Columbia Pictures\",\r\n        \"Pascal Pictures\",\r\n        \"Marvel Studios\"\r\n      ],\r\n      \"distribution_companies\": [\r\n        \"B&H Film Distribution\",\r\n        \"Big Picture 2 Films\",\r\n        \"Columbia Pictures Corporation\",\r\n        \"Feelgood Entertainment\",\r\n        \"HKC Entertainment\",\r\n        \"Sony Corporation of Japan\"\r\n      ]\r\n    },\r\n    {\r\n      \"parrot_id\": \"8956dcd7-1b43-41a3-a380-dc0dacc25018\",\r\n      \"title\": \"North of Normal\",\r\n      \"availability_last_updated_on\" : \"2022-10-16\",\r\n      \"original_countries\": [\r\n        \"US\"\r\n      ],\r\n      \"original_languages\": [\r\n        \"EN\"\r\n      ],\r\n      \"genre_tags\": [\r\n        \"DRAMA\"\r\n      ],\r\n      \"release_year\": 2021\r\n    }\r\n  ]\r\n}"},{"id":"e526bc8a-6f48-4b44-8001-33774cfd2d6d","name":"Get Availability - Shows - No data","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/NZ/entity/SHOW/platform/neon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"entity_type\": \"SHOW\",\r\n  \"total_results_count\": 3,\r\n  \"page_results_count\": 3,\r\n  \"page\": 1,\r\n  \"entities\": [\r\n        {\r\n            \"parrot_id\": \"0c93c770-c5db-4aad-a262-6edc9569c893\",\r\n            \"title\": \"(Un)Well\",\r\n            \"availability_last_updated_on\": \"2023-07-12\",\r\n            \"release_year\": 2020,\r\n            \"external_ids\": {\r\n                \"imdb_id\": \"tt12759384\",\r\n                \"tmdb_id\": \"106530\"\r\n            }\r\n        },\r\n        {\r\n            \"parrot_id\": \"2517b310-f11c-44b6-81c1-ecc921014dc4\",\r\n            \"title\": \"Black Mirror\",\r\n            \"availability_last_updated_on\": \"2023-07-12\",\r\n            \"release_year\": 2011,\r\n            \"external_ids\": {\r\n                \"imdb_id\": \"tt2085059\",\r\n                \"tmdb_id\": \"42009\"\r\n            },\r\n            \"platform_rank\": 2\r\n        },\r\n        {\r\n            \"parrot_id\": \"03cf5922-5fb3-4dc0-ae4d-916bc7f2b506\",\r\n            \"title\": \"Black Space\",\r\n            \"availability_last_updated_on\": \"2023-07-12\",\r\n            \"release_year\": 2020,\r\n            \"external_ids\": {\r\n                \"imdb_id\": \"tt13660638\",\r\n                \"tmdb_id\": \"116569\"\r\n            },\r\n            \"platform_rank\": 1\r\n        }\r\n  ]\r\n}"},{"id":"5ca4394f-d70e-4d6b-b68f-eab02cf90690","name":"Get Availability - Shows - With Platform Rank","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/NZ/entity/SHOW/platform/netflix"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"entity_type\": \"SHOW\",\r\n  \"total_results_count\": 0,\r\n  \"page_results_count\": 0,\r\n  \"page\": 1,\r\n  \"entities\": []\r\n}"},{"id":"f031a1a1-385b-4d49-b813-b33eb395bd5b","name":"Error - Invalid Country Code","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/INVALID-CODE/entity/MOVIE/platform/neon"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 40000,\n        \"message\": \"Invalid country filter value. Must be an ISO 3166 2-alpha code.\"\n    }\n}"},{"id":"cd4a0af2-0069-4794-809e-adf4ab6d0c08","name":"Error - Invalid API Key","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/BR/entity/MOVIE/platform/neon"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 40101,\n        \"message\": \"Invalid API key - please contact support@parrotanalytics.com or your account manager if a new key is needed.\"\n    }\n}"},{"id":"dd06b33c-2277-4dea-a30e-58d00977a288","name":"Error - Country not part of the subscription","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/BR/entity/MOVIE/platform/neon"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 40301,\n  \"message\": \"Requested country is not part of your subscription. Please contact support@parrotanalytics.com or your account manager to add this country.\"\n}"},{"id":"1e9094c2-c2a5-4fa1-b654-44ca5b82107a","name":"Error - Service Unavailable","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://prodapi.parrotanalytics.com/avails/v1/platformavails/country/US/entity/MOVIE/platform/neon"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 50000,\n  \"message\": \"Could not process the request. Please try again later. Please contact account manager or support@parrotanalytics.com if the issue persists.\"\n}"}],"_postman_id":"1ead391f-2ee6-4df1-9bd1-68c6abba08d3"},{"name":"Platforms Available (for an Entity)","id":"48aaf53f-bac3-4604-9563-667bf5986b6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/entity/{{entity-type}}/{{entity-id}}","description":"<p>Retrieves a list of all platforms that a specific entity is currently available on.</p>\n<p>The API supports two entities depending on your subscription:</p>\n<ul>\n<li>TV shows</li>\n<li>Movies</li>\n</ul>\n<h1 id=\"request-parameters\">Request Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>{{entity-type}}</code></td>\n<td><code>string</code></td>\n<td>Entity Type. Must be one of the following values:  <br />* <code>SHOWS</code> - TV shows  <br />* <code>MOVIES</code> - Movie</td>\n</tr>\n<tr>\n<td><code>{{entity-id}}</code></td>\n<td><code>string</code></td>\n<td>Parrot ID for the entity value</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"response-body\">Response Body</h1>\n<p>All response fields are documented below</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>parrot_id</td>\n<td><code>string</code></td>\n<td>ID for the entity</td>\n</tr>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity. One of:  <br />* <code>SHOWS</code> - TV shows  <br />* <code>MOVIES</code> - Movie</td>\n</tr>\n<tr>\n<td>total_platforms</td>\n<td><code>integer</code></td>\n<td>Total number of unique platforms where the entity is available at</td>\n</tr>\n<tr>\n<td>total_countries</td>\n<td><code>integer</code></td>\n<td>Total number of countries where the entity is available at</td>\n</tr>\n<tr>\n<td>platforms</td>\n<td><code>array</code></td>\n<td>Optional - List of platforms available by country. Will only be populated if there is at least 1 platform available for the show.</td>\n</tr>\n<tr>\n<td>platforms[n].country</td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha code for the country where platform is available at</td>\n</tr>\n<tr>\n<td>platforms[n].platform_name</td>\n<td><code>string</code></td>\n<td>Name of the platform</td>\n</tr>\n<tr>\n<td>platforms[n].availability_updated_on</td>\n<td><code>string</code></td>\n<td>Date when our systems last confirmed the availability of the platform in <code>YYYY-MM-DD</code> format.</td>\n</tr>\n<tr>\n<td>platforms[n].is_exclusive</td>\n<td><code>boolean</code></td>\n<td>Whether the title is exclusive to the platfrom (in the associated country as specified in <code>platforms[n].country</code>).  <br />* <code>true</code> - Is an exclusive title for the platform in the associated country  <br />* <code>false</code> - Is not an exclusive title for the platform in the associated country</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","platformavails","entity","{{entity-type}}","{{entity-id}}"],"host":["api","parrotanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"8733d852-f4af-48c7-9e2f-b426f68dcd04","name":"All Platforms for a Title (Shows)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/entity/shows/3f8c79e1-6904-4064-86bc-38e1b3ebfdf7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"parrot_id\" : \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\r\n    \"entity_type\": \"SHOWS\",\r\n    \"total_platforms\" : 3,\r\n    \"total_countries\" : 2,\r\n    \"platforms\" : [\r\n        {\r\n            \"country\" : \"NZ\",\r\n            \"platform\" : \"Neon\",\r\n            \"is_exclusive\" : true,\r\n            \"availability_updated_on\" : \"2022-02-14\"\r\n        },\r\n        {\r\n            \"country\" : \"US\",\r\n            \"platform\" : \"HBO Max\",\r\n            \"is_exclusive\" : false,\r\n            \"availability_updated_on\" : \"2022-02-14\"\r\n        },\r\n        {\r\n            \"country\" : \"US\",\r\n            \"platform\" : \"HBO Now\",\r\n            \"is_exclusive\" : false,\r\n            \"availability_updated_on\" : \"2022-02-14\"\r\n        }\r\n    ]\r\n}"},{"id":"b16d51bf-c0de-4e14-8d78-ec220f098bba","name":"All Platforms for a Title (Movies)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/entity/movies/3f8c79e1-6904-4064-86bc-38e1b3ebfdf7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"parrot_id\" : \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\r\n    \"entity_type\": \"MOVIES\",\r\n    \"total_platforms\" : 3,\r\n    \"total_countries\" : 2,\r\n    \"platforms\" : [\r\n        {\r\n            \"country\" : \"NZ\",\r\n            \"platform\" : \"Neon\",\r\n            \"is_exclusive\" : true,\r\n            \"availability_updated_on\" : \"2022-02-14\"\r\n        },\r\n        {\r\n            \"country\" : \"US\",\r\n            \"platform\" : \"HBO Max\",\r\n            \"is_exclusive\" : false,\r\n            \"availability_updated_on\" : \"2022-02-14\"\r\n        },\r\n        {\r\n            \"country\" : \"US\",\r\n            \"platform\" : \"HBO Now\",\r\n            \"is_exclusive\" : false,\r\n            \"availability_updated_on\" : \"2022-02-14\"\r\n        }\r\n    ]\r\n}"},{"id":"29428a20-4b24-41b6-b61b-ab09e5b47300","name":"Platforms Available - No Platforms Exist","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/entity/shows/non-existent-ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"parrot_id\": \"3f8c79e1-6904-4064-86bc-38e1b3ebfdf7\",\n    \"entity_type\": \"SHOWS\",\n    \"total_platforms\": 0,\n    \"total_countries\": 0\n}"},{"id":"d3764dfb-e512-42dd-b0af-73257b5cf9ff","name":"Platforms Available - Invalid ID","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platformavails/entity/shows/non-existent-ids"},"status":"Not Found","code":404,"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"48aaf53f-bac3-4604-9563-667bf5986b6b"},{"name":"Upcoming Release Dates","id":"dc0b3e43-a93e-455b-9ecd-7bad64b8f1b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.parrotanalytics.com/genome/v1/upcoming/{{entity-type}}?date_from={{date_from}}&date_to={{date_to}}&page={{page}}&size={{page_size}}&sort_by={{sort_field}}&sort_order={{sort_order}}","description":"<p>Retrieves a list of upcoming titles and their release dates (either official or estimated)</p>\n<p>The API supports two entities depending on your subscription:</p>\n<ul>\n<li>TV shows</li>\n<li>Movies</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>{{entity-type}}</code></td>\n<td><code>string</code></td>\n<td>Entity Type. Must be one of the following values:  <br />* <code>SHOWS</code> - TV shows  <br />* <code>MOVIES</code> - Movie</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity_type</td>\n<td><code>string</code></td>\n<td>Type of entity. One of:  <br />* <code>SHOWS</code> - TV shows  <br />* <code>MOVIES</code> - Movie</td>\n</tr>\n<tr>\n<td>total_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of titles received (i.e. size of <code>upcoming_titles</code> array), as made available based on the subscription plan.</td>\n</tr>\n<tr>\n<td>page_results_count</td>\n<td><code>integer</code></td>\n<td>Total number of results fetched in the current API request</td>\n</tr>\n<tr>\n<td>page</td>\n<td><code>integer</code></td>\n<td>Page number for which the results are shown for</td>\n</tr>\n<tr>\n<td>upcoming_titles</td>\n<td><code>array</code></td>\n<td>List of upcoming title data</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].parrot_id</td>\n<td><code>string</code></td>\n<td>Parrot ID (unique) for the upcoming entity</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].title</td>\n<td><code>string</code></td>\n<td>Display name for the title</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info</td>\n<td><code>object</code></td>\n<td>Upcoming release details for the entity</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.season_number</td>\n<td><code>integer</code></td>\n<td>Optional - Season number for the upcoming title (only applicable when <code>entity_type</code> is <code>SHOWS</code>).</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.release_type</td>\n<td><code>string</code></td>\n<td>Type of upcoming release. Valid values are:  <br />* <code>NEW_RELEASE</code> - A new movie or TV show (i.e. first season of a new show)  <br />* <code>ACQUIRED</code> - An old show (released previously elsewhere) that is newly acquired by a platform  <br />* <code>NEW_SEASON</code> - Only applicable to entity type <code>SHOWS</code>, where a new season will be released.</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.release_date</td>\n<td><code>string</code></td>\n<td>Upcoming release date for the title in <code>YYYY-MM-DD</code> format.</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.release_year</td>\n<td><code>integer</code></td>\n<td>4-digit value for the year when the title will be released on in <code>YYYY</code> format.</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.release_date</td>\n<td><code>string</code></td>\n<td>Optional - Earliest release date when the show/movie was first released. Applicable when the <code>upcoming_release_type</code> is either <code>NEW_SEASON</code> (i.e. date of the first season) or <code>ACQUIRED</code> (date of the first season for <code>SHOWS</code> or first time the movie was aired/released for <code>MOVIES</code></td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.is_estimated</td>\n<td><code>boolean</code></td>\n<td>Whether the upcoming date (`release_date`) is estimated or not.  <br />* <code>true</code> - Release date is an estimated date  <br />* <code>false</code> - Release date is an officially confirmed date.</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.platforms</td>\n<td><code>array</code></td>\n<td>Optional - List of platforms available by country for the upcoming title (Only populated if has at least 1 platform). Only the platforms with a future release date will be included.</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.platforms[i].country</td>\n<td><code>string</code></td>\n<td>ISO 3166 2-alpha code for the country where platform is available at</td>\n</tr>\n<tr>\n<td>upcoming_titles[n].upcoming_release_info.platforms[i].platform_name</td>\n<td><code>string</code></td>\n<td>Name of the platform</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}},"urlObject":{"protocol":"https","path":["genome","v1","upcoming","{{entity-type}}"],"host":["api","parrotanalytics","com"],"query":[{"description":{"content":"<p>[Optional]\nDeafult: Current date (in UTC)\nFilter upcoming shows starting on or after the specified date. Must be on or after the current date (UTC)</p>\n","type":"text/plain"},"key":"date_from","value":"{{date_from}}"},{"description":{"content":"<p>[Optional]\nDeafult: None (unbounded - captures all upcoming shows)\nFilter upcoming shows starting on or <em>before</em> the specified date. Must be on or after the <code>date_from</code> value (either specified or default)</p>\n","type":"text/plain"},"key":"date_to","value":"{{date_to}}"},{"key":"page","value":"{{page}}"},{"description":{"content":"<p>[Optional] Positive Integer\nMaximum size of the results to retrieve for the given page.\nIf not provided, fetches the full set of remaining results for the page.</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>[Optional] \nField name to sort the full result set by.\nDefault value: <code>release_year</code>, then by <code>release_date</code>, and finally by <code>title</code>\n** Supported Values **</p>\n<blockquote>\n<p><code>release_year</code> (Default)\n<code>release_date</code>\n<code>title</code> </p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_field}}"},{"description":{"content":"<p>[Optional] \nSorting order of the results\nDefault sorting order is ascending.\n** Supported Values **</p>\n<blockquote>\n<p><code>asc</code> (Default) - Ascending order\n<code>desc</code> - Descending order</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_order","value":"{{sort_order}}"}],"variable":[]}},"response":[{"id":"09f46bf2-dbb6-40d3-a1d6-ce64755d0d7c","name":"Upcoming Releases - Shows (Full List)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":"https://api.parrotanalytics.com/genome/v1/platforms/shows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"entity_type\": \"SHOWS\",\n  \"total_results_count\": 3,\n  \"page_results_count\": 3,\n  \"page\": 1,\n  \"upcoming_titles\": [\n    {\n      \"parrot_id\": \"79795367-8b21-4a23-81b7-bfd9e48688eb\",\n      \"title\": \"Whose Line Is It Anyway?\",\n      \"upcoming_release_info\" : {\n            \"season_number\": 19,\n            \"release_type\": \"NEW_SEASON\",\n            \"release_date\": \"2022-04-09\",\n            \"release_year\": 2022,\n            \"is_estimated\": false,\n            \"platforms\": [\n                {\n                    \"country\": \"US\",\n                    \"platform\": \"The CW\"\n                }\n            ]\n        },      \n        \"original_release_date\" : \"1998-07-05\"\n    },\n    {\n      \"parrot_id\": \"e3c001b6-7241-45b9-a072-724b43bf64f1\",\n      \"title\": \"Mr. and Mrs. Smith\",\n      \"upcoming_release_info\" : {\n            \"season_number\": 1,\n            \"release_type\": \"NEW_RELEASE\",\n            \"release_date\": \"2022-12-05\",\n            \"release_year\": 2022,\n            \"is_estimated\": true,\n            \"platforms\": [\n                {\n                    \"country\": \"US\",\n                    \"platform\": \"Amazon Prime\"\n                },\n                {\n                    \"country\": \"UK\",\n                    \"platform\": \"Amazon Prime\"\n                }\n            ]\n        }\n    },\n    {\n      \"parrot_id\": \"b245f80e-7663-423b-a3c0-54174c6393d4\",\n      \"title\": \"The New World\",\n      \"upcoming_release_info\" : {\n            \"season_number\": 1,\n            \"release_type\": \"NEW_RELEASE\",\n            \"release_date\": \"2024-05-08\",\n            \"release_year\": 2024,\n            \"is_estimated\": true\n        }\n    }\n  ]\n}"},{"id":"cd8afa97-003d-48d5-86e3-28a98c075f8a","name":"Upcoming Releases - Shows (Paginating Results)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/platforms/shows?page=2&size=3","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","platforms","shows"],"query":[{"key":"page","value":"2"},{"key":"size","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"entity_type\": \"SHOWS\",\n  \"total_results_count\": 10,\n  \"page_results_count\": 3,\n  \"page\": 2,\n  \"upcoming_titles\": [\n    {\n      \"parrot_id\": \"79795367-8b21-4a23-81b7-bfd9e48688eb\",\n      \"title\": \"Whose Line Is It Anyway?\",\n      \"upcoming_release_info\" : {\n            \"season_number\": 19,\n            \"release_type\": \"NEW_SEASON\",\n            \"release_date\": \"2022-04-09\",\n            \"release_year\": 2022,\n            \"is_estimated\": false,\n            \"platforms\": [\n                {\n                    \"country\": \"US\",\n                    \"platform\": \"The CW\"\n                }\n            ]\n        },      \n      \"original_release_date\" : \"1998-07-05\"\n    },\n    {\n      \"parrot_id\": \"e3c001b6-7241-45b9-a072-724b43bf64f1\",\n      \"title\": \"Mr. and Mrs. Smith\",\n      \"upcoming_release_info\" : {\n            \"season_number\": 1,\n            \"release_type\": \"NEW_RELEASE\",\n            \"release_date\": \"2022-12-05\",\n            \"release_year\": 2022,\n            \"is_estimated\": true,\n            \"platforms\": [\n                {\n                    \"country\": \"US\",\n                    \"platform\": \"Amazon Prime\"\n                },\n                {\n                    \"country\": \"UK\",\n                    \"platform\": \"Amazon Prime\"\n                }\n            ]\n        }\n    },\n    {\n      \"parrot_id\": \"b245f80e-7663-423b-a3c0-54174c6393d4\",\n      \"title\": \"The New World\",\n      \"upcoming_release_info\" : {\n            \"season_number\": 1,\n            \"release_type\": \"NEW_RELEASE\",\n            \"release_date\": \"2024-05-08\",\n            \"release_year\": 2024,\n            \"is_estimated\": true\n        }\n    }\n  ]\n}"},{"id":"760ca035-5292-4fd1-b177-4d5ce35e11b3","name":"Upcoming Releases - Movies (Custom Sorting)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/platforms/movies?sort_order=desc&sort_by=release_year","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","platforms","movies"],"query":[{"key":"sort_order","value":"desc"},{"key":"sort_by","value":"release_year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"entity_type\": \"MOVIES\",\n  \"total_results_count\": 3,\n  \"page_results_count\": 3,\n  \"page\": 1,\n  \"upcoming_titles\": [\n    {\n      \"parrot_id\": \"dfd84888-8d34-49f4-82b1-232dbcf05553\",\n      \"title\": \"Tomb Raider (Animation)\",\n      \"upcoming_release_info\" : {\n            \"release_type\": \"NEW_RELEASE\",\n            \"release_date\": \"2023-04-01\",\n            \"release_year\": 2023,\n            \"is_estimated\": true,\n            \"platforms\": [\n                {\n                    \"country\": \"US\",\n                    \"platform\": \"Netflix\"\n                }\n            ]\n        }\n    },\n    {\n      \"parrot_id\": \"f8d26881-bf25-41c6-ad77-b2b63aac93ee\",\n      \"title\": \"House Party\",\n      \"upcoming_release_info\" : {\n            \"release_type\": \"NEW_RELEASE\",\n            \"release_date\": \"2022-07-28\",\n            \"release_year\": 2022,\n            \"is_estimated\": false,\n            \"platforms\": [\n                {\n                    \"country\": \"US\",\n                    \"platform\": \"HBO Max\"\n                }\n            ]\n        }\n    },\n    {\n      \"parrot_id\": \"b86fb62b-ebb0-4632-b526-3d1d49651523\",\n      \"title\": \"Men\",\n      \"upcoming_release_info\" : {\n            \"release_type\": \"NEW_RELEASE\",\n            \"release_date\": \"2022-05-20\",\n            \"release_year\": 2022,\n            \"is_estimated\": false\n        }\n    }\n  ]\n}"},{"id":"3958cffd-5320-49af-ad7d-af50c99a5090","name":"No items exist","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"xxx","type":"text"}],"url":{"raw":"https://api.parrotanalytics.com/genome/v1/platforms/shows?date_from=2055-01-05","protocol":"https","host":["api","parrotanalytics","com"],"path":["genome","v1","platforms","shows"],"query":[{"key":"date_from","value":"2055-01-05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"entity_type\": \"SHOWS\",\n  \"total_results_count\": 0,\n  \"page_results_count\": 0,\n  \"page\": 1,\n  \"upcoming_titles\": []\n}"}],"_postman_id":"dc0b3e43-a93e-455b-9ecd-7bad64b8f1b8"}],"id":"209d73a6-20e4-4746-bf90-8792e62b9511","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>The <strong>Availability and Upcoming Releases API</strong> provide:</p>\n<ol>\n<li>Country-specific platform availability for each title, and</li>\n<li>Upcoming title release date estimates for content without an official release date.</li>\n</ol>\n<p>The API provide data for both TV and Movie titles.</p>\n<p>The number of countries, titles and entity-types available will depend on your subscription.</p>\n","_postman_id":"209d73a6-20e4-4746-bf90-8792e62b9511","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}}],"id":"1c493610-7b83-4c66-ad5c-f050f08ea6e6","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Our <strong>Supply APIs</strong> facilitate rapid integration into your reporting suite of choice, delivering genome data to enrich data attributes for TV shows, movies and talent.</p>\n<p>Supply APIs are RESTful services to provide programmatic access based on HTTP requests and JSON responses to:</p>\n<ul>\n<li><code>TV Genome</code></li>\n<li><code>Talent Genome</code></li>\n<li><code>Movie Genome</code></li>\n<li><code>Availability and Upcoming Release Data</code></li>\n</ul>\n","_postman_id":"1c493610-7b83-4c66-ad5c-f050f08ea6e6","auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"},"isInherited":true,"source":{"_postman_id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","id":"75d4b580-e72f-4735-8f4d-cb345726bdd0","name":"Data API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"YOUR_API_KEY","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"728a1119-6fa2-4dae-8fc4-dea4c4a8e755","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"b6b0e240-fc3b-4dc7-b985-dc8361085d6a","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.parrotanalytics.com/customerapi/v1"},{"key":"api_key","value":"YOUR_API_KEY"}]}