{"info":{"_postman_id":"e9383fa6-baa8-44bb-8b64-9f4abcf0d3d5","name":"RAPIDAPI DOCUMENTATION","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"33975579","collectionId":"e9383fa6-baa8-44bb-8b64-9f4abcf0d3d5","publishedId":"2sA3QpBswL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-23T06:36:59.000Z"},"item":[{"name":"Sky Scanner","item":[{"name":"Flights","item":[{"name":"flights/airports","id":"5c61d9ce-510c-47b4-acd4-eb07a52d56c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/airports","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<p>Get all airports</p>\n<p>You can use the id from this endpoint to search for flights.<br />Airports with id = null are those that are not available on Skyscanner</p>\n","urlObject":{"protocol":"https","path":["flights","airports"],"host":["sky-scanner3","p","rapidapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c61d9ce-510c-47b4-acd4-eb07a52d56c3"},{"name":"flights/auto-complete","id":"b23c5359-36a3-400c-87fb-cec26c2da7ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/auto-complete?query=New York","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<ul>\n<li><em><strong>query</strong></em><br />  Type: string<br />  Required: true<br />  Ex: <code>New York</code></li>\n<li><em><strong>placeTypes</strong></em><br />  It can input multiple values, and the values should be separated by commas<br />  The <strong>/flights/search-multi-city</strong> endpoint is only used in the case placeTypes=CITY,AIRPORT<br />  Ex: <code>CITY,AIRPORT</code><br />  <code>CITY</code>: City<br />  <code>AIRPORT</code>: Airport<br />  <code>COUNTRY</code>: Country</li>\n<li><em><strong>outboundDate</strong></em><br />  Format: <code>YYYY-MM-DD</code><br />  Default value: Current date</li>\n<li><em><strong>market</strong></em><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></li>\n<li><em><strong>locale</strong></em><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","auto-complete"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"query","value":"New York"}],"variable":[]}},"response":[],"_postman_id":"b23c5359-36a3-400c-87fb-cec26c2da7ea"},{"name":"flights/search-everywhere","id":"8fa5fbfb-1323-49e4-99f5-33250325ef2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/search-everywhere?fromEntityId=NYCA","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<ul>\n<li><p><strong>fromEntityId</strong><br />  From location<br />  Required: true<br />  <code>fromEntityId</code> can be retrieved fromEx: <code>NYCA</code> New York (Any)</p>\n<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>PARI</code> Paris (Any)</li>\n</ol>\n</li>\n<li><p><strong>toEntityId</strong><br />  To location<br />  <code>toEntityId</code> can be retrieved from</p>\n<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>MSYA</code> New Orleans (Any)</li>\n</ol>\n</li>\n<li><p><strong>type</strong><br />  Search type: oneway or roundtrip<br />  Default: <code>oneway</code></p>\n</li>\n<li><p><strong>year</strong><br />  Depart year<br />  Format: <code>YYYY</code><br />  Ex: <code>2024</code></p>\n</li>\n<li><p><strong>month</strong><br />  Depart month<br />  Format: <code>MM</code><br />  Ex: <code>05</code></p>\n</li>\n<li><p><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></p>\n</li>\n<li><p><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></p>\n</li>\n<li><p><strong>adults</strong><br />  Adults: 12+ years<br />  Type: number<br />  Ex: <code>3</code><br />  Default value: <code>1</code></p>\n</li>\n<li><p><strong>children</strong><br />  Children: 2-12 years<br />  Type: number<br />  Ex: <code>4</code><br />  Default value: <code>0</code></p>\n</li>\n<li><p><strong>infants</strong><br />  Infants: Under 2 years<br />  Type: number<br />  Ex: <code>1</code><br />  Default value: <code>0</code></p>\n</li>\n<li><p><strong>cabinClass</strong><br />  Cabin class<br />  Type: string<br />  Ex: <code>economy</code><br />  Default value: <code>economy economy</code>: Economy<br />  <code>premium_economy</code>: Premium Economy<br />  <code>business</code>: Business<br />  <code>first</code>: First</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","search-everywhere"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"fromEntityId","value":"NYCA"}],"variable":[]}},"response":[],"_postman_id":"8fa5fbfb-1323-49e4-99f5-33250325ef2a"},{"name":"flights/search-roundtrip","id":"4f3f4a73-8395-44c8-a5e9-6959ee2cee18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/search-roundtrip?fromEntityId=PARI&toEntityId=MSYA&departDate=2024-05-23&returnDate=2024-05-24","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<p>In case the status is 'incomplete'(data-&gt;context-&gt;status=incomplete), you need to use the /flights/search-incomplete endpoint to get the full data until the status is 'complete'(data-&gt;context-&gt;status=complete)</p>\n<p>You can now search<br />Everywhere: leave toEntityId empty.<br />Anytime: leave departDate and returnDate empty.<br />The whole month: input wholeMonthDepart and wholeMonthReturn.</p>\n<ul>\n<li><p><strong>fromEntityId</strong><br />  From location<br />  Required: true<br />  <code>fromEntityId</code> can be retrieved fromEx: <code>NYCA</code> New York (Any)</p>\n<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>PARI</code> Paris (Any)</li>\n</ol>\n</li>\n<li><p><strong>toEntityId</strong><br />  To location<br />  <code>toEntityId</code> can be retrieved from</p>\n<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>MSYA</code> New Orleans (Any)</li>\n</ol>\n</li>\n<li><p><strong>wholeMonthDepart</strong><br />  Whole month depart<br />  Format: <code>YYYY-MM</code><br />  Ex: <code>2024-02</code></p>\n</li>\n<li><p><strong>wholeMonthReturn</strong><br />  Whole month return<br />  Format: YYYY-MM<br />  Ex: 2024-02</p>\n</li>\n<li><p><strong>departDate</strong><br />  Depart date<br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-14</code></p>\n</li>\n<li><p><strong>returnDate</strong><br />  Return date<br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-15</code></p>\n</li>\n<li><p><strong>stops</strong><br />  Stops<br />  It can input multiple values, and the values should be separated by commas<br />  Ex: <code>direct,1stop</code><br />  Default value: Select all<br />  <code>direct</code>: Direct<br />  <code>1stop</code>: 1 stop<br />  <code>2stops</code>: 2+ stops</p>\n</li>\n<li><p><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></p>\n</li>\n<li><p><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></p>\n</li>\n<li><p><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></p>\n</li>\n<li><p><strong>adults</strong><br />  Adults: 12+ years<br />  Type: number<br />  Ex: <code>3</code><br />  Default value: <code>1</code></p>\n</li>\n<li><p><strong>children</strong><br />  Children: 2-12 years<br />  Type: number<br />  Ex: <code>4</code><br />  Default value: <code>0</code></p>\n</li>\n<li><p><strong>infants</strong><br />  Infants: Under 2 years<br />  Type: number<br />  Ex: <code>1</code><br />  Default value: <code>0</code></p>\n</li>\n<li><p><strong>cabinClass</strong><br />  Cabin class<br />  Type: string<br />  Ex: <code>economy</code><br />  Default value: <code>economy economy</code>: Economy<br />  <code>premium_economy</code>: Premium Economy<br />  <code>business</code>: Business<br />  <code>first</code>: First</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","search-roundtrip"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"fromEntityId","value":"PARI"},{"key":"toEntityId","value":"MSYA"},{"key":"departDate","value":"2024-05-23"},{"key":"returnDate","value":"2024-05-24"}],"variable":[]}},"response":[],"_postman_id":"4f3f4a73-8395-44c8-a5e9-6959ee2cee18"},{"name":"flights/search-one-way","id":"dd64ec37-fb3a-44e1-835e-12f3ffab3d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/search-one-way?fromEntityId=PARI&toEntityId=MSYA&departDate=2024-05-23","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<p>In case the status is 'incomplete'(data-&gt;context-&gt;status=incomplete), you need to use the /flights/search-incomplete endpoint to get the full data until the status is 'complete'(data-&gt;context-&gt;status=complete)</p>\n<p>You can now search<br />Everywhere: leave toEntityId empty.<br />Anytime: leave departDate empty.<br />The whole month: input wholeMonthDepart.</p>\n<ul>\n<li><strong>fromEntityId</strong><br />  From location<br />  Required: true<br />  <code>fromEntityId</code> can be retrieved fromEx: <code>NYCA</code> New York (Any)<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>PARI</code> Paris (Any)</li>\n</ol>\n</li>\n<li><strong>toEntityId</strong><br />  To location<br />  <code>toEntityId</code> can be retrieved from<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>MSYA</code> New Orleans (Any)</li>\n</ol>\n</li>\n<li><strong>wholeMonthDepart</strong><br />  Whole month depart<br />  Format: <code>YYYY-MM</code><br />  Ex: <code>2024-02</code></li>\n<li><strong>departDate</strong><br />  Depart date<br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-14</code></li>\n<li><strong>stops</strong><br />  Stops<br />  It can input multiple values, and the values should be separated by commas<br />  Ex: <code>direct,1stop</code><br />  Default value: Select all<br />  <code>direct</code>: Direct<br />  <code>1stop</code>: 1 stop<br />  <code>2stops</code>: 2+ stops</li>\n<li><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></li>\n<li><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></li>\n<li><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></li>\n<li><strong>adults</strong><br />  Adults: 12+ years<br />  Type: number<br />  Ex: <code>3</code><br />  Default value: <code>1</code></li>\n<li><strong>children</strong><br />  Children: 2-12 years<br />  Type: number<br />  Ex: <code>4</code><br />  Default value: <code>0</code></li>\n<li><strong>infants</strong><br />  Infants: Under 2 years<br />  Type: number<br />  Ex: <code>1</code><br />  Default value: <code>0</code></li>\n<li><strong>cabinClass</strong><br />  Cabin class<br />  Type: string<br />  Ex: <code>economy</code><br />  Default value: <code>economy economy</code>: Economy<br />  <code>premium_economy</code>: Premium Economy<br />  <code>business</code>: Business<br />  <code>first</code>: First</li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","search-one-way"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"fromEntityId","value":"PARI"},{"key":"toEntityId","value":"MSYA"},{"key":"departDate","value":"2024-05-23"}],"variable":[]}},"response":[],"_postman_id":"dd64ec37-fb3a-44e1-835e-12f3ffab3d98"},{"name":"flights/search-multi-city","id":"36c2683f-b129-4505-a216-548eca43dceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"market\": \"US\",\r\n    \"locale\": \"en-US\",\r\n    \"currency\": \"USD\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"infants\": 0,\r\n    \"cabinClass\": \"economy\",\r\n    \"stops\": [\r\n        \"direct\",\r\n        \"1stop\",\r\n        \"2stops\"\r\n    ],\r\n    \"flights\": [\r\n        {\r\n            \"fromEntityId\": \"BCN\",\r\n            \"toEntityId\": \"NUE\",\r\n            \"departDate\": \"2024-06-21\"\r\n        },\r\n        {\r\n            \"fromEntityId\": \"PARI\",\r\n            \"toEntityId\": \"MSYA\",\r\n            \"departDate\": \"2024-06-28\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sky-scanner3.p.rapidapi.com/flights/search-multi-city","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<p>In case the status is 'incomplete'(data-&gt;context-&gt;status=incomplete), you need to use the /flights/search-incomplete endpoint to get the full data until the status is 'complete'(data-&gt;context-&gt;status=complete)</p>\n<ul>\n<li><p><strong>flights-&gt;fromEntityId</strong><br />  From location<br />  Required: true<br />  <code>fromEntityId</code> can be retrieved fromEx: <code>NYCA</code> New York (Any)</p>\n<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>PARI</code> Paris (Any)</li>\n</ol>\n</li>\n<li><p><strong>flights-&gt;toEntityId</strong><br />  To location<br />  <code>toEntityId</code> can be retrieved from</p>\n<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>MSYA</code> New Orleans (Any)</li>\n</ol>\n</li>\n<li><p><strong>flights-&gt;departDate</strong><br />  Depart date<br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-14</code></p>\n</li>\n<li><p><strong>stops</strong><br />  Stops<br />  It can input multiple values, and the values should be separated by commas<br />  Ex: [\"direct\",\"1stop\"]<br />  Default value: Select all<br />  <code>direct</code>: Direct<br />  <code>1stop</code>: 1 stop<br />  <code>2stops</code>: 2+ stops</p>\n</li>\n<li><p><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></p>\n</li>\n<li><p><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></p>\n</li>\n<li><p><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></p>\n</li>\n<li><p><strong>adults</strong><br />  Adults: 12+ years<br />  Type: number<br />  Ex: <code>3</code><br />  Default value: <code>1</code></p>\n</li>\n<li><p><strong>children</strong><br />  Children: 2-12 years<br />  Type: number<br />  Ex: <code>4</code><br />  Default value: <code>0</code></p>\n</li>\n<li><p><strong>infants</strong><br />  Infants: Under 2 years<br />  Type: number<br />  Ex: <code>1</code><br />  Default value: <code>0</code></p>\n</li>\n<li><p><strong>cabinClass</strong><br />  Cabin class<br />  Type: string<br />  Ex: <code>economy</code><br />  Default value: <code>economy economy</code>: Economy<br />  <code>premium_economy</code>: Premium Economy<br />  <code>business</code>: Business<br />  <code>first</code>: First</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","search-multi-city"],"host":["sky-scanner3","p","rapidapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36c2683f-b129-4505-a216-548eca43dceb"},{"name":"flights/search-incomplete","id":"fa29c664-7700-4cd0-b0f8-4885202c7cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/search-incomplete?sessionId=ClQIARJQCk4KJGQ1MDlmYWJhLWFkMDMtNDg1ZS1iZjc3LWFhODA2MDQ5YjNiOBACGiQyMWE0MjU0MS1lZjRjLTQ2NzQtOTI1MC0zNzE3NzAzZDE0NDASKHVzc180N2MxYzgzZS0zZTFjLTQ4ZmMtOGEyZi04MDIyYmMyMTQxODk=","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<p>Get full data for <strong>/flights/search-roundtrip</strong> or <strong>/flights/search-one-way</strong> or <strong>/flights/search-multi-city</strong> endpoint</p>\n<p>You need to call the API multiple times until the item status is 'complete'(data-&gt;context-&gt;status=complete)</p>\n<ul>\n<li><strong>sessionId</strong><br />  Session id<br />  Required: true<br />  <code>sessionId</code> can be retrieved from <strong>/flights/search-roundtrip</strong> or <strong>/flights/search-one-way</strong> or <strong>/flights/search-multi-city</strong> endpoint(data-&gt;context-&gt;sessionId)</li>\n<li><strong>stops</strong><br />  Stops<br />  It can input multiple values, and the values should be separated by commas<br />  Ex: <code>direct,1stop</code><br />  Default value: Select all<br />  <code>direct</code>: Direct<br />  <code>1stop</code>: 1 stop<br />  <code>2stops</code>: 2+ stops</li>\n<li><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></li>\n<li><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></li>\n<li><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","search-incomplete"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"sessionId","value":"ClQIARJQCk4KJGQ1MDlmYWJhLWFkMDMtNDg1ZS1iZjc3LWFhODA2MDQ5YjNiOBACGiQyMWE0MjU0MS1lZjRjLTQ2NzQtOTI1MC0zNzE3NzAzZDE0NDASKHVzc180N2MxYzgzZS0zZTFjLTQ4ZmMtOGEyZi04MDIyYmMyMTQxODk="}],"variable":[]}},"response":[],"_postman_id":"fa29c664-7700-4cd0-b0f8-4885202c7cb5"},{"name":"flights/detail","id":"6989c235-4406-4ed1-8d95-527f78276d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/detail?itineraryId=10413-2406032005--30667-0-12712-2406032215&token=eyJhIjoxLCJjIjowLCJpIjowLCJjYyI6ImVjb25vbXkiLCJvIjoiQ0RHIiwiZCI6IkpGSyIsImQxIjoiMjAyNC0wNi0wMyJ9","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<ul>\n<li><p><strong>token</strong><br />  Required: true<br />  <code>token</code> can be retrieved from <strong>/flights/search-roundtrip</strong> or <strong>/flights/search-one-way</strong> or <strong>/flights/search-multi-city</strong> endpoint (data-&gt;token)</p>\n</li>\n<li><p><strong>itineraryId</strong><br />  Itinerary id<br />  Required: true<br />  <code>itineraryId</code> can be retrieved from <strong>/flights/search-roundtrip</strong> or <strong>/flights/search-one-way</strong> or <strong>/flights/search-multi-city</strong> endpoint (data-&gt;itineraries-&gt;id)</p>\n</li>\n<li><p><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></p>\n</li>\n<li><p><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></p>\n</li>\n<li><p><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","detail"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"itineraryId","value":"10413-2406032005--30667-0-12712-2406032215"},{"key":"token","value":"eyJhIjoxLCJjIjowLCJpIjowLCJjYyI6ImVjb25vbXkiLCJvIjoiQ0RHIiwiZCI6IkpGSyIsImQxIjoiMjAyNC0wNi0wMyJ9"}],"variable":[]}},"response":[],"_postman_id":"6989c235-4406-4ed1-8d95-527f78276d94"},{"name":"flights/price-calendar","id":"eb3faaba-fa04-4327-b710-f04976fd326d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/price-calendar?fromEntityId=CDG&departDate=2024-06-01","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<ul>\n<li><strong>fromEntityId</strong><br />  From location<br />  Required: true<br />  <code>fromEntityId</code> can be retrieved fromEx: <code>NYCA</code> New York (Any)<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>PARI</code> Paris (Any)</li>\n</ol>\n</li>\n<li><strong>departDate</strong>Depart date<br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-14</code></li>\n<li><strong>toEntityId</strong><br />  To location<br />  <code>toEntityId</code> can be retrieved from<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>MSYA</code> New Orleans (Any)</li>\n</ol>\n</li>\n<li><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></li>\n<li><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></li>\n<li><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","price-calendar"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"fromEntityId","value":"CDG"},{"key":"departDate","value":"2024-06-01"}],"variable":[]}},"response":[],"_postman_id":"eb3faaba-fa04-4327-b710-f04976fd326d"},{"name":"flights/price-calendar-return","id":"0c4966f1-02dd-43dd-90d6-64b1ede2a366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/price-calendar-return?fromEntityId=CDG&departDate=2024-06-15&returnDate=2024-09-17","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<ul>\n<li><strong>fromEntityId</strong><br />  From location<br />  Required: true<br />  <code>fromEntityId</code> can be retrieved fromEx: <code>NYCA</code> New York (Any)<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>PARI</code> Paris (Any)</li>\n</ol>\n</li>\n<li><strong>Depart date</strong><br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-14</code></li>\n<li><strong>returnDate</strong><br />  Return date<br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-15</code></li>\n<li><strong>toEntityId</strong><br />  To location<br />  <code>toEntityId</code> can be retrieved from<ol>\n<li><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</li>\n<li><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>MSYA</code> New Orleans (Any)</li>\n</ol>\n</li>\n<li><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></li>\n<li><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></li>\n<li><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","price-calendar-return"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"fromEntityId","value":"CDG"},{"key":"departDate","value":"2024-06-15"},{"key":"returnDate","value":"2024-09-17"}],"variable":[]}},"response":[],"_postman_id":"0c4966f1-02dd-43dd-90d6-64b1ede2a366"},{"name":"flights/cheapest-one-way","id":"83023569-3bb8-4838-aafa-34d83b7e5212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/cheapest-one-way?fromEntityId=CDG&toEntityId=JFK&departDate=2024-06-15","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<ul>\n<li><p><strong>fromEntityId</strong><br />  From location<br />  Required: true<br />  <code>fromEntityId</code> can be retrieved fromEx: <code>NYCA</code> New York (Any)</p>\n<ol>\n<li><p><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</p>\n</li>\n<li><p><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>PARI</code> Paris (Any)</p>\n</li>\n</ol>\n</li>\n<li><p><strong>toEntityId</strong><br />  To location<br />  <code>toEntityId</code> can be retrieved from</p>\n<ol>\n<li><p><code>/flights/auto-complete</code>: data-&gt;presentation-&gt;id / skyId</p>\n</li>\n<li><p><code>/flights/airports</code>: data-&gt;id / skyId<br /> Ex: <code>MSYA</code> New Orleans (Any)</p>\n</li>\n</ol>\n</li>\n<li><p><strong>departDate</strong><br />  Depart date<br />  Required: true<br />  Format: <code>YYYY-MM-DD</code><br />  Ex: <code>2024-02-14</code></p>\n</li>\n<li><p><strong>market</strong><br />  <code>market</code> can be retrieved from /get-config endpoint(data-&gt;market)<br />  Ex: <code>US</code><br />  Default value: <code>US</code></p>\n</li>\n<li><p><strong>currency</strong><br />  <code>currency</code> can be retrieved from /get-config endpoint(data-&gt;currency)<br />  Ex: <code>USD</code><br />  Default value: <code>USD</code></p>\n</li>\n<li><p><strong>locale</strong><br />  <code>locale</code> can be retrieved from /get-config endpoint(data-&gt;locale)<br />  Ex: <code>en-US</code><br />  Default value: <code>en-US</code></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["flights","cheapest-one-way"],"host":["sky-scanner3","p","rapidapi","com"],"query":[{"key":"fromEntityId","value":"CDG"},{"key":"toEntityId","value":"JFK"},{"key":"departDate","value":"2024-06-15"}],"variable":[]}},"response":[],"_postman_id":"83023569-3bb8-4838-aafa-34d83b7e5212"},{"name":"flights/skyId-list","id":"11ef6fa0-0ac1-4235-83ac-e9542a6d622d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/flights/skyId-list","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<p>Get skyId List</p>\n","urlObject":{"protocol":"https","path":["flights","skyId-list"],"host":["sky-scanner3","p","rapidapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"11ef6fa0-0ac1-4235-83ac-e9542a6d622d"}],"id":"767f1cdc-5206-4741-9b4c-ce70b882dd4d","_postman_id":"767f1cdc-5206-4741-9b4c-ce70b882dd4d","description":""},{"name":"flights/get-config","id":"85e32b26-afb2-418b-979f-96958ce7863a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-RapidAPI-Key","value":"{{RapidAPI-Key}}","type":"text"},{"key":"X-RapidAPI-Host","value":"sky-scanner3.p.rapidapi.com","type":"text"}],"url":"https://sky-scanner3.p.rapidapi.com/get-config","description":"<h3 id=\"description\">DESCRIPTION</h3>\n<p>Get market, locale, and currency to use in endpoints.</p>\n","urlObject":{"protocol":"https","path":["get-config"],"host":["sky-scanner3","p","rapidapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"85e32b26-afb2-418b-979f-96958ce7863a"}],"id":"f307dae7-ee5e-4fca-9fb3-1ad1163410e8","_postman_id":"f307dae7-ee5e-4fca-9fb3-1ad1163410e8","description":""}],"event":[{"listen":"prerequest","script":{"id":"d694c6d8-477d-4a8f-9f6a-b60fea1f8074","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"dc2c7a00-d2aa-4ab7-8a55-70c11a00cc67","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"RapidAPI-Key","value":"{{RapidAPI-Key}}"}]}