id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
50b98d42-85fb-4bbd-92f6-0b624770360a/a51f27d1-075f-46bd-b318-12bdfd67da93/0/0 | Transportistas de Argentina | Obten las oficinas, localidades y precios de tus envios en Argentina para Andreani, Oca y Correo Argentino. | 9.4 | /quotes/postcode/andreani/:clientNumber/:contractNumber/:officeIsoSrc/:postCodeDst | Quote for postcode in Andreani. | 200 | null | {"total": 790.33, "raw_response": {}} | {"type": "object", "properties": {"total": {"type": "number", "description": "Total cost without taxes."}, "raw_response": {"type": "object", "description": "RAW API Response"}}, "required": ["total", "raw_response"]} |
50b98d42-85fb-4bbd-92f6-0b624770360a/d415ab8c-ff33-4a6b-8161-b534c700506a/0/0 | Transportistas de Argentina | Obten las oficinas, localidades y precios de tus envios en Argentina para Andreani, Oca y Correo Argentino. | 9.4 | /quotes/postcode/correo_argentino/:weight/:postCodeSrc/:postCodeDst | List of quote for postcode in Correo Argentino. | 200 | null | [{"fiscalType": "cf", "quotes": [{"name": "classic", "door": 850.23, "office": 790.33}], "last_sync": 1679149633}] | {"type": "array", "items": {"type": "object", "properties": {"fiscalType": {"type": "string", "description": "Fiscal Type -> py: Responsable Inscripto. / cf: Monotributista y Consumidor Final.", "enum": ["cf", "py"]}, "quotes": {"description": "List of Quote", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Service name", "enum": ["classic", "express"]}, "door": {"type": "number", "description": "Door cost without taxes."}, "office": {"type": "number", "description": "Office cost without taxes."}}, "required": ["name", "door", "office"]}}, "last_sync": {"type": "number", "description": "Last time the price was synchronized with Correo Argentino"}}, "required": ["fiscalType", "quotes", "last_sync"]}} |
50b98d42-85fb-4bbd-92f6-0b624770360a/e4bfbe48-0517-4400-afbc-421440861080/0/0 | Transportistas de Argentina | Obten las oficinas, localidades y precios de tus envios en Argentina para Andreani, Oca y Correo Argentino. | 9.4 | /tracking/correo_argentino/create_task/:service/:tracking_code | Create task to get the history.
The result of the trace can be obtained after approximately 20-60 seconds by calling the endpoint: /tracking/correo_argentino/result_task/:task_id
**IMPORTANT: ** The result will only be stored for approx 1 hour. | 200 | Example_1 | {"task_id": "xxxxxxxxxx-2312"} | {"type": "object", "properties": {"task_id": {"type": "string", "description": "Task ID"}}, "required": ["task_id"]} |
50b98d42-85fb-4bbd-92f6-0b624770360a/9bad8de7-ceb1-4efa-8543-8cf44427b2b2/1/0 | Transportistas de Argentina | Obten las oficinas, localidades y precios de tus envios en Argentina para Andreani, Oca y Correo Argentino. | 9.4 | /offices/postcode/:service/:postCode | List of offices for iso state and postcode. | 200 | null | [{"id": "B0398", "iso": "IJL", "address": "CALLE 11 825", "hours": "LUN A VIE 09.00 A 16.00", "lat": "-35.4324196", "lng": "-60.1734760", "iso_state": "B", "description": "25 DE MAYO", "city": {"city_name_normalize": "SAN NICOLAS", "city_name": "San Nicol\u00e1s", "iso_state": "C", "postcode": "1043", "other_postcode": []}, "is_sender": {}, "is_receiver": {}}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "ID of office in Correo Argentino"}, "iso": {"type": "string", "description": "ISO of office in Correo Argentino"}, "address": {"type": "string", "description": "Address of office"}, "hours": {"type": "string", "description": "Office hours"}, "lat": {"type": "string", "description": "Office gps coordinate latitude"}, "lng": {"type": "string", "description": "Office gps coordinate longitude"}, "iso_state": {"type": "string", "description": "ISO State"}, "description": {"type": "string", "description": "Office name or other characteristics"}, "city": {"description": "Office City Location", "allOf": [{"type": "object", "properties": {"city_name_normalize": {"type": "string", "description": "Normalized city name in upper case, without accents or \u00d1."}, "city_name": {"type": "string", "description": "City name"}, "iso_state": {"type": "string", "description": "ISO State"}, "postcode": {"type": "number", "description": "Primary postcode", "minimum": 1000, "maximum": 9999}, "other_postcode": {"description": "Others postcodes linked to this city", "type": "array", "items": {"type": "number"}}}, "required": ["city_name_normalize", "city_name", "iso_state", "postcode"]}]}, "is_sender": {"type": "object", "description": "Office is sender"}, "is_receiver": {"type": "object", "description": "Office is receiver"}}, "required": ["id", "iso", "address", "hours", "lat", "lng", "iso_state", "description", "city", "is_sender", "is_receiver"]}} |
50b98d42-85fb-4bbd-92f6-0b624770360a/4ca91ce8-1a5a-4f57-9328-702a825c9683/0/0 | Transportistas de Argentina | Obten las oficinas, localidades y precios de tus envios en Argentina para Andreani, Oca y Correo Argentino. | 9.4 | /offices/search/:service/:stateIsoCode/:keyword | List of offices for iso state and postcode. | 200 | null | [{"id": "B0398", "iso": "IJL", "address": "CALLE 11 825", "hours": "LUN A VIE 09.00 A 16.00", "lat": "-35.4324196", "lng": "-60.1734760", "iso_state": "B", "description": "25 DE MAYO", "city": {"city_name_normalize": "SAN NICOLAS", "city_name": "San Nicol\u00e1s", "iso_state": "C", "postcode": "1043", "other_postcode": []}, "is_sender": {}, "is_receiver": {}}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "ID of office in Correo Argentino"}, "iso": {"type": "string", "description": "ISO of office in Correo Argentino"}, "address": {"type": "string", "description": "Address of office"}, "hours": {"type": "string", "description": "Office hours"}, "lat": {"type": "string", "description": "Office gps coordinate latitude"}, "lng": {"type": "string", "description": "Office gps coordinate longitude"}, "iso_state": {"type": "string", "description": "ISO State"}, "description": {"type": "string", "description": "Office name or other characteristics"}, "city": {"description": "Office City Location", "allOf": [{"type": "object", "properties": {"city_name_normalize": {"type": "string", "description": "Normalized city name in upper case, without accents or \u00d1."}, "city_name": {"type": "string", "description": "City name"}, "iso_state": {"type": "string", "description": "ISO State"}, "postcode": {"type": "number", "description": "Primary postcode", "minimum": 1000, "maximum": 9999}, "other_postcode": {"description": "Others postcodes linked to this city", "type": "array", "items": {"type": "number"}}}, "required": ["city_name_normalize", "city_name", "iso_state", "postcode"]}]}, "is_sender": {"type": "object", "description": "Office is sender"}, "is_receiver": {"type": "object", "description": "Office is receiver"}}, "required": ["id", "iso", "address", "hours", "lat", "lng", "iso_state", "description", "city", "is_sender", "is_receiver"]}} |
8bcc744e-b59a-428b-9e55-46bc081ddf15/4626a093-1e4a-4160-94fd-b8f151571fcb/0/0 | API Correo Argentino PAQ.AR | API MI CORREO AR
ePAQ Precios y Sucursales para Envios de Correo Argentino en Republica Argentina | 0.1 | precio | API MiCorreo ePaq - Correo Argentino
Precio & Sucursales
Token:"Solicitar mas info por Email"
Contacto:"[email protected]"
Endpoint: "https://demo.micorreoar.com/precio"
Endpoint: "https://demo.micorreoar.com/precios"
Endpoint: "https://demo.micorreoar.com/sucursales" | 200 | Precio | {"Authorization": "Solicitar por Email Apikey/Token", "Contacto": "[email protected]", "Datos Path Precio": "CodigoPostalOrigen/CodigoPostalDestino/0(sin Iva) 1(con Iva)/CP(Clasico) EP(Expreso)/S(Sucursal) D(Domicilio)/PesoPaquete/LargoCM/AnchoCM/ProfundidadCM"} | {"Informacion": [{"Authorization": "Solicitar por Email Apikey Token", "Contacto": "[email protected]", "Datos Path Precio": "CodigoPostalOrigen/CodigoPostalDestino/0(sin Iva) 1(con Iva)/CP(Clasico) EP(Expreso)/S(Sucursal) D(Domicilio)/PesoPaquete/LargoCM/AnchoCM/ProfundidadCM"}], "EjemploPrecio": [{"GET URL": "https://demo.micorreoar.com/precio/b7600/u9000/1/cp/d/12.34/55/60/95", "precio": 11671.55}, {"GET URL": "https://demo.micorreoar.com/precio/T4000/y4600/1/cp/s/20.78/20/25/30", "precio": 2854.98}, {"GET URL": "https://demo.micorreoar.com/precio/B1890/b2935/0/ep/s/0.12/19/16/90", "precio": 723.67}, {"GET URL": "https://demo.micorreoar.com/precio/B1890/b2936/0/ep/s/0.12/19/16/90", "precio": 1809.16}, {"GET URL": "https://demo.micorreoar.com/precio/h7600/k9000/1/cp/d/29.34/5/60/95", "precio": 4334.25}, {"GET URL": "https://demo.micorreoar.com/precio/b1057/z9000/1/ep/d/27.89/87/69/94", "precio": 79429.87}]} |
8bcc744e-b59a-428b-9e55-46bc081ddf15/a92823ab-3555-4c9f-af35-9fa262672c9d/0/0 | API Correo Argentino PAQ.AR | API MI CORREO AR
ePAQ Precios y Sucursales para Envios de Correo Argentino en Republica Argentina | 0.1 | / | API MiCorreo ePaq - Correo Argentino
Precio & Sucursales
Token:"Solicitar mas info por Email"
Contacto:"[email protected]"
Endpoint: "https://demo.micorreoar.com/precio"
Endpoint: "https://demo.micorreoar.com/precios"
Endpoint: "https://demo.micorreoar.com/sucursales" | 200 | Example_1 | {"Authorization": "Solicitar por Email Apikey/Token", "Contacto": "[email protected]", "WhatsApp": "+54 9 11-0000-0000", "Datos Path Precio": "CodigoPostalOrigen/CodigoPostalDestino/0(sin Iva) 1(con Iva)/CP(Clasico) EP(Expreso)/S(Sucursal) D(Domicilio)/PesoPaquete/LargoCM/AnchoCM/ProfundidadCM", "Datos Path Sucursales": "CodigoPostalDestino", "Datos Path Precios": "CodigoPostalOrigen/CodigoPostalDestino/PesoPaquete/LargoCM/AnchoCM/ProfundidadCM"} | {"Informacion": [{"Authorization": "Solicitar por Email Apikey Token", "Contacto": "[email protected]", "WhatsApp": "+54 9 11-0000-0000", "Datos Path Precio": "CodigoPostalOrigen/CodigoPostalDestino/0(sin Iva) 1(con Iva)/CP(Clasico) EP(Expreso)/S(Sucursal) D(Domicilio)/PesoPaquete/LargoCM/AnchoCM/ProfundidadCM", "Datos Path Sucursales": "CodigoPostalDestino", "Datos Path Precios": "CodigoPostalOrigen/CodigoPostalDestino/PesoPaquete/LargoCM/AnchoCM/ProfundidadCM"}], "EjemploPrecio": [{"GET URL": "https://demo.micorreoar.com/precio/b7600/u9000/1/cp/d/12.34/55/60/95", "precio": 11671.55}, {"GET URL": "https://demo.micorreoar.com/precio/T4000/y4600/1/cp/s/20.78/20/25/30", "precio": 2854.98}, {"GET URL": "https://demo.micorreoar.com/precio/B1890/b2935/0/ep/s/0.12/19/16/90", "precio": 723.67}, {"GET URL": "https://demo.micorreoar.com/precio/B1890/b2936/0/ep/s/0.12/19/16/90", "precio": 1809.16}, {"GET URL": "https://demo.micorreoar.com/precio/h7600/k9000/1/cp/d/29.34/5/60/95", "precio": 4334.25}, {"GET URL": "https://demo.micorreoar.com/precio/b1057/z9000/1/ep/d/27.89/87/69/94", "precio": 79429.87}], "EjemploSucursales": [{"GET URL": "https://demo.micorreoar.com/sucursales/3516", "Sucursales": [{"denominacion": "FLORENCIA - LA LECHUZA", "calle": "BECHARA NELLA DE", "numero": 198, "localidad": "FLORENCIA", "partido": "GENERAL OBLIGADO", "provincia": "SANTA FE", "latitud": "-28.0426596", "longitud": "-59.2242612", "horario": "Lunes a Sabado de 8 a 20 hs.", "categoria": "UNIDAD POSTAL", "codigoplanta": "POX", "nis": "S4277", "cp": 3516}, {"denominacion": "FLORENCIA", "calle": "SAN MARTIN", "numero": 655, "localidad": "FLORENCIA", "partido": "GENERAL OBLIGADO", "provincia": "SANTA FE", "latitud": "-28.039988", "longitud": "-59.218047", "horario": "Lunes a Viernes de 8 a 14:30 hs.", "categoria": "SUCURSAL", "codigoplanta": "HAP", "nis": "S0048", "cp": 3516}, {"denominacion": "BASAIL", "calle": "RUTA 11", "numero": 0, "localidad": "BASAIL", "partido": "SAN FERNANDO", "provincia": "CHACO", "latitud": "-27.881617", "longitud": "-59.278976", "horario": "Lunes a Viernes de 8 a 14 hs.", "categoria": "SUCURSAL", "codigoplanta": "HBW", "nis": "H0006", "cp": 3516}]}, {"GET URL": "https://demo.micorreoar.com/sucursales/S2000", "Sucursales": [{"denominacion": "ROSARIO - EL CHASQUI", "calle": "SAN LORENZO", "numero": 1072, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.944282", "longitud": "-60.637179", "horario": "Lunes a Viernes de 9 a 19 hs.", "categoria": "UNIDAD POSTAL", "codigoplanta": "CZM", "nis": "S3670", "cp": 2000}, {"denominacion": "CORREO CENTRAL ROSARIO", "calle": "CORDOBA", "numero": 721, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9474806", "longitud": "-60.6330600", "horario": "Lunes a Viernes de 8 a 17hs. - Sabado de 8 a 14 hs.", "categoria": "SUCURSAL", "codigoplanta": "SA1", "nis": "S0300", "cp": 2000}, {"denominacion": "ROSARIO 11", "calle": "RIOJA", "numero": 1702, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9460609", "longitud": "-60.6468812", "horario": "Lunes a Viernes de 8 a 15 hs.", "categoria": "SUCURSAL", "codigoplanta": "SAM", "nis": "S0311", "cp": 2000}, {"denominacion": "ROSARIO - EZEQUIEL MONTANI", "calle": "ALEM LEANDRO NICEFORO", "numero": 1309, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9546549", "longitud": "-60.6298676", "horario": "Lunes a Sabado de 10 a 19 hs.", "categoria": "UNIDAD POSTAL", "codigoplanta": "OIM", "nis": "S4201", "cp": 2000}, {"denominacion": "ROSARIO 3", "calle": "CORRIENTES", "numero": 1676, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9561999", "longitud": "-60.6450173", "horario": "Lunes a Viernes de 8 a 15 hs.", "categoria": "SUCURSAL", "codigoplanta": "SAE", "nis": "S0303", "cp": 2000}, {"denominacion": "ROSARIO 15", "calle": "PARAGUAY", "numero": 818, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9456593", "longitud": "-60.6438350", "horario": "Lunes a Viernes de 8 a 18 hs.", "categoria": "SUCURSAL", "codigoplanta": "SAQ", "nis": "S0315", "cp": 2000}, {"denominacion": "ROSARIO - AGENCIA PARQUE", "calle": "27 DE FEBRERO", "numero": 1928, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.965427", "longitud": "-60.654766", "horario": "Lunes a Viernes de 9 a 13:30 y de 15 a 20 hs. - Sabado de 9 a 13:30 y de 16 a 20 hs.", "categoria": "UNIDAD POSTAL", "codigoplanta": "OZP", "nis": "S4249", "cp": 2000}, {"denominacion": "ROSARIO 1", "calle": "ALEM LEANDRO NICEFORO", "numero": 1755, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9595845", "longitud": "-60.6310995", "horario": "Lunes a Viernes de 8 a 15 hs.", "categoria": "SUCURSAL", "codigoplanta": "SAC", "nis": "S0301", "cp": 2000}, {"denominacion": "ROSARIO 2", "calle": "CORDOBA", "numero": 2401, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9432194", "longitud": "-60.6561721", "horario": "Lunes a Viernes de 8 a 15 hs.", "categoria": "SUCURSAL", "codigoplanta": "SAD", "nis": "S0302", "cp": 2000}, {"denominacion": "ROSARIO POLIRUBRO OVIDIO LAGOS", "calle": "LAGOS OVIDIO", "numero": 501, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9389077", "longitud": "-60.6604996", "horario": "Lunes a Viernes de 9 a 20 hs. - Sabado 9 a 13 hs. - Domingo 9 a 13 hs.", "categoria": "UNIDAD POSTAL", "codigoplanta": "FED", "nis": "S3943", "cp": 2000}, {"denominacion": "ROSARIO 4", "calle": "LAGOS OVIDIO", "numero": 182, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9350446", "longitud": "-60.6597479", "horario": "Lunes a Viernes de 8 a 15 hs.", "categoria": "SUCURSAL", "codigoplanta": "SAF", "nis": "S0304", "cp": 2000}, {"denominacion": "ROSARIO 5", "calle": "LAGOS OVIDIO", "numero": 1199, "localidad": "ROSARIO", "partido": "ROSARIO", "provincia": "SANTA FE", "latitud": "-32.9473275", "longitud": "-60.6628090", "horario": "Lunes a Viernes de 8 a 15 hs.", "categoria": "SUCURSAL", "codigoplanta": "SAG", "nis": "S0305", "cp": 2000}]}]} |
fb96013d-9705-48e6-8338-428af975ee4d/d8021270-6095-44dc-b0c6-dd5a8dd57806/0/0 | Geo Location | Get latitude and longitude from an address or an address from latitude and longitude | null | Address from coordinates | Gets an address from latitude and longitude | 200 | Response | {"address": "Las Vegas City Hall, 495, South Main Street, Las Vegas, Clark County, Nevada, 89101, United States", "status": "success"} | {"type": "object", "properties": {"address": {"type": "string"}, "status": {"type": "string"}}} |
fb96013d-9705-48e6-8338-428af975ee4d/944c0042-d68a-4c7b-84ae-e0975f4dbab4/0/0 | Geo Location | Get latitude and longitude from an address or an address from latitude and longitude | null | Coordinates from address | Gets latitude and longitude from an address. | 200 | Response | {"latitude": 36.1672559, "longitude": -115.148516, "status": "success"} | {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "status": {"type": "string"}}} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/a33562ee-d9b3-4ac4-8495-f8489a7c5760/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersStatusInBkOrBl | This endpoint is used to retrieve the status of every container in a given booking or bill or lading on the given sealine.
For each container, it will return both the last event and the next event.
Example
If the last event is "Container Loaded" and the Next is "Container discharge", you'll know that your container is onboard a vessel. | 200 | null | [{"containerId": "<string>", "lastEvent": {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}, "nextEvent": {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}}, {"containerId": "<string>", "lastEvent": {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}, "nextEvent": {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}}] | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/a33562ee-d9b3-4ac4-8495-f8489a7c5760/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersStatusInBkOrBl | This endpoint is used to retrieve the status of every container in a given booking or bill or lading on the given sealine.
For each container, it will return both the last event and the next event.
Example
If the last event is "Container Loaded" and the Next is "Container discharge", you'll know that your container is onboard a vessel. | 400 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/fd6e70c4-60bf-4cf7-99c4-37a50b3bb608/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerEvents | This endpoint is used to retrieve all events of a given container, in the past of the future. | 200 | null | {"containerId": "<string>", "events": [{"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}, {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}]} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/fd6e70c4-60bf-4cf7-99c4-37a50b3bb608/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerEvents | This endpoint is used to retrieve all events of a given container, in the past of the future. | 400 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/f50c6e17-7a6c-49d4-9c99-7c195c74376b/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveYourMonthlyUsages | The endpoint allows you to retrieve your monthly usages of the API | 401 | null | {"errorCode": 79339213, "message": "ex veniam consequat in labore", "details": ["cillum quis non", "dolor anim aliquip non"], "time": "1980-07-29T05:00:02.987Z"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/f50c6e17-7a6c-49d4-9c99-7c195c74376b/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveYourMonthlyUsages | The endpoint allows you to retrieve your monthly usages of the API | 500 | null | {"errorCode": 79339213, "message": "ex veniam consequat in labore", "details": ["cillum quis non", "dolor anim aliquip non"], "time": "1980-07-29T05:00:02.987Z"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/f50c6e17-7a6c-49d4-9c99-7c195c74376b/1/1 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveYourMonthlyUsages | The endpoint allows you to retrieve your monthly usages of the API | 500 | null | {"errorCode": 79339213, "message": "ex veniam consequat in labore", "details": ["cillum quis non", "dolor anim aliquip non"], "time": "1980-07-29T05:00:02.987Z"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/f50c6e17-7a6c-49d4-9c99-7c195c74376b/2/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveYourMonthlyUsages | The endpoint allows you to retrieve your monthly usages of the API | 200 | null | {"allCalls": 15, "successCalls": 13, "clientErrorCalls": 1, "serverErrorCalls": 1, "consumedApiUnits": 25, "periodicUsages": {"2022-05": {"allCalls": 15, "successCalls": 13, "clientErrorCalls": 1, "serverErrorCalls": 1, "consumedApiUnits": 25}}} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/9124907a-45dd-46ef-9425-0a241f651a50/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerStatus | This endpoint is used to retrieve the status of a given container.
It will return both the last event and the next event of the container.
Example
If the last event is "Container Loaded" and the Next is "Container discharge", you'll know that your container is onboard a vessel. | 400 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/9124907a-45dd-46ef-9425-0a241f651a50/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerStatus | This endpoint is used to retrieve the status of a given container.
It will return both the last event and the next event of the container.
Example
If the last event is "Container Loaded" and the Next is "Container discharge", you'll know that your container is onboard a vessel. | 200 | null | {"containerId": "<string>", "lastEvent": {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}, "nextEvent": {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/cc89e32e-b771-43a5-ab77-214be7a16dac/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersLocationInBkOrBl | This endpoint is used to retrieve the locations of every container in a given booking or bill or lading on the given sealine. | 400 | null | {"errorCode": 79339213, "message": "ex veniam consequat in labore", "details": ["cillum quis non", "dolor anim aliquip non"], "time": "1980-07-29T05:00:02.987Z"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/cc89e32e-b771-43a5-ab77-214be7a16dac/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersLocationInBkOrBl | This endpoint is used to retrieve the locations of every container in a given booking or bill or lading on the given sealine. | 200 | null | [{"containerId": "FANU1172910", "location": {"longitude": -0.39362358826455934, "latitude": 49.20156472251085}}, {"containerId": "FANU1172910", "location": {"longitude": -0.39362358826455934, "latitude": 49.20156472251085}}] | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/0710da6a-ac78-4d8f-a2b4-654dddc2aa1e/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerLocation | This endpoint is used to retrieve the location of a given container. | 400 | null | {"errorCode": 79339213, "message": "ex veniam consequat in labore", "details": ["cillum quis non", "dolor anim aliquip non"], "time": "1980-07-29T05:00:02.987Z"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/0710da6a-ac78-4d8f-a2b4-654dddc2aa1e/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerLocation | This endpoint is used to retrieve the location of a given container. | 200 | null | {"containerId": "FANU1172910", "location": {"longitude": -0.39362358826455934, "latitude": 49.20156472251085}} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/8e56e327-1038-4782-9d5a-9c94ca76ece8/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersEventsInBkOrBl | This endpoint is used to retrieve events of every container in a given booking or bill or lading on the given sealine. | 400 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/8e56e327-1038-4782-9d5a-9c94ca76ece8/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersEventsInBkOrBl | This endpoint is used to retrieve events of every container in a given booking or bill or lading on the given sealine. | 200 | null | [{"containerId": "<string>", "events": [{"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}, {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}]}, {"containerId": "<string>", "events": [{"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}, {"code": "<string>", "text": "<string>", "portCode": "<string>", "location": "<string>", "date": "<dateTime>"}]}] | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/d71f1db9-b3d6-4fb0-8f68-10d24687b1be/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersEtaInBkOrBl | This endpoint is used to retrieve the ETA of every container in a given booking or bill or lading on the given sealine. | 200 | null | [{"containerId": "<string>", "nextPortArrival": {"locode": "<string>", "date": "<dateTime>"}, "lastPortArrival": {"locode": "<string>", "date": "<dateTime>"}, "complementaryMessage": "<string>"}, {"containerId": "<string>", "nextPortArrival": {"locode": "<string>", "date": "<dateTime>"}, "lastPortArrival": {"locode": "<string>", "date": "<dateTime>"}, "complementaryMessage": "<string>"}] | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/d71f1db9-b3d6-4fb0-8f68-10d24687b1be/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainersEtaInBkOrBl | This endpoint is used to retrieve the ETA of every container in a given booking or bill or lading on the given sealine. | 400 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/80988737-b0ff-4132-a262-5104f4b688eb/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerEta | This endpoint is used to retrieve the eta of a given container. It will return both the ETA at the next port of discharge and at the last port of discharge. If there are no expected transhipments, next and last will return the same value. | 400 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/80988737-b0ff-4132-a262-5104f4b688eb/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | retrieveContainerEta | This endpoint is used to retrieve the eta of a given container. It will return both the ETA at the next port of discharge and at the last port of discharge. If there are no expected transhipments, next and last will return the same value. | 200 | null | {"containerId": "<string>", "nextPortArrival": {"locode": "<string>", "date": "<dateTime>"}, "lastPortArrival": {"locode": "<string>", "date": "<dateTime>"}, "complementaryMessage": "<string>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/98ecb8cf-566e-4778-906e-0101743d3666/0/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | getSupportedSealines | The endpoint allows you to retrieve supported sealines | 401 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/98ecb8cf-566e-4778-906e-0101743d3666/1/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | getSupportedSealines | The endpoint allows you to retrieve supported sealines | 500 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/98ecb8cf-566e-4778-906e-0101743d3666/1/1 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | getSupportedSealines | The endpoint allows you to retrieve supported sealines | 500 | null | {"errorCode": "<integer>", "message": "<string>", "details": ["<string>", "<string>"], "time": "<dateTime>"} | {"type": "object"} |
192a5cbd-33d0-4551-8bc6-1096169cffdf/98ecb8cf-566e-4778-906e-0101743d3666/2/0 | Sinay Dev | APIs for Ocean Freight Tracking and Emissions Monitoring | 7.2 | getSupportedSealines | The endpoint allows you to retrieve supported sealines | 200 | null | [{"code": "<string>", "name": "<string>"}, {"code": "<string>", "name": "<string>"}] | {"type": "object"} |
f229c0f4-dcbc-492f-a6c9-0e84a7f5e9b0/69e8d7e5-f235-4f6e-979f-1a927e510d40/0/0 | suivi-colis | L'API de suivi des colis en Nouvelle-Calédonie | 8.2 | Latest | L'état courant (ie. le dernier état du colis). | 200 | Response | {"rawDateHeure": "09/09/2019 09:41:12", "pays": "Nouvelle-Cal\u00e9donie", "localisation": "NOUMEA CDC", "typeEvenement": "Votre courrier/colis a \u00e9t\u00e9 livr\u00e9", "informations": "", "date": "2019-09-09T09:41:12", "status": "COLIS_LIVRE", "country": {"iso": "NCL", "code": "NC", "name": "nouvelle-caledonie"}, "localization": {"name": "NOUMEA CDC", "longName": "Office des Postes - Agence Principale", "url": "https://goo.gl/maps/verSQbb6tQaqzKq87"}, "itemId": "CA107308006SI"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rawDateHeure": {"type": "string"}, "pays": {"type": "string"}, "localisation": {"type": "string"}, "typeEvenement": {"type": "string"}, "informations": {"type": "string"}, "date": {"type": "string"}, "status": {"type": "string"}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "iso", "name"]}, "localization": {"type": "object", "properties": {"name": {"type": "string"}, "longName": {"type": "string"}, "url": {"type": "string"}}, "required": ["longName", "name", "url"]}, "itemId": {"type": "string"}}, "required": ["country", "date", "informations", "itemId", "localisation", "localization", "pays", "rawDateHeure", "status", "typeEvenement"]} |
f229c0f4-dcbc-492f-a6c9-0e84a7f5e9b0/6abb8586-1a61-44ae-94f1-49f277d289a1/0/0 | suivi-colis | L'API de suivi des colis en Nouvelle-Calédonie | 8.2 | Count | Compte le nombre d'étapes de l'historique, pratique pour limiter la consommation réseau ou les ressources sur un IoT. Permet par exemple de poller un état de manière optimale. | 200 | Response | {"nbSteps": 6} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"nbSteps": {"type": "integer"}}, "required": ["nbSteps"]} |
f229c0f4-dcbc-492f-a6c9-0e84a7f5e9b0/91882fe3-d22e-4a6a-8389-99c5882c1fb1/0/0 | suivi-colis | L'API de suivi des colis en Nouvelle-Calédonie | 8.2 | All | Tout l'historique du colis depuis son envoi jusqu'au dernier état en cours. | 200 | Response | [{"rawDateHeure": "09/09/2019 09:41:12", "pays": "Nouvelle-Cal\u00e9donie", "localisation": "NOUMEA CDC", "typeEvenement": "Votre courrier/colis a \u00e9t\u00e9 livr\u00e9", "informations": "", "date": "2019-09-09T09:41:12", "status": "COLIS_LIVRE", "country": {"iso": "NCL", "code": "NC", "name": "nouvelle-caledonie"}, "localization": {"name": "NOUMEA CDC", "longName": "Office des Postes - Agence Principale", "url": "https://goo.gl/maps/verSQbb6tQaqzKq87"}, "itemId": "CA107308006SI"}, {"rawDateHeure": "06/09/2019 15:38:04", "pays": "Nouvelle-Cal\u00e9donie", "localisation": "NOUMEA-CTP", "typeEvenement": "Votre courrier/colis est en cours d'acheminement.", "informations": "", "date": "2019-09-06T15:38:04", "status": "COLIS_EN_COURS_ACHEMINEMENT", "country": {"iso": "NCL", "code": "NC", "name": "nouvelle-caledonie"}, "localization": {"name": "NOUMEA-CTP", "longName": "OPT CTP Centre De Traitement Postal", "url": "https://goo.gl/maps/GDNkWp7QvHyNFuAM6"}, "itemId": "CA107308006SI"}, {"rawDateHeure": "06/09/2019 10:43:27", "pays": "Nouvelle-Cal\u00e9donie", "localisation": "NOUMEA-CTP", "typeEvenement": "Votre courrier/colis est en cours de d\u00e9douanement", "informations": "En attente de pr\u00e9sentation \u00e0 l'officier des douanes", "date": "2019-09-06T10:43:27", "status": "COLIS_EN_COURS_DEDOUANEMENT", "country": {"iso": "NCL", "code": "NC", "name": "nouvelle-caledonie"}, "localization": {"name": "NOUMEA-CTP", "longName": "OPT CTP Centre De Traitement Postal", "url": "https://goo.gl/maps/GDNkWp7QvHyNFuAM6"}, "itemId": "CA107308006SI"}, {"rawDateHeure": "06/09/2019 10:43:27", "pays": "Nouvelle-Cal\u00e9donie", "localisation": "NOUMEA-CTP", "typeEvenement": "Votre courrier/colis est arriv\u00e9 dans le pays de destination", "informations": "", "date": "2019-09-06T10:43:27", "status": "COLIS_ARRIVE_PAYS_DESTINATION", "country": {"iso": "NCL", "code": "NC", "name": "nouvelle-caledonie"}, "localization": {"name": "NOUMEA-CTP", "longName": "OPT CTP Centre De Traitement Postal", "url": "https://goo.gl/maps/GDNkWp7QvHyNFuAM6"}, "itemId": "CA107308006SI"}, {"rawDateHeure": "09/08/2019 08:29:00", "pays": "Slov\u00e9nie", "localisation": "LJUBLJANA 1003", "typeEvenement": "Votre courrier/colis a quitt\u00e9 le pays d'origine", "informations": "", "date": "2019-08-09T08:29:00", "status": "COLIS_A_QUITTE_PAYS_ORIGINE", "country": {"iso": "SVN", "code": "SI", "name": "slovenie"}, "localization": {"name": "LJUBLJANA 1003", "longName": "Ljubljana", "url": "https://goo.gl/maps/GyPs8RGGxpCH36Xb7"}, "itemId": "CA107308006SI"}, {"rawDateHeure": "06/08/2019 09:37:00", "pays": "Slov\u00e9nie", "localisation": "2116", "typeEvenement": "Votre courrier/colis a \u00e9t\u00e9 pris en charge", "informations": "", "date": "2019-08-06T09:37:00", "status": "COLIS_PRIS_EN_CHARGE", "country": {"iso": "SVN", "code": "SI", "name": "slovenie"}, "localization": {"name": null, "longName": null, "url": null}, "itemId": "CA107308006SI"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rawDateHeure": {"type": "string"}, "pays": {"type": "string"}, "localisation": {"type": "string"}, "typeEvenement": {"type": "string"}, "informations": {"type": "string"}, "date": {"type": "string"}, "status": {"type": "string"}, "country": {"type": "object", "properties": {"iso": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "iso", "name"]}, "localization": {"type": "object", "properties": {"name": {"type": ["null", "string"]}, "longName": {"type": ["null", "string"]}, "url": {"type": ["null", "string"]}}, "required": ["longName", "name", "url"]}, "itemId": {"type": "string"}}, "required": ["country", "date", "informations", "itemId", "localisation", "localization", "pays", "rawDateHeure", "status", "typeEvenement"]}} |
33b7d26a-c6fb-4b6c-9546-a76fabe67de8/c9287cd9-3b01-4d2c-8873-b35d84cecdec/0/0 | Air Cargo Route and Schedule | Get latest routes and schedules from more than 630 airlines | 2 | Search | Search latest routes and schedule | 200 | Response | [{"airlineCode": "KE", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T02:55:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T01:25:00Z", "flightNumber": "KE504-KE249", "legs": [{"aircraftCode": "77X", "arrivalAirport": "ICN", "arrivalTime": "2021-04-23T20:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.3914888230946203}, "departureAirport": "CDG", "departureTime": "2021-04-23T01:25:00Z", "flightNumber": "KE504"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T02:55:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.28116011617643133}, "departureAirport": "ICN", "departureTime": "2021-04-24T01:45:00Z", "flightNumber": "KE249"}]}, {"airlineCode": "3V", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T04:35:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T00:10:00Z", "flightNumber": "3V4869-3V801", "legs": [{"aircraftCode": "73K", "arrivalAirport": "LGG", "arrivalTime": "2021-04-23T01:12:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.1421044458977781}, "departureAirport": "CDG", "departureTime": "2021-04-23T00:10:00Z", "flightNumber": "3V4869"}, {"aircraftCode": "74Y", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T04:35:00Z", "bodyType": "", "co2": {"estimation": false, "value": 3.0217610481755575}, "departureAirport": "LGG", "departureTime": "2021-04-23T09:55:00Z", "flightNumber": "3V801"}]}, {"airlineCode": "LH", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T05:50:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T07:00:00Z", "flightNumber": "LH1051-LH8400", "legs": [{"aircraftCode": "319", "arrivalAirport": "FRA", "arrivalTime": "2021-04-23T08:15:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.18946447221567764}, "departureAirport": "CDG", "departureTime": "2021-04-23T07:00:00Z", "flightNumber": "LH1051"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T05:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.3740810338745564}, "departureAirport": "FRA", "departureTime": "2021-04-23T13:05:00Z", "flightNumber": "LH8400"}]}, {"airlineCode": "LH", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T11:10:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T07:00:00Z", "flightNumber": "LH1051-LH732", "legs": [{"aircraftCode": "319", "arrivalAirport": "FRA", "arrivalTime": "2021-04-23T08:15:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.18946447221567764}, "departureAirport": "CDG", "departureTime": "2021-04-23T07:00:00Z", "flightNumber": "LH1051"}, {"aircraftCode": "343", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T11:10:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.9339811590503824}, "departureAirport": "FRA", "departureTime": "2021-04-23T17:55:00Z", "flightNumber": "LH732"}]}, {"airlineCode": "CL", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T11:10:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T10:05:00Z", "flightNumber": "CL1027-LH732", "legs": [{"aircraftCode": "CR9", "arrivalAirport": "FRA", "arrivalTime": "2021-04-23T11:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.49126327581133633}, "departureAirport": "CDG", "departureTime": "2021-04-23T10:05:00Z", "flightNumber": "CL1027"}, {"aircraftCode": "343", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T11:10:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.9339811590503824}, "departureAirport": "FRA", "departureTime": "2021-04-23T17:55:00Z", "flightNumber": "LH732"}]}, {"airlineCode": "OS", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T15:45:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T10:00:00Z", "flightNumber": "OS412-OS75", "legs": [{"aircraftCode": "319", "arrivalAirport": "VIE", "arrivalTime": "2021-04-23T11:55:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.33603564749816345}, "departureAirport": "CDG", "departureTime": "2021-04-23T10:00:00Z", "flightNumber": "OS412"}, {"aircraftCode": "772", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T15:45:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.1422529643216928}, "departureAirport": "VIE", "departureTime": "2021-04-23T23:30:00Z", "flightNumber": "OS75"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T23:05:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T08:55:00Z", "flightNumber": "QR42-QR8350", "legs": [{"aircraftCode": "359", "arrivalAirport": "DOH", "arrivalTime": "2021-04-23T16:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 379.56743085969623}, "departureAirport": "CDG", "departureTime": "2021-04-23T08:55:00Z", "flightNumber": "QR42"}, {"aircraftCode": "77W", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T23:05:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.515283640007719}, "departureAirport": "DOH", "departureTime": "2021-04-24T09:20:00Z", "flightNumber": "QR8350"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T23:05:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T16:05:00Z", "flightNumber": "QR40-QR8350", "legs": [{"aircraftCode": "77W", "arrivalAirport": "DOH", "arrivalTime": "2021-04-23T23:30:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.1224479459609893}, "departureAirport": "CDG", "departureTime": "2021-04-23T16:05:00Z", "flightNumber": "QR40"}, {"aircraftCode": "77W", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T23:05:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.515283640007719}, "departureAirport": "DOH", "departureTime": "2021-04-24T09:20:00Z", "flightNumber": "QR8350"}]}, {"airlineCode": "SQ", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:10:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T12:00:00Z", "flightNumber": "SQ335-SQ7898", "legs": [{"aircraftCode": "359", "arrivalAirport": "SIN", "arrivalTime": "2021-04-24T06:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 818.8726605381954}, "departureAirport": "CDG", "departureTime": "2021-04-23T12:00:00Z", "flightNumber": "SQ335"}, {"aircraftCode": "74Y", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:10:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.312110125696578}, "departureAirport": "SIN", "departureTime": "2021-04-24T18:55:00Z", "flightNumber": "SQ7898"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:50:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T08:55:00Z", "flightNumber": "QR42-QR8960", "legs": [{"aircraftCode": "359", "arrivalAirport": "DOH", "arrivalTime": "2021-04-23T16:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 379.56743085969623}, "departureAirport": "CDG", "departureTime": "2021-04-23T08:55:00Z", "flightNumber": "QR42"}, {"aircraftCode": "74N", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.79614093661705}, "departureAirport": "DOH", "departureTime": "2021-04-24T11:35:00Z", "flightNumber": "QR8960"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:50:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T16:05:00Z", "flightNumber": "QR40-QR8960", "legs": [{"aircraftCode": "77W", "arrivalAirport": "DOH", "arrivalTime": "2021-04-23T23:30:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.1224479459609893}, "departureAirport": "CDG", "departureTime": "2021-04-23T16:05:00Z", "flightNumber": "QR40"}, {"aircraftCode": "74N", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.79614093661705}, "departureAirport": "DOH", "departureTime": "2021-04-24T11:35:00Z", "flightNumber": "QR8960"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:50:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T23:20:00Z", "flightNumber": "QR8853-QR8960", "legs": [{"aircraftCode": "77W", "arrivalAirport": "DOH", "arrivalTime": "2021-04-24T06:55:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.1224479459609893}, "departureAirport": "CDG", "departureTime": "2021-04-23T23:20:00Z", "flightNumber": "QR8853"}, {"aircraftCode": "74N", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.79614093661705}, "departureAirport": "DOH", "departureTime": "2021-04-24T11:35:00Z", "flightNumber": "QR8960"}]}, {"airlineCode": "EK", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T01:05:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T15:35:00Z", "flightNumber": "EK74-EK9888", "legs": [{"aircraftCode": "388", "arrivalAirport": "DXB", "arrivalTime": "2021-04-24T00:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.343618138883576}, "departureAirport": "CDG", "departureTime": "2021-04-23T15:35:00Z", "flightNumber": "EK74"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T01:05:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.7461691403668884}, "departureAirport": "DXB", "departureTime": "2021-04-24T13:15:00Z", "flightNumber": "EK9888"}]}, {"airlineCode": "EK", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T01:05:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T21:55:00Z", "flightNumber": "EK76-EK9888", "legs": [{"aircraftCode": "77W", "arrivalAirport": "DXB", "arrivalTime": "2021-04-24T06:35:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.1801312117038003}, "departureAirport": "CDG", "departureTime": "2021-04-23T21:55:00Z", "flightNumber": "EK76"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T01:05:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.7461691403668884}, "departureAirport": "DXB", "departureTime": "2021-04-24T13:15:00Z", "flightNumber": "EK9888"}]}, {"airlineCode": "EY", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T02:30:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T14:20:00Z", "flightNumber": "EY38-EY9911", "legs": [{"aircraftCode": "781", "arrivalAirport": "AUH", "arrivalTime": "2021-04-23T22:45:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.916660222712746}, "departureAirport": "CDG", "departureTime": "2021-04-23T14:20:00Z", "flightNumber": "EY38"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T02:30:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.7725971759642822}, "departureAirport": "AUH", "departureTime": "2021-04-24T13:35:00Z", "flightNumber": "EY9911"}]}, {"airlineCode": "EY", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T14:20:00Z", "flightNumber": "EY38-EY931", "legs": [{"aircraftCode": "781", "arrivalAirport": "AUH", "arrivalTime": "2021-04-23T22:45:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.916660222712746}, "departureAirport": "CDG", "departureTime": "2021-04-23T14:20:00Z", "flightNumber": "EY38"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.7725971759642822}, "departureAirport": "AUH", "departureTime": "2021-04-24T14:05:00Z", "flightNumber": "EY931"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T08:55:00Z", "flightNumber": "QR42-QR8798", "legs": [{"aircraftCode": "359", "arrivalAirport": "DOH", "arrivalTime": "2021-04-23T16:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 379.56743085969623}, "departureAirport": "CDG", "departureTime": "2021-04-23T08:55:00Z", "flightNumber": "QR42"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.8366844935781135}, "departureAirport": "DOH", "departureTime": "2021-04-24T13:40:00Z", "flightNumber": "QR8798"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T16:05:00Z", "flightNumber": "QR40-QR8798", "legs": [{"aircraftCode": "77W", "arrivalAirport": "DOH", "arrivalTime": "2021-04-23T23:30:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.1224479459609893}, "departureAirport": "CDG", "departureTime": "2021-04-23T16:05:00Z", "flightNumber": "QR40"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.8366844935781135}, "departureAirport": "DOH", "departureTime": "2021-04-24T13:40:00Z", "flightNumber": "QR8798"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T23:20:00Z", "flightNumber": "QR8853-QR8798", "legs": [{"aircraftCode": "77W", "arrivalAirport": "DOH", "arrivalTime": "2021-04-24T06:55:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.1224479459609893}, "departureAirport": "CDG", "departureTime": "2021-04-23T23:20:00Z", "flightNumber": "QR8853"}, {"aircraftCode": "77X", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 1.8366844935781135}, "departureAirport": "DOH", "departureTime": "2021-04-24T13:40:00Z", "flightNumber": "QR8798"}]}, {"airlineCode": "CK", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T06:30:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T12:25:00Z", "flightNumber": "MU7554", "legs": [{"aircraftCode": "A330", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T06:30:00Z", "bodyType": "", "co2": {"estimation": true, "value": 4.220969120762892}, "departureAirport": "CDG", "departureTime": "2021-04-23T12:25:00Z", "flightNumber": "MU7554"}]}, {"airlineCode": "QY", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T02:20:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T21:15:00Z", "flightNumber": "QY1261-QY560", "legs": [{"aircraftCode": "75F", "arrivalAirport": "LEJ", "arrivalTime": "2021-04-23T22:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.36270750380658306}, "departureAirport": "CDG", "departureTime": "2021-04-23T21:15:00Z", "flightNumber": "QY1261"}, {"aircraftCode": "777", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T02:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.1568867624918173}, "departureAirport": "LEJ", "departureTime": "2021-04-24T08:45:00Z", "flightNumber": "QY560"}], "loading": true}, {"airlineCode": "CA", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T05:05:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X-CA1024", "legs": [{"aircraftCode": "RFS", "arrivalAirport": "AMS", "arrivalTime": "2021-04-24T05:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 24.692726690095476}, "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X"}, {"aircraftCode": "777F", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T05:05:00Z", "bodyType": "", "co2": {"estimation": true, "value": 4.06287508058429}, "departureAirport": "AMS", "departureTime": "2021-04-24T12:30:00Z", "flightNumber": "CA1024"}], "loading": true}, {"airlineCode": "CA", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T07:05:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X-CA1036", "legs": [{"aircraftCode": "RFS", "arrivalAirport": "AMS", "arrivalTime": "2021-04-24T05:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 24.692726690095476}, "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X"}, {"aircraftCode": "747", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T07:05:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.9406013198269196}, "departureAirport": "AMS", "departureTime": "2021-04-24T13:40:00Z", "flightNumber": "CA1036"}], "loading": true}, {"airlineCode": "CA", "arrivalAirport": "PVG", "arrivalTime": "2021-04-26T05:10:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X-CA1038", "legs": [{"aircraftCode": "RFS", "arrivalAirport": "AMS", "arrivalTime": "2021-04-24T05:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 24.692726690095476}, "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X"}, {"aircraftCode": "777F", "arrivalAirport": "PVG", "arrivalTime": "2021-04-26T05:10:00Z", "bodyType": "", "co2": {"estimation": true, "value": 4.06287508058429}, "departureAirport": "AMS", "departureTime": "2021-04-25T13:20:00Z", "flightNumber": "CA1038"}], "loading": true}, {"airlineCode": "QY", "arrivalAirport": "PVG", "arrivalTime": "2021-04-26T22:35:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T21:15:00Z", "flightNumber": "QY1261-QY570", "legs": [{"aircraftCode": "75F", "arrivalAirport": "LEJ", "arrivalTime": "2021-04-23T22:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.36270750380658306}, "departureAirport": "CDG", "departureTime": "2021-04-23T21:15:00Z", "flightNumber": "QY1261"}, {"aircraftCode": "77F", "arrivalAirport": "PVG", "arrivalTime": "2021-04-26T22:35:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.2952729437387385}, "departureAirport": "LEJ", "departureTime": "2021-04-26T04:55:00Z", "flightNumber": "QY570"}], "loading": true}, {"airlineCode": "QY", "arrivalAirport": "PVG", "arrivalTime": "2021-04-26T22:35:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T21:00:00Z", "flightNumber": "QY7331-QY570", "legs": [{"aircraftCode": "RFS", "arrivalAirport": "LEJ", "arrivalTime": "2021-04-24T15:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 45.84393415102156}, "departureAirport": "CDG", "departureTime": "2021-04-23T21:00:00Z", "flightNumber": "QY7331"}, {"aircraftCode": "77F", "arrivalAirport": "PVG", "arrivalTime": "2021-04-26T22:35:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.2952729437387385}, "departureAirport": "LEJ", "departureTime": "2021-04-26T04:55:00Z", "flightNumber": "QY570"}], "loading": true}, {"airlineCode": "QY", "arrivalAirport": "PVG", "arrivalTime": "2021-04-27T01:20:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T21:15:00Z", "flightNumber": "QY1261-QY552", "legs": [{"aircraftCode": "75F", "arrivalAirport": "LEJ", "arrivalTime": "2021-04-23T22:50:00Z", "bodyType": "", "co2": {"estimation": false, "value": 0.36270750380658306}, "departureAirport": "CDG", "departureTime": "2021-04-23T21:15:00Z", "flightNumber": "QY1261"}, {"aircraftCode": "777", "arrivalAirport": "PVG", "arrivalTime": "2021-04-27T01:20:00Z", "bodyType": "", "co2": {"estimation": false, "value": 2.1568867624918173}, "departureAirport": "LEJ", "departureTime": "2021-04-26T07:45:00Z", "flightNumber": "QY552"}], "loading": true}, {"airlineCode": "CA", "arrivalAirport": "PVG", "arrivalTime": "2021-04-27T10:40:00Z", "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X-CA1026", "legs": [{"aircraftCode": "RFS", "arrivalAirport": "AMS", "arrivalTime": "2021-04-24T05:00:00Z", "bodyType": "", "co2": {"estimation": false, "value": 24.692726690095476}, "departureAirport": "CDG", "departureTime": "2021-04-23T18:00:00Z", "flightNumber": "CA2507X"}, {"aircraftCode": "777F", "arrivalAirport": "PVG", "arrivalTime": "2021-04-27T10:40:00Z", "bodyType": "", "co2": {"estimation": true, "value": 4.06287508058429}, "departureAirport": "AMS", "departureTime": "2021-04-26T18:05:00Z", "flightNumber": "CA1026"}], "loading": true}, {"airlineCode": "KE", "arrivalAirport": "PVG", "arrivalTime": "2021-04-24T12:25:00+08:00", "departureAirport": "CDG", "departureTime": "2021-04-23T01:35:00+02:00", "flightNumber": "KE504-KE897", "legs": [{"arrivalAirport": "ICN", "arrivalTime": "2021-04-23T19:35:00+09:00", "bodyType": "Freighter", "co2": {"estimation": true, "value": 4.070048959893706}, "departureAirport": "CDG", "departureTime": "2021-04-23T01:35:00+02:00", "flightNumber": "KE504", "plane": "77X"}, {"arrivalAirport": "PVG", "arrivalTime": "2021-04-24T12:25:00+08:00", "bodyType": "Widebody", "co2": {"estimation": true, "value": 0.4709822212517402}, "departureAirport": "ICN", "departureTime": "2021-04-24T11:10:00+09:00", "flightNumber": "KE897", "plane": "333"}]}, {"airlineCode": "SQ", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:10:00+08:00", "departureAirport": "CDG", "departureTime": "2021-04-23T12:00:00+02:00", "flightNumber": "SQ335-SQ7898", "legs": [{"arrivalAirport": "SIN", "arrivalTime": "2021-04-24T06:50:00+08:00", "bodyType": "Widebody", "co2": {"estimation": true, "value": 4.8685375628836915}, "departureAirport": "CDG", "departureTime": "2021-04-23T12:00:00+02:00", "flightNumber": "SQ335", "plane": "350"}, {"arrivalAirport": "PVG", "arrivalTime": "2021-04-25T00:10:00+08:00", "bodyType": "Freighter", "co2": {"estimation": true, "value": 1.7959365145946324}, "departureAirport": "SIN", "departureTime": "2021-04-24T19:00:00+08:00", "flightNumber": "SQ7898", "plane": "74B"}]}, {"airlineCode": "QR", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00+08:00", "departureAirport": "CDG", "departureTime": "2021-04-23T23:20:00+02:00", "flightNumber": "QR8853-QR8798", "legs": [{"arrivalAirport": "DOH", "arrivalTime": "2021-04-24T06:40:00+03:00", "bodyType": "Widebody", "co2": {"estimation": true, "value": 2.3131761888999782}, "departureAirport": "CDG", "departureTime": "2021-04-23T23:20:00+02:00", "flightNumber": "QR8853", "plane": "77W"}, {"arrivalAirport": "PVG", "arrivalTime": "2021-04-25T03:00:00+08:00", "bodyType": "Freighter", "co2": {"estimation": true, "value": 3.123856169040093}, "departureAirport": "DOH", "departureTime": "2021-04-24T13:40:00+03:00", "flightNumber": "QR8798", "plane": "77X"}]}, {"airlineCode": "EI", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T07:55:00+08:00", "departureAirport": "CDG", "departureTime": "2021-04-23T10:35:00+02:00", "flightNumber": "EI521-EI154-BA1169", "legs": [{"arrivalAirport": "DUB", "arrivalTime": "2021-04-23T11:20:00+01:00", "bodyType": "Unknown", "co2": {"estimation": true, "value": 0.4543473876660767}, "departureAirport": "CDG", "departureTime": "2021-04-23T10:35:00+02:00", "flightNumber": "EI521", "plane": "UNKN"}, {"arrivalAirport": "LHR", "arrivalTime": "2021-04-24T08:05:00+01:00", "bodyType": "Unknown", "co2": {"estimation": true, "value": 0.3052567912604924}, "departureAirport": "DUB", "departureTime": "2021-04-24T06:30:00+01:00", "flightNumber": "EI154", "plane": "UNKN"}, {"arrivalAirport": "PVG", "arrivalTime": "2021-04-25T07:55:00+08:00", "bodyType": "Unknown", "co2": {"estimation": true, "value": 4.209859238011843}, "departureAirport": "LHR", "departureTime": "2021-04-24T13:45:00+01:00", "flightNumber": "BA1169", "plane": "UNKN"}]}, {"airlineCode": "JL", "arrivalAirport": "PVG", "arrivalTime": "2021-04-25T14:00:00+08:00", "departureAirport": "CDG", "departureTime": "2021-04-23T19:00:00+02:00", "flightNumber": "JL46-JL85", "legs": [{"arrivalAirport": "HND", "arrivalTime": "2021-04-24T13:55:00+09:00", "bodyType": "Widebody", "co2": {"estimation": true, "value": 4.41654516426164}, "departureAirport": "CDG", "departureTime": "2021-04-23T19:00:00+02:00", "flightNumber": "JL46", "plane": "773"}, {"arrivalAirport": "PVG", "arrivalTime": "2021-04-25T14:00:00+08:00", "bodyType": "Widebody", "co2": {"estimation": true, "value": 0.877239101409028}, "departureAirport": "HND", "departureTime": "2021-04-25T11:40:00+09:00", "flightNumber": "JL85", "plane": "788"}]}, {"airlineCode": "MH", "arrivalAirport": "PVG", "arrivalTime": "2021-04-27T18:35:00+08:00", "departureAirport": "CDG", "departureTime": "2021-04-23T16:00:00+02:00", "flightNumber": "MH6515-MH1D-MH6164", "legs": [{"arrivalAirport": "LHR", "arrivalTime": "2021-04-24T11:00:00+01:00", "bodyType": "Unknown", "co2": {"estimation": true, "value": 0.25992028218877494}, "departureAirport": "CDG", "departureTime": "2021-04-23T16:00:00+02:00", "flightNumber": "MH6515", "plane": "UNKN"}, {"arrivalAirport": "KUL", "arrivalTime": "2021-04-26T13:35:00+08:00", "bodyType": "Widebody", "co2": {"estimation": true, "value": 4.815639873848886}, "departureAirport": "LHR", "departureTime": "2021-04-25T09:55:00+01:00", "flightNumber": "MH1D", "plane": "388"}, {"arrivalAirport": "PVG", "arrivalTime": "2021-04-27T18:35:00+08:00", "bodyType": "Freighter", "co2": {"estimation": true, "value": 1.791856840276002}, "departureAirport": "KUL", "departureTime": "2021-04-27T13:10:00+08:00", "flightNumber": "MH6164", "plane": "33X"}]}] | {"items": {"type": "object"}, "type": "array"} |
48bc9785-2878-45c4-b6b2-139c6b10381d/8d566e5f-9397-4fa6-ac74-1ab8c7827e83/0/0 | Booking com | The API provides access to the data of booking.com | 8.5 | /Langue-Currency | Get Languecode and Currencies | 200 | New Example | {"Currency": [{"Currency:{\"code\":\"hotel_currency\"}": {"__typename": "Currency", "code": "hotel_currency", "encodedSymbol": "€£US$", "name": "Property's Currency", "symbol": "\u20ac$\u00a3"}}, {"Currency:{\"code\":\"ARS\"}": {"__typename": "Currency", "code": "ARS", "encodedSymbol": "AR$", "name": "Argentine Peso", "symbol": "AR$"}}, {"Currency:{\"code\":\"AUD\"}": {"__typename": "Currency", "code": "AUD", "encodedSymbol": "AUD", "name": "Australian Dollar", "symbol": "AUD"}}, {"Currency:{\"code\":\"AZN\"}": {"__typename": "Currency", "code": "AZN", "encodedSymbol": "AZN", "name": "Azerbaijani Manat", "symbol": "\u043c\u0430\u043d"}}, {"Currency:{\"code\":\"BHD\"}": {"__typename": "Currency", "code": "BHD", "encodedSymbol": "BHD", "name": "Bahraini Dinar", "symbol": "BD"}}, {"Currency:{\"code\":\"BRL\"}": {"__typename": "Currency", "code": "BRL", "encodedSymbol": "R$", "name": "Brazilian Real", "symbol": "R$"}}, {"Currency:{\"code\":\"BGN\"}": {"__typename": "Currency", "code": "BGN", "encodedSymbol": "BGN", "name": "Bulgarian Lev", "symbol": "\u043b\u0432"}}, {"Currency:{\"code\":\"CAD\"}": {"__typename": "Currency", "code": "CAD", "encodedSymbol": "CAD", "name": "Canadian Dollar", "symbol": "CAN"}}, {"Currency:{\"code\":\"CLP\"}": {"__typename": "Currency", "code": "CLP", "encodedSymbol": "CL$", "name": "Chilean Peso", "symbol": "CH$"}}, {"Currency:{\"code\":\"CNY\"}": {"__typename": "Currency", "code": "CNY", "encodedSymbol": "CNY", "name": "Chinese Yuan", "symbol": "CY"}}, {"Currency:{\"code\":\"COP\"}": {"__typename": "Currency", "code": "COP", "encodedSymbol": "COP", "name": "Colombian Peso", "symbol": "COL$"}}, {"Currency:{\"code\":\"CZK\"}": {"__typename": "Currency", "code": "CZK", "encodedSymbol": "Kč", "name": "Czech Koruna", "symbol": "CZK"}}, {"Currency:{\"code\":\"DKK\"}": {"__typename": "Currency", "code": "DKK", "encodedSymbol": "DKK", "name": "Danish Krone", "symbol": "DKR"}}, {"Currency:{\"code\":\"EGP\"}": {"__typename": "Currency", "code": "EGP", "encodedSymbol": "EGP", "name": "Egyptian Pound", "symbol": "\u00a3"}}, {"Currency:{\"code\":\"EUR\"}": {"__typename": "Currency", "code": "EUR", "encodedSymbol": "€", "name": "Euro", "symbol": "EUR"}}, {"Currency:{\"code\":\"FJD\"}": {"__typename": "Currency", "code": "FJD", "encodedSymbol": "FJD", "name": "Fijian Dollar", "symbol": "FJ$"}}, {"Currency:{\"code\":\"GEL\"}": {"__typename": "Currency", "code": "GEL", "encodedSymbol": "GEL", "name": "Georgian Lari", "symbol": "GEL"}}, {"Currency:{\"code\":\"HKD\"}": {"__typename": "Currency", "code": "HKD", "encodedSymbol": "HK$", "name": "Hong Kong Dollar", "symbol": "HKD"}}, {"Currency:{\"code\":\"HUF\"}": {"__typename": "Currency", "code": "HUF", "encodedSymbol": "HUF", "name": "Hungarian Forint", "symbol": "FT"}}, {"Currency:{\"code\":\"INR\"}": {"__typename": "Currency", "code": "INR", "encodedSymbol": "Rs.", "name": "Indian Rupee", "symbol": "RS"}}, {"Currency:{\"code\":\"IDR\"}": {"__typename": "Currency", "code": "IDR", "encodedSymbol": "Rp", "name": "Indonesian Rupiah", "symbol": "RP"}}, {"Currency:{\"code\":\"ILS\"}": {"__typename": "Currency", "code": "ILS", "encodedSymbol": "₪", "name": "Israeli New Shekel", "symbol": "NIS"}}, {"Currency:{\"code\":\"JPY\"}": {"__typename": "Currency", "code": "JPY", "encodedSymbol": "¥", "name": "Japanese Yen", "symbol": "Y"}}, {"Currency:{\"code\":\"JOD\"}": {"__typename": "Currency", "code": "JOD", "encodedSymbol": "JOD", "name": "Jordanian Dinar", "symbol": "JD"}}, {"Currency:{\"code\":\"KZT\"}": {"__typename": "Currency", "code": "KZT", "encodedSymbol": "KZT", "name": "Kazakhstani Tenge", "symbol": "KZT"}}, {"Currency:{\"code\":\"KWD\"}": {"__typename": "Currency", "code": "KWD", "encodedSymbol": "KWD", "name": "Kuwaiti Dinar", "symbol": "KD"}}, {"Currency:{\"code\":\"MYR\"}": {"__typename": "Currency", "code": "MYR", "encodedSymbol": "MYR", "name": "Malaysian Ringgit", "symbol": "RIN"}}, {"Currency:{\"code\":\"MXN\"}": {"__typename": "Currency", "code": "MXN", "encodedSymbol": "MXN", "name": "Mexican Peso", "symbol": "MEX"}}, {"Currency:{\"code\":\"MDL\"}": {"__typename": "Currency", "code": "MDL", "encodedSymbol": "MDL", "name": "Moldovan Leu", "symbol": "MDL"}}, {"Currency:{\"code\":\"NAD\"}": {"__typename": "Currency", "code": "NAD", "encodedSymbol": "NAD", "name": "Namibian Dollar", "symbol": "N$"}}, {"Currency:{\"code\":\"TWD\"}": {"__typename": "Currency", "code": "TWD", "encodedSymbol": "TWD", "name": "New Taiwan Dollar", "symbol": "NT$"}}, {"Currency:{\"code\":\"NZD\"}": {"__typename": "Currency", "code": "NZD", "encodedSymbol": "NZD", "name": "New Zealand Dollar", "symbol": "$NZ"}}, {"Currency:{\"code\":\"NOK\"}": {"__typename": "Currency", "code": "NOK", "encodedSymbol": "NOK", "name": "Norwegian Krone", "symbol": "NKR"}}, {"Currency:{\"code\":\"OMR\"}": {"__typename": "Currency", "code": "OMR", "encodedSymbol": "OMR", "name": "Omani Rial", "symbol": "RO"}}, {"Currency:{\"code\":\"PLN\"}": {"__typename": "Currency", "code": "PLN", "encodedSymbol": "zł", "name": "Polish Z\u0142oty", "symbol": "ZL"}}, {"Currency:{\"code\":\"GBP\"}": {"__typename": "Currency", "code": "GBP", "encodedSymbol": "£", "name": "Pound Sterling", "symbol": "GBP"}}, {"Currency:{\"code\":\"QAR\"}": {"__typename": "Currency", "code": "QAR", "encodedSymbol": "QAR", "name": "Qatari Riyal", "symbol": "QR"}}, {"Currency:{\"code\":\"RON\"}": {"__typename": "Currency", "code": "RON", "encodedSymbol": "lei", "name": "Romanian Leu", "symbol": ""}}, {"Currency:{\"code\":\"RUB\"}": {"__typename": "Currency", "code": "RUB", "encodedSymbol": "RUB", "name": "Russian Ruble", "symbol": "RUB"}}, {"Currency:{\"code\":\"SAR\"}": {"__typename": "Currency", "code": "SAR", "encodedSymbol": "SAR", "name": "Saudi Arabian Riyal", "symbol": "SR"}}, {"Currency:{\"code\":\"SGD\"}": {"__typename": "Currency", "code": "SGD", "encodedSymbol": "S$", "name": "Singaporean Dollar", "symbol": "S$"}}, {"Currency:{\"code\":\"ZAR\"}": {"__typename": "Currency", "code": "ZAR", "encodedSymbol": "ZAR", "name": "South African Rand", "symbol": "R"}}, {"Currency:{\"code\":\"KRW\"}": {"__typename": "Currency", "code": "KRW", "encodedSymbol": "KRW", "name": "South Korean Won", "symbol": "W"}}, {"Currency:{\"code\":\"SEK\"}": {"__typename": "Currency", "code": "SEK", "encodedSymbol": "SEK", "name": "Swedish Krona", "symbol": "SKR"}}, {"Currency:{\"code\":\"CHF\"}": {"__typename": "Currency", "code": "CHF", "encodedSymbol": "CHF", "name": "Swiss Franc", "symbol": "CHF"}}, {"Currency:{\"code\":\"THB\"}": {"__typename": "Currency", "code": "THB", "encodedSymbol": "THB", "name": "Thai Baht", "symbol": "TB"}}, {"Currency:{\"code\":\"TRY\"}": {"__typename": "Currency", "code": "TRY", "encodedSymbol": "TL", "name": "Turkish Lira", "symbol": "YTL"}}, {"Currency:{\"code\":\"USD\"}": {"__typename": "Currency", "code": "USD", "encodedSymbol": "$", "name": "U.S. Dollar", "symbol": "US$"}}, {"Currency:{\"code\":\"UAH\"}": {"__typename": "Currency", "code": "UAH", "encodedSymbol": "UAH", "name": "Ukrainian Hryvnia", "symbol": "UAH"}}, {"Currency:{\"code\":\"AED\"}": {"__typename": "Currency", "code": "AED", "encodedSymbol": "AED", "name": "United Arab Emirates Dirham", "symbol": "UAE"}}, {"Currency:{\"code\":\"XOF\"}": {"__typename": "Currency", "code": "XOF", "encodedSymbol": "XOF", "name": "West African CFA Franc", "symbol": "XOF"}}], "Language": [{"Language:{\"code\":\"en-gb\"}": {"__typename": "Language", "code": "en-gb", "countryFlag": "gb", "name": "English (UK)"}}, {"Language:{\"code\":\"en-us\"}": {"__typename": "Language", "code": "en-us", "countryFlag": "us", "name": "English (US)"}}, {"Language:{\"code\":\"de\"}": {"__typename": "Language", "code": "de", "countryFlag": "de", "name": "Deutsch"}}, {"Language:{\"code\":\"nl\"}": {"__typename": "Language", "code": "nl", "countryFlag": "nl", "name": "Nederlands"}}, {"Language:{\"code\":\"fr\"}": {"__typename": "Language", "code": "fr", "countryFlag": "fr", "name": "Fran\u00e7ais"}}, {"Language:{\"code\":\"es\"}": {"__typename": "Language", "code": "es", "countryFlag": "es", "name": "Espa\u00f1ol"}}, {"Language:{\"code\":\"es-ar\"}": {"__typename": "Language", "code": "es-ar", "countryFlag": "ar", "name": "Espa\u00f1ol (AR)"}}, {"Language:{\"code\":\"es-mx\"}": {"__typename": "Language", "code": "es-mx", "countryFlag": "mx", "name": "Espa\u00f1ol (MX)"}}, {"Language:{\"code\":\"ca\"}": {"__typename": "Language", "code": "ca", "countryFlag": "catalonia", "name": "Catal\u00e0"}}, {"Language:{\"code\":\"it\"}": {"__typename": "Language", "code": "it", "countryFlag": "it", "name": "Italiano"}}, {"Language:{\"code\":\"pt-pt\"}": {"__typename": "Language", "code": "pt-pt", "countryFlag": "pt", "name": "Portugu\u00eas (PT)"}}, {"Language:{\"code\":\"pt-br\"}": {"__typename": "Language", "code": "pt-br", "countryFlag": "br", "name": "Portugu\u00eas (BR)"}}, {"Language:{\"code\":\"no\"}": {"__typename": "Language", "code": "no", "countryFlag": "no", "name": "Norsk"}}, {"Language:{\"code\":\"fi\"}": {"__typename": "Language", "code": "fi", "countryFlag": "fi", "name": "Suomi"}}, {"Language:{\"code\":\"sv\"}": {"__typename": "Language", "code": "sv", "countryFlag": "se", "name": "Svenska"}}, {"Language:{\"code\":\"da\"}": {"__typename": "Language", "code": "da", "countryFlag": "dk", "name": "Dansk"}}, {"Language:{\"code\":\"cs\"}": {"__typename": "Language", "code": "cs", "countryFlag": "cz", "name": "\u010ce\u0161tina"}}, {"Language:{\"code\":\"hu\"}": {"__typename": "Language", "code": "hu", "countryFlag": "hu", "name": "Magyar"}}, {"Language:{\"code\":\"ro\"}": {"__typename": "Language", "code": "ro", "countryFlag": "ro", "name": "Rom\u00e2n\u0103"}}, {"Language:{\"code\":\"ja\"}": {"__typename": "Language", "code": "ja", "countryFlag": "jp", "name": "\u65e5\u672c\u8a9e"}}, {"Language:{\"code\":\"zh-cn\"}": {"__typename": "Language", "code": "zh-cn", "countryFlag": "cn", "name": "\u7b80\u4f53\u4e2d\u6587"}}, {"Language:{\"code\":\"zh-tw\"}": {"__typename": "Language", "code": "zh-tw", "countryFlag": "z4", "name": "\u7e41\u9ad4\u4e2d\u6587"}}, {"Language:{\"code\":\"pl\"}": {"__typename": "Language", "code": "pl", "countryFlag": "pl", "name": "Polski"}}, {"Language:{\"code\":\"el\"}": {"__typename": "Language", "code": "el", "countryFlag": "gr", "name": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"}}, {"Language:{\"code\":\"ru\"}": {"__typename": "Language", "code": "ru", "countryFlag": "ru", "name": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439"}}, {"Language:{\"code\":\"tr\"}": {"__typename": "Language", "code": "tr", "countryFlag": "tr", "name": "T\u00fcrk\u00e7e"}}, {"Language:{\"code\":\"bg\"}": {"__typename": "Language", "code": "bg", "countryFlag": "bg", "name": "\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438"}}, {"Language:{\"code\":\"ar\"}": {"__typename": "Language", "code": "ar", "countryFlag": "sa", "name": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629"}}, {"Language:{\"code\":\"ko\"}": {"__typename": "Language", "code": "ko", "countryFlag": "kr", "name": "\ud55c\uad6d\uc5b4"}}, {"Language:{\"code\":\"he\"}": {"__typename": "Language", "code": "he", "countryFlag": "il", "name": "\u05e2\u05d1\u05e8\u05d9\u05ea"}}, {"Language:{\"code\":\"lv\"}": {"__typename": "Language", "code": "lv", "countryFlag": "lv", "name": "Latviski"}}, {"Language:{\"code\":\"uk\"}": {"__typename": "Language", "code": "uk", "countryFlag": "ua", "name": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}}, {"Language:{\"code\":\"hi\"}": {"__typename": "Language", "code": "hi", "countryFlag": "in", "name": "\u0939\u093f\u0928\u094d\u0926\u0940"}}, {"Language:{\"code\":\"id\"}": {"__typename": "Language", "code": "id", "countryFlag": "id", "name": "Bahasa Indonesia"}}, {"Language:{\"code\":\"ms\"}": {"__typename": "Language", "code": "ms", "countryFlag": "my", "name": "Bahasa Malaysia"}}, {"Language:{\"code\":\"th\"}": {"__typename": "Language", "code": "th", "countryFlag": "th", "name": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"}}, {"Language:{\"code\":\"et\"}": {"__typename": "Language", "code": "et", "countryFlag": "ee", "name": "Eesti"}}, {"Language:{\"code\":\"hr\"}": {"__typename": "Language", "code": "hr", "countryFlag": "hr", "name": "Hrvatski"}}, {"Language:{\"code\":\"lt\"}": {"__typename": "Language", "code": "lt", "countryFlag": "lt", "name": "Lietuvi\u0173"}}, {"Language:{\"code\":\"sk\"}": {"__typename": "Language", "code": "sk", "countryFlag": "sk", "name": "Sloven\u010dina"}}, {"Language:{\"code\":\"sr\"}": {"__typename": "Language", "code": "sr", "countryFlag": "rs", "name": "Srpski"}}, {"Language:{\"code\":\"sl\"}": {"__typename": "Language", "code": "sl", "countryFlag": "si", "name": "Sloven\u0161\u010dina"}}, {"Language:{\"code\":\"vi\"}": {"__typename": "Language", "code": "vi", "countryFlag": "vn", "name": "Ti\u1ebfng Vi\u1ec7t"}}, {"Language:{\"code\":\"tl\"}": {"__typename": "Language", "code": "tl", "countryFlag": "ph", "name": "Filipino"}}, {"Language:{\"code\":\"is\"}": {"__typename": "Language", "code": "is", "countryFlag": "is", "name": "\u00cdslenska"}}]} | {"type": "object", "properties": {"Currency": {"type": "array", "items": {"type": "object"}}, "Language": {"type": "array", "items": {"type": "object"}}}} |
48bc9785-2878-45c4-b6b2-139c6b10381d/042e932c-ba46-4cb0-a169-f230a7b6ec18/0/0 | Booking com | The API provides access to the data of booking.com | 8.5 | /list/flight/Multi-City | Get multi-city flight | 200 | New Example | {"data": {"search": {"__typename": "Search", "availableFilters": [], "availableSortTypes": [{"__typename": "SortTypeOption", "code": "RECOMMENDATION", "name": "Recommended flights"}, {"__typename": "SortTypeOption", "code": "CARRIER_PROMO", "name": "Promotional offers"}, {"__typename": "SortTypeOption", "code": "CHEAP_TRIP", "name": "Cheapest first"}, {"__typename": "SortTypeOption", "code": "SHORT_TRIP", "name": "Shortest travel time"}], "carrierCodes": [], "carrierNames": [], "filteredFlightsCount": 0, "flights": [], "flightsCount": 0, "quickSortPrices": {"__typename": "QuickSortPrices", "carrierPromo": {"__typename": "CurrencyAmount", "currency": {"__typename": "Currency", "code": "USD"}, "value": 0}, "cheapTrip": {"__typename": "CurrencyAmount", "currency": {"__typename": "Currency", "code": "USD"}, "value": 0}, "recommendation": {"__typename": "CurrencyAmount", "currency": {"__typename": "Currency", "code": "USD"}, "value": 0}, "shortTrip": {"__typename": "CurrencyAmount", "currency": {"__typename": "Currency", "code": "USD"}, "value": 0}}, "resultSetMetaData": {"__typename": "ResultSetMetaData", "marketingCarriers": [], "priceRange": {"__typename": "PriceRange", "max": 0, "min": 0}, "travelTimeRange": {"__typename": "TravelTimeRange", "max": 0, "min": 0}}, "routes": [{"__typename": "TripRoute", "departureAt": "2023-11-15T00:00", "departureDate": "2023-11-15", "departureTimeOfDay": null, "destination": {"__typename": "RegionNew", "cityCode": "NYC", "cityName": "New York", "code": "NYC", "continentCode": "NA", "continentName": "North America", "countryCode": "US", "countryName": "USA", "name": "New York"}, "origin": {"__typename": "RegionNew", "cityCode": "HAN", "cityName": "Hanoi", "code": "HAN", "continentCode": "AS", "continentName": "Asia", "countryCode": "VN", "countryName": "Vietnam", "name": "Hanoi"}}, {"__typename": "TripRoute", "departureAt": "2023-11-19T00:00", "departureDate": "2023-11-19", "departureTimeOfDay": null, "destination": {"__typename": "RegionNew", "cityCode": "ITO", "cityName": "Hawaii Hilo", "code": "ITO", "continentCode": "NA", "continentName": "North America", "countryCode": "US", "countryName": "USA", "name": "Hawaii Hilo"}, "origin": {"__typename": "RegionNew", "cityCode": "NYC", "cityName": "New York", "code": "NYC", "continentCode": "NA", "continentName": "North America", "countryCode": "US", "countryName": "USA", "name": "New York"}}, {"__typename": "TripRoute", "departureAt": "2023-11-25T00:00", "departureDate": "2023-11-25", "departureTimeOfDay": null, "destination": {"__typename": "RegionNew", "cityCode": "HAN", "cityName": "Hanoi", "code": "HAN", "continentCode": "AS", "continentName": "Asia", "countryCode": "VN", "countryName": "Vietnam", "name": "Hanoi"}, "origin": {"__typename": "RegionNew", "cityCode": "ITO", "cityName": "Hawaii Hilo", "code": "ITO", "continentCode": "NA", "continentName": "North America", "countryCode": "US", "countryName": "USA", "name": "Hawaii Hilo"}}], "searchPath": "/air/HANNYC15NOV,NYCITO19NOV,ITOHAN25NOV/1/-/-/c:Y", "sponsoredTrips": [], "travelers": [{"__typename": "SearchTraveler", "ageType": "ADT"}], "tripCampaigns": [], "type": "MULTI_STOP", "validWithVoucher": false}}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"search": {"type": "object", "properties": {"__typename": {"type": "string"}, "availableFilters": {"type": "array"}, "availableSortTypes": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}}}, "carrierCodes": {"type": "array"}, "carrierNames": {"type": "array"}, "filteredFlightsCount": {"type": "integer"}, "flights": {"type": "array"}, "flightsCount": {"type": "integer"}, "quickSortPrices": {"type": "object", "properties": {"__typename": {"type": "string"}, "carrierPromo": {"type": "object", "properties": {"__typename": {"type": "string"}, "currency": {"type": "object", "properties": {"__typename": {"type": "string"}, "code": {"type": "string"}}}, "value": {"type": "integer"}}}, "cheapTrip": {"type": "object", "properties": {"__typename": {"type": "string"}, "currency": {"type": "object", "properties": {"__typename": {"type": "string"}, "code": {"type": "string"}}}, "value": {"type": "integer"}}}, "recommendation": {"type": "object", "properties": {"__typename": {"type": "string"}, "currency": {"type": "object", "properties": {"__typename": {"type": "string"}, "code": {"type": "string"}}}, "value": {"type": "integer"}}}, "shortTrip": {"type": "object", "properties": {"__typename": {"type": "string"}, "currency": {"type": "object", "properties": {"__typename": {"type": "string"}, "code": {"type": "string"}}}, "value": {"type": "integer"}}}}}, "resultSetMetaData": {"type": "object", "properties": {"__typename": {"type": "string"}, "marketingCarriers": {"type": "array"}, "priceRange": {"type": "object", "properties": {"__typename": {"type": "string"}, "max": {"type": "integer"}, "min": {"type": "integer"}}}, "travelTimeRange": {"type": "object", "properties": {"__typename": {"type": "string"}, "max": {"type": "integer"}, "min": {"type": "integer"}}}}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "departureAt": {"type": "string"}, "departureDate": {"type": "string"}, "departureTimeOfDay": {"type": "null"}, "destination": {"type": "object", "properties": {"__typename": {"type": "string"}, "cityCode": {"type": "string"}, "cityName": {"type": "string"}, "code": {"type": "string"}, "continentCode": {"type": "string"}, "continentName": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "name": {"type": "string"}}}, "origin": {"type": "object", "properties": {"__typename": {"type": "string"}, "cityCode": {"type": "string"}, "cityName": {"type": "string"}, "code": {"type": "string"}, "continentCode": {"type": "string"}, "continentName": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "name": {"type": "string"}}}}}}, "searchPath": {"type": "string"}, "sponsoredTrips": {"type": "array"}, "travelers": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "ageType": {"type": "string"}}}}, "tripCampaigns": {"type": "array"}, "type": {"type": "string"}, "validWithVoucher": {"type": "boolean"}}}}}}} |
48bc9785-2878-45c4-b6b2-139c6b10381d/58469274-fda6-42bc-ae8e-699ee92d1a1a/0/0 | Booking com | The API provides access to the data of booking.com | 8.5 | /auto_complete/flight | Complete flingting | 200 | New Example | {"data": {"searchLocations": [{"__typename": "SearchLocation", "city": "New Orleans", "cityCode": "MSY", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "MSY", "id": 526, "multipleAirports": true, "name": "New Orleans", "state": "Louisiana", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Orleans", "cityCode": "MSY", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "MSY", "id": 17890, "multipleAirports": false, "name": "New Orleans", "state": "Louisiana", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "New Orleans", "cityCode": "MSY", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "NBG", "id": 17910, "multipleAirports": false, "name": "New Orleans Nas", "state": "Louisiana", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "New Orleans", "cityCode": "MSY", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "NEW", "id": 17918, "multipleAirports": false, "name": "New Orleans-Lakefron", "state": "Louisiana", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "New York", "cityCode": "NYC", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "NYC", "id": 546, "multipleAirports": true, "name": "New York", "state": "New York", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New York", "cityCode": "NYC", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "JFK", "id": 17736, "multipleAirports": false, "name": "New York John F. Kennedy", "state": "New York", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "New York", "cityCode": "NYC", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "LGA", "id": 17800, "multipleAirports": false, "name": "New York La Guardia", "state": "New York", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "New York", "cityCode": "NYC", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "EWR", "id": 17597, "multipleAirports": false, "name": "New York Newark", "state": "New York", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "New York", "cityCode": "NYC", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "SWF", "id": 24927, "multipleAirports": false, "name": "Newburgh", "state": "New York", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "New Haven", "cityCode": "HVN", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "HVN", "id": 3542, "multipleAirports": false, "name": "New Haven", "state": "Connecticut", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Delhi", "cityCode": "DEL", "continent": "Asia", "continentCode": "AS", "country": "India", "countryCode": "IN", "iataCode": "DEL", "id": 2308, "multipleAirports": false, "name": "New Delhi", "state": "", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Bedford", "cityCode": "EWB", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "EWB", "id": 2730, "multipleAirports": false, "name": "New Bedford", "state": "Massachusetts", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Bern", "cityCode": "EWN", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "EWN", "id": 2735, "multipleAirports": false, "name": "New Bern", "state": "North Carolina", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Stuyahok", "cityCode": "KNW", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "KNW", "id": 4262, "multipleAirports": false, "name": "New Stuyahok", "state": "Alaska", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Chenega", "cityCode": "NCN", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "NCN", "id": 5534, "multipleAirports": false, "name": "New Chenega", "state": "Alaska", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Halfa", "cityCode": "NHF", "continent": "Africa", "continentCode": "AF", "country": "Sudan", "countryCode": "SD", "iataCode": "NHF", "id": 5588, "multipleAirports": false, "name": "New Halfa", "state": "", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Moon", "cityCode": "NMP", "continent": "Oceania", "continentCode": "OC", "country": "Australia", "countryCode": "AU", "iataCode": "NMP", "id": 5644, "multipleAirports": false, "name": "New Moon", "state": "Queensland", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Plymouth", "cityCode": "NPL", "continent": "Oceania", "continentCode": "OC", "country": "New Zealand", "countryCode": "NZ", "iataCode": "NPL", "id": 5683, "multipleAirports": false, "name": "New Plymouth", "state": "", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Philadelphia", "cityCode": "PHD", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "PHD", "id": 6192, "multipleAirports": false, "name": "New Philadelphia", "state": "Ohio", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Richmond", "cityCode": "RNH", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "RNH", "id": 6739, "multipleAirports": false, "name": "New Richmond", "state": "Wisconsin", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Ulm", "cityCode": "ULM", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "ULM", "id": 7966, "multipleAirports": false, "name": "New Ulm", "state": "Minnesota", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Valley", "cityCode": "UVL", "continent": "Africa", "continentCode": "AF", "country": "Egypt", "countryCode": "EG", "iataCode": "UVL", "id": 8067, "multipleAirports": false, "name": "New Valley", "state": "", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Westminster", "cityCode": "YBD", "continent": "North America", "continentCode": "NA", "country": "Canada", "countryCode": "CA", "iataCode": "YBD", "id": 8592, "multipleAirports": false, "name": "New Westminster", "state": "British Columbia", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Carlisle", "cityCode": "XEL", "continent": "North America", "continentCode": "NA", "country": "Canada", "countryCode": "CA", "iataCode": "XEL", "id": 39521, "multipleAirports": false, "name": "New Carlisle", "state": "Quebec", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Richmond", "cityCode": "XEM", "continent": "North America", "continentCode": "NA", "country": "Canada", "countryCode": "CA", "iataCode": "XEM", "id": 39522, "multipleAirports": false, "name": "New Richmond", "state": "Quebec", "type": "CITY"}, {"__typename": "SearchLocation", "city": "New Iberia", "cityCode": "ARA", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "ARA", "id": 126805, "multipleAirports": false, "name": "New Iberia", "state": "Louisiana", "type": "CITY"}, {"__typename": "SearchLocation", "city": "Lft", "cityCode": "LFT", "continent": "North America", "continentCode": "NA", "country": "USA", "countryCode": "US", "iataCode": "17421_ARA", "id": 17421, "multipleAirports": false, "name": "New Iberia", "state": "Louisiana", "type": "AIRPORT"}, {"__typename": "SearchLocation", "city": "Yogyakarta", "cityCode": "JOG", "continent": "Asia", "continentCode": "AS", "country": "Indonesia", "countryCode": "ID", "iataCode": "YIA", "id": 126957, "multipleAirports": false, "name": "New Yogyakarta International Airport", "state": "", "type": "AIRPORT"}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"searchLocations": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "city": {"type": "string"}, "cityCode": {"type": "string"}, "continent": {"type": "string"}, "continentCode": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "iataCode": {"type": "string"}, "id": {"type": "integer"}, "multipleAirports": {"type": "boolean"}, "name": {"type": "string"}, "state": {"type": "string"}, "type": {"type": "string"}}}}}}}} |
48bc9785-2878-45c4-b6b2-139c6b10381d/8f3a1f87-ace1-4b08-9efe-75463047f846/0/0 | Booking com | The API provides access to the data of booking.com | 8.5 | /auto-complete | Get auto complete suggestions | 200 | New Example | {"results": [{"b_max_los_data": {"defaultLos": 45, "experiment": "long_stays_web_extend_los_4", "extendedLos": 90, "fullOn": true}, "b_show_entire_homes_checkbox": false, "cc1": "us", "cjk": false, "dest_id": "20088325", "dest_type": "city", "label": "New York, New York State, United States", "label1": "New York", "label2": "New York State, United States", "labels": [{"dest_id": "20088325", "dest_type": "city", "hl": 1, "precomposed": "New York", "text": "New York"}, {"dest_id": "2469", "dest_type": "region", "hl": 0, "precomposed": "New York State", "text": "New York State"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 40.768074, "lc": "en", "longitude": -73.981895, "nr_homes": 527, "nr_hotels": 1381, "nr_hotels_25": 1311, "photo_uri": "/xdata/images/city/square60/976790.jpg?k=9ec5270b11c7cc955f7be117fd19ef309e59fa3bd9b0770e2c3400cf35caee31&o=", "roundtrip": "GgAgACgBMgJlbjoDbmV3QABKAFAA", "rtl": false, "value": "New York, New York State, United States"}, {"b_max_los_data": {"defaultLos": 45, "experiment": "long_stays_web_extend_los_4", "extendedLos": 90, "fullOn": true}, "b_show_entire_homes_checkbox": false, "cc1": "us", "cjk": false, "dest_id": "20050264", "dest_type": "city", "label": "New Orleans, Louisiana, United States", "label1": "New Orleans", "label2": "Louisiana, United States", "labels": [{"dest_id": "20050264", "dest_type": "city", "hl": 1, "precomposed": "New Orleans", "text": "New Orleans"}, {"dest_id": "2934", "dest_type": "region", "hl": 0, "precomposed": "Louisiana", "text": "Louisiana"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 29.951752, "lc": "en", "longitude": -90.07681, "nr_homes": 413, "nr_hotels": 753, "nr_hotels_25": 562, "photo_uri": "/xdata/images/city/square60/976881.jpg?k=1125ae27d45aeae7f1faaed29e0b7b67c45bcec9e10c9f127f03237d61058f4a&o=", "roundtrip": "GgAgASgBMgJlbjoDbmV3QABKAFAA", "rtl": false, "value": "New Orleans, Louisiana, United States"}, {"b_max_los_data": {"defaultLos": 45, "experiment": "long_stays_web_extend_los_4", "extendedLos": 90, "fullOn": true}, "b_show_entire_homes_checkbox": false, "cc1": "us", "cjk": false, "dest_id": "929", "dest_type": "district", "label": "Manhattan, New York, New York State, United States", "label1": "Manhattan", "label2": "New York, New York State, United States", "labels": [{"dest_id": "929", "dest_type": "district", "hl": 1, "precomposed": "Manhattan", "text": "Manhattan"}, {"dest_id": "20088325", "dest_type": "city", "hl": 1, "precomposed": "New York", "text": "New York"}, {"dest_id": "2469", "dest_type": "region", "hl": 0, "precomposed": "New York State", "text": "New York State"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 40.776115, "lc": "en", "longitude": -73.970894, "nr_homes": 0, "nr_hotels": 568, "nr_hotels_25": 0, "photo_uri": "/xdata/images/district/square60/37939.jpg?k=2279cb85853a61578d6a7f43d45616549b3d23c4a1a46f683cac4593e78a789a&o=", "roundtrip": "GgAgAigBMgJlbjoDbmV3QABKAFAA", "rtl": false, "value": "Manhattan, New York, New York State, United States"}, {"b_max_los_data": {"defaultLos": 45, "experiment": "long_stays_web_extend_los_4", "extendedLos": 90, "fullOn": true}, "b_show_entire_homes_checkbox": false, "cc1": "us", "cjk": false, "dest_id": "1174", "dest_type": "district", "label": "Times Square, New York, New York State, United States", "label1": "Times Square", "label2": "New York, New York State, United States", "labels": [{"dest_id": "1174", "dest_type": "district", "hl": 1, "precomposed": "Times Square", "text": "Times Square"}, {"dest_id": "20088325", "dest_type": "city", "hl": 1, "precomposed": "New York", "text": "New York"}, {"dest_id": "2469", "dest_type": "region", "hl": 0, "precomposed": "New York State", "text": "New York State"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 40.756725, "lc": "en", "longitude": -73.9872, "nr_homes": 0, "nr_hotels": 94, "nr_hotels_25": 0, "photo_uri": "/xdata/images/district/square60/38967.jpg?k=216106a14b7cd5a1780bdb4290298745cd1dc57972d08d3057253bc23394aff7&o=", "roundtrip": "GgAgAygBMgJlbjoDbmV3QABKAFAA", "rtl": false, "value": "Times Square, New York, New York State, United States"}, {"b_max_los_data": {"defaultLos": 45, "experiment": "long_stays_web_extend_los_4", "extendedLos": 90, "fullOn": true}, "b_show_entire_homes_checkbox": false, "cc1": "in", "cjk": false, "dest_id": "-2106102", "dest_type": "city", "label": "New Delhi, Delhi NCR, India", "label1": "New Delhi", "label2": "Delhi NCR, India", "labels": [{"dest_id": "-2106102", "dest_type": "city", "hl": 1, "precomposed": "New Delhi", "text": "New Delhi"}, {"dest_id": "4926", "dest_type": "region", "hl": 0, "precomposed": "Delhi NCR", "text": "Delhi NCR"}, {"dest_id": "in", "dest_type": "country", "hl": 0, "precomposed": "India", "text": "India"}], "latitude": 28.6349, "lc": "en", "longitude": 77.2226, "nr_homes": 237, "nr_hotels": 2913, "nr_hotels_25": 2365, "photo_uri": "/xdata/images/city/square60/684774.jpg?k=24aa4f7ce5f28c5df7d8c891391988c8f59f750fd183f013794136280e7c1851&o=", "roundtrip": "GgAgBCgBMgJlbjoDbmV3QABKAFAA", "rtl": false, "value": "New Delhi, Delhi NCR, India"}]} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"b_max_los_data": {"type": "object", "properties": {"defaultLos": {"type": "integer"}, "experiment": {"type": "string"}, "extendedLos": {"type": "integer"}, "fullOn": {"type": "boolean"}}}, "b_show_entire_homes_checkbox": {"type": "boolean"}, "cc1": {"type": "string"}, "cjk": {"type": "boolean"}, "dest_id": {"type": "string"}, "dest_type": {"type": "string"}, "label": {"type": "string"}, "label1": {"type": "string"}, "label2": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"dest_id": {"type": "string"}, "dest_type": {"type": "string"}, "hl": {"type": "integer"}, "precomposed": {"type": "string"}, "text": {"type": "string"}}}}, "latitude": {"type": "number"}, "lc": {"type": "string"}, "longitude": {"type": "number"}, "nr_homes": {"type": "integer"}, "nr_hotels": {"type": "integer"}, "nr_hotels_25": {"type": "integer"}, "photo_uri": {"type": "string"}, "roundtrip": {"type": "string"}, "rtl": {"type": "boolean"}, "value": {"type": "string"}}}}}} |
45ca8d60-15dc-4df4-be8c-886c4ad24f6c/d89703d6-7102-4a6d-ba3f-ec313e3bf51d/0/0 | World Dive Centres Api | An API for diving centres,boats and shops that allow developers to access information about PADI, SSI, and SDI dive operators around the world. | 6.6 | Query Dive Operators by a country or a region. | The endpoint returns a json list of dive sites which match the region or country entered as the query. The range of results depend but there is usually around 100-500 sites for each country. There are around 15'000 dive sites listed in the database. | 200 | New Example | {"data": [{"id": "00323cd3-09e5-491d-aff0-aa732eb1453c", "number": 22056, "name": "Tommy's Dive Center Phuket", "location": "Phuket, Thailand", "type": "PADI Dive Center", "latitude": 7.783510272422789, "longitude": 98.31754408675533}, {"id": "0ef37940-1024-4581-a85a-79afbc2467f3", "number": 766505, "name": "Sea Bees Nai Yang", "location": "Phuket, Thailand", "type": "SSI Dive Resort", "latitude": 8.0879267637, "longitude": 98.2973800766}, {"id": "15580d32-0e73-4978-b4b1-7894c16949e3", "number": 22307, "name": "JK Dive Center", "location": "Phuket, Thailand", "type": "PADI 5 Star IDC Resort", "latitude": 7.82276, "longitude": 98.338643}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "number": {"type": "integer"}, "name": {"type": "string"}, "location": {"type": "string"}, "type": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["id", "latitude", "location", "longitude", "name", "number", "type"]}}}, "required": ["data"]} |
cb92892b-590b-42f8-a59a-e16de980dcc3/e9a5c484-c702-4656-a2de-53c333995b7b/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Arrivals by Carousel Number | returns arriving flights for the given carousel number | 200 | New Example | [{"status": "Delayed", "destination": "Cleveland, USA", "airline": ["Air Canada Jazz"], "flightNumber": ["AC8732"], "previousSchedule": "17:24", "arrival": "21:12", "terminal": "1", "carousel": "9"}, {"status": "Delayed", "destination": "Punta Cana, DOM", "airline": ["Sunwing"], "flightNumber": ["WG443"], "previousSchedule": "18:15", "arrival": "07:15", "terminal": "3", "carousel": "9"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "array", "items": {"type": "string"}}, "flightNumber": {"type": "array", "items": {"type": "string"}}, "previousSchedule": {"type": "string"}, "arrival": {"type": "string"}, "terminal": {"type": "string"}, "carousel": {"type": "string"}}, "required": ["airline", "arrival", "carousel", "destination", "flightNumber", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/58481a97-f89e-4ff7-bcbb-9b8a75be46a3/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Arrivals by Terminal | returns flights for the given terminal | 200 | New Example | [{"status": "Cancelled", "destination": "Montreal (QC), CAN", "airline": ["WestJet", "Air France", "Delta Airlines", "Azores Airlines", "Air Transat", "Virgin Atlantic Airways"], "flightNumber": ["WS3529", "AF3733", "DL7072", "S47026", "TS7306", "VS8138"], "previousSchedule": "16:51", "arrival": "21:53", "terminal": "3", "carousel": ""}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "array", "items": {"type": "string"}}, "flightNumber": {"type": "array", "items": {"type": "string"}}, "previousSchedule": {"type": "string"}, "arrival": {"type": "string"}, "terminal": {"type": "string"}, "carousel": {"type": "string"}}, "required": ["airline", "arrival", "carousel", "destination", "flightNumber", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/5ca003e7-5dac-436c-a1ad-90a813a65f72/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Arrival by Flight Number | returns a flight for the given flight number. | 200 | New Example | [{"status": "Delayed", "destination": "Washington (Dulles), USA", "airline": "United Airlines", "flightNumber": "UA4421", "previousSchedule": "18:41", "arrival": "21:12", "terminal": "1", "carousel": "11"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "string"}, "flightNumber": {"type": "string"}, "previousSchedule": {"type": "string"}, "arrival": {"type": "string"}, "terminal": {"type": "string"}, "carousel": {"type": "string"}}, "required": ["airline", "arrival", "carousel", "destination", "flightNumber", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/fc5e8f58-b35a-4487-b006-3749c7380f7e/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Arrivals by Airline Name | returns list of arriving flights by given airline name | 200 | New Example | [{"status": "Delayed", "destination": "Cleveland, USA", "airline": "Air Canada Jazz", "flightNumber": "AC8732", "previousSchedule": "17:24", "arrival": "21:12", "terminal": "1", "carousel": "9"}, {"status": "Delayed", "destination": "Thunder Bay (ON), CAN", "airline": "Air Canada Jazz", "flightNumber": "AC8558", "previousSchedule": "18:48", "arrival": "21:10", "terminal": "1", "carousel": "1"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "string"}, "flightNumber": {"type": "string"}, "previousSchedule": {"type": "string"}, "arrival": {"type": "string"}, "terminal": {"type": "string"}, "carousel": {"type": "string"}}, "required": ["airline", "arrival", "carousel", "destination", "flightNumber", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/6cbf661b-383a-46a8-a7a8-42d55d4d7923/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Departure by Gate | returns departing flight for the given gate | 200 | New Example | [{"status": "Delayed", "destination": "Edmonton (AB), CAN", "airline": ["WestJet", "Air France", "Delta Airlines", "Virgin Atlantic Airways"], "flightNumber": ["WS437", "AF6549", "DL7026", "VS8097"], "previousSchedule": "18:15", "departing": "20:36", "terminal": "3", "gate": "B22"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "array", "items": {"type": "string"}}, "flightNumber": {"type": "array", "items": {"type": "string"}}, "previousSchedule": {"type": "string"}, "departing": {"type": "string"}, "terminal": {"type": "string"}, "gate": {"type": "string"}}, "required": ["airline", "departing", "destination", "flightNumber", "gate", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/d38f72b5-d6d4-44ce-a4a6-4950de53290a/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Departures by Terminal | returns all departures for the given terminal | 200 | New Example | [{"status": "Delayed", "destination": "Punta Cana, DOM", "airline": ["Sunwing"], "flightNumber": ["WG442"], "previousSchedule": "07:55", "departing": "21:15", "terminal": "3", "gate": "B37"}, {"status": "Delayed", "destination": "Vancouver (BC), CAN", "airline": ["Flair Airlines"], "flightNumber": ["F82223"], "previousSchedule": "15:15", "departing": "06:29", "terminal": "3", "gate": "B2A"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "array", "items": {"type": "string"}}, "flightNumber": {"type": "array", "items": {"type": "string"}}, "previousSchedule": {"type": "string"}, "departing": {"type": "string"}, "terminal": {"type": "string"}, "gate": {"type": "string"}}, "required": ["airline", "departing", "destination", "flightNumber", "gate", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/07899cbf-e95e-40c7-a5a1-b53ba0ccb58e/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Departures by Airline Name | returns all departures for the given airline name. | 200 | New Example | [{"status": "Delayed", "destination": "Zurich, CHE", "airline": "United Airlines", "flightNumber": "UA8520", "previousSchedule": "18:20", "departing": "20:30", "terminal": "1", "gate": "E72"}, {"status": "Delayed", "destination": "Los Angeles, USA", "airline": "United Airlines", "flightNumber": "UA8385", "previousSchedule": "18:35", "departing": "20:40", "terminal": "1", "gate": "F67"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "string"}, "flightNumber": {"type": "string"}, "previousSchedule": {"type": "string"}, "departing": {"type": "string"}, "terminal": {"type": "string"}, "gate": {"type": "string"}}, "required": ["airline", "departing", "destination", "flightNumber", "gate", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/0bd8474b-ffb9-4fae-b296-bed6feba7fd6/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get Departure By Flight Number | Returns flight and flight details relating to flight # param. | 200 | New Example | [{"status": "On time", "destination": "Washington (Dulles), USA", "airline": "Air Canada", "flightNumber": "AC3892", "previousSchedule": "", "departing": "06:20", "terminal": "1", "gate": "F88"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "string"}, "flightNumber": {"type": "string"}, "previousSchedule": {"type": "string"}, "departing": {"type": "string"}, "terminal": {"type": "string"}, "gate": {"type": "string"}}, "required": ["airline", "departing", "destination", "flightNumber", "gate", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/58d5d147-40c2-4a35-8954-eb01f614c260/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get All Departures | Returns all of the days departures from Pearson Airport. | 200 | New Example | [{"status": "On time", "destination": "Washington (Dulles), USA", "airline": ["United Airlines", "Air Canada"], "flightNumber": ["UA3963", "AC3892"], "previousSchedule": "", "departing": "06:20", "terminal": "1", "gate": "F88"}, {"status": "On time", "destination": "Cancun, MEX", "airline": ["Sunwing"], "flightNumber": ["WG513"], "previousSchedule": "", "departing": "06:20", "terminal": "3", "gate": "B28"}, {"status": "Delayed", "destination": "Montego Bay, JAM", "airline": ["Sunwing"], "flightNumber": ["WG720"], "previousSchedule": "06:20", "departing": "07:55", "terminal": "3", "gate": "B37"}, {"status": "On time", "destination": "St. John's (NL), CAN", "airline": ["Air Canada"], "flightNumber": ["AC680"], "previousSchedule": "", "departing": "06:25", "terminal": "1", "gate": "D38"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "array", "items": {"type": "string"}}, "flightNumber": {"type": "array", "items": {"type": "string"}}, "previousSchedule": {"type": "string"}, "departing": {"type": "string"}, "terminal": {"type": "string"}, "gate": {"type": "string"}}, "required": ["airline", "departing", "destination", "flightNumber", "gate", "previousSchedule", "status", "terminal"]}} |
cb92892b-590b-42f8-a59a-e16de980dcc3/c7cd9d6b-eddd-43c7-bc8b-98c5f99e7db1/0/0 | Toronto Pearson Airport | An API with departure, arrival, and flight data from Toronto Pearson International Airport. | 0.3 | Get All Arrivals | This will return all of the days arrivals at Pearson airport. | 200 | New Example | [{"status": "Delayed", "destination": "Vancouver (BC), CAN", "airline": ["Air Canada", "Egyptair", "TAP Portugal"], "flightNumber": ["AC126", "MS9622", "TP8016"], "previousSchedule": "05:44", "arrival": "05:57", "terminal": "1", "carousel": "3"}, {"status": "On time", "destination": "Mexico City, MEX", "airline": ["AeroMexico", "El Al Israel Airlines", "WestJet"], "flightNumber": ["AM692", "LY8212", "WS6101"], "previousSchedule": "", "arrival": "05:45", "terminal": "3", "carousel": "8"}, {"status": "Delayed", "destination": "Calgary (AB), CAN", "airline": ["WestJet", "AeroMexico", "Korean Air"], "flightNumber": ["WS652", "AM7300", "KE6540"], "previousSchedule": "05:45", "arrival": "05:49", "terminal": "3", "carousel": "4"}, {"status": "Delayed", "destination": "Las Vegas, USA", "airline": ["WestJet", "Delta Airlines"], "flightNumber": ["WS1119", "DL7162"], "previousSchedule": "05:59", "arrival": "06:51", "terminal": "3", "carousel": "5"}, {"status": "Delayed", "destination": "Vancouver (BC), CAN", "airline": ["WestJet", "Delta Airlines", "Philippine Airlines", "Qantas"], "flightNumber": ["WS724", "DL7108", "PR1930", "QF3385"], "previousSchedule": "06:03", "arrival": "07:25", "terminal": "3", "carousel": "3"}, {"status": "On time", "destination": "Vancouver (BC), CAN", "airline": ["Flair Airlines"], "flightNumber": ["F8225"], "previousSchedule": "", "arrival": "06:05", "terminal": "3", "carousel": "2"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "destination": {"type": "string"}, "airline": {"type": "array", "items": {"type": "string"}}, "flightNumber": {"type": "array", "items": {"type": "string"}}, "previousSchedule": {"type": "string"}, "arrival": {"type": "string"}, "terminal": {"type": "string"}, "carousel": {"type": "string"}}, "required": ["airline", "arrival", "carousel", "destination", "flightNumber", "previousSchedule", "status", "terminal"]}} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/f1412169-8baa-4592-94c5-131f300c2a01/2/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | flightSearch | Returns a list of flights for a given flight number. Minimum and/or maximum date can optionally be specified to limit the search. Results are ordered by departure date ascending. The next departure time is returned for pagination.
Will return a 400 if the date range requested is outside the subscription level | 200 | null | {"flights": [{"arrival_ident": "", "date": "", "departure_ident": "", "flnr": "", "status": ""}], "next_time": ""} | {"description": "FlightSearchResponses contains flights search responses and the next time, to be used for pagination", "type": "object", "properties": {"flights": {"description": "A list of flights returned by the search", "type": "array", "items": {"description": "FlightSearchResult contains one flight search response", "type": "object", "properties": {"arrival_ident": {"description": "The Identifier of the arrival airport", "type": "string", "x-go-name": "ArrivalIdent"}, "date": {"description": "The date of the flight in local time of the departure airport", "type": "string", "format": "date-time", "x-go-name": "Date"}, "departure_ident": {"description": "The Identifier of the departure airport", "type": "string", "x-go-name": "DepartureIdent"}, "flnr": {"description": "The Flight Number in Upper Case", "type": "string", "x-go-name": "Flnr"}, "status": {"description": "Status of the flight, one of: [live,scheduled,cancelled,landed,unknown]", "type": "string", "x-go-name": "Status"}}, "x-go-package": "wright/internal/api"}, "x-go-name": "Flights"}, "next_time": {"description": "The next time to be used for pagination", "type": "string", "format": "date-time", "x-go-name": "NextTime"}}, "x-go-package": "wright/internal/api"} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/6268f52d-0637-4ec8-b444-9d4c07e3c1eb/2/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airlineSearch | Returns a list of airlines for a given country, identifiers or name search pattern. Multiple arguments can be specified to limit the search.
Either one of the arguments must be specified. | 200 | null | [{"country": "", "iata": "", "icao": "", "ident": "", "name": ""}] | {"type": "array", "items": {"description": "The AirlineSearchResult contains information about one airline", "type": "object", "properties": {"country": {"description": "The country of the airline as a two letter code, if available", "type": "string", "x-go-name": "Country"}, "iata": {"description": "The IATA code of the airline, if available", "type": "string", "x-go-name": "Iata"}, "icao": {"description": "The ICAO code of the airline, if available", "type": "string", "x-go-name": "Icao"}, "ident": {"description": "The Ident code of the airline", "type": "string", "x-go-name": "Ident"}, "name": {"description": "The name of the airline", "type": "string", "x-go-name": "Name"}}, "x-go-package": "wright/internal/api"}} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/41566c04-6b5f-4da0-993e-f3d54da299ff/0/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airportSearch | Returns a list of airports for a given country, bbox or timezone. Multiple arguments can be specified to limit the search.
Either one of country, bbox or timezone must be specified. | 200 | null | [{"iata": "", "icao": "", "ident": "", "local_id": ""}] | {"type": "array", "items": {"description": "The AirportSearchResult contains basic information about one airport", "type": "object", "properties": {"iata": {"description": "The IATA code of the airport, optional", "type": "string", "x-go-name": "Iata"}, "icao": {"description": "The ICAO code of the airport, optional", "type": "string", "x-go-name": "Icao"}, "ident": {"description": "The Ident code of the airport", "type": "string", "x-go-name": "Ident"}, "local_id": {"description": "The local id (e.g. FaaID) of the airport, optional", "type": "string", "x-go-name": "LocalID"}}, "x-go-package": "wright/internal/api"}} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/5d696793-14cd-4a3a-a1cb-000a7406c3ec/1/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airportInfo | Returns detailed airport information for airports identified by the provided identifiers. In most cases the list should contain only one entry.
However, due to the nature of the data, it is possible that multiple entries are returned.
If searched by ident, only one airport is returned.
One of ident, iata, icao, localID must be provided. | 200 | null | [{"city": "", "country": "", "iata": "", "icao": "", "ident": "", "local_id": "", "local_time": "", "name": "", "operator": "", "owner": "", "pos_lat": 0, "pos_lng": 0, "public": true}] | {"type": "array", "items": {"description": "The AirportInfoResult contains information about one airport", "type": "object", "properties": {"city": {"description": "The city of the airport, optional", "type": "string", "x-go-name": "City"}, "country": {"description": "The country of the airport as a two letter code", "type": "string", "x-go-name": "Country"}, "iata": {"description": "The IATA code of the airport, optional", "type": "string", "x-go-name": "Iata"}, "icao": {"description": "The ICAO code of the airport, optional", "type": "string", "x-go-name": "Icao"}, "ident": {"description": "The Ident code of the airport", "type": "string", "x-go-name": "Ident"}, "local_id": {"description": "The local id (e.g. FaaID) of the airport, optional", "type": "string", "x-go-name": "LocalID"}, "local_time": {"description": "Current time of the airport", "type": "string", "format": "date-time", "x-go-name": "LocalTime"}, "name": {"description": "The name of the airport", "type": "string", "x-go-name": "Name"}, "operator": {"description": "The operator of the airport, optional", "type": "string", "x-go-name": "Operator"}, "owner": {"description": "The owner of the airport, optional", "type": "string", "x-go-name": "Owner"}, "pos_lat": {"description": "The latitude of the airport, optional", "type": "number", "format": "double", "x-go-name": "PosLat", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "pos_lng": {"description": "The longitude of the airport, optional", "type": "number", "format": "double", "x-go-name": "PosLng", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "public": {"description": "Indication whether the airport is publicly owned, optional", "type": "boolean", "x-go-name": "Public"}}, "x-go-package": "wright/internal/api"}} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/4df6c666-24a8-4f65-baf8-dcb12513ceb0/0/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | flightStatistics | Returns statistics for a flight number with one entry per route flown. Statistics are updated daily.
The query can be filtered by route.
Statistics are always as of today, please contact us if you require historical statistics. | 200 | null | [{"acft_models": [], "avg_delay": 0, "avg_duration": 0, "callsign": "", "cancelled_30d": 0, "count_30d": 0, "delay_30d": 0, "distance_km": 0, "distance_mi": 0, "distance_nm": 0, "flnr": "", "from": "", "last_flight": "", "to": ""}] | {"type": "array", "items": {"description": "FlightStatResult is one element returned by Flight Statistics call", "type": "object", "properties": {"acft_models": {"description": "A list of icao codes for aircrafts flown on this route within the past 30 days", "type": "array", "items": {"type": "string"}, "x-go-name": "AcftModels"}, "avg_delay": {"description": "Average delay of flights within the past 30 days", "type": "number", "format": "double", "x-go-name": "AvgDelay", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "avg_duration": {"description": "Average duration in hours of flights within the past 30 days (excludes cancelled flights)", "type": "number", "format": "double", "x-go-name": "AvgDuration", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "callsign": {"description": "Callsign of this flight, if available", "type": "string", "x-go-name": "CallSign"}, "cancelled_30d": {"description": "Percentage of flights cancelled within the past 30 days", "type": "number", "format": "double", "x-go-name": "Cancelled30dPerc", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "count_30d": {"description": "Number of flights within the past 30 days", "type": "integer", "format": "int64", "x-go-name": "Count30d", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "delay_30d": {"description": "Percentage of flights delayed (15min+ at arrival) within the past 30 days", "type": "number", "format": "double", "x-go-name": "Delay30dPerc", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "distance_km": {"description": "Distance in km", "type": "number", "format": "double", "x-go-name": "DistanceKM", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "distance_mi": {"description": "Distance in miles", "type": "number", "format": "double", "x-go-name": "DistanceMi", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "distance_nm": {"description": "Distance in nm", "type": "number", "format": "double", "x-go-name": "DistanceNM", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "flnr": {"description": "The Flight Number in Upper Case", "type": "string", "x-go-name": "Flnr"}, "from": {"description": "Identifier of the departure airport", "type": "string", "x-go-name": "From"}, "last_flight": {"description": "Date of the last flight on our record", "type": "string", "format": "date-time", "x-go-name": "LastFlight"}, "to": {"description": "Identifier of the arrival airport", "type": "string", "x-go-name": "To"}}, "x-go-package": "wright/internal/api"}} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/1aae3dcd-e86c-438a-a743-629e80951bd6/1/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airlineStatistics | Returns detailed airline statistics for airlines identified by the provided identifiers. In most cases the list should contain only one entry, unless the ident is ambiguous.
If searched by ident, only one airline is returned.
One of ident, iata, icao must be provided.
Statistics are calculated overnight and represent the current day's data. | 200 | null | {"average_delay_30_days": 0, "average_plane_age": 0, "cancel_percentage_30_days": 0, "delay_percentage_30_days": 0, "flights_30_days": 0, "flights_7_days": 0, "ident": "", "newest_plane_age": 0, "oldest_plane_age": 0, "top_airports_30_days": {}, "top_countries_30_days": {}} | {"description": "The AirlineStatsResult contains statistics about airlines", "type": "object", "properties": {"average_delay_30_days": {"description": "The average delay of delayed flights over the past 30 days, in minutes", "type": "integer", "format": "int64", "x-go-name": "AverageDelay30Days", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "average_plane_age": {"description": "The average age of planes in the fleet in years, rounded down", "type": "integer", "format": "int64", "x-go-name": "AveragePlaneAge", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cancel_percentage_30_days": {"description": "The percentage of flights cancelled over the past 30 days", "type": "number", "format": "double", "x-go-name": "CancelPercentage30Days", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "delay_percentage_30_days": {"description": "The percentage of flights delayed over the past 30 days", "type": "number", "format": "double", "x-go-name": "DelayPercentage30Days", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "flights_30_days": {"description": "The number of flights of the airline in the past 30 days", "type": "integer", "format": "int64", "x-go-name": "Flights30Days", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "flights_7_days": {"description": "The number of flights of the airline in the past 7 days", "type": "integer", "format": "int64", "x-go-name": "Flights7Days", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "ident": {"description": "Identifier of the airline", "type": "string", "x-go-name": "Ident"}, "newest_plane_age": {"description": "Age of the newest plane in the fleet in years, rounded down", "type": "integer", "format": "int64", "x-go-name": "NewestPlaneAge", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "oldest_plane_age": {"description": "Age of the oldest plane in the fleet in years, rounded down", "type": "integer", "format": "int64", "x-go-name": "OldestPlaneAge", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "top_airports_30_days": {"description": "The top airports of the airline in the past 30 days with number of flights over the past 30 days\nNote that this dictionary is not sorted", "type": "object", "additionalProperties": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "x-go-name": "TopAirports30Days"}, "top_countries_30_days": {"description": "The top countries of the airline in the past 30 days with number of flights over the past 30 days\nNote that this dictionary is not sorted", "type": "object", "additionalProperties": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "x-go-name": "TopCountries30Days"}}, "x-go-package": "wright/internal/api"} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/f73012c2-dcb4-4aed-ac19-aa0d71e94489/2/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | flightInfo | Returns the info for a flight on a specified date, or the current flight if date is omitted. Will return a 400 if the date requested is outside the subscription level | 200 | null | [{"actual_arrival_is_estimated": true, "actual_arrival_local": "", "actual_arrival_utc": "", "actual_departure_is_estimated": true, "actual_departure_local": "", "actual_departure_utc": "", "airline_iata": "", "airline_icao": "", "airline_name": "", "arrival_baggage": "", "arrival_city": "", "arrival_gate": "", "arrival_iata": "", "arrival_icao": "", "arrival_name": "", "arrival_terminal": "", "date": "", "departure_checkin": "", "departure_city": "", "departure_gate": "", "departure_iata": "", "departure_icao": "", "departure_name": "", "departure_terminal": "", "family": "", "flnr": "", "model": "", "reg": "", "scheduled_arrival_local": "", "scheduled_arrival_utc": "", "scheduled_departure_local": "", "scheduled_departure_utc": "", "status": ""}] | {"type": "array", "items": {"description": "The FlightInfoResult contains information about a single flight", "type": "object", "properties": {"actual_arrival_is_estimated": {"description": "True if the actual departure time is estimated", "type": "boolean", "x-go-name": "ActualArrIsEstimated"}, "actual_arrival_local": {"description": "Actual or Estimated departure time in Local Time", "type": "string", "format": "date-time", "x-go-name": "ActualArrLocal"}, "actual_arrival_utc": {"description": "Actual or Estimated departure time in UTC", "type": "string", "format": "date-time", "x-go-name": "ActualArrUTC"}, "actual_departure_is_estimated": {"description": "True if the actual departure time is estimated", "type": "boolean", "x-go-name": "ActualDepIsEstimated"}, "actual_departure_local": {"description": "Actual or Estimated departure time in Local Time", "type": "string", "format": "date-time", "x-go-name": "ActualDepLocal"}, "actual_departure_utc": {"description": "Actual or Estimated departure time in UTC", "type": "string", "format": "date-time", "x-go-name": "ActualDepUTC"}, "airline_iata": {"description": "AirlineIATA is the IATA code of the airline", "type": "string", "x-go-name": "AirlineIATA"}, "airline_icao": {"description": "AirlineICAO is the ICAO code of the airline", "type": "string", "x-go-name": "AirlineICAO"}, "airline_name": {"description": "AirlineName is the name of the airline", "type": "string", "x-go-name": "AirlineName"}, "arrival_baggage": {"description": "Baggage contains information on baggage for arrival", "type": "string", "x-go-name": "ArrBaggage"}, "arrival_city": {"description": "The city of the arrival airport", "type": "string", "x-go-name": "ArrCity"}, "arrival_gate": {"description": "The gate of the arrival airport", "type": "string", "x-go-name": "ArrGate"}, "arrival_iata": {"description": "The IATA code of the arrival airport", "type": "string", "x-go-name": "ArrIata"}, "arrival_icao": {"description": "The ICAO code of the arrival airport", "type": "string", "x-go-name": "ArrIcao"}, "arrival_name": {"description": "The name of the arrival airport", "type": "string", "x-go-name": "ArrName"}, "arrival_terminal": {"description": "The terminal of the arrival airport", "type": "string", "x-go-name": "ArrTerminal"}, "date": {"description": "The date of the flight in local time of the departure airport", "type": "string", "format": "date-time", "x-go-name": "Date"}, "departure_checkin": {"description": "The checkin counter of the departure airport", "type": "string", "x-go-name": "DepCheckin"}, "departure_city": {"description": "The city of the departure airport", "type": "string", "x-go-name": "DepCity"}, "departure_gate": {"description": "The gate of the departure airport", "type": "string", "x-go-name": "DepGate"}, "departure_iata": {"description": "The IATA code of the departure airport", "type": "string", "x-go-name": "DepIata"}, "departure_icao": {"description": "The ICAO code of the departure airport", "type": "string", "x-go-name": "DepIcao"}, "departure_name": {"description": "The name of the departure airport", "type": "string", "x-go-name": "DepName"}, "departure_terminal": {"description": "The terminal of the departure airport", "type": "string", "x-go-name": "DepTerminal"}, "family": {"description": "The model family in plain text", "type": "string", "x-go-name": "Family"}, "flnr": {"description": "The Flight Number in Upper Case", "type": "string", "x-go-name": "Flnr"}, "model": {"description": "ICAO Code of the aircraft model", "type": "string", "x-go-name": "Model"}, "reg": {"description": "The ICAO code of the aircraft", "type": "string", "x-go-name": "Reg"}, "scheduled_arrival_local": {"description": "Scheduled departure Time in Local Time", "type": "string", "format": "date-time", "x-go-name": "ScheduledArrLocal"}, "scheduled_arrival_utc": {"description": "Scheduled departure Time in UTC", "type": "string", "format": "date-time", "x-go-name": "ScheduledArrUTC"}, "scheduled_departure_local": {"description": "Scheduled departure Time in Local Time", "type": "string", "format": "date-time", "x-go-name": "ScheduledDepLocal"}, "scheduled_departure_utc": {"description": "Scheduled departure Time in UTC", "type": "string", "format": "date-time", "x-go-name": "ScheduledDepUTC"}, "status": {"description": "Status of the flight, one of: [live,sched,canc,landed,unknown,diverted]", "type": "string", "x-go-name": "Status"}}, "x-go-package": "wright/internal/api"}} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/9174802c-1bfa-4ba8-9b16-c54cb24cefea/1/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airportMetar | Returns the most recent METAR for an airport specified by the given ident.
Includes a parsed version of the METAR. | 200 | null | {"altimeter": 0, "altimeter_measure": "", "clear_sky": true, "clouds": [{"altitude": 0, "coverage": "", "designator": ""}], "date": "", "dew_point": 0, "ident": "", "nosig": true, "raw": "", "relative_humidity": 0, "temperature": 0, "visibility": 0, "visibility_measure": "", "weather_elements": [{"descriptor": "", "intensity": "", "plain": ""}], "wind_calm": true, "wind_direction": 0, "wind_gusts": 0, "wind_measure": "", "wind_speed": 0, "wind_variable_from": 0, "wind_variable_to": 0} | {"description": "The AirportMetar object contains parsed metar for an airport", "type": "object", "properties": {"altimeter": {"description": "Altimeter, if provided", "type": "integer", "format": "int64", "x-go-name": "Altimeter", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "altimeter_measure": {"description": "Altimeter measurement unit, if provided", "type": "string", "x-go-name": "AltimeterMeasure"}, "clear_sky": {"description": "Indicates clear sky conditions", "type": "boolean", "x-go-name": "ClearSky"}, "clouds": {"description": "A list of parsed cloud levels", "type": "array", "items": {"description": "CloudElement contains information about cloud level", "type": "object", "properties": {"altitude": {"description": "Altitude of the cloud layer", "type": "integer", "format": "int64", "x-go-name": "Altitude", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "coverage": {"description": "Coverage indicator as provided in the metar", "type": "string", "x-go-name": "Coverage"}, "designator": {"description": "Designator of the cloud layer", "type": "string", "x-go-name": "Designator"}}, "x-go-package": "wright/internal/api"}, "x-go-name": "Clouds"}, "date": {"description": "Date and time of the METAR", "type": "string", "format": "date-time", "x-go-name": "Date"}, "dew_point": {"description": "Dew Point (Celsius)", "type": "integer", "format": "int64", "x-go-name": "DewPoint", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "ident": {"description": "The Airport Identifier", "type": "string", "x-go-name": "Ident"}, "nosig": {"description": "Indicates no significant changes expected", "type": "boolean", "x-go-name": "Nosig"}, "raw": {"description": "The raw METAR", "type": "string", "x-go-name": "Raw"}, "relative_humidity": {"description": "Relative humidity in percent", "type": "number", "format": "double", "x-go-name": "RelativeHumidity", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "temperature": {"description": "Temperature (Celsius)", "type": "integer", "format": "int64", "x-go-name": "Temperature", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "visibility": {"description": "Visibility", "type": "integer", "format": "int64", "x-go-name": "Visibility", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "visibility_measure": {"description": "Visibility measurement unit", "type": "string", "x-go-name": "VisibilityMeasure"}, "weather_elements": {"description": "A list of parsed weather elements", "type": "array", "items": {"description": "WeatherElement describes current weather conditions", "type": "object", "properties": {"descriptor": {"description": "The descriptor as provided in the metar", "type": "string", "x-go-name": "Descriptor"}, "intensity": {"description": "Intensity indicator", "type": "string", "x-go-name": "Intensity"}, "plain": {"description": "The parsed descriptor", "type": "string", "x-go-name": "Plain"}}, "x-go-package": "wright/internal/api"}, "x-go-name": "WeatherElements"}, "wind_calm": {"description": "Indicates if wind is calm", "type": "boolean", "x-go-name": "WindCalm"}, "wind_direction": {"description": "Wind direction, if calm==false", "type": "integer", "format": "int64", "x-go-name": "WindDirection", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "wind_gusts": {"description": "Wind gusts, if calm==false", "type": "integer", "format": "int64", "x-go-name": "WindGusts", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "wind_measure": {"description": "Wind measurement units for wind_speed and wind_gusts", "type": "string", "x-go-name": "WindMeasure"}, "wind_speed": {"description": "Wind speed, if calm==false", "type": "integer", "format": "int64", "x-go-name": "WindSpeed", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "wind_variable_from": {"description": "For variable Wind, from value for the wind direction", "type": "integer", "format": "int64", "x-go-name": "WindVariableFrom", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "wind_variable_to": {"description": "For variable Wind, to value for the wind direction", "type": "integer", "format": "int64", "x-go-name": "WindVariableTo", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "x-go-package": "wright/internal/api"} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/88107aa9-03b7-43bb-96b6-5fa73ef5677a/2/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airportDelayDailyStatistics | Returns detailed daily delay statistics for an airport identified by the provided identifiers. If searched by ident, only one airport is returned.
One of ident, iata, icao, localID must be provided. Additionally, dt and isDeparture are required.
Statistics are calculated overnight and represent the data for the specific date. | 200 | null | {"airport_ident": "", "date": "", "flightsDelayed15To30": 0, "flightsDelayed30To45": 0, "flightsDelayed45To60": 0, "flightsDelayedOver60": 0, "flightsDelayedUnknown": 0, "flightsOnTime": 0, "isDeparture": true, "numFlightsCancelled": 0, "numFlightsLanded": 0} | {"description": "The AirportDelayDaily contains daily delay statistics for an airport", "type": "object", "properties": {"airport_ident": {"description": "Identifier of the airport", "type": "string", "x-go-name": "Ident"}, "date": {"description": "Date for which the delay statistics are provided", "type": "string", "format": "date-time", "x-go-name": "Date"}, "flightsDelayed15To30": {"description": "The number of flights that were delayed between 15 to 30 minutes on the given date", "type": "integer", "format": "int64", "x-go-name": "FlightsDel15To30", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "flightsDelayed30To45": {"description": "The number of flights that were delayed between 30 to 45 minutes on the given date", "type": "integer", "format": "int64", "x-go-name": "FlightsDel30To45", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "flightsDelayed45To60": {"description": "The number of flights that were delayed between 45 to 60 minutes on the given date", "type": "integer", "format": "int64", "x-go-name": "FlightsDel45To60", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "flightsDelayedOver60": {"description": "The number of flights that were delayed for more than 60 minutes on the given date", "type": "integer", "format": "int64", "x-go-name": "FlightsDel60Plus", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "flightsDelayedUnknown": {"description": "The number of flights with unknown delay durations on the given date", "type": "integer", "format": "int64", "x-go-name": "FlightsDelUnknown", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "flightsOnTime": {"description": "The number of flights that were on time on the given date", "type": "integer", "format": "int64", "x-go-name": "FlightsOnTime", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "isDeparture": {"description": "Flag indicating if the statistics are for departures (true) or arrivals (false)", "type": "boolean", "x-go-name": "IsDeparture"}, "numFlightsCancelled": {"description": "The number of flights that were cancelled at the airport on the given date", "type": "integer", "format": "int64", "x-go-name": "NumFlightsCanc", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "numFlightsLanded": {"description": "The number of flights that landed at the airport on the given date", "type": "integer", "format": "int64", "x-go-name": "NumFlightsLanded", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "x-go-package": "wright/internal/api"} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/0110186d-a620-420e-a8c8-9095fa8ef4a0/2/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airportFlights | Returns a list of flights for an airport, direction and time. The list is sorted ascending by scheduled departure time for direction=="departure" and sorted descending by scheduled arrival time for direction=="arrival".
The next departure/arrival time is returned for pagination.
The dates returned for each flight represent the scheduled departure date in local time and can be used to query flight data via /flight/info. | 200 | null | {"flights": [{"arrival_ident": "", "date": "", "departure_ident": "", "flnr": "", "status": ""}], "next_time": ""} | {"description": "FlightSearchResponses contains flights search responses and the next time, to be used for pagination", "type": "object", "properties": {"flights": {"description": "A list of flights returned by the search", "type": "array", "items": {"description": "FlightSearchResult contains one flight search response", "type": "object", "properties": {"arrival_ident": {"description": "The Identifier of the arrival airport", "type": "string", "x-go-name": "ArrivalIdent"}, "date": {"description": "The date of the flight in local time of the departure airport", "type": "string", "format": "date-time", "x-go-name": "Date"}, "departure_ident": {"description": "The Identifier of the departure airport", "type": "string", "x-go-name": "DepartureIdent"}, "flnr": {"description": "The Flight Number in Upper Case", "type": "string", "x-go-name": "Flnr"}, "status": {"description": "Status of the flight, one of: [live,scheduled,cancelled,landed,unknown]", "type": "string", "x-go-name": "Status"}}, "x-go-package": "wright/internal/api"}, "x-go-name": "Flights"}, "next_time": {"description": "The next time to be used for pagination", "type": "string", "format": "date-time", "x-go-name": "NextTime"}}, "x-go-package": "wright/internal/api"} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/fae4ef50-7233-4117-ab07-76a2aca9dac1/0/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | aircraftInfo | Returns detailed aircraft information for an aircraft identified by registration.
Only works for currently active aircraft | 200 | null | {"airline": "", "engines": "", "first_flight": "", "hex": "", "is_cargo": true, "last_flight": "", "last_flight_number": "", "ln": "", "manufacturer": "", "model": "", "model_family": "", "model_spec": "", "msn": "", "reg": "", "seat_config": {}} | {"description": "The AircraftResult contains information about one aircraft", "type": "object", "properties": {"airline": {"description": "Airline identifier", "type": "string", "x-go-name": "Airline"}, "engines": {"description": "Engine configuration, if available", "type": "string", "x-go-name": "Engines"}, "first_flight": {"description": "First flight date of that aircraft, if available", "type": "string", "format": "date-time", "x-go-name": "FirstFlight"}, "hex": {"description": "The ICAO code of the aircraft, if available", "type": "string", "x-go-name": "Hex"}, "is_cargo": {"description": "Indicates if the aircraft is a cargo plane", "type": "boolean", "x-go-name": "IsCargo"}, "last_flight": {"description": "Last flight date, scheduled departure in UTC", "type": "string", "format": "date-time", "x-go-name": "LastFlight"}, "last_flight_number": {"description": "Last flight number of the aircraft", "type": "string", "x-go-name": "LastFlightNumber"}, "ln": {"description": "Line number of the aircraft, if available", "type": "string", "x-go-name": "LN"}, "manufacturer": {"description": "Manufacturer of the aircraft", "type": "string", "x-go-name": "Mfg"}, "model": {"description": "Model ICAO code of the aircraft", "type": "string", "x-go-name": "Model"}, "model_family": {"description": "Model Family of the aircraft", "type": "string", "x-go-name": "ModelFamily"}, "model_spec": {"description": "Model Specification for the aircraft", "type": "string", "x-go-name": "ModelSpec"}, "msn": {"description": "Manufacturer's serial number of the aircraft, if available", "type": "string", "x-go-name": "MSN"}, "reg": {"description": "The registration of the aircraft", "type": "string", "x-go-name": "Reg"}, "seat_config": {"description": "Seat configuration of the aircraft. The returned value is a map of seat codes to number of seats.\nThe codes are one of: F (first class), C (business class), Y (economy class), W (economy plus). Empty for cargo planes", "type": "object", "additionalProperties": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "x-go-name": "SeatConfig"}}, "x-go-package": "wright/internal/api"} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/216439b9-1fd4-44fd-a55f-add0ee3d2ee7/0/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airlineFlights | Returns a list of flights for an airline given a start time. The list is sorted ascending by scheduled departure time.
The next departure/ time is returned for pagination (use start times to paginate).
The dates returned for each flight represent the scheduled departure date in local time and can be used to query flight data via /flight/info. | 200 | null | {"flights": [{"arrival_ident": "", "date": "", "departure_ident": "", "flnr": "", "status": ""}], "next_time": ""} | {"description": "FlightSearchResponses contains flights search responses and the next time, to be used for pagination", "type": "object", "properties": {"flights": {"description": "A list of flights returned by the search", "type": "array", "items": {"description": "FlightSearchResult contains one flight search response", "type": "object", "properties": {"arrival_ident": {"description": "The Identifier of the arrival airport", "type": "string", "x-go-name": "ArrivalIdent"}, "date": {"description": "The date of the flight in local time of the departure airport", "type": "string", "format": "date-time", "x-go-name": "Date"}, "departure_ident": {"description": "The Identifier of the departure airport", "type": "string", "x-go-name": "DepartureIdent"}, "flnr": {"description": "The Flight Number in Upper Case", "type": "string", "x-go-name": "Flnr"}, "status": {"description": "Status of the flight, one of: [live,scheduled,cancelled,landed,unknown]", "type": "string", "x-go-name": "Status"}}, "x-go-package": "wright/internal/api"}, "x-go-name": "Flights"}, "next_time": {"description": "The next time to be used for pagination", "type": "string", "format": "date-time", "x-go-name": "NextTime"}}, "x-go-package": "wright/internal/api"} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/be94baf7-c914-4479-b0bc-f7a83696c0dd/2/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airlineInfo | Returns detailed airline information for airlines identified by the provided identifiers. In most cases the list should contain only one entry.
However, due to the nature of the data, it is possible that multiple entries are returned.
If searched by ident, only one airline is returned.
One of ident, iata, icao, name must be provided. | 200 | null | [{"alliance": "", "callsign": "", "country": "", "end_date": "", "founding_date": "", "iata": "", "icao": "", "ident": "", "name": "", "start_date": "", "website": ""}] | {"type": "array", "items": {"description": "The AirlineInfoResult contains information about one airline", "type": "object", "properties": {"alliance": {"description": "Alliance of the airline, if available", "type": "string", "x-go-name": "Alliance"}, "callsign": {"description": "The callsign of the airline, if available", "type": "string", "x-go-name": "Callsign"}, "country": {"description": "The country of the airline as a two letter code, if available", "type": "string", "x-go-name": "Country"}, "end_date": {"description": "The date the airline ceased operation, if available", "type": "string", "format": "date-time", "x-go-name": "CeasedOps"}, "founding_date": {"description": "The founding date of the airline, if available", "type": "string", "format": "date-time", "x-go-name": "FoundingDate"}, "iata": {"description": "The IATA code of the airline, if available", "type": "string", "x-go-name": "Iata"}, "icao": {"description": "The ICAO code of the airline, if available", "type": "string", "x-go-name": "Icao"}, "ident": {"description": "The Ident code of the airline", "type": "string", "x-go-name": "Ident"}, "name": {"description": "The name of the airline", "type": "string", "x-go-name": "Name"}, "start_date": {"description": "The date the airline started operation, if available", "type": "string", "format": "date-time", "x-go-name": "StartedOps"}, "website": {"description": "Website of the airline, if available", "type": "string", "x-go-name": "Website"}}, "x-go-package": "wright/internal/api"}} |
2a9890dd-eb12-4e59-9f2a-63c3b518f7f5/e396373b-cbb0-4cb4-b27d-a6af817b62ab/2/0 | Flightera Flight Data | Flight status, on-time performance and statistics by Flightera | 9.7 | airportStatistics | Returns detailed airport statistics for airports identified by the provided identifiers. In most cases the list should contain only one entry, unless the ident is ambiguous.
If searched by ident, only one airport is returned.
One of ident, iata, icao, localID must be provided.
Statistics are calculated overnight and represent the current day's data. | 200 | null | {"arrivals": 0, "avg_arrival_distance": 0, "avg_delay_arrivals": 0, "avg_delay_departures": 0, "avg_departure_distance": 0, "cancelled_arrivals": 0, "cancelled_departures": 0, "delayed_arrivals": 0, "delayed_departures": 0, "departures": 0, "ident": "", "top_airlines": {}, "top_destinations": {}, "top_sources": {}} | {"description": "The AirportStatsResult contains detailed statistics for an airport", "type": "object", "properties": {"arrivals": {"description": "The number of flights that arrived at the airport within the past 30 days", "type": "integer", "format": "int64", "x-go-name": "Arrivals", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "avg_arrival_distance": {"description": "Average distance of arriving flights over the past 30 days", "type": "number", "format": "double", "x-go-name": "AvgArrivalDistance", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "avg_delay_arrivals": {"description": "Average delay of delayed arriving flights over the past 30 days. Only provided if meaningful.", "type": "number", "format": "double", "x-go-name": "AvgDelayArrivals", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "avg_delay_departures": {"description": "Average delay of delayed departing flights over the past 30 days. Only provided if meaningful.", "type": "number", "format": "double", "x-go-name": "AvgDelayDepartures", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "avg_departure_distance": {"description": "Average distance of departing flights over the past 30 days", "type": "number", "format": "double", "x-go-name": "AvgDepartureDistance", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "cancelled_arrivals": {"description": "Percentage of cancelled arrivals. Only provided if meaningful.", "type": "number", "format": "double", "x-go-name": "CancelledArrivals", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "cancelled_departures": {"description": "Percentage of cancelled departures. Only provided if meaningful.", "type": "number", "format": "double", "x-go-name": "CancelledDepartures", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "delayed_arrivals": {"description": "Percentage of delayed arrivals (delay > 10 minutes). Only provided if meaningful.", "type": "number", "format": "double", "x-go-name": "DelayedArrivals", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "delayed_departures": {"description": "Percentage of delayed departures (delay > 10 minutes). Only provided if meaningful.", "type": "number", "format": "double", "x-go-name": "DelayedDepartures", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "departures": {"description": "The number of flights that departed from the airport within the past 30 days", "type": "integer", "format": "int64", "x-go-name": "Departures", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "ident": {"description": "Identifier of the airport", "type": "string", "x-go-name": "Ident"}, "top_airlines": {"description": "Top 5 airlines with number of flights within the past 30 days. Contains a map with airline identifier and number of flights", "type": "object", "additionalProperties": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "x-go-name": "TopAirlines"}, "top_destinations": {"description": "Top 10 destinations for departing flights with number of flights within the past 30 days. Contains a map with airport identifier and number of flights", "type": "object", "additionalProperties": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "x-go-name": "TopDestinations"}, "top_sources": {"description": "Top 10 sources for arriving flights with number of flights within the past 30 days. Contains a map with airport identifier and number of flights", "type": "object", "additionalProperties": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "x-go-name": "TopSources"}}, "x-go-package": "wright/internal/api"} |
812299d1-a10f-4941-8e68-5d39788fdba2/820884fe-d4bd-43f5-a5c1-cfe4d4348969/0/0 | Airbnb | Airbnb API allows users to search accommodations by location, place name, and GEO coordinates to find a place to rent. This API has all needed by any developer to create a new application with some extended features. | 9.8 | Get Property Details ( Depreciates ) | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1661103717469, "data": {"title": "Casa Acantilado", "propertyType": "Entire villa", "location": "Salobre\u00f1a", "personCapacity": 6, "imageUrl": "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/227d4c26-43d5-42da-ad84-d039515c0bad.jpeg", "descriptionLanguage": "en", "listingLat": 36.74409454723549, "listingLng": -3.6139661346045955, "homeTier": 1, "roomType": "Entire home/apt", "visibleReviewCount": null, "valueRating": null, "locationRating": null, "pictureCount": 0, "communicationRating": null, "checkinRating": null, "accuracyRating": null, "cleanlinessRating": null, "guestSatisfactionOverall": null, "allowsChildren": true, "allowsInfants": true, "allowsPets": false, "hostId": "431977102", "hostName": "Bookiply", "hostProfilePhotoUrl": "https://a0.muscache.com/im/pictures/user/5659bc1e-69de-4439-b158-f3d9a7f597b1.jpg?aki_policy=profile_x_medium", "isHotelRatePlanEnabled": false, "isSuperhost": false, "maxNights": 1125, "minNights": 1, "reviewsCount": "0", "reviewsRating": "0.0", "roomAndPropertyType": "Entire villa", "barPrice": null, "canInstantBook": true, "price": {"barPrice": {"__typename": "BarPrice", "accessibilityLabel": "$373 per night", "displayPrices": [{"__typename": "BarDisplayPrice", "displayRateType": "NIGHTLY", "priceString": "$373", "type": "PRIMARY"}], "explanationData": null}, "price": {"__typename": "PdpPriceDetails", "discountData": {"__typename": "PricingDiscountData", "tieredPricingDiscountData": null, "chinaDiscountPromotionData": null}, "promotionBadgeDiscountDisplays": null, "total": {"__typename": "PdpDisplayRate", "amount": 373, "amountFormatted": "$373", "currency": "USD", "amountMicros": 373000000, "isMicrosAccuracy": false}, "priceItems": []}}, "cancellationPolicies": [{"__typename": "LegacyPdpCancellationSection", "cancellationPolicyId": 44, "linkText": "Learn more", "milestones": [], "cancellationOverrideRules": null, "subtitle": "Add your trip dates to get the cancellation details for this stay.", "subtitles": ["For a full refund of the nightly rate, the guest must cancel within 48 hours of booking and at least 14 full days prior to listing\u2019s local check-in time (shown in the confirmation email).", "For a 50% refund of the nightly rate, the guest must cancel 7 full days before the listing's local check in time (shown in the confirmation email), otherwise no refund. If only 50% of the reservation has been paid, no refund will be issued and the remaining 50% will simply not be charged.", "If the guest cancels less than 7 days in advance or decides to leave early after check-in, the nights not spent are not refunded.", "Cleaning fees are always refunded if the reservation is canceled before check-in.", "The Airbnb service fee is refundable up to 3 times per year if the guest cancels within 48 hours of booking and at least 14 days before check-in. It isn\u2019t refundable if the guest cancels a reservation that overlaps with any part of an existing reservation.", "Accommodation fees (the total nightly rate you\u2019re charged) are refundable in certain circumstances as outlined below.", "If there is a complaint from either party, notice must be given to Airbnb within 24 hours of check-in.", "Airbnb will mediate when necessary, and has the final say in all disputes.", "A reservation is officially canceled when the guest clicks the cancellation button on the cancellation confirmation page, which they can find in Dashboard > Your Trips > Change or Cancel.", "Cancellation policies may be superseded by the Guest Refund Policy, extenuating circumstances, or cancellations by Airbnb for any other reason permitted under the Terms of Service. Please review these exceptions."], "title": "Add your trip dates to get the cancellation details for this stay.", "localizedCancellationPolicyName": "Strict", "cancellationPolicyPriceType": null, "cancellationPolicyPriceFactor": 0, "highlightedCancellationTip": null}], "overview": ["6 guests", "3 bedrooms", "4 beds", "3 baths"], "images": ["https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/227d4c26-43d5-42da-ad84-d039515c0bad.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/dd489167-14b9-464e-a291-e8390519b1dc.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/458c1368-f535-4d3d-a581-5c1c2a75ea01.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/d16d1f1b-c208-43d7-b907-aeddfe8c8804.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/17169b97-d647-4b7e-a953-469f36bcb1c7.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/38398dc1-1bcc-4c63-a56d-4f2279d77898.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/6e99b04a-99d2-432a-874c-487df8d4f7f9.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/d8fcaec2-e736-4a5a-8990-3d75c2504988.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/ab2c4590-bca5-4c79-9b23-ed98971a6e8d.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/c64696ca-d65f-4a48-9c9f-1860f19430af.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/a9d5874a-25fb-44ea-8adb-9735a8b8c60a.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/76bea894-180a-415c-aa97-0d46d2b94f53.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/d6f35560-3d67-406f-9145-25e1eb3a618a.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/b2768a53-7412-4203-b016-e05a2ad02876.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/381d7a89-1659-4a7f-b302-c33f132ea7ea.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/a7eccd45-37d2-476b-a37e-393ac61db852.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/0ca627b9-8c44-4dee-9450-604783ad320a.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/2c91a408-1773-452c-8e8c-a7f4cfcb37f8.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/67e34415-2fac-47bd-badb-d925fe61fb24.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/8b33a70b-ab13-4634-bcf1-f5415e8b00e8.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/d9bfa670-1363-4a8f-9aad-f8f4a6d4fc7f.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/9aac62e9-efdd-4acf-842d-1936d05d2790.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/65cef255-8e25-4ce2-8fc6-5f447f00b506.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/42e8dfdc-d3b3-402e-8cc1-964e7fbb4f84.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/2f872ad2-e920-47b4-847e-b33e4851c36d.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/bfd7256d-d975-421c-9d7c-1097dec79798.jpeg", "https://a0.muscache.com/pictures/prohost-api/Hosting-584469386220279136/original/2a856fb0-395b-4bcf-9755-b3c1e2a69be4.jpeg"], "details": [{"title": "Availability", "subtitle": "Add your travel dates for exact pricing", "priceDisclaimer": "Prices on calendar do not include taxes and fees", "reviewRating": null, "reviewCount": null, "reviewAccessibilityLabel": null, "drawerCalendarLoggingEventData": {"__typename": "CalendarLoggingEventData", "clearDatesButton": {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.drawer.clearDates", "component": "clearDates", "section": "drawer", "eventData": null, "eventDataSchemaName": null}, "title": "Clear dates", "screenNavigation": null, "subtitle": null, "button": null}, "selectCheckOutOnlyDateLoggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.drawer.selectCheckOutOnlyDate", "component": "selectCheckOutOnlyDate", "section": "drawer", "eventData": null, "eventDataSchemaName": null}, "selectMinNightsViolationDateLoggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.drawer.selectMinNightsViolationDate", "component": "selectMinNightsViolationDate", "section": "drawer", "eventData": null, "eventDataSchemaName": null}, "selectMaxNightsViolationDateLoggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.drawer.selectMaxNightsViolationDate", "component": "selectMaxNightsViolationDate", "section": "drawer", "eventData": null, "eventDataSchemaName": null}, "selectUnavailableForCheckInDateLoggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.drawer.selectUnavailableForCheckInDate", "component": "selectUnavailableForCheckInDate", "section": "drawer", "eventData": null, "eventDataSchemaName": null}, "selectUnavailableForCheckoutDateLoggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.drawer.selectUnavailableForCheckoutDate", "component": "selectUnavailableForCheckoutDate", "section": "drawer", "eventData": null, "eventDataSchemaName": null}, "selectDateLoggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.drawer.selectDate", "component": "selectDate", "section": "drawer", "eventData": null, "eventDataSchemaName": null}}, "descriptionItems": [{"__typename": "BasicListItem", "title": "Entire villa"}, {"__typename": "BasicListItem", "title": "4 beds"}, {"__typename": "BasicListItem", "title": "3 baths"}]}, {"title": "What this place offers", "amenities": [{"title": "Bathroom", "amenities": [{"title": "Bathtub", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Hair dryer", "subtitle": "", "available": true, "image": null, "images": null}]}, {"title": "Bedroom and laundry", "amenities": [{"title": "Washer", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Dryer", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Essentials", "subtitle": "Towels, bed sheets, soap, and toilet paper", "available": true, "image": null, "images": null}, {"title": "Bed linens", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Iron", "subtitle": "", "available": true, "image": null, "images": null}]}, {"title": "Entertainment", "amenities": [{"title": "TV", "subtitle": "", "available": true, "image": null, "images": null}]}, {"title": "Heating and cooling", "amenities": [{"title": "Air conditioning", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Heating", "subtitle": "", "available": true, "image": null, "images": null}]}, {"title": "Internet and office", "amenities": [{"title": "Wifi", "subtitle": "", "available": true, "image": null, "images": null}]}, {"title": "Kitchen and dining", "amenities": [{"title": "Kitchen", "subtitle": "Space where guests can cook their own meals", "available": true, "image": null, "images": null}, {"title": "Refrigerator", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Microwave", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Dishes and silverware", "subtitle": "Bowls, chopsticks, plates, cups, etc.", "available": true, "image": null, "images": null}, {"title": "Freezer", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Dishwasher", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Stove", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Oven", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Hot water kettle", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Coffee maker", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Toaster", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Blender", "subtitle": "", "available": true, "image": null, "images": null}]}, {"title": "Outdoor", "amenities": [{"title": "Patio or balcony", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Backyard", "subtitle": "An open space on the property usually covered in grass", "available": true, "image": null, "images": null}, {"title": "BBQ grill", "subtitle": "", "available": true, "image": null, "images": null}, {"title": "Beach essentials", "subtitle": "Beach towels, umbrella, beach blanket, snorkeling gear", "available": true, "image": null, "images": null}]}, {"title": "Parking and facilities", "amenities": [{"title": "Pool", "subtitle": "", "available": true, "image": null, "images": null}]}, {"title": "Services", "amenities": [{"title": "Long term stays allowed", "subtitle": "Allow stay for 28 days or more", "available": true, "image": null, "images": null}]}, {"title": "Not included", "amenities": [{"title": "Smoke alarm", "subtitle": "This place may not have a smoke detector. Reach out to the host with any questions.", "available": false, "image": null, "images": null}, {"title": "Carbon monoxide alarm", "subtitle": "This place may not have a carbon monoxide detector. Reach out to the host with any questions.", "available": false, "image": null, "images": null}, {"title": "Shampoo", "subtitle": "", "available": false, "image": null, "images": null}, {"title": "Private entrance", "subtitle": "", "available": false, "image": null, "images": null}]}]}, {"title": "Where you\u2019ll be", "subtitle": "Salobre\u00f1a, Andaluc\u00eda, Spain", "lat": 36.7441, "lng": -3.614, "locationDisclaimer": null, "locationDetails": []}, {"additionalHosts": null, "additionalHostsTitle": null, "disclaimerItems": null, "hostAvatar": {"__typename": "Avatar", "avatarImage": {"__typename": "Image", "accessibilityLabel": "Learn more about the host, Bookiply.", "baseUrl": "https://a0.muscache.com/im/pictures/user/5659bc1e-69de-4439-b158-f3d9a7f597b1.jpg?aki_policy=profile_x_medium", "id": "5659bc1e-69de-4439-b158-f3d9a7f597b1", "onPressAction": null}, "badge": null, "userId": "431977102", "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.hostProfile.profilePhoto", "component": "profilePhoto", "section": "hostProfile", "eventData": null, "eventDataSchemaName": null}}, "hostBasicInfos": [{"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": null, "title": "Joined in November 2021", "screenNavigation": null, "subtitle": null, "button": null}], "hostFeatures": [{"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": null, "title": "Policy number", "screenNavigation": null, "subtitle": "VFT/GR/01702", "button": null}, {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": null, "title": "Languages", "screenNavigation": null, "subtitle": "Nederlands, English, Fran\u00e7ais, Deutsch, \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac, Italiano, Portugu\u00eas, Espa\u00f1ol", "button": null}, {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": null, "title": "Response rate", "screenNavigation": null, "subtitle": "97%", "button": null}, {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": null, "title": "Response time", "screenNavigation": null, "subtitle": "within an hour", "button": null}], "hostImage": null, "hostInfos": [], "hostProfileDescription": {"__typename": "ReadMoreHtml", "htmlText": "DE<br />Mit Bookiply finden Sie ganz einfach Ihre perfekte Ferienunterkunft. Eine sch\u00f6ne Finca mit Blick \u00fcber die Berge Mallorcas? Ein gem\u00fctliches Apartment auf den Kanaren oder ein Strandhaus an der K\u00fcste Andalusiens? Um Ihnen einen erholsamen Aufenthalt in den sch\u00f6nsten Regionen Spaniens zu bieten, konzentrieren wir uns auf die Zusammenarbeit mit gepr\u00fcften Gastgebern, deren Unterk\u00fcnfte unseren hohen Qualit\u00e4tskriterien entsprechen. Neben dem Fokus auf die Qualit\u00e4t, bieten wir einen Kundenservice, der Sie schnell und unkompliziert bei allen Fragen und Anliegen an sieben Tagen die Woche unterst\u00fctzt.<br />************************************************************************<br /><br /><br />EN<br />With Bookiply you can easily find your perfect vacation rental. A beautiful country home with a view over the mountains of Mallorca? A cozy apartment on the Canary Islands or a beach house on the coast of Andalusia? To offer you a relaxing stay in Spain\u2019s most beautiful regions, we focus on working with certified homeowners, whose rentals meet our high quality criteria. In addition to focusing on quality, we offer a customer service that supports you quickly and straightforwardly with all questions and concerns seven days a week.<br />************************************************************************<br /><br />ES<br /><br />Con Bookiply puede encontrar f\u00e1cilmente su casa de alquiler vacacional ideal. \u00bfUna bonita casa de campo con vistas a las monta\u00f1as de Mallorca? \u00bfUn acogedor apartamento en las islas Canarias? o \u00bfUna casa de playa en la costa de Andaluc\u00eda? Para ofrecerle una estancia relajante en las regiones m\u00e1s bellas de Espa\u00f1a, nos centramos en trabajar con propietarios certificados, cuyos alojamientos cumplen con nuestros criterios de alta calidad. Adem\u00e1s de centrarnos en la calidad, ofrecemos un servicio de atenci\u00f3n al cliente que lo asiste de forma r\u00e1pida y directa con todas las preguntas e inquietudes los siete d\u00edas de la semana.<br />************************************************************************<br /><br />IT<br />Con Bookiply potete trovare facilmente la vostra casa vacanze ideale. Una bella casa di campagna con vista sulle montagne di Maiorca? Un appartamento accogliente nelle Isole Canarie o una casa al mare sulla costa dell'Andalusia? Con lo scopo di rendere il tuo soggiorno, nelle pi\u00f9 belle regioni spagnole, il pi\u00f9 confortevole possibile, collaboriamo a stretto contatto con proprietari certificati, le cui propriet\u00e0 soddisfano i nostri criteri di alta qualit\u00e0. Oltre a questo offriamo un servizio clienti che vi assiste in modo rapido e diretto per tutte le domande e i dubbi sette giorni su sette.<br />************************************************************************<br /><br />FR<br />Avec Bookiply, vous pouvez facilement trouver votre location de vacances id\u00e9ale. Une belle maison de campagne avec vue sur les montagnes de Majorque ? Un appartement confortable sur les \u00eeles Canaries ou une maison de plage sur la c\u00f4te andalouse ? Pour vous offrir un s\u00e9jour reposant dans les plus belles r\u00e9gions d'Espagne, nous nous engageons \u00e0 travailler avec des propri\u00e9taires certifi\u00e9s, dont les locations r\u00e9pondent \u00e0 nos crit\u00e8res de qualit\u00e9 \u00e9lev\u00e9s. En plus de mettre en avant la qualit\u00e9, nous offrons un service clients qui vous soutient avec rapidit\u00e9 et simplicit\u00e9 dans toutes vos questions et pr\u00e9occupations, sept jours sur sept.<br />************************************************************************<br /><br /><br />PT<br />Com a Bookiply pode facilmente encontrar a sua propriedade de f\u00e9rias perfeita. Uma bela casa de campo com vista sobre as montanhas de Maiorca? Um apartamento acolhedor nas Ilhas Can\u00e1rias ou uma casa de praia na costa da Andaluzia? Para lhe oferecer uma estadia relaxante nas regi\u00f5es mais belas de Espanha, focamo-nos em trabalhar com propriet\u00e1rios certificados, cujos alojamentos satisfazem os nossos elevados crit\u00e9rios de qualidade. Para al\u00e9m de nos concentrarmos na qualidade, oferecemos um servi\u00e7o de apoio ao cliente que o ajudar\u00e1 r\u00e1pida e facilmente com todas as suas quest\u00f5es e preocupa\u00e7\u00f5es, nos sete dias da semana.<br />************************************************************************<br /><br />NL<br />Met Bookiply kunt u gemakkelijk uw perfecte vakantiewoning vinden. Een mooi landhuis met uitzicht over de bergen van Mallorca? Een gezellig appartement op de Canarische Eilanden of een strandhuis aan de kust van Andalusi\u00eb? Om u een ontspannen verblijf te bieden in de mooiste regio's van Spanje, richten wij ons op het werken met gecertificeerde huiseigenaren, waarvan de accommodaties voldoen aan onze hoge kwaliteitscriteria. Naast onze focus op kwaliteit, bieden wij een klantenservice die u snel en eenvoudig helpt met alle vragen en zorgen, zeven dagen per week.<br />************************************************************************<br /><br />GR<br />\u039c\u03b5 \u03c4\u03bf Bookiply \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03bd\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf \u03c4\u03ad\u03bb\u03b5\u03b9\u03bf \u03ba\u03b1\u03c4\u03ac\u03bb\u03c5\u03bc\u03b1 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ce\u03bd \u03c3\u03b1\u03c2. \u0388\u03bd\u03b1 \u03cc\u03bc\u03bf\u03c1\u03c6\u03bf \u03b5\u03be\u03bf\u03c7\u03b9\u03ba\u03cc \u03c3\u03c0\u03af\u03c4\u03b9 \u03bc\u03b5 \u03b8\u03ad\u03b1 \u03c3\u03c4\u03b1 \u03b2\u03bf\u03c5\u03bd\u03ac \u03c4\u03b7\u03c2 \u039c\u03b1\u03b3\u03b9\u03cc\u03c1\u03ba\u03b1; \u0388\u03bd\u03b1 \u03ac\u03bd\u03b5\u03c4\u03bf \u03b4\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03c3\u03c4\u03b1 \u039a\u03b1\u03bd\u03ac\u03c1\u03b9\u03b1 \u039d\u03b7\u03c3\u03b9\u03ac \u03ae \u03ad\u03bd\u03b1 \u03c3\u03c0\u03af\u03c4\u03b9 \u03c3\u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03bb\u03af\u03b1 \u03c3\u03c4\u03b9\u03c2 \u03b1\u03ba\u03c4\u03ad\u03c2 \u03c4\u03b7\u03c2 \u0391\u03bd\u03b4\u03b1\u03bb\u03bf\u03c5\u03c3\u03af\u03b1\u03c2; \u0393\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b9\u03b1 \u03c7\u03b1\u03bb\u03b1\u03c1\u03c9\u03c4\u03b9\u03ba\u03ae \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae \u03c3\u03c4\u03b9\u03c2 \u03c0\u03b9\u03bf \u03cc\u03bc\u03bf\u03c1\u03c6\u03b5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ad\u03c2 \u03c4\u03b7\u03c2 \u0399\u03c3\u03c0\u03b1\u03bd\u03af\u03b1\u03c2, \u03b5\u03c0\u03b9\u03ba\u03b5\u03bd\u03c4\u03c1\u03c9\u03bd\u03cc\u03bc\u03b1\u03c3\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bc\u03b5 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b5\u03c2 \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03b9\u03ce\u03bd, \u03c4\u03c9\u03bd \u03bf\u03c0\u03bf\u03af\u03c9\u03bd \u03c4\u03b1 \u03b5\u03bd\u03bf\u03af\u03ba\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03bf\u03cd\u03bd \u03c4\u03b1 \u03c5\u03c8\u03b7\u03bb\u03ac \u03c0\u03bf\u03b9\u03bf\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03c2 \u03ba\u03c1\u03b9\u03c4\u03ae\u03c1\u03b9\u03b1. \u03a0\u03ad\u03c1\u03b1\u03bd \u03c4\u03bf\u03c5 \u03cc\u03c4\u03b9 \u03b5\u03c3\u03c4\u03b9\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03ac\u03bc\u03b5\u03c3\u03b1 \u03c3\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03b1\u03bd\u03b7\u03c3\u03c5\u03c7\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03b5\u03c0\u03c4\u03ac \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2 \u03c4\u03b7\u03bd \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1.<br />************************************************************************<br />", "readMoreButton": {"__typename": "BasicListItem", "action": {"__typename": "NavigateToScreen", "screenId": "HOST_DESCRIPTION", "loggingData": {"__typename": "LoggingEventData", "loggingId": "pdp.hostProfile.hostBioReadMore", "component": null, "section": null, "eventData": null, "eventDataSchemaName": null}}, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.hostProfile.hostBioReadMore", "component": null, "section": null, "eventData": null, "eventDataSchemaName": null}, "title": "read more", "screenNavigation": null, "subtitle": null, "button": null}, "recommendedNumberOfLines": 3}, "hostTags": [{"__typename": "BasicListItem", "title": "598 Reviews", "icon": "COMPACT_STAR"}, {"__typename": "BasicListItem", "title": "Identity verified", "icon": "COMPACT_VERIFIED"}], "subtitle": "Joined in November 2021", "title": "Hosted by Bookiply", "hostFirstName": null, "experienceId": ""}, {"additionalHouseRules": "Please keep in mind that you will be requested to submit both your arrival data (passport data, flight data, contact information) after booking so that the homeowner can plan your stay and check-in accordingly.\nPossible extra fees specified in the description need to be paid on site.\n", "additionalHouseRulesTitle": "Additional rules", "cancellationPolicyForDisplay": null, "cancellationPolicies": [{"__typename": "PdpCancellationPolicy", "id": 44, "milestones": [], "cancellationMilestoneModal": {"__typename": "CancellationMilestoneModal", "title": null, "subtitles": null, "header": null, "entries": null, "actionLinkText": null, "actionLinkUrl": null}, "seeDetailsLink": {"__typename": "BasicListItem", "action": null, "anchor": "/help/article/2637", "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.fullCancellations", "component": "fullCancellations", "section": "policies", "eventData": null, "eventDataSchemaName": null}, "title": "Learn more", "screenNavigation": null, "subtitle": null, "button": null}, "subtitle": "Add your trip dates to get the cancellation details for this stay.", "subtitles": ["For a full refund of the nightly rate, the guest must cancel within 48 hours of booking and at least 14 full days prior to listing\u2019s local check-in time (shown in the confirmation email).", "For a 50% refund of the nightly rate, the guest must cancel 7 full days before the listing's local check in time (shown in the confirmation email), otherwise no refund. If only 50% of the reservation has been paid, no refund will be issued and the remaining 50% will simply not be charged.", "If the guest cancels less than 7 days in advance or decides to leave early after check-in, the nights not spent are not refunded.", "Cleaning fees are always refunded if the reservation is canceled before check-in.", "The Airbnb service fee is refundable up to 3 times per year if the guest cancels within 48 hours of booking and at least 14 days before check-in. It isn\u2019t refundable if the guest cancels a reservation that overlaps with any part of an existing reservation.", "Accommodation fees (the total nightly rate you\u2019re charged) are refundable in certain circumstances as outlined below.", "If there is a complaint from either party, notice must be given to Airbnb within 24 hours of check-in.", "Airbnb will mediate when necessary, and has the final say in all disputes.", "A reservation is officially canceled when the guest clicks the cancellation button on the cancellation confirmation page, which they can find in Dashboard > Your Trips > Change or Cancel.", "Cancellation policies may be superseded by the Guest Refund Policy, extenuating circumstances, or cancellations by Airbnb for any other reason permitted under the Terms of Service. Please review these exceptions."], "title": "Add your trip dates to get the cancellation details for this stay.", "localizedCancellationPolicyName": "Strict", "cancellationPolicyPriceType": null, "cancellationPolicyPriceFactor": 0}], "cancellationPolicyTitle": "Cancellation policy", "discountData": null, "houseRules": [{"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": "COMPACT_CLOCK", "loggingEventData": null, "title": "Check-in: 5:00 PM - 8:00 PM", "screenNavigation": null, "subtitle": null, "button": null}, {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": "COMPACT_CLOCK", "loggingEventData": null, "title": "Checkout: 11:00 AM", "screenNavigation": null, "subtitle": null, "button": null}, {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": "COMPACT_SMOKING_NOT_ALLOWED", "loggingEventData": null, "title": "No smoking", "screenNavigation": null, "subtitle": null, "button": null}, {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": "COMPACT_NO_PETS", "loggingEventData": null, "title": "No pets", "screenNavigation": null, "subtitle": null, "button": null}, {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": "COMPACT_NO_EVENTS", "loggingEventData": null, "title": "No parties or events", "screenNavigation": null, "subtitle": null, "button": null}], "houseRulesTitle": "House rules", "listingExpectations": [], "listingExpectationsTitle": null, "reportButton": null, "seeAllHouseRulesButton": {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.showAllRules", "component": null, "section": null, "eventData": null, "eventDataSchemaName": null}, "title": "Show more", "screenNavigation": null, "subtitle": null, "button": null}, "seeCancellationPolicyButton": {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.showAllCancellations", "component": null, "section": null, "eventData": null, "eventDataSchemaName": null}, "title": "Show more", "screenNavigation": null, "subtitle": null, "button": null}, "title": "Things to know", "safetyAndPropertyTitle": "Health & safety", "previewSafetyAndProperties": [{"__typename": "SafetyAndPropertyInfo", "title": "Airbnb's COVID-19 safety practices apply", "subtitle": null, "icon": "AIRMOJI_EXTRAS_STAR", "learnMoreButton": null}, {"__typename": "SafetyAndPropertyInfo", "title": "Carbon monoxide alarm not reported", "subtitle": "The host hasn't reported a carbon monoxide alarm on the property. We suggest bringing a portable detector for your trip.", "icon": "AIRMOJI_STATUS_QUESTION", "learnMoreButton": {"__typename": "BasicListItem", "action": null, "anchor": "/help/article/2478/what-should-i-know-about-fire-and-carbon-monoxide-safety-when-i-travel", "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_co_alarm", "component": "learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_co_alarm", "section": "policies", "eventData": null, "eventDataSchemaName": null}, "title": "Show more", "screenNavigation": null, "subtitle": null, "button": null}}, {"__typename": "SafetyAndPropertyInfo", "title": "Smoke alarm not reported", "subtitle": "The host hasn't reported a smoke alarm on the property. We suggest bringing a portable detector for your trip.", "icon": "AIRMOJI_STATUS_QUESTION", "learnMoreButton": {"__typename": "BasicListItem", "action": null, "anchor": "/help/article/2478/what-should-i-know-about-fire-and-carbon-monoxide-safety-when-i-travel", "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_smoke_alarm", "component": "learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_smoke_alarm", "section": "policies", "eventData": null, "eventDataSchemaName": null}, "title": "Show more", "screenNavigation": null, "subtitle": null, "button": null}}], "seeAllSafetyAndPropertyButton": {"__typename": "BasicListItem", "action": null, "anchor": null, "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.showAllSafetyAndProperty", "component": null, "section": null, "eventData": null, "eventDataSchemaName": null}, "title": "Show more", "screenNavigation": null, "subtitle": null, "button": null}, "safetyExpectationsAndAmenities": [{"__typename": "SafetyAndPropertyInfo", "title": "Airbnb's COVID-19 safety practices apply", "subtitle": null, "icon": "AIRMOJI_EXTRAS_STAR", "learnMoreButton": null}, {"__typename": "SafetyAndPropertyInfo", "title": "Carbon monoxide alarm not reported", "subtitle": "The host hasn't reported a carbon monoxide alarm on the property. We suggest bringing a portable detector for your trip.", "icon": "AIRMOJI_STATUS_QUESTION", "learnMoreButton": {"__typename": "BasicListItem", "action": null, "anchor": "/help/article/2478/what-should-i-know-about-fire-and-carbon-monoxide-safety-when-i-travel", "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_co_alarm", "component": "learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_co_alarm", "section": "policies", "eventData": null, "eventDataSchemaName": null}, "title": "Show more", "screenNavigation": null, "subtitle": null, "button": null}}, {"__typename": "SafetyAndPropertyInfo", "title": "Smoke alarm not reported", "subtitle": "The host hasn't reported a smoke alarm on the property. We suggest bringing a portable detector for your trip.", "icon": "AIRMOJI_STATUS_QUESTION", "learnMoreButton": {"__typename": "BasicListItem", "action": null, "anchor": "/help/article/2478/what-should-i-know-about-fire-and-carbon-monoxide-safety-when-i-travel", "accessibilityLabel": null, "icon": null, "loggingEventData": {"__typename": "LoggingEventData", "loggingId": "pdp.policies.learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_smoke_alarm", "component": "learnMoreFortrust.offline_risk.safety_disclosures.guest.not_reported_smoke_alarm", "section": "policies", "eventData": null, "eventDataSchemaName": null}, "title": "Show more", "screenNavigation": null, "subtitle": null, "button": null}}]}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "propertyType": {"type": "string"}, "location": {"type": "string"}, "personCapacity": {"type": "integer"}, "imageUrl": {"type": "string"}, "descriptionLanguage": {"type": "string"}, "listingLat": {"type": "number"}, "listingLng": {"type": "number"}, "homeTier": {"type": "integer"}, "roomType": {"type": "string"}, "visibleReviewCount": {"type": "null"}, "valueRating": {"type": "null"}, "locationRating": {"type": "null"}, "pictureCount": {"type": "integer"}, "communicationRating": {"type": "null"}, "checkinRating": {"type": "null"}, "accuracyRating": {"type": "null"}, "cleanlinessRating": {"type": "null"}, "guestSatisfactionOverall": {"type": "null"}, "allowsChildren": {"type": "boolean"}, "allowsInfants": {"type": "boolean"}, "allowsPets": {"type": "boolean"}, "hostId": {"type": "string"}, "hostName": {"type": "string"}, "hostProfilePhotoUrl": {"type": "string"}, "isHotelRatePlanEnabled": {"type": "boolean"}, "isSuperhost": {"type": "boolean"}, "maxNights": {"type": "integer"}, "minNights": {"type": "integer"}, "reviewsCount": {"type": "string"}, "reviewsRating": {"type": "string"}, "roomAndPropertyType": {"type": "string"}, "barPrice": {"type": "null"}, "canInstantBook": {"type": "boolean"}, "price": {"type": "object", "properties": {"barPrice": {"type": "object", "properties": {"__typename": {"type": "string"}, "accessibilityLabel": {"type": "string"}, "displayPrices": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "displayRateType": {"type": "string"}, "priceString": {"type": "string"}, "type": {"type": "string"}}, "required": ["__typename", "displayRateType", "priceString", "type"]}}, "explanationData": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "displayPrices", "explanationData"]}, "price": {"type": "object", "properties": {"__typename": {"type": "string"}, "discountData": {"type": "object", "properties": {"__typename": {"type": "string"}, "tieredPricingDiscountData": {"type": "null"}, "chinaDiscountPromotionData": {"type": "null"}}, "required": ["__typename", "chinaDiscountPromotionData", "tieredPricingDiscountData"]}, "promotionBadgeDiscountDisplays": {"type": "null"}, "total": {"type": "object", "properties": {"__typename": {"type": "string"}, "amount": {"type": "integer"}, "amountFormatted": {"type": "string"}, "currency": {"type": "string"}, "amountMicros": {"type": "integer"}, "isMicrosAccuracy": {"type": "boolean"}}, "required": ["__typename", "amount", "amountFormatted", "amountMicros", "currency", "isMicrosAccuracy"]}, "priceItems": {"type": "array"}}, "required": ["__typename", "discountData", "priceItems", "promotionBadgeDiscountDisplays", "total"]}}, "required": ["barPrice", "price"]}, "cancellationPolicies": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "cancellationPolicyId": {"type": "integer"}, "linkText": {"type": "string"}, "milestones": {"type": "array"}, "cancellationOverrideRules": {"type": "null"}, "subtitle": {"type": "string"}, "subtitles": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "localizedCancellationPolicyName": {"type": "string"}, "cancellationPolicyPriceType": {"type": "null"}, "cancellationPolicyPriceFactor": {"type": "integer"}, "highlightedCancellationTip": {"type": "null"}}, "required": ["__typename", "cancellationOverrideRules", "cancellationPolicyId", "cancellationPolicyPriceFactor", "cancellationPolicyPriceType", "highlightedCancellationTip", "linkText", "localizedCancellationPolicyName", "milestones", "subtitle", "subtitles", "title"]}}, "overview": {"type": "array", "items": {"type": "string"}}, "images": {"type": "array", "items": {"type": "string"}}, "details": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "priceDisclaimer": {"type": "string"}, "reviewRating": {"type": "null"}, "reviewCount": {"type": "null"}, "reviewAccessibilityLabel": {"type": "null"}, "drawerCalendarLoggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "clearDatesButton": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}, "selectCheckOutOnlyDateLoggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "selectMinNightsViolationDateLoggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "selectMaxNightsViolationDateLoggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "selectUnavailableForCheckInDateLoggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "selectUnavailableForCheckoutDateLoggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "selectDateLoggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}}, "required": ["__typename", "clearDatesButton", "selectCheckOutOnlyDateLoggingEventData", "selectDateLoggingEventData", "selectMaxNightsViolationDateLoggingEventData", "selectMinNightsViolationDateLoggingEventData", "selectUnavailableForCheckInDateLoggingEventData", "selectUnavailableForCheckoutDateLoggingEventData"]}, "descriptionItems": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "title": {"type": "string"}}, "required": ["__typename", "title"]}}, "amenities": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "amenities": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "available": {"type": "boolean"}, "image": {"type": "null"}, "images": {"type": "null"}}, "required": ["available", "image", "images", "subtitle", "title"]}}}, "required": ["amenities", "title"]}}, "lat": {"type": "number"}, "lng": {"type": "number"}, "locationDisclaimer": {"type": "null"}, "locationDetails": {"type": "array"}, "additionalHosts": {"type": "null"}, "additionalHostsTitle": {"type": "null"}, "disclaimerItems": {"type": "null"}, "hostAvatar": {"type": "object", "properties": {"__typename": {"type": "string"}, "avatarImage": {"type": "object", "properties": {"__typename": {"type": "string"}, "accessibilityLabel": {"type": "string"}, "baseUrl": {"type": "string"}, "id": {"type": "string"}, "onPressAction": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "baseUrl", "id", "onPressAction"]}, "badge": {"type": "null"}, "userId": {"type": "string"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}}, "required": ["__typename", "avatarImage", "badge", "loggingEventData", "userId"]}, "hostBasicInfos": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "null"}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}}, "hostFeatures": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "null"}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "string"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}}, "hostImage": {"type": "null"}, "hostInfos": {"type": "array"}, "hostProfileDescription": {"type": "object", "properties": {"__typename": {"type": "string"}, "htmlText": {"type": "string"}, "readMoreButton": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "object", "properties": {"__typename": {"type": "string"}, "screenId": {"type": "string"}, "loggingData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "null"}, "section": {"type": "null"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}}, "required": ["__typename", "loggingData", "screenId"]}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "null"}, "section": {"type": "null"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}, "recommendedNumberOfLines": {"type": "integer"}}, "required": ["__typename", "htmlText", "readMoreButton", "recommendedNumberOfLines"]}, "hostTags": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "title": {"type": "string"}, "icon": {"type": "string"}}, "required": ["__typename", "icon", "title"]}}, "hostFirstName": {"type": "null"}, "experienceId": {"type": "string"}, "additionalHouseRules": {"type": "string"}, "additionalHouseRulesTitle": {"type": "string"}, "cancellationPolicyForDisplay": {"type": "null"}, "cancellationPolicies": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "id": {"type": "integer"}, "milestones": {"type": "array"}, "cancellationMilestoneModal": {"type": "object", "properties": {"__typename": {"type": "string"}, "title": {"type": "null"}, "subtitles": {"type": "null"}, "header": {"type": "null"}, "entries": {"type": "null"}, "actionLinkText": {"type": "null"}, "actionLinkUrl": {"type": "null"}}, "required": ["__typename", "actionLinkText", "actionLinkUrl", "entries", "header", "subtitles", "title"]}, "seeDetailsLink": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "string"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}, "subtitle": {"type": "string"}, "subtitles": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "localizedCancellationPolicyName": {"type": "string"}, "cancellationPolicyPriceType": {"type": "null"}, "cancellationPolicyPriceFactor": {"type": "integer"}}, "required": ["__typename", "cancellationMilestoneModal", "cancellationPolicyPriceFactor", "cancellationPolicyPriceType", "id", "localizedCancellationPolicyName", "milestones", "seeDetailsLink", "subtitle", "subtitles", "title"]}}, "cancellationPolicyTitle": {"type": "string"}, "discountData": {"type": "null"}, "houseRules": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "string"}, "loggingEventData": {"type": "null"}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}}, "houseRulesTitle": {"type": "string"}, "listingExpectations": {"type": "array"}, "listingExpectationsTitle": {"type": "null"}, "reportButton": {"type": "null"}, "seeAllHouseRulesButton": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "null"}, "section": {"type": "null"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}, "seeCancellationPolicyButton": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "null"}, "section": {"type": "null"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}, "safetyAndPropertyTitle": {"type": "string"}, "previewSafetyAndProperties": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": ["null", "string"]}, "icon": {"type": "string"}, "learnMoreButton": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "string"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}]}}, "required": ["__typename", "icon", "learnMoreButton", "subtitle", "title"]}}, "seeAllSafetyAndPropertyButton": {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "null"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "null"}, "section": {"type": "null"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}, "safetyExpectationsAndAmenities": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": ["null", "string"]}, "icon": {"type": "string"}, "learnMoreButton": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"__typename": {"type": "string"}, "action": {"type": "null"}, "anchor": {"type": "string"}, "accessibilityLabel": {"type": "null"}, "icon": {"type": "null"}, "loggingEventData": {"type": "object", "properties": {"__typename": {"type": "string"}, "loggingId": {"type": "string"}, "component": {"type": "string"}, "section": {"type": "string"}, "eventData": {"type": "null"}, "eventDataSchemaName": {"type": "null"}}, "required": ["__typename", "component", "eventData", "eventDataSchemaName", "loggingId", "section"]}, "title": {"type": "string"}, "screenNavigation": {"type": "null"}, "subtitle": {"type": "null"}, "button": {"type": "null"}}, "required": ["__typename", "accessibilityLabel", "action", "anchor", "button", "icon", "loggingEventData", "screenNavigation", "subtitle", "title"]}]}}, "required": ["__typename", "icon", "learnMoreButton", "subtitle", "title"]}}}, "required": ["title"]}}}, "required": ["accuracyRating", "allowsChildren", "allowsInfants", "allowsPets", "barPrice", "canInstantBook", "cancellationPolicies", "checkinRating", "cleanlinessRating", "communicationRating", "descriptionLanguage", "details", "guestSatisfactionOverall", "homeTier", "hostId", "hostName", "hostProfilePhotoUrl", "imageUrl", "images", "isHotelRatePlanEnabled", "isSuperhost", "listingLat", "listingLng", "location", "locationRating", "maxNights", "minNights", "overview", "personCapacity", "pictureCount", "price", "propertyType", "reviewsCount", "reviewsRating", "roomAndPropertyType", "roomType", "title", "valueRating", "visibleReviewCount"]}}, "required": ["data", "message", "status", "timestamp"]} |
812299d1-a10f-4941-8e68-5d39788fdba2/423ce143-9d3c-4573-a5f9-f6c53f7ccc91/0/0 | Airbnb | Airbnb API allows users to search accommodations by location, place name, and GEO coordinates to find a place to rent. This API has all needed by any developer to create a new application with some extended features. | 9.8 | Get Languages | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1661541893111, "data": [{"id": "ar-SA", "title": "Arabic (Saudi Arabia)"}, {"id": "zh-CN", "title": "Chinese (China)"}, {"id": "zh-HK", "title": "Chinese (Hong Kong SAR China)"}, {"id": "zh-TW", "title": "Chinese (Taiwan)"}, {"id": "cs-CZ", "title": "Czech (Czech Republic)"}, {"id": "da-DK", "title": "Danish (Denmark)"}, {"id": "nl-BE", "title": "Dutch (Belgium)"}, {"id": "nl-NL", "title": "Dutch (Netherlands)"}, {"id": "en-AU", "title": "English (Australia)"}, {"id": "en-IE", "title": "English (Ireland)"}, {"id": "en-ZA", "title": "English (South Africa)"}, {"id": "en-GB", "title": "English (United Kingdom)"}, {"id": "en-US", "title": "English (United States)"}, {"id": "fi-FI", "title": "Finnish (Finland)"}, {"id": "fr-CA", "title": "French (Canada)"}, {"id": "fr-FR", "title": "French (France)"}, {"id": "de-DE", "title": "German (Germany)"}, {"id": "el-GR", "title": "Greek (Greece)"}, {"id": "he-IL", "title": "Hebrew (Israel)"}, {"id": "hi-IN", "title": "Hindi (India)"}, {"id": "hu-HU", "title": "Hungarian (Hungary)"}, {"id": "id-ID", "title": "Indonesian (Indonesia)"}, {"id": "it-IT", "title": "Italian (Italy)"}, {"id": "ja-JP", "title": "Japanese (Japan)"}, {"id": "ko-KR", "title": "Korean (South Korea)"}, {"id": "no-NO", "title": "Norwegian (Norway)"}, {"id": "pl-PL", "title": "Polish (Poland)"}, {"id": "pt-BR", "title": "Portuguese (Brazil)"}, {"id": "pt-PT", "title": "Portuguese (Portugal)"}, {"id": "ro-RO", "title": "Romanian (Romania)"}, {"id": "ru-RU", "title": "Russian (Russia)"}, {"id": "sk-SK", "title": "Slovak (Slovakia)"}, {"id": "es-MX", "title": "Spanish (Mexico)"}, {"id": "es-ES", "title": "Spanish (Spain)"}, {"id": "sv-SE", "title": "Swedish (Sweden)"}, {"id": "th-TH", "title": "Thai (Thailand)"}, {"id": "tr-TR", "title": "Turkish (Turkey)"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}}, "required": ["data", "message", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/a7722f8f-a175-46b2-92e7-14b9bdd05006/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/flights/getNearByAirports | - | 200 | Response | {"status": true, "timestamp": 1691008887676, "data": {"current": {"presentation": {"title": "Mumbai", "suggestionTitle": "Mumbai (BOM)", "subtitle": "India"}, "navigation": {"entityId": "95673320", "entityType": "AIRPORT", "localizedName": "Mumbai", "relevantFlightParams": {"skyId": "BOM", "entityId": "95673320", "flightPlaceType": "AIRPORT", "localizedName": "Mumbai"}, "relevantHotelParams": {"entityId": "27539520", "entityType": "CITY", "localizedName": "Mumbai"}}}, "nearby": [], "recent": []}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"current": {"type": "object", "properties": {"presentation": {"type": "object", "properties": {"title": {"type": "string"}, "suggestionTitle": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["subtitle", "suggestionTitle", "title"]}, "navigation": {"type": "object", "properties": {"entityId": {"type": "string"}, "entityType": {"type": "string"}, "localizedName": {"type": "string"}, "relevantFlightParams": {"type": "object", "properties": {"skyId": {"type": "string"}, "entityId": {"type": "string"}, "flightPlaceType": {"type": "string"}, "localizedName": {"type": "string"}}, "required": ["entityId", "flightPlaceType", "localizedName", "skyId"]}, "relevantHotelParams": {"type": "object", "properties": {"entityId": {"type": "string"}, "entityType": {"type": "string"}, "localizedName": {"type": "string"}}, "required": ["entityId", "entityType", "localizedName"]}}, "required": ["entityId", "entityType", "localizedName", "relevantFlightParams", "relevantHotelParams"]}}, "required": ["navigation", "presentation"]}, "nearby": {"type": "array"}, "recent": {"type": "array"}}, "required": ["current", "nearby", "recent"]}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/efcce954-2563-41cb-97fc-b2abe7851b3d/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/flights/searchAirport | This API endpoint is responsible for giving a list of airports for the location. | 200 | Response | {"status": true, "timestamp": 1691008938320, "data": [{"presentation": {"title": "New York", "suggestionTitle": "New York (Any)", "subtitle": "United States"}, "navigation": {"entityId": "27537542", "entityType": "CITY", "localizedName": "New York", "relevantFlightParams": {"skyId": "NYCA", "entityId": "27537542", "flightPlaceType": "CITY", "localizedName": "New York"}, "relevantHotelParams": {"entityId": "27537542", "entityType": "CITY", "localizedName": "New York"}}}, {"presentation": {"title": "New York Newark", "suggestionTitle": "New York Newark (EWR)", "subtitle": "United States"}, "navigation": {"entityId": "95565059", "entityType": "AIRPORT", "localizedName": "New York Newark", "relevantFlightParams": {"skyId": "EWR", "entityId": "95565059", "flightPlaceType": "AIRPORT", "localizedName": "New York Newark"}, "relevantHotelParams": {"entityId": "27537542", "entityType": "CITY", "localizedName": "New York"}}}, {"presentation": {"title": "New York John F. Kennedy", "suggestionTitle": "New York John F. Kennedy (JFK)", "subtitle": "United States"}, "navigation": {"entityId": "95565058", "entityType": "AIRPORT", "localizedName": "New York John F. Kennedy", "relevantFlightParams": {"skyId": "JFK", "entityId": "95565058", "flightPlaceType": "AIRPORT", "localizedName": "New York John F. Kennedy"}, "relevantHotelParams": {"entityId": "27537542", "entityType": "CITY", "localizedName": "New York"}}}, {"presentation": {"title": "New York LaGuardia", "suggestionTitle": "New York LaGuardia (LGA)", "subtitle": "United States"}, "navigation": {"entityId": "95565057", "entityType": "AIRPORT", "localizedName": "New York LaGuardia", "relevantFlightParams": {"skyId": "LGA", "entityId": "95565057", "flightPlaceType": "AIRPORT", "localizedName": "New York LaGuardia"}, "relevantHotelParams": {"entityId": "27537542", "entityType": "CITY", "localizedName": "New York"}}}, {"presentation": {"title": "Stewart International", "suggestionTitle": "Stewart International (SWF)", "subtitle": "United States"}, "navigation": {"entityId": "95566280", "entityType": "AIRPORT", "localizedName": "Stewart International", "relevantFlightParams": {"skyId": "SWF", "entityId": "95566280", "flightPlaceType": "AIRPORT", "localizedName": "Stewart International"}, "relevantHotelParams": {"entityId": "27537542", "entityType": "CITY", "localizedName": "New York"}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"presentation": {"type": "object", "properties": {"title": {"type": "string"}, "suggestionTitle": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["subtitle", "suggestionTitle", "title"]}, "navigation": {"type": "object", "properties": {"entityId": {"type": "string"}, "entityType": {"type": "string"}, "localizedName": {"type": "string"}, "relevantFlightParams": {"type": "object", "properties": {"skyId": {"type": "string"}, "entityId": {"type": "string"}, "flightPlaceType": {"type": "string"}, "localizedName": {"type": "string"}}, "required": ["entityId", "flightPlaceType", "localizedName", "skyId"]}, "relevantHotelParams": {"type": "object", "properties": {"entityId": {"type": "string"}, "entityType": {"type": "string"}, "localizedName": {"type": "string"}}, "required": ["entityId", "entityType", "localizedName"]}}, "required": ["entityId", "entityType", "localizedName", "relevantFlightParams", "relevantHotelParams"]}}, "required": ["navigation", "presentation"]}}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/32cb0fe4-0c9c-4a53-9fab-8d73f7884625/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/flights/searchFlights | Get and poll all flights, search between origin and destination with prices, filter, sorting. | 200 | Response | {"status": true, "timestamp": 1691008981566, "sessionId": "25cee707-a873-4d0a-aeb2-4128a7ca0258", "data": {"context": {"status": "incomplete", "totalResults": 10}, "itineraries": [{"id": "13542-2402201235--30598-0-12712-2402201550|12712-2402221810--30598-0-13542-2402230600", "price": {"raw": 419.18, "formatted": "$420"}, "legs": [{"id": "13542-2402201235--30598-0-12712-2402201550", "origin": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 495, "stopCount": 0, "isSmallestStops": false, "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -30598, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/I%29.png", "name": "Norse Atlantic Airways (UK)"}], "operationType": "fully_operated"}, "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "durationInMinutes": 495, "flightNumber": "701", "marketingCarrier": {"id": -30598, "name": "Norse Atlantic Airways (UK)", "alternateId": "I)", "allianceId": 0}, "operatingCarrier": {"id": -30598, "name": "Norse Atlantic Airways (UK)", "alternateId": "I)", "allianceId": 0}}]}, {"id": "12712-2402221810--30598-0-13542-2402230600", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "durationInMinutes": 410, "stopCount": 0, "isSmallestStops": false, "departure": "2024-02-22T18:10:00", "arrival": "2024-02-23T06:00:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -30598, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/I%29.png", "name": "Norse Atlantic Airways (UK)"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-13542-2402221810-2402230600--30598", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "departure": "2024-02-22T18:10:00", "arrival": "2024-02-23T06:00:00", "durationInMinutes": 410, "flightNumber": "702", "marketingCarrier": {"id": -30598, "name": "Norse Atlantic Airways (UK)", "alternateId": "I)", "allianceId": 0}, "operatingCarrier": {"id": -30598, "name": "Norse Atlantic Airways (UK)", "alternateId": "I)", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "eco": {"ecoContenderDelta": 13.232994}, "tags": ["cheapest", "shortest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.998502}, {"id": "13554-2402200750--32753-1-12712-2402201355|12712-2402222110--32753-1-13554-2402231130", "price": {"raw": 527.97, "formatted": "$528"}, "legs": [{"id": "13554-2402200750--32753-1-12712-2402201355", "origin": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 665, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T07:50:00", "arrival": "2024-02-20T13:55:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13554-11154-2402200750-2402200910--32753", "origin": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T07:50:00", "arrival": "2024-02-20T09:10:00", "durationInMinutes": 80, "flightNumber": "151", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201110-2402201355--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T11:10:00", "arrival": "2024-02-20T13:55:00", "durationInMinutes": 465, "flightNumber": "105", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402222110--32753-1-13554-2402231130", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "durationInMinutes": 560, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T11:30:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402222110-2402230850--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T08:50:00", "durationInMinutes": 400, "flightNumber": "106", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13554-2402231010-2402231130--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "departure": "2024-02-23T10:10:00", "arrival": "2024-02-23T11:30:00", "durationInMinutes": 80, "flightNumber": "158", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["second_cheapest", "second_shortest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.58567}, {"id": "13554-2402200750--32753-1-12712-2402201355|12712-2402221700--32753-1-13554-2402230805", "price": {"raw": 527.97, "formatted": "$528"}, "legs": [{"id": "13554-2402200750--32753-1-12712-2402201355", "origin": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 665, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T07:50:00", "arrival": "2024-02-20T13:55:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13554-11154-2402200750-2402200910--32753", "origin": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T07:50:00", "arrival": "2024-02-20T09:10:00", "durationInMinutes": 80, "flightNumber": "151", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201110-2402201355--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T11:10:00", "arrival": "2024-02-20T13:55:00", "durationInMinutes": 465, "flightNumber": "105", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402221700--32753-1-13554-2402230805", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "durationInMinutes": 605, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T08:05:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402221700-2402230425--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T04:25:00", "durationInMinutes": 385, "flightNumber": "104", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13554-2402230640-2402230805--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "departure": "2024-02-23T06:40:00", "arrival": "2024-02-23T08:05:00", "durationInMinutes": 85, "flightNumber": "152", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["second_cheapest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.564918}, {"id": "13542-2402201300--32753-1-12712-2402201940|12712-2402221700--32753-1-13542-2402230755", "price": {"raw": 529.03, "formatted": "$530"}, "legs": [{"id": "13542-2402201300--32753-1-12712-2402201940", "origin": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 700, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T13:00:00", "arrival": "2024-02-20T19:40:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13542-11154-2402201300-2402201425--32753", "origin": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T13:00:00", "arrival": "2024-02-20T14:25:00", "durationInMinutes": 85, "flightNumber": "237", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201640-2402201940--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T16:40:00", "arrival": "2024-02-20T19:40:00", "durationInMinutes": 480, "flightNumber": "107", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402221700--32753-1-13542-2402230755", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "durationInMinutes": 595, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T07:55:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402221700-2402230425--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T04:25:00", "durationInMinutes": 385, "flightNumber": "104", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13542-2402230630-2402230755--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "departure": "2024-02-23T06:30:00", "arrival": "2024-02-23T07:55:00", "durationInMinutes": 85, "flightNumber": "230", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["third_cheapest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.552902}, {"id": "13554-2402201215--32753-1-12712-2402201940|12712-2402222110--32753-1-13554-2402231130", "price": {"raw": 527.97, "formatted": "$528"}, "legs": [{"id": "13554-2402201215--32753-1-12712-2402201940", "origin": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 745, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T12:15:00", "arrival": "2024-02-20T19:40:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13554-11154-2402201215-2402201335--32753", "origin": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T12:15:00", "arrival": "2024-02-20T13:35:00", "durationInMinutes": 80, "flightNumber": "159", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201640-2402201940--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T16:40:00", "arrival": "2024-02-20T19:40:00", "durationInMinutes": 480, "flightNumber": "107", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402222110--32753-1-13554-2402231130", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "durationInMinutes": 560, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T11:30:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402222110-2402230850--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T08:50:00", "durationInMinutes": 400, "flightNumber": "106", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13554-2402231010-2402231130--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "departure": "2024-02-23T10:10:00", "arrival": "2024-02-23T11:30:00", "durationInMinutes": 80, "flightNumber": "158", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["second_cheapest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.549767}, {"id": "13542-2402201300--32753-1-12712-2402201940|12712-2402222110--32753-1-13542-2402231220", "price": {"raw": 529.03, "formatted": "$530"}, "legs": [{"id": "13542-2402201300--32753-1-12712-2402201940", "origin": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 700, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T13:00:00", "arrival": "2024-02-20T19:40:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13542-11154-2402201300-2402201425--32753", "origin": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T13:00:00", "arrival": "2024-02-20T14:25:00", "durationInMinutes": 85, "flightNumber": "237", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201640-2402201940--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T16:40:00", "arrival": "2024-02-20T19:40:00", "durationInMinutes": 480, "flightNumber": "107", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402222110--32753-1-13542-2402231220", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "durationInMinutes": 610, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T12:20:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402222110-2402230850--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T08:50:00", "durationInMinutes": 400, "flightNumber": "106", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13542-2402231055-2402231220--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "departure": "2024-02-23T10:55:00", "arrival": "2024-02-23T12:20:00", "durationInMinutes": 85, "flightNumber": "236", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["third_cheapest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.546571}, {"id": "13554-2402201215--32753-1-12712-2402201940|12712-2402221700--32753-1-13554-2402230805", "price": {"raw": 527.97, "formatted": "$528"}, "legs": [{"id": "13554-2402201215--32753-1-12712-2402201940", "origin": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 745, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T12:15:00", "arrival": "2024-02-20T19:40:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13554-11154-2402201215-2402201335--32753", "origin": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T12:15:00", "arrival": "2024-02-20T13:35:00", "durationInMinutes": 80, "flightNumber": "159", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201640-2402201940--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T16:40:00", "arrival": "2024-02-20T19:40:00", "durationInMinutes": 480, "flightNumber": "107", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402221700--32753-1-13554-2402230805", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "durationInMinutes": 605, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T08:05:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402221700-2402230425--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T04:25:00", "durationInMinutes": 385, "flightNumber": "104", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13554-2402230640-2402230805--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "departure": "2024-02-23T06:40:00", "arrival": "2024-02-23T08:05:00", "durationInMinutes": 85, "flightNumber": "152", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["second_cheapest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.531441}, {"id": "13554-2402200950--32753-1-11442-2402201605|11442-2402221735--32753-1-13554-2402230805", "price": {"raw": 578.71, "formatted": "$579"}, "legs": [{"id": "13554-2402200950--32753-1-11442-2402201605", "origin": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "destination": {"id": "EWR", "name": "New York Newark", "displayCode": "EWR", "city": "New York", "isHighlighted": false}, "durationInMinutes": 675, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T09:50:00", "arrival": "2024-02-20T16:05:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13554-11154-2402200950-2402201115--32753", "origin": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T09:50:00", "arrival": "2024-02-20T11:15:00", "durationInMinutes": 85, "flightNumber": "155", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-11442-2402201305-2402201605--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "EWR", "displayCode": "EWR", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York Newark", "type": "Airport"}, "departure": "2024-02-20T13:05:00", "arrival": "2024-02-20T16:05:00", "durationInMinutes": 480, "flightNumber": "101", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "11442-2402221735--32753-1-13554-2402230805", "origin": {"id": "EWR", "name": "New York Newark", "displayCode": "EWR", "city": "New York", "isHighlighted": false}, "destination": {"id": "LHR", "name": "London Heathrow", "displayCode": "LHR", "city": "London", "isHighlighted": false}, "durationInMinutes": 570, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T17:35:00", "arrival": "2024-02-23T08:05:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "11442-11154-2402221735-2402230510--32753", "origin": {"flightPlaceId": "EWR", "displayCode": "EWR", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York Newark", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T17:35:00", "arrival": "2024-02-23T05:10:00", "durationInMinutes": 395, "flightNumber": "100", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13554-2402230640-2402230805--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LHR", "displayCode": "LHR", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Heathrow", "type": "Airport"}, "departure": "2024-02-23T06:40:00", "arrival": "2024-02-23T08:05:00", "durationInMinutes": 85, "flightNumber": "152", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["third_shortest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.525736}, {"id": "13542-2402201105--32753-1-12712-2402201940|12712-2402221700--32753-1-13542-2402230755", "price": {"raw": 529.03, "formatted": "$530"}, "legs": [{"id": "13542-2402201105--32753-1-12712-2402201940", "origin": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 815, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T11:05:00", "arrival": "2024-02-20T19:40:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13542-11154-2402201105-2402201230--32753", "origin": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T11:05:00", "arrival": "2024-02-20T12:30:00", "durationInMinutes": 85, "flightNumber": "233", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201640-2402201940--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T16:40:00", "arrival": "2024-02-20T19:40:00", "durationInMinutes": 480, "flightNumber": "107", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402221700--32753-1-13542-2402230755", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "durationInMinutes": 595, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T07:55:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402221700-2402230425--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T17:00:00", "arrival": "2024-02-23T04:25:00", "durationInMinutes": 385, "flightNumber": "104", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13542-2402230630-2402230755--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "departure": "2024-02-23T06:30:00", "arrival": "2024-02-23T07:55:00", "durationInMinutes": 85, "flightNumber": "230", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["third_cheapest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.507807}, {"id": "13542-2402201105--32753-1-12712-2402201940|12712-2402222110--32753-1-13542-2402231220", "price": {"raw": 529.03, "formatted": "$530"}, "legs": [{"id": "13542-2402201105--32753-1-12712-2402201940", "origin": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "destination": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "durationInMinutes": 815, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-20T11:05:00", "arrival": "2024-02-20T19:40:00", "timeDeltaInDays": 0, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "13542-11154-2402201105-2402201230--32753", "origin": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-20T11:05:00", "arrival": "2024-02-20T12:30:00", "durationInMinutes": 85, "flightNumber": "233", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-12712-2402201640-2402201940--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "departure": "2024-02-20T16:40:00", "arrival": "2024-02-20T19:40:00", "durationInMinutes": 480, "flightNumber": "107", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}, {"id": "12712-2402222110--32753-1-13542-2402231220", "origin": {"id": "JFK", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York", "isHighlighted": false}, "destination": {"id": "LGW", "name": "London Gatwick", "displayCode": "LGW", "city": "London", "isHighlighted": false}, "durationInMinutes": 610, "stopCount": 1, "isSmallestStops": false, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T12:20:00", "timeDeltaInDays": 1, "carriers": {"marketing": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}], "operationType": "fully_operated"}, "segments": [{"id": "12712-11154-2402222110-2402230850--32753", "origin": {"flightPlaceId": "JFK", "displayCode": "JFK", "parent": {"flightPlaceId": "NYCA", "displayCode": "NYC", "name": "New York", "type": "City"}, "name": "New York John F. Kennedy", "type": "Airport"}, "destination": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "departure": "2024-02-22T21:10:00", "arrival": "2024-02-23T08:50:00", "durationInMinutes": 400, "flightNumber": "106", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}, {"id": "11154-13542-2402231055-2402231220--32753", "origin": {"flightPlaceId": "DUB", "displayCode": "DUB", "parent": {"flightPlaceId": "DUBL", "displayCode": "DUB", "name": "Dublin", "type": "City"}, "name": "Dublin", "type": "Airport"}, "destination": {"flightPlaceId": "LGW", "displayCode": "LGW", "parent": {"flightPlaceId": "LOND", "displayCode": "LON", "name": "London", "type": "City"}, "name": "London Gatwick", "type": "Airport"}, "departure": "2024-02-23T10:55:00", "arrival": "2024-02-23T12:20:00", "durationInMinutes": 85, "flightNumber": "236", "marketingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}, "operatingCarrier": {"id": -32753, "name": "Aer Lingus", "alternateId": "EI", "allianceId": 0}}]}], "isSelfTransfer": false, "isProtectedSelfTransfer": false, "farePolicy": {"isChangeAllowed": false, "isPartiallyChangeable": false, "isCancellationAllowed": false, "isPartiallyRefundable": false}, "tags": ["third_cheapest"], "isMashUp": false, "hasFlexibleOptions": false, "score": 0.502462}], "messages": [], "filterStats": {"duration": {"min": 495, "max": 815}, "airports": [{"city": "New York", "airports": [{"id": "JFK", "name": "New York John F. Kennedy"}, {"id": "EWR", "name": "New York Newark"}]}, {"city": "London", "airports": [{"id": "LGW", "name": "London Gatwick"}, {"id": "LHR", "name": "London Heathrow"}]}], "carriers": [{"id": -32753, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/EI.png", "name": "Aer Lingus"}, {"id": -30598, "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/I%29.png", "name": "Norse Atlantic Airways (UK)"}], "stopPrices": {"direct": {"isPresent": true, "formattedPrice": "$420"}, "one": {"isPresent": true, "formattedPrice": "$528"}, "twoOrMore": {"isPresent": false}}}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "sessionId": {"type": "string"}, "data": {"type": "object", "properties": {"context": {"type": "object", "properties": {"status": {"type": "string"}, "totalResults": {"type": "integer"}}, "required": ["status", "totalResults"]}, "itineraries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"raw": {"type": "number"}, "formatted": {"type": "string"}}, "required": ["formatted", "raw"]}, "legs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "origin": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}, "isHighlighted": {"type": "boolean"}}, "required": ["city", "displayCode", "id", "isHighlighted", "name"]}, "destination": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}, "isHighlighted": {"type": "boolean"}}, "required": ["city", "displayCode", "id", "isHighlighted", "name"]}, "durationInMinutes": {"type": "integer"}, "stopCount": {"type": "integer"}, "isSmallestStops": {"type": "boolean"}, "departure": {"type": "string"}, "arrival": {"type": "string"}, "timeDeltaInDays": {"type": "integer"}, "carriers": {"type": "object", "properties": {"marketing": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "logoUrl": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "logoUrl", "name"]}}, "operationType": {"type": "string"}}, "required": ["marketing", "operationType"]}, "segments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "origin": {"type": "object", "properties": {"flightPlaceId": {"type": "string"}, "displayCode": {"type": "string"}, "parent": {"type": "object", "properties": {"flightPlaceId": {"type": "string"}, "displayCode": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["displayCode", "flightPlaceId", "name", "type"]}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["displayCode", "flightPlaceId", "name", "parent", "type"]}, "destination": {"type": "object", "properties": {"flightPlaceId": {"type": "string"}, "displayCode": {"type": "string"}, "parent": {"type": "object", "properties": {"flightPlaceId": {"type": "string"}, "displayCode": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["displayCode", "flightPlaceId", "name", "type"]}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["displayCode", "flightPlaceId", "name", "parent", "type"]}, "departure": {"type": "string"}, "arrival": {"type": "string"}, "durationInMinutes": {"type": "integer"}, "flightNumber": {"type": "string"}, "marketingCarrier": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "alternateId": {"type": "string"}, "allianceId": {"type": "integer"}}, "required": ["allianceId", "alternateId", "id", "name"]}, "operatingCarrier": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "alternateId": {"type": "string"}, "allianceId": {"type": "integer"}}, "required": ["allianceId", "alternateId", "id", "name"]}}, "required": ["arrival", "departure", "destination", "durationInMinutes", "flightNumber", "id", "marketingCarrier", "operatingCarrier", "origin"]}}}, "required": ["arrival", "carriers", "departure", "destination", "durationInMinutes", "id", "isSmallestStops", "origin", "segments", "stopCount", "timeDeltaInDays"]}}, "isSelfTransfer": {"type": "boolean"}, "isProtectedSelfTransfer": {"type": "boolean"}, "farePolicy": {"type": "object", "properties": {"isChangeAllowed": {"type": "boolean"}, "isPartiallyChangeable": {"type": "boolean"}, "isCancellationAllowed": {"type": "boolean"}, "isPartiallyRefundable": {"type": "boolean"}}, "required": ["isCancellationAllowed", "isChangeAllowed", "isPartiallyChangeable", "isPartiallyRefundable"]}, "eco": {"type": "object", "properties": {"ecoContenderDelta": {"type": "number"}}, "required": ["ecoContenderDelta"]}, "tags": {"type": "array", "items": {"type": "string"}}, "isMashUp": {"type": "boolean"}, "hasFlexibleOptions": {"type": "boolean"}, "score": {"type": "number"}}, "required": ["farePolicy", "hasFlexibleOptions", "id", "isMashUp", "isProtectedSelfTransfer", "isSelfTransfer", "legs", "price", "score", "tags"]}}, "messages": {"type": "array"}, "filterStats": {"type": "object", "properties": {"duration": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["max", "min"]}, "airports": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "airports": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["airports", "city"]}}, "carriers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "logoUrl": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "logoUrl", "name"]}}, "stopPrices": {"type": "object", "properties": {"direct": {"type": "object", "properties": {"isPresent": {"type": "boolean"}, "formattedPrice": {"type": "string"}}, "required": ["formattedPrice", "isPresent"]}, "one": {"type": "object", "properties": {"isPresent": {"type": "boolean"}, "formattedPrice": {"type": "string"}}, "required": ["formattedPrice", "isPresent"]}, "twoOrMore": {"type": "object", "properties": {"isPresent": {"type": "boolean"}}, "required": ["isPresent"]}}, "required": ["direct", "one", "twoOrMore"]}}, "required": ["airports", "carriers", "duration", "stopPrices"]}}, "required": ["context", "filterStats", "itineraries", "messages"]}}, "required": ["data", "sessionId", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/a6866b91-7d81-4f59-a841-14dbcf75340b/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/hotels/searchDestinationOrHotel | - | 200 | Response | {"status": true, "timestamp": 1691009958226, "data": [{"hierarchy": "New York|United States", "location": "40.6940959901, -73.9282670243", "score": 1.9686288014547153, "entityName": "New York", "entityId": "27537542", "entityType": "city", "suggestItem": "{strong}New{/strong} York, {strong}New{/strong} York, United States", "class": "City", "pois": null}, {"hierarchy": "Delhi|India", "location": "28.576468627850492, 77.14825704981389", "score": 1.6936770114975666, "entityName": "New Delhi", "entityId": "27540706", "entityType": "city", "suggestItem": "{strong}New{/strong} Delhi, Delhi, India", "class": "City", "pois": null}, {"hierarchy": "Louisiana|United States", "location": "30.068836083752895, -89.92997610444357", "score": 1.0917286047870314, "entityName": "New Orleans", "entityId": "35234892", "entityType": "city", "suggestItem": "{strong}New{/strong} Orleans, Louisiana, United States", "class": "City", "pois": null}, {"hierarchy": "United States", "location": "40.1660048818, -74.6656028817", "score": 0.9030666871396087, "entityName": "New Jersey", "entityId": "44294284", "entityType": "region", "suggestItem": "{strong}New{/strong} Jersey, United States", "class": "FirstLevelNationAdministrativeDivision", "pois": null}, {"hierarchy": "New Orleans|Louisiana|United States", "location": "30.039444, -90.026667", "score": 0.860150584973972, "entityName": "New Orleans Lakefront (NEW)", "entityId": "129054315", "entityType": "airport", "suggestItem": "{strong}New{/strong} Orleans Lakefront ({strong}NEW{/strong}), {strong}New{/strong} Orleans, Louisiana, United States", "class": "Airport", "pois": null}, {"hierarchy": "New York|New York|United States", "location": "40.695833, -74.171667", "score": 0.7097724266986091, "entityName": "New York Newark (EWR)", "entityId": "95565059", "entityType": "airport", "suggestItem": "{strong}New{/strong} York Newark (EWR), {strong}New{/strong} York, New York, United States", "class": "Airport", "pois": null}, {"hierarchy": "New York|New York|United States", "location": "40.6412215, -73.7781176", "score": 0.6403142758388941, "entityName": "New York John F. Kennedy (JFK)", "entityId": "95565058", "entityType": "airport", "suggestItem": "{strong}New{/strong} York John F. Kennedy (JFK), {strong}New{/strong} York, New York, United States", "class": "Airport", "pois": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hierarchy": {"type": "string"}, "location": {"type": "string"}, "score": {"type": "number"}, "entityName": {"type": "string"}, "entityId": {"type": "string"}, "entityType": {"type": "string"}, "suggestItem": {"type": "string"}, "class": {"type": "string"}, "pois": {"type": "null"}}, "required": ["class", "entityId", "entityName", "entityType", "hierarchy", "location", "pois", "score", "suggestItem"]}}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/612233a8-1eb9-4d41-9081-a9caadba9805/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/cars/searchLocation | Use this API to get EntityId for the pickup and drop location. | 200 | Response | {"status": true, "timestamp": 1691010421028, "data": [{"hierarchy": "New York|United States", "location": "40.6940959901, -73.9282670243", "entity_name": "New York", "highlight": {"entity_name": "<em>New</em> York", "hierarchy": "<em>New</em> York|United States"}, "entity_id": "27537542", "class": "City"}, {"hierarchy": "New York|New York|United States", "location": "40.6412215, -73.7781176", "entity_name": "New York John F. Kennedy (JFK)", "highlight": {"entity_name": "<em>New</em> York John F. Kennedy (JFK)", "hierarchy": "<em>New</em> York|New York|United States"}, "entity_id": "95565058", "class": "Airport"}, {"hierarchy": "New York|New York|United States", "location": "40.695833, -74.171667", "entity_name": "New York Newark (EWR)", "highlight": {"entity_name": "<em>New</em> York Newark (EWR)", "hierarchy": "<em>New</em> York|New York|United States"}, "entity_id": "95565059", "class": "Airport"}, {"hierarchy": "New Jersey|United States", "location": "40.7356568999, -74.1723670522", "entity_name": "Newark", "highlight": {"entity_name": "<em>New</em>ark", "hierarchy": "<em>New</em> Jersey|United States"}, "entity_id": "27540983", "class": "City"}, {"hierarchy": "Louisiana|United States", "location": "30.068836083752895, -89.92997610444357", "entity_name": "New Orleans", "highlight": {"entity_name": "<em>New</em> Orleans", "hierarchy": "Louisiana|United States"}, "entity_id": "35234892", "class": "City"}, {"hierarchy": "New Orleans|Louisiana|United States", "location": "30.039444, -90.026667", "entity_name": "New Orleans Lakefront (NEW)", "highlight": {"entity_name": "<em>New</em> Orleans Lakefront (<em>NEW</em>)", "hierarchy": "<em>New</em> Orleans|Louisiana|United States"}, "entity_id": "129054315", "class": "Airport"}, {"hierarchy": "Tyne and Wear|England|United Kingdom", "location": "55.007678742747224, -1.6578374666194822", "entity_name": "Newcastle", "highlight": {"entity_name": "<em>New</em>castle", "hierarchy": "Tyne and Wear|England|United Kingdom"}, "entity_id": "27545092", "class": "City"}, {"hierarchy": "Delhi|India", "location": "28.576468627850492, 77.14825704981389", "entity_name": "New Delhi", "highlight": {"entity_name": "<em>New</em> Delhi", "hierarchy": "Delhi|India"}, "entity_id": "27540706", "class": "City"}, {"hierarchy": "Virginia|United States", "location": "36.9787587585, -76.4280027839", "entity_name": "Newport News", "highlight": {"entity_name": "<em>New</em>port News", "hierarchy": "Virginia|United States"}, "entity_id": "27545952", "class": "City"}, {"hierarchy": "New South Wales|Australia", "location": "-32.91971757464561, 151.77920310940056", "entity_name": "Newcastle", "highlight": {"entity_name": "<em>New</em>castle", "hierarchy": "<em>New</em> South Wales|Australia"}, "entity_id": "27538727", "class": "City"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hierarchy": {"type": "string"}, "location": {"type": "string"}, "entity_name": {"type": "string"}, "highlight": {"type": "object", "properties": {"entity_name": {"type": "string"}, "hierarchy": {"type": "string"}}, "required": ["entity_name", "hierarchy"]}, "entity_id": {"type": "string"}, "class": {"type": "string"}}, "required": ["class", "entity_id", "entity_name", "hierarchy", "highlight", "location"]}}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/37b6bd77-b30a-4844-abe4-693f040a8695/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/hotels/getHotelDetails | - | 200 | Response | {"status": true, "timestamp": 1691010138729, "data": {"general": {"name": "The Manhattan at Times Square", "stars": 4}, "goodToKnow": {"title": "Good to know", "checkinTime": {"title": "Check in from", "time": "16:00"}, "checkoutTime": {"title": "Check out before", "time": "12:00"}, "description": {"title": "Hotel description", "content": "The Manhattan at Times Square enjoys a central Manhattan location with Times Square 1056 feet away and Rockefeller Center at 2116 feet from the property.\n\nA work desk is included in each room at The Manhattan at Times Square.", "image": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721485/1103721485_WxH.jpg", "translated": false, "needTranslation": false, "locale": "en-US"}, "policies": {"title": "Hotel policies", "content": [{"icon": "family", "translated": false, "needTranslation": false, "locale": "en-US", "key": "Children", "type": "Children", "values": [{"content": "Children are welcome at this hotel."}]}, {"icon": "hotels", "translated": false, "needTranslation": false, "locale": "en-US", "key": "AdditionalBeds", "type": "Additional beds", "values": [{"title": "6 years old and under", "content": "Max. 1 extra crib and 1 extra bed per room. Children can use extra beds for free.", "is_free": true}, {"title": "From 7 to 17 years old", "content": "Max. 1 extra crib and 1 extra bed per room. Children can use extra beds for an additional charge of USD 38.0.", "is_free": false}]}, {"icon": "hotels", "translated": false, "needTranslation": false, "locale": "en-US", "key": "AvailableBeds", "type": "Available beds", "values": [{"title": "17 years old and under", "content": "For each room, 1 child can use existing beds for free.", "is_free": true}]}, {"icon": "hotels--pets-allowed", "translated": false, "needTranslation": false, "locale": "en-US", "key": "Pets", "type": "Pets", "values": [{"content": "Pets allowed with extra charge."}]}, {"icon": "food", "translated": false, "needTranslation": false, "locale": "en-US", "key": "Breakfast", "type": "Breakfast", "values": [{"content": "Breakfast available."}], "details": [{"translated": false, "needTranslation": false, "locale": "en-US", "key": "BreakfastOptions", "type": "Breakfast options", "values": [{"content": "Continental breakfast."}]}, {"translated": false, "needTranslation": false, "locale": "en-US", "key": "BreakfastPrice", "type": "Breakfast price", "values": [{"content": "Please contact hotel for price information."}]}]}, {"icon": "information--language-alert", "translated": false, "needTranslation": false, "locale": "en-US", "key": "ImportantNoticeFromTheHotel", "type": "Important information from the hotel", "values": [{"content": "The name of the credit card holder must be the same as the occupant's name, otherwise it may affect the check-in arrangements."}]}, {"icon": "city", "translated": false, "needTranslation": false, "locale": "en-US", "key": "ImportantNoticeAboutTheCity", "type": "Important information about the city", "values": [{"content": "Guests should provide a credit card card when checking in. The hotel will pre-authorize your card and the pre-authorization will be released if there's no extra spending or damage to the room when checking out. Some hotels and room types have special policies, please refer to the hotel."}]}, {"icon": "payment-card", "translated": false, "needTranslation": false, "locale": "en-US", "key": "PaymentMethod", "type": "Accepted payment methods", "values": [{"title": "The hotel accepts the following payment methods:", "content": ["American Express Card", "Diners Card", "Master Card", "Visa Card", "China UnionPay Card", "JCB Card"]}]}]}}, "childrenAndExtraBed": {"title": "Children and extra bed", "content": []}, "location": {"title": "Location", "shortAddress": "790 7th Avenue, New York", "address": "790 7th Avenue, Manhattan, 10019 New York, United States", "rawAddress": {"nation": "United States", "postcode": "10019", "street_address": "790 7th Avenue", "district": "Manhattan", "city": "New York", "adm1": "New York", "cityId": "27537542"}, "coordinates": {"latitude": 40.7622856, "longitude": -73.9826404}, "cta": "Explore"}, "gallery": {"images": [{"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093366/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093366/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093366/960093366_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093348/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093348/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093348/960093348_WxH.jpg"}, {"category": "Traveller", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/reviews/6dc1ebce72e39bd64cf16a527f7d3979/6dc1ebce72e39bd64cf16a527f7d3979_WxH.jpg", "travel_type_info": "From a solo traveler", "guest_type": "solo"}, {"category": "Video", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093366/960093366_WxH.jpg", "uri": "https://d2xf5gjipzd8cd.cloudfront.net/videos/hotels/496165.mp4"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721765/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721765/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721765/1103721765_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721485/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721485/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721485/1103721485_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721604/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721604/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721604/1103721604_WxH.jpg"}, {"category": "Pool", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609874/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609874/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609874/208609874_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609856/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609856/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609856/208609856_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721629/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721629/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721629/1103721629_WxH.jpg"}, {"category": "Gym", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721521/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721521/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721521/1103721521_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103722140/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103722140/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103722140/1103722140_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113926/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113926/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113926/755113926_WxH.jpg"}, {"category": "Traveller", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/reviews/5f1aa2fe18d6207dc18e1b2b0188d96f/5f1aa2fe18d6207dc18e1b2b0188d96f_WxH.jpg", "travel_type_info": "From a business traveler", "guest_type": "business"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093403/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093403/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093403/960093403_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/990894829/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/990894829/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/990894829/990894829_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721600/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721600/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721600/1103721600_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609850/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609850/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609850/208609850_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609817/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609817/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609817/208609817_WxH.jpg"}, {"category": "Gym", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093307/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093307/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093307/960093307_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103722060/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103722060/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103722060/1103722060_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1068919943/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1068919943/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1068919943/1068919943_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721980/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721980/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721980/1103721980_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093387/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093387/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093387/960093387_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093312/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093312/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093312/960093312_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721640/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721640/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721640/1103721640_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922938/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922938/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922938/908922938_WxH.jpg"}, {"category": "Gym", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721538/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721538/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721538/1103721538_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721581/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721581/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721581/1103721581_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721695/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721695/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721695/1103721695_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093315/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093315/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093315/960093315_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721472/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721472/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721472/1103721472_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721597/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721597/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721597/1103721597_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721662/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721662/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721662/1103721662_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721278/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721278/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721278/1103721278_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1068919944/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1068919944/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1068919944/1068919944_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721810/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721810/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721810/1103721810_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644202/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644202/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644202/1132644202_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721617/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721617/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721617/1103721617_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721329/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721329/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721329/1103721329_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644206/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644206/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644206/1132644206_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093318/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093318/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093318/960093318_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721379/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721379/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721379/1103721379_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093327/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093327/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093327/960093327_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721655/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721655/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721655/1103721655_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093321/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093321/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093321/960093321_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922939/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922939/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922939/908922939_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644207/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644207/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644207/1132644207_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093357/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093357/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093357/960093357_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721553/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721553/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721553/1103721553_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304955/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304955/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304955/1193304955_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984502/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984502/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984502/1134984502_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721964/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721964/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721964/1103721964_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721264/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721264/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721264/1103721264_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721139/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721139/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721139/1103721139_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093396/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093396/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093396/960093396_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/916395958/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/916395958/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/916395958/916395958_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1196486476/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1196486476/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1196486476/1196486476_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093324/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093324/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093324/960093324_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922970/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922970/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922970/908922970_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113920/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113920/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113920/755113920_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721587/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721587/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721587/1103721587_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721715/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721715/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721715/1103721715_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721574/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721574/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721574/1103721574_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/990894795/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/990894795/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/990894795/990894795_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304951/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304951/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304951/1193304951_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721301/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721301/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721301/1103721301_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721243/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721243/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721243/1103721243_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721720/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721720/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721720/1103721720_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721816/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721816/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721816/1103721816_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644200/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644200/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644200/1132644200_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721453/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721453/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721453/1103721453_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721986/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721986/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721986/1103721986_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984737/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984737/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984737/1134984737_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644204/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644204/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644204/1132644204_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721670/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721670/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721670/1103721670_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984657/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984657/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984657/1134984657_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093346/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093346/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093346/960093346_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984725/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984725/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984725/1134984725_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609819/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609819/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609819/208609819_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644203/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644203/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1132644203/1132644203_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721271/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721271/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721271/1103721271_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609822/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609822/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/208609822/208609822_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721802/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721802/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721802/1103721802_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922967/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922967/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/908922967/908922967_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093355/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093355/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093355/960093355_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984627/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984627/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1134984627/1134984627_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721170/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721170/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721170/1103721170_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304957/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304957/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304957/1193304957_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113933/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113933/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113933/755113933_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093361/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093361/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/960093361/960093361_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304953/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304953/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1193304953/1193304953_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721787/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721787/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721787/1103721787_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113879/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113879/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113879/755113879_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721547/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721547/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721547/1103721547_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721681/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721681/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103721681/1103721681_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113897/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113897/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/755113897/755113897_WxH.jpg"}], "categories": [{"name": "All", "count": 97, "displayName": "All (97)"}, {"name": "Outlook", "count": 10, "displayName": "Outside (10)"}, {"name": "Bedroom", "count": 13, "displayName": "Bedroom (13)"}, {"name": "Traveller", "count": 2, "displayName": "Traveler photos (2)"}, {"name": "Video", "count": 1, "displayName": "Videos (1)"}, {"name": "Bathroom", "count": 8, "displayName": "Bathroom (8)"}, {"name": "Lobby", "count": 10, "displayName": "Entrance (10)"}, {"name": "Pool", "count": 1, "displayName": "Pool (1)"}, {"name": "MeetingRoom", "count": 3, "displayName": "Business (3)"}, {"name": "RestaurantBar", "count": 9, "displayName": "Food & drink (9)"}, {"name": "Gym", "count": 3, "displayName": "Fitness (3)"}, {"name": "Others", "count": 37, "displayName": "Highlights (37)"}]}, "amenities": {"title": "Amenities", "ctaAll": "See all", "ctaLess": "Show less", "content": [{"icon": "room", "description": "Air conditioning, Accessible, Accessible, Ticket office, Bicycle rental, Room service, Concierge, ATM machine, Fax, Business center, Fitness Center, Express check-out, Heat, Heat, Wake-up call, Luggage storage, Non-smoking, Elevator, Internet access, Photocopier, Television, Television, Express check-in, Laundry, Car rental, Pets allowed, Parking, WiFi, WiFi, 24-hour Front Desk Service, Shower, Multilingual staff, Smoking areas, Caf\u00e9, Safe deposit box, Safe deposit box"}], "contentV2": [{"id": "Services", "category": "Services", "items": [{"id": "ATM", "description": "ATM"}, {"id": "CashMachine", "description": "ATM machine"}, {"id": "ConciergeService", "description": "Concierge", "icon": "luggageall"}, {"id": "ExpressCheckinService", "description": "Express check-in", "icon": "fast-track"}, {"id": "ExpressCheckoutService", "description": "Express check-out", "icon": "fast-track"}, {"id": "FrontDesk24hService", "description": "24-hour Front Desk Service", "icon": "services"}, {"id": "LuggageStorage", "description": "Luggage storage", "icon": "luggageall"}, {"id": "MultilingualStaffService", "description": "Multilingual staff"}, {"id": "RoomService", "description": "Room service", "icon": "services"}, {"id": "SafeDepositBox", "description": "Safe deposit box", "icon": "lock"}, {"id": "WakeUpCallService", "description": "Wake-up call", "icon": "call-back"}]}, {"id": "InTheRooms", "category": "In the rooms", "items": [{"id": "AirConditioning", "description": "Air conditioning", "icon": "aircon"}, {"id": "Shower", "description": "Shower", "icon": "onsen"}]}, {"id": "PopularAndEssential", "category": "Popular and essential", "items": [{"id": "WifiService", "description": "WiFi", "icon": "wifi"}, {"id": "Parking", "description": "Parking", "icon": "parking"}, {"id": "AirConditioning", "description": "Air conditioning", "icon": "aircon"}, {"id": "FitnessCenter", "description": "Fitness Center", "icon": "health-fitness"}, {"id": "FrontDesk24hService", "description": "24-hour Front Desk Service", "icon": "services"}, {"id": "NonSmokingService", "description": "Non-smoking", "icon": "hotels--smoking"}, {"id": "Laundry", "description": "Laundry", "icon": "cloakroom"}, {"id": "PetsAllowedService", "description": "Pets allowed", "icon": "hotels--pets-allowed"}, {"id": "Television", "description": "Television", "icon": "media"}, {"id": "Lift", "description": "Elevator", "icon": "swap--vertical"}, {"id": "DisabledFacility", "description": "Accessible", "icon": "hotels--disabled-facilities"}, {"id": "BusinessCenter", "description": "Business center"}, {"id": "Cafe", "description": "Caf\u00e9", "icon": "cafe"}, {"id": "LobbyBar", "description": "Lobby bar"}, {"id": "FirstAidRoom", "description": "First-aid room"}, {"id": "NonsmokingFloor", "description": "Non-smoking floor"}, {"id": "SmokingArea", "description": "Smoking areas"}, {"id": "TicketOffice", "description": "Ticket office", "icon": "ticket"}, {"id": "Shower", "description": "Shower", "icon": "onsen"}, {"id": "BicycleRentalService", "description": "Bicycle rental"}]}, {"id": "LeisureAndEntertainment", "category": "Leisure and entertainment", "items": [{"id": "BicycleRentalService", "description": "Bicycle rental"}]}, {"id": "BusinessFacilities", "category": "Business facilities", "items": [{"id": "BusinessCenter", "description": "Business center"}]}, {"id": "FoodAndDrink", "category": "Food and drink", "items": [{"id": "Cafe", "description": "Caf\u00e9", "icon": "cafe"}, {"id": "LobbyBar", "description": "Lobby bar"}]}, {"id": "TransportAndParking", "category": "Transport and parking", "items": [{"id": "CarRental", "description": "Car rental", "icon": "cars"}, {"id": "Parking", "description": "Parking", "icon": "parking"}]}, {"id": "HealthcareAndAccessibility", "category": "Healthcare and accessibility", "items": [{"id": "DisabledFacility", "description": "Accessible", "icon": "hotels--disabled-facilities"}, {"id": "FirstAidRoom", "description": "First-aid room"}, {"id": "Lift", "description": "Elevator", "icon": "swap--vertical"}]}, {"id": "MediaAndTechnology", "category": "Media and technology", "items": [{"id": "Fax", "description": "Fax"}, {"id": "Photocopier", "description": "Photocopier"}, {"id": "Television", "description": "Television", "icon": "media"}]}, {"id": "SportAndFitness", "category": "Sports and fitness", "items": [{"id": "FitnessCenter", "description": "Fitness Center", "icon": "health-fitness"}]}, {"id": "WiFiAndInternet", "category": "Wifi and internet", "items": [{"id": "InternetAccessService", "description": "Internet access", "icon": "globe"}, {"id": "WiFiInDesignatedAreas", "description": "WiFi in common areas"}, {"id": "WifiService", "description": "WiFi", "icon": "wifi"}]}, {"id": "HotelAndOutdoorFacilities", "category": "Hotel and outdoor facilities", "items": [{"id": "Laundry", "description": "Laundry", "icon": "cloakroom"}, {"id": "NonSmokingService", "description": "Non-smoking", "icon": "hotels--smoking"}, {"id": "NonsmokingFloor", "description": "Non-smoking floor"}, {"id": "SmokingArea", "description": "Smoking areas"}, {"id": "TicketOffice", "description": "Ticket office", "icon": "ticket"}]}, {"id": "ExclusiveFacilities", "category": "Exclusive facilities", "items": [{"id": "PetsAllowedService", "description": "Pets allowed", "icon": "hotels--pets-allowed"}]}]}, "reviews": {"title": "Traveler ratings", "newTitle": "Hotel rating", "cta": "Read reviews", "summaryDescription": "Reviews by hotel guests", "rating": 7, "ratingDescription": "rating_good", "ratingDescriptionText": "Good", "numberOfReviewsLabel": "12408 reviews", "numberOfReviewsLabelExpanded": "Based on 12408 reviews", "badges": [], "guests": {"title": "TYPE OF GUESTS", "entries": []}, "categories": {"title": "SUMMARY OF RATINGS", "entries": []}, "explanations": [{"title": "HOW OUR SUMMARY OF REVIEWS WORKS", "content": "We analyze user reviews from dozens of travel websites and we generate a summary of all of them so that you can see at a glance the assessment made by the guests of this hotel.\nIn this way, you don't need to invest time in reading hundreds of reviews one by one to extract your own conclusions: we give them to you ready-made!"}, {"title": "TRUE REVIEWS", "content": "All the analyzed reviews come from travel websites that allow reviews to be written only by those users who have made a booking and stayed at the hotel."}]}, "distance": "1.69 miles from Central Park", "reviewRatingSummary": {"scoreLogoImageUrl": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/3.5-64600-4.png", "score": "3.5", "formatScore": "3.5", "totalScore": "5", "count": "12408 reviews", "countNumber": 12408, "formatCountString": "12,408", "color": "colorKolkata", "scoreDesc": "Good", "highlights": "", "categories": [{"type": "cleanliness", "score": "3.5", "formatScore": "3.5", "color": "colorKolkata", "name": "Cleanliness", "highlights": "", "description": "Good"}, {"type": "location", "score": "4.5", "formatScore": "4.5", "color": "colorMonteverde", "name": "Location", "highlights": "", "description": "Excellent"}, {"type": "service", "score": "3.5", "formatScore": "3.5", "color": "colorKolkata", "name": "Service", "highlights": "", "description": "Good"}, {"type": "rooms", "score": "3.0", "formatScore": "3.0", "color": "colorKolkata", "name": "Rooms", "highlights": "", "description": "Satisfactory"}, {"type": "value", "score": "3.5", "formatScore": "3.5", "color": "colorKolkata", "name": "Value", "highlights": "", "description": "Good"}, {"type": "sleepquality", "score": "3.5", "formatScore": "3.5", "color": "colorKolkata", "name": "Sleep quality", "highlights": "", "description": "Good"}], "cleanlinessMessage": "Hotel cleanliness is rated 3.5/5", "locationMessage": "Hotel location is rated 4.5/5", "highScoreReviews": [{"type": "location", "score": "4.5", "icon": "thumbs-up", "text": "{tag}Great choice \u2013 your hotel location is rated 4.5{/tag}/5."}]}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"general": {"type": "object", "properties": {"name": {"type": "string"}, "stars": {"type": "integer"}}, "required": ["name", "stars"]}, "goodToKnow": {"type": "object", "properties": {"title": {"type": "string"}, "checkinTime": {"type": "object", "properties": {"title": {"type": "string"}, "time": {"type": "string"}}, "required": ["time", "title"]}, "checkoutTime": {"type": "object", "properties": {"title": {"type": "string"}, "time": {"type": "string"}}, "required": ["time", "title"]}, "description": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "image": {"type": "string"}, "translated": {"type": "boolean"}, "needTranslation": {"type": "boolean"}, "locale": {"type": "string"}}, "required": ["content", "image", "locale", "needTranslation", "title", "translated"]}, "policies": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"icon": {"type": "string"}, "translated": {"type": "boolean"}, "needTranslation": {"type": "boolean"}, "locale": {"type": "string"}, "key": {"type": "string"}, "type": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"content": {"anyOf": [{"type": "string"}, {"type": "array", "items": {"type": "string"}}]}, "title": {"type": "string"}, "is_free": {"type": "boolean"}}, "required": ["content"]}}, "details": {"type": "array", "items": {"type": "object", "properties": {"translated": {"type": "boolean"}, "needTranslation": {"type": "boolean"}, "locale": {"type": "string"}, "key": {"type": "string"}, "type": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}}, "required": ["content"]}}}, "required": ["key", "locale", "needTranslation", "translated", "type", "values"]}}}, "required": ["icon", "key", "locale", "needTranslation", "translated", "type", "values"]}}}, "required": ["content", "title"]}}, "required": ["checkinTime", "checkoutTime", "description", "policies", "title"]}, "childrenAndExtraBed": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "array"}}, "required": ["content", "title"]}, "location": {"type": "object", "properties": {"title": {"type": "string"}, "shortAddress": {"type": "string"}, "address": {"type": "string"}, "rawAddress": {"type": "object", "properties": {"nation": {"type": "string"}, "postcode": {"type": "string"}, "street_address": {"type": "string"}, "district": {"type": "string"}, "city": {"type": "string"}, "adm1": {"type": "string"}, "cityId": {"type": "string"}}, "required": ["adm1", "city", "cityId", "district", "nation", "postcode", "street_address"]}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "cta": {"type": "string"}}, "required": ["address", "coordinates", "cta", "rawAddress", "shortAddress", "title"]}, "gallery": {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "thumbnail": {"type": "string"}, "gallery": {"type": "string"}, "dynamic": {"type": "string"}, "travel_type_info": {"type": "string"}, "guest_type": {"type": "string"}, "uri": {"type": "string"}}, "required": ["category", "dynamic"]}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}, "displayName": {"type": "string"}}, "required": ["count", "displayName", "name"]}}}, "required": ["categories", "images"]}, "amenities": {"type": "object", "properties": {"title": {"type": "string"}, "ctaAll": {"type": "string"}, "ctaLess": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"icon": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "icon"]}}, "contentV2": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "category": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["description", "id"]}}}, "required": ["category", "id", "items"]}}}, "required": ["content", "contentV2", "ctaAll", "ctaLess", "title"]}, "reviews": {"type": "object", "properties": {"title": {"type": "string"}, "newTitle": {"type": "string"}, "cta": {"type": "string"}, "summaryDescription": {"type": "string"}, "rating": {"type": "integer"}, "ratingDescription": {"type": "string"}, "ratingDescriptionText": {"type": "string"}, "numberOfReviewsLabel": {"type": "string"}, "numberOfReviewsLabelExpanded": {"type": "string"}, "badges": {"type": "array"}, "guests": {"type": "object", "properties": {"title": {"type": "string"}, "entries": {"type": "array"}}, "required": ["entries", "title"]}, "categories": {"type": "object", "properties": {"title": {"type": "string"}, "entries": {"type": "array"}}, "required": ["entries", "title"]}, "explanations": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["content", "title"]}}}, "required": ["badges", "categories", "cta", "explanations", "guests", "newTitle", "numberOfReviewsLabel", "numberOfReviewsLabelExpanded", "rating", "ratingDescription", "ratingDescriptionText", "summaryDescription", "title"]}, "distance": {"type": "string"}, "reviewRatingSummary": {"type": "object", "properties": {"scoreLogoImageUrl": {"type": "string"}, "score": {"type": "string"}, "formatScore": {"type": "string"}, "totalScore": {"type": "string"}, "count": {"type": "string"}, "countNumber": {"type": "integer"}, "formatCountString": {"type": "string"}, "color": {"type": "string"}, "scoreDesc": {"type": "string"}, "highlights": {"type": "string"}, "categories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}, "formatScore": {"type": "string"}, "color": {"type": "string"}, "name": {"type": "string"}, "highlights": {"type": "string"}, "description": {"type": "string"}}, "required": ["color", "description", "formatScore", "highlights", "name", "score", "type"]}}, "cleanlinessMessage": {"type": "string"}, "locationMessage": {"type": "string"}, "highScoreReviews": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}, "icon": {"type": "string"}, "text": {"type": "string"}}, "required": ["icon", "score", "text", "type"]}}}, "required": ["categories", "cleanlinessMessage", "color", "count", "countNumber", "formatCountString", "formatScore", "highScoreReviews", "highlights", "locationMessage", "score", "scoreDesc", "scoreLogoImageUrl", "totalScore"]}}, "required": ["amenities", "childrenAndExtraBed", "distance", "gallery", "general", "goodToKnow", "location", "reviewRatingSummary", "reviews"]}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/7ab5e8fb-d45e-4531-b23b-c6cdf80d74e1/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/hotels/getHotelReviews | - | 200 | Response | {"status": true, "timestamp": 1691010276849, "data": {"reviews": [{"hotelId": 106005202, "userIcon": "family", "userIconColor": "Erfoud", "userType": "Family traveller", "checkinDate": "2023-07", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/s1.0-64600-5.svg", "tripType": "Family trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 1, "formatRating": "1.0", "review": {"text": "Would not recommend staying at this hotel to anyone. we arrived right before midnight and front desk was very rude! we got our room and we were very dissatisfied. The rooms do not match the photos online, they seemed dirty and super outdated for the price. we had to switch rooms because of our toilet not working and the second room was even worse. there was hair in the bathroom, the bed looked sucked in and the bed frame was broken. there was also mildew in both rooms and you could taste it. spend a bit more money to stay elsewhere. we were in rooms 1428 and 2038.", "title": "do not stay here!", "images": [], "commentDate": "2023-07-19", "commentDateDesc": "Comment:"}, "reviewId": 338112, "countryName": null, "totalRating": 5, "partner": "h_vs", "link": "https://en.tripadvisor.com.hk/Hotel_Review-d93545-a_ho.1-Reviews?m=64600", "partnerReviewId": "904226749", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Average"}, {"hotelId": 106005202, "userIcon": "toilets", "userIconColor": "Hillier", "userType": "Couple", "checkinDate": "2023-07", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/s2.0-64600-5.svg", "tripType": "Couple's trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 2, "formatRating": "2.0", "review": {"text": "This hotel looks nothing like the images on the website, don\u2019t be fooled.\n\nThe entire place is tired, with paper hanging off the walls in the rooms and old, stained and burned carpets. The bathrooms look like they haven\u2019t been touched since the hotel was built.\n\nWhen we went to check in, the lady asked for my credit card, but did not explain why - she charged it for around \u00a3150 which was the additional room tax. I knew we would have to pay this on top of the room rate, however her not explaining that she was taking this was unprofessional, and I would suggest that given the quality of the hotel, it is overpriced.\n\nWe travelled to NY for my 40th birthday, and in hindsight we should have complained when we arrived, but we were excited to be in the US for the first time, and tired from the flight. The second day was my actual birthday so we were more focussed on that and going out to see the sites than joining the queue for reception. Despite the booking being made by our travel agent stating \u2018birthday in resort\u2019 no mention was made by any of the staff, and the present we received was having the housekeeping clean the room and remove towels, leaving one between us.\n\nOn the final night, the lift (elevator) clearly developed a fault, and as our room backed on to the shaft, we were kept awake all night by the ratcheting sound of the mechanism.\n\nWe considered complaining then, but as we were checking out the following day, we didn\u2019t fancy a room change in the middle of the night.\n\nI would describe this place as more of a hostel than a hotel, and we would not go back.\n\nIf you are travelling to NY for a stag or hen party, it\u2019s probably fine, but not suitable for couples.\n\nBitterly disappointed.", "title": "Poor - avoid", "images": [], "commentDate": "2023-07-19", "commentDateDesc": "Comment:"}, "reviewId": 338113, "countryName": "United Kingdom", "totalRating": 5, "partner": "h_vs", "link": "https://en.tripadvisor.com.hk/Hotel_Review-d93545-a_ho.1-Reviews?m=64600", "partnerReviewId": "904199934", "userLocation": "UK", "countryImage": "https://images.skyscnr.com/images/country/flag/header/uk.png", "likeNum": 0, "scoreDesc": "Satisfactory"}, {"hotelId": 106005202, "userIcon": "account", "userIconColor": "SkyGrayTint04", "userType": "Anonymous traveller", "checkinDate": "2023-07", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/s4.0-64600-5.svg", "tripType": "", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 4, "formatRating": "4.0", "review": {"text": "Parking was super expensive rooms are small and we had an upgraded room no fridge in rooms... for the price no view and paid for upgraded room... staff was very friendly and very helpful. Lots of people seemed to use the lobby as a rest stop", "title": "Parking is expensive!", "images": [], "commentDate": "2023-07-19", "commentDateDesc": "Comment:"}, "reviewId": 338114, "countryName": null, "totalRating": 5, "partner": "h_vs", "link": "https://en.tripadvisor.com.hk/Hotel_Review-d93545-a_ho.1-Reviews?m=64600", "partnerReviewId": "904186325", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Very Good"}, {"hotelId": 106005202, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "2023-07", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/s4.0-64600-5.svg", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 4, "formatRating": "4.0", "review": {"text": "The hotel's location was ideal, offering convenient to access nearby attractions and public transportation. While my stay was generally enjoyable, the front desk staff was attentive and efficient. The housekeeping team also did a good job in maintaining cleanliness. I would like to mention a couple of areas that could be improved. Firstly, the mattress in the room I think have completed their life and required to be replaced. Secondly, I noticed that carpets in the rooms also require washing. Clean, well-maintained carpets speak volumes about the overall cleanliness of a facility", "title": "Services I experienced at the Manhattan Hotel Times Square", "images": [], "commentDate": "2023-07-17", "commentDateDesc": "Comment:"}, "reply": {"text": "Hello ShakeelAhmed2023,\n\nThank you for sharing your experience at The Manhattan at Times Square Hotel. We're pleased that the strategic location of our facility contributed to a comfortable and convenient stay for you. Direct access to nearby attractions and public transportation are essential aspects we strive to provide, so we're glad they met your expectations.\n\nYour positive feedback on the front desk team and the housekeeping staff is very much appreciated. Our dedicated front desk staff always aim to provide attentive and efficient service, as we understand the importance of seamless interactions for our guests. The housekeeping team, on the other hand, works diligently to maintain cleanliness and refreshing ambiance, so hearing that they succeeded in their efforts brings us great joy.\n\nHowever, we regret to learn about certain aspects of your stay that did not meet your expectations. We acknowledge your concerns about the mattress condition in your room and the state of the carpets. Comfortable accommodation is of utmost importance to us at The Manhattan at Times Square Hotel, therefore, your feedback concerning the mattress is very valuable. We are currently in the process of reviewing the conditions of our mattresses and your feedback will certainly play a crucial role in this.\n\nRegarding the carpets, our team takes cleanliness and hygiene very seriously. We agree that clean and well-maintained carpets have a significant impact on the overall cleanliness of our facility. Ongoing checks and routine deep-cleaning sessions are part of our regular maintenance to ensure that our standards are upheld. We appreciate your insightful feedback here and will take immediate action to address these areas for improvement.\n\nOnce again, we would like to express our gratitude for your insightful review. We take all feedback very seriously as it helps us improve our services and overall guest experience. We hope to have the pleasure of welcoming you again in the future, and we assure you that we will spare no effort in delivering a stay that meets all of your expectations. Thanks for choosing us and for your valuable review.\n\nBrendan Moraes\nManaging Director", "commentDate": "2023-07-17", "title": "Hotel response"}, "reviewId": 338115, "countryName": null, "totalRating": 5, "partner": "h_vs", "link": "https://en.tripadvisor.com.hk/Hotel_Review-d93545-a_ho.1-Reviews?m=64600", "partnerReviewId": "903686695", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Very Good"}, {"hotelId": 106005202, "userIcon": "account", "userIconColor": "SkyGrayTint04", "userType": "Anonymous traveller", "checkinDate": "2023-07", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/s1.0-64600-5.svg", "tripType": "", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 1, "formatRating": "1.0", "review": {"text": "I have never stayed in a place so dirty, beaten down, on the 20th floor with Ac problems the entire 10-day stay, bathroom stoppage every time you would shower and brush your teeth. The rug was the nastiest your feet will ever touch; the furniture was all chipped and broken. Every time you would leave the room and return back you would have to go 20 flights down and get new keys because the lock wouldn't work. It was like being cast in a horror movie. And the sad thing was I couldn't go elsewhere nearby because we were there for a dance competition, and it was the week of the 4th of July so everything was sold out. So, we had to suck it up and stay in this filth.", "title": "The worst stay ever.", "images": [], "commentDate": "2023-07-15", "commentDateDesc": "Comment:"}, "reply": {"text": "We appreciate the feedback. It's unfortunate you had such challenges during your time with us. We regret that we couldn't provide you with a perfect experience.\n\nWe regret that you had such difficulty during your time with us. We strive to offer quality service and comfort for our guests and it's unfortunate your room wasn't cleaned to the high standards we aspire to provide. Please be assured that this is not the standard that we aspire to provide.\n\nRegarding the issues with the key lock, we apologize for the inconvenience and frustration it caused you. We understand the importance of a smooth and hassle-free experience for our guests, and we will investigate this matter further to prevent future occurrences.\n\nWe sincerely apologize that your stay did not meet your expectations, and we do hope you give us another opportunity to demonstrate the high standard of service we're accustomed to providing.\n\nBrendan Moraes\nManaging Director", "commentDate": "2023-07-16", "title": "Hotel response"}, "reviewId": 338116, "countryName": null, "totalRating": 5, "partner": "h_vs", "link": "https://en.tripadvisor.com.hk/Hotel_Review-d93545-a_ho.1-Reviews?m=64600", "partnerReviewId": "903206137", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Average"}, {"hotelId": 106005202, "userIcon": "adult", "userIconColor": "Glencoe", "userType": "Solo traveller", "checkinDate": "", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Solo trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 3, "formatRating": "3.0", "review": {"text": "Hotel is quite expensive if prebook also the hotel services and inside room is not worth the cost they charges it\u2019s too old fashioned hotel with leakage in washroom", "title": null, "images": [], "commentDate": "2023-06-18", "commentDateDesc": "Comment:"}, "reviewId": 445687245, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "833298403", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Satisfactory"}, {"hotelId": 106005202, "userIcon": "account", "userIconColor": "SkyGrayTint04", "userType": "Anonymous traveller", "checkinDate": "", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 2.5, "formatRating": "2.5", "review": {"text": "Not really good", "title": null, "images": [], "commentDate": "2023-04-21", "commentDateDesc": "Comment:"}, "reviewId": 435308538, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "777114519", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Satisfactory"}, {"hotelId": 106005202, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 3, "formatRating": "3.0", "review": {"text": "Nice location", "title": null, "images": [], "commentDate": "2023-03-28", "commentDateDesc": "Comment:"}, "reviewId": 438409543, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "760216993", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Satisfactory"}, {"hotelId": 106005202, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 4.7, "formatRating": "4.7", "review": {"text": "Liked it. The first room I got was very noisy but after it was oki. I suggest every person to have a room far from the lift. The lift are very noisy and old. Except this very good hotel.", "title": null, "images": [], "commentDate": "2023-03-15", "commentDateDesc": "Comment:"}, "reviewId": 438409541, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "751346661", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Outstanding"}, {"hotelId": 106005202, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 4.5, "formatRating": "4.5", "review": {"text": "Change the carpet of 21 floor", "title": null, "images": [], "commentDate": "2023-02-05", "commentDateDesc": "Comment:"}, "reviewId": 438806607, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "723112583", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Excellent"}], "searchStatus": {"completed": false, "reviewPartner": [{"partnerId": "h_vs", "total": 12408, "score": 3.5, "taScoreImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/3.5-64600-4.png"}, {"partnerId": "d_ct", "total": 31, "score": 3.6, "ctripTotalAvailable": 31}]}, "title": "What other travelers are saying", "cta": "See more", "summaryCTA": "Where are these ratings from?", "dialogTitle": "So, what do other travelers think?", "dialogDescription": "Find out what this hotel is really like from people who\u2019ve actually stayed there.\n{strong}Ratings{/strong} are out of 10 on things like the location, amenities and customer service.\n{strong}Reviews{/strong} give you more first-hand detail about their experience.", "dialogCTA": "Got it", "pageTitle": "Reviews", "pageCTA": "See prices", "filters": [{"type": "guest_type", "title": "Traveler type", "values": [{"id": "all", "count": 31, "label": "All travelers(31)", "title": "All travelers"}, {"id": "business", "count": 17, "label": "Business traveller (17)", "title": "Business traveller"}, {"id": "couple", "count": 2, "label": "Couple (2)", "title": "Couple"}, {"id": "family", "count": 3, "label": "Family traveller (3)", "title": "Family traveller"}, {"id": "group", "count": 3, "label": "Group traveller (3)", "title": "Group traveller"}, {"id": "other", "count": 3, "label": "Anonymous traveller (3)", "title": "Anonymous traveller"}, {"id": "solo", "count": 3, "label": "Solo traveller (3)", "title": "Solo traveller"}]}, {"type": "filter_locale", "title": "Language", "values": [{"id": "all", "count": 31, "label": "All languages(31)", "title": "All languages"}, {"id": "en-GB", "count": 12, "label": "English (United Kingdom) (12)", "title": "English (United Kingdom)"}, {"id": "fr-FR", "count": 1, "label": "fran\u00e7ais (1)", "title": "fran\u00e7ais"}, {"id": "ko-KR", "count": 2, "label": "\ud55c\uad6d\uc5b4 (2)", "title": "\ud55c\uad6d\uc5b4"}, {"id": "zh-CN", "count": 15, "label": "\u7b80\u4f53\u4e2d\u6587 (15)", "title": "\u7b80\u4f53\u4e2d\u6587"}, {"id": "zh-TW", "count": 1, "label": "\u7e41\u9ad4\u4e2d\u6587 (1)", "title": "\u7e41\u9ad4\u4e2d\u6587"}]}, {"type": "sort", "title": "Sort by", "values": [{"id": "recommended", "count": 0, "label": "Recommended", "title": "Recommended"}, {"id": "rating_desc", "count": 0, "label": "Rating (high to low)", "title": "Rating (high to low)"}, {"id": "rating_asc", "count": 0, "label": "Rating (low to high)", "title": "Rating (low to high)"}, {"id": "LAST_TWELVE_MONTHS", "count": 0, "label": "Most recent", "title": "Most recent"}]}, {"type": "tags", "title": "tags", "values": [{"id": "1", "count": 2, "label": "Reviews with photos (2)", "title": "WITH_IMAGES"}, {"id": "location", "count": 6, "label": "Location (6)", "title": "Location"}, {"id": "room", "count": 6, "label": "Room (6)", "title": "Room"}, {"id": "service", "count": 4, "label": "Service (4)", "title": "Service"}, {"id": "clean", "count": 2, "label": "Clean (2)", "title": "Clean"}, {"id": "quiet", "count": 2, "label": "Quiet (2)", "title": "Quiet"}, {"id": "bathroom", "count": 1, "label": "Bathroom (1)", "title": "Bathroom"}]}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"reviews": {"type": "array", "items": {"type": "object", "properties": {"hotelId": {"type": "integer"}, "userIcon": {"type": "string"}, "userIconColor": {"type": "string"}, "userType": {"type": "string"}, "checkinDate": {"type": "string"}, "checkinDateDesc": {"type": "string"}, "partnerLogo": {"type": "string"}, "tripType": {"type": "string"}, "isShowMachineTranslation": {"type": "boolean"}, "isNeedMachineTranslation": {"type": "boolean"}, "locale": {"type": "string"}, "rating": {"type": "number"}, "formatRating": {"type": "string"}, "review": {"type": "object", "properties": {"text": {"type": "string"}, "title": {"type": ["null", "string"]}, "images": {"type": "array"}, "commentDate": {"type": "string"}, "commentDateDesc": {"type": "string"}}, "required": ["commentDate", "commentDateDesc", "images", "text", "title"]}, "reviewId": {"type": "integer"}, "countryName": {"type": ["null", "string"]}, "totalRating": {"type": "integer"}, "partner": {"type": "string"}, "link": {"type": ["null", "string"]}, "partnerReviewId": {"type": "string"}, "userLocation": {"type": ["null", "string"]}, "countryImage": {"type": ["null", "string"]}, "likeNum": {"type": "integer"}, "scoreDesc": {"type": "string"}, "reply": {"type": "object", "properties": {"text": {"type": "string"}, "commentDate": {"type": "string"}, "title": {"type": "string"}}, "required": ["commentDate", "text", "title"]}}, "required": ["checkinDate", "checkinDateDesc", "countryImage", "countryName", "formatRating", "hotelId", "isNeedMachineTranslation", "isShowMachineTranslation", "likeNum", "link", "locale", "partner", "partnerLogo", "partnerReviewId", "rating", "review", "reviewId", "scoreDesc", "totalRating", "tripType", "userIcon", "userIconColor", "userLocation", "userType"]}}, "searchStatus": {"type": "object", "properties": {"completed": {"type": "boolean"}, "reviewPartner": {"type": "array", "items": {"type": "object", "properties": {"partnerId": {"type": "string"}, "total": {"type": "integer"}, "score": {"type": "number"}, "taScoreImage": {"type": "string"}, "ctripTotalAvailable": {"type": "integer"}}, "required": ["partnerId", "score", "total"]}}}, "required": ["completed", "reviewPartner"]}, "title": {"type": "string"}, "cta": {"type": "string"}, "summaryCTA": {"type": "string"}, "dialogTitle": {"type": "string"}, "dialogDescription": {"type": "string"}, "dialogCTA": {"type": "string"}, "pageTitle": {"type": "string"}, "pageCTA": {"type": "string"}, "filters": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "count": {"type": "integer"}, "label": {"type": "string"}, "title": {"type": "string"}}, "required": ["count", "id", "label", "title"]}}}, "required": ["title", "type", "values"]}}}, "required": ["cta", "dialogCTA", "dialogDescription", "dialogTitle", "filters", "pageCTA", "pageTitle", "reviews", "searchStatus", "summaryCTA", "title"]}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/cefbbdfe-0cce-49b2-ae08-97b94f91db8b/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/hotels/similarHotels | - | 200 | Response | {"status": true, "timestamp": 1691010332091, "data": [{"hotelId": "106075825", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1044027762/1044027762_WxH.jpg", "name": "Sheraton New York Times Square Hotel", "stars": 4, "distance": "0.03 miles", "distanceFromHotel": "0.03 miles", "exclusiveInfo": null, "price": "$198", "cug": {"type": "mobile", "priceWithoutDiscount": "$262", "icons": ["mobile"], "discount": "24% off", "rawDiscountPercentage": 24, "rawType": "apps"}, "cheapestOfferPartnerId": "d_ct", "rawPrice": 198, "rating": {"description": "Very Good", "count": 11703, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9820188, "latitude": 40.7623861}}, {"hotelId": "106063948", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1159225120/1159225120_WxH.jpg", "name": "M Social Hotel Times Square New York", "stars": 4, "distance": "0.07 miles", "distanceFromHotel": "0.07 miles", "exclusiveInfo": null, "price": "$153", "cheapestOfferPartnerId": "h_11", "rawPrice": 153, "rating": {"description": "Very Good", "count": 749, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9836851, "latitude": 40.7628067}}, {"hotelId": "46998813", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1159271491/1159271491_WxH.jpg", "name": "Dream Midtown", "stars": 4, "distance": "0.15 miles", "distanceFromHotel": "0.15 miles", "exclusiveInfo": null, "price": "$149", "cheapestOfferPartnerId": "d_ct", "rawPrice": 149, "rating": {"description": "Very Good", "count": 1250, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9819706, "latitude": 40.7644192}}, {"hotelId": "128474886", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/954960383/954960383_WxH.jpg", "name": "Park Central", "stars": 4, "distance": "0.18 miles", "distanceFromHotel": "0.18 miles", "exclusiveInfo": null, "price": "$124", "cheapestOfferPartnerId": "h_11", "rawPrice": 124, "rating": {"description": "Very Good", "count": 8299, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9809119, "latitude": 40.7645895}}, {"hotelId": "160795140", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1103788253/1103788253_WxH.jpg", "name": "The Manhattan Club", "stars": 4, "distance": "0.20 miles", "distanceFromHotel": "0.20 miles", "exclusiveInfo": null, "price": "$167", "cheapestOfferPartnerId": "h_11", "rawPrice": 167, "rating": {"description": "Very Good", "count": 2099, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9811732, "latitude": 40.7649575}}, {"hotelId": "46944114", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1179539373/1179539373_WxH.jpg", "name": "W New York - Times Square", "stars": 4, "distance": "0.26 miles", "distanceFromHotel": "0.26 miles", "exclusiveInfo": null, "price": "$248", "cug": {"type": "mobile", "priceWithoutDiscount": "$256", "icons": ["mobile"], "discount": "3% off", "rawDiscountPercentage": 3, "rawType": "apps"}, "cheapestOfferPartnerId": "d_ct", "rawPrice": 248, "rating": {"description": "Very Good", "count": 5021, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9855873, "latitude": 40.7593016}}, {"hotelId": "117472432", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/982578688/982578688_WxH.jpg", "name": "Le Meridien New York, Central Park by Marriott", "stars": 4, "distance": "0.27 miles", "distanceFromHotel": "0.27 miles", "exclusiveInfo": null, "price": "$305", "cug": {"type": "mobile", "priceWithoutDiscount": "$371", "icons": ["mobile"], "discount": "18% off", "rawDiscountPercentage": 18, "rawType": "apps"}, "cheapestOfferPartnerId": "d_ct", "rawPrice": 305, "rating": {"description": "Very Good", "count": 435, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9784993, "latitude": 40.7645774}}, {"hotelId": "46941513", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1127298657/1127298657_WxH.jpg", "name": "New York Marriott Marquis", "stars": 4, "distance": "0.30 miles", "distanceFromHotel": "0.30 miles", "exclusiveInfo": null, "price": "$223", "cug": {"type": "mobile", "priceWithoutDiscount": "$356", "icons": ["mobile"], "discount": "37% off", "rawDiscountPercentage": 37, "rawType": "apps"}, "cheapestOfferPartnerId": "d_ct", "rawPrice": 223, "rating": {"description": "Very Good", "count": 13468, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9858202, "latitude": 40.7585862}}, {"hotelId": "46943477", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1108015212/1108015212_WxH.jpg", "name": "Shoreham Hotel", "stars": 4, "distance": "0.33 miles", "distanceFromHotel": "0.33 miles", "exclusiveInfo": null, "price": "$111", "cheapestOfferPartnerId": "h_11", "rawPrice": 111, "rating": {"description": "Very Good", "count": 2692, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.97637, "latitude": 40.76242}}, {"hotelId": "46939780", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1127168972/1127168972_WxH.jpg", "name": "JW Marriott Essex House New York", "stars": 4, "distance": "0.36 miles", "distanceFromHotel": "0.36 miles", "exclusiveInfo": null, "price": "$440", "cug": {"type": "mobile", "priceWithoutDiscount": "$481", "icons": ["mobile"], "discount": "9% off", "rawDiscountPercentage": 9, "rawType": "apps"}, "cheapestOfferPartnerId": "d_ct", "rawPrice": 440, "rating": {"description": "Very Good", "count": 2395, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9786269, "latitude": 40.7665791}}, {"hotelId": "129852602", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/966695645/966695645_WxH.jpg", "name": "Millennium Premier New York Times Square", "stars": 4, "distance": "0.38 miles", "distanceFromHotel": "0.38 miles", "exclusiveInfo": null, "price": "$127", "cheapestOfferPartnerId": "h_ds", "rawPrice": 127, "rating": {"description": "Very Good", "count": 1588, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9844193, "latitude": 40.7569266}}, {"hotelId": "46945939", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1096950931/1096950931_WxH.jpg", "name": "The Algonquin Hotel Times Square, Autograph Collection", "stars": 4, "distance": "0.43 miles", "distanceFromHotel": "0.43 miles", "exclusiveInfo": null, "price": "$271", "cheapestOfferPartnerId": "d_ct", "rawPrice": 271, "rating": {"description": "Very Good", "count": 2442, "value": "4.0", "formatValue": "4.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png"}, "coordinate": {"longitude": -73.9823172, "latitude": 40.7559927}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hotelId": {"type": "string"}, "heroImage": {"type": "string"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "distance": {"type": "string"}, "distanceFromHotel": {"type": "string"}, "exclusiveInfo": {"type": "null"}, "price": {"type": "string"}, "cug": {"type": "object", "properties": {"type": {"type": "string"}, "priceWithoutDiscount": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "discount": {"type": "string"}, "rawDiscountPercentage": {"type": "integer"}, "rawType": {"type": "string"}}, "required": ["discount", "icons", "priceWithoutDiscount", "rawDiscountPercentage", "rawType", "type"]}, "cheapestOfferPartnerId": {"type": "string"}, "rawPrice": {"type": "integer"}, "rating": {"type": "object", "properties": {"description": {"type": "string"}, "count": {"type": "integer"}, "value": {"type": "string"}, "formatValue": {"type": "string"}, "color": {"type": "string"}, "taImage": {"type": "string"}}, "required": ["color", "count", "description", "formatValue", "taImage", "value"]}, "coordinate": {"type": "object", "properties": {"longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["cheapestOfferPartnerId", "coordinate", "distance", "distanceFromHotel", "exclusiveInfo", "heroImage", "hotelId", "name", "price", "rating", "rawPrice", "stars"]}}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/cd6ae1f4-8943-4a22-9ef9-c9561f3ba8f2/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/flights/searchFlightEverywhereDetails | Get all the details of the fights based on a unique Id. | 200 | Response | {"status": true, "timestamp": 1691009846253, "data": [{"Quote": {"OriginPlaceId": "BOM", "DestinationPlaceId": "KTMA", "OutboundDepartureDate": "2023-09-02", "Direct": false, "CurrencyId": "USD", "Price": 96.51, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/c8cecb6d5971d7ca1feb542c276a6618/GettyImages-462451385.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Kathmandu", "FullSpan": false, "Meta": {"Generic": {"ImageType": "photo", "PricedResultsInFeed": 1, "ResultsInFeed": 1, "Price": 96.51, "CellIndex": 1}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"Quote": {"type": "object", "properties": {"OriginPlaceId": {"type": "string"}, "DestinationPlaceId": {"type": "string"}, "OutboundDepartureDate": {"type": "string"}, "Direct": {"type": "boolean"}, "CurrencyId": {"type": "string"}, "Price": {"type": "number"}, "OriginPlaceType": {"type": "string"}}, "required": ["CurrencyId", "DestinationPlaceId", "Direct", "OriginPlaceId", "OriginPlaceType", "OutboundDepartureDate", "Price"]}, "ImageUrl": {"type": "string"}, "NextScreen": {"type": "string"}, "Height": {"type": "integer"}, "Subtitle": {"type": "null"}, "Title": {"type": "string"}, "FullSpan": {"type": "boolean"}, "Meta": {"type": "object", "properties": {"Generic": {"type": "object", "properties": {"ImageType": {"type": "string"}, "PricedResultsInFeed": {"type": "integer"}, "ResultsInFeed": {"type": "integer"}, "Price": {"type": "number"}, "CellIndex": {"type": "integer"}}, "required": ["CellIndex", "ImageType", "Price", "PricedResultsInFeed", "ResultsInFeed"]}}, "required": ["Generic"]}}, "required": ["FullSpan", "Height", "ImageUrl", "Meta", "NextScreen", "Quote", "Subtitle", "Title"]}}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/6856e0a6-2804-43cd-9cc0-bb377022981e/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/flights/getPriceCalendar | - | 200 | Response | {"status": true, "timestamp": 1691009466416, "data": {"flights": {"noPriceLabel": "No price information", "groups": [{"id": "low", "label": "$"}, {"id": "medium", "label": "$$"}, {"id": "high", "label": "$$$"}], "days": [{"day": "2023-08-03", "group": "high", "price": 1146.99}, {"day": "2023-08-04", "group": "high", "price": 1205.14}, {"day": "2023-08-05", "group": "high", "price": 1043.07}, {"day": "2023-08-06", "group": "high", "price": 1246.98}, {"day": "2023-08-07", "group": "high", "price": 1027.98}, {"day": "2023-08-08", "group": "high", "price": 1274.29}, {"day": "2023-08-09", "group": "high", "price": 1191.99}, {"day": "2023-08-10", "group": "high", "price": 1012.99}, {"day": "2023-08-11", "group": "high", "price": 1142.49}, {"day": "2023-08-12", "group": "high", "price": 1125.07}, {"day": "2023-08-13", "group": "high", "price": 1132.64}, {"day": "2023-08-14", "group": "high", "price": 1217.79}, {"day": "2023-08-15", "group": "high", "price": 1169.27}, {"day": "2023-08-16", "group": "high", "price": 1158.29}, {"day": "2023-08-17", "group": "high", "price": 1323.69}, {"day": "2023-08-18", "group": "high", "price": 1242.99}, {"day": "2023-08-19", "group": "high", "price": 1247.98}, {"day": "2023-08-20", "group": "high", "price": 965.98}, {"day": "2023-08-21", "group": "high", "price": 1216.98}, {"day": "2023-08-22", "group": "high", "price": 985.89}, {"day": "2023-08-23", "group": "high", "price": 1104.59}, {"day": "2023-08-24", "group": "high", "price": 1057.39}, {"day": "2023-08-25", "group": "high", "price": 958.84}, {"day": "2023-08-26", "group": "high", "price": 1471.78}, {"day": "2023-08-27", "group": "high", "price": 977.99}, {"day": "2023-08-28", "group": "high", "price": 1125.07}, {"day": "2023-08-29", "group": "high", "price": 811.99}, {"day": "2023-08-30", "group": "high", "price": 860.29}, {"day": "2023-08-31", "group": "high", "price": 799.89}, {"day": "2023-09-01", "group": "high", "price": 829.09}, {"day": "2023-09-02", "group": "high", "price": 1312.5}, {"day": "2023-09-03", "group": "high", "price": 1132.64}, {"day": "2023-09-04", "group": "high", "price": 787.94}, {"day": "2023-09-05", "group": "medium", "price": 731.79}, {"day": "2023-09-06", "group": "medium", "price": 691.99}, {"day": "2023-09-07", "group": "medium", "price": 650.39}, {"day": "2023-09-08", "group": "medium", "price": 682.99}, {"day": "2023-09-09", "group": "medium", "price": 690.61}, {"day": "2023-09-10", "group": "low", "price": 552.39}, {"day": "2023-09-11", "group": "medium", "price": 680.63}, {"day": "2023-09-12", "group": "low", "price": 549.4}, {"day": "2023-09-13", "group": "low", "price": 548.99}, {"day": "2023-09-14", "group": "low", "price": 506.46}, {"day": "2023-09-15", "group": "low", "price": 560.34}, {"day": "2023-09-16", "group": "medium", "price": 610.46}, {"day": "2023-09-17", "group": "medium", "price": 610.01}, {"day": "2023-09-18", "group": "medium", "price": 571.15}, {"day": "2023-09-19", "group": "low", "price": 564.23}, {"day": "2023-09-20", "group": "low", "price": 525.23}, {"day": "2023-09-21", "group": "medium", "price": 612.66}, {"day": "2023-09-22", "group": "low", "price": 507.09}, {"day": "2023-09-23", "group": "medium", "price": 589.21}, {"day": "2023-09-24", "group": "low", "price": 475.21}, {"day": "2023-09-25", "group": "low", "price": 541.66}, {"day": "2023-09-26", "group": "low", "price": 549.4}, {"day": "2023-09-27", "group": "low", "price": 562.7}, {"day": "2023-09-28", "group": "low", "price": 507.09}, {"day": "2023-09-29", "group": "low", "price": 565.23}, {"day": "2023-09-30", "group": "medium", "price": 610.46}, {"day": "2023-10-01", "group": "medium", "price": 593.33}, {"day": "2023-10-02", "group": "low", "price": 525.73}, {"day": "2023-10-03", "group": "low", "price": 549.4}, {"day": "2023-10-04", "group": "low", "price": 534.46}, {"day": "2023-10-05", "group": "low", "price": 563.34}, {"day": "2023-10-06", "group": "low", "price": 537.07}, {"day": "2023-10-07", "group": "medium", "price": 594.12}, {"day": "2023-10-08", "group": "medium", "price": 576.52}, {"day": "2023-10-09", "group": "low", "price": 509.88}, {"day": "2023-10-10", "group": "medium", "price": 576.95}, {"day": "2023-10-11", "group": "medium", "price": 571.03}, {"day": "2023-10-12", "group": "low", "price": 424.87}, {"day": "2023-10-13", "group": "medium", "price": 572.26}, {"day": "2023-10-14", "group": "medium", "price": 575.21}, {"day": "2023-10-15", "group": "medium", "price": 581.29}, {"day": "2023-10-16", "group": "medium", "price": 571.65}, {"day": "2023-10-17", "group": "low", "price": 543.14}, {"day": "2023-10-18", "group": "low", "price": 545.73}, {"day": "2023-10-19", "group": "medium", "price": 569.97}, {"day": "2023-10-20", "group": "medium", "price": 610.46}, {"day": "2023-10-21", "group": "medium", "price": 608.16}, {"day": "2023-10-22", "group": "medium", "price": 610.46}, {"day": "2023-10-23", "group": "medium", "price": 571.65}, {"day": "2023-10-24", "group": "low", "price": 561.62}, {"day": "2023-10-25", "group": "low", "price": 561.62}, {"day": "2023-10-26", "group": "medium", "price": 571.65}, {"day": "2023-10-27", "group": "medium", "price": 610.46}, {"day": "2023-10-28", "group": "medium", "price": 610.46}, {"day": "2023-10-29", "group": "medium", "price": 617.78}, {"day": "2023-10-30", "group": "medium", "price": 571.65}, {"day": "2023-10-31", "group": "low", "price": 562.19}, {"day": "2023-11-01", "group": "low", "price": 562.76}, {"day": "2023-11-02", "group": "low", "price": 548.99}, {"day": "2023-11-03", "group": "medium", "price": 591.64}, {"day": "2023-11-04", "group": "medium", "price": 610.46}, {"day": "2023-11-05", "group": "medium", "price": 593.35}, {"day": "2023-11-06", "group": "low", "price": 542.66}, {"day": "2023-11-07", "group": "low", "price": 541.61}, {"day": "2023-11-08", "group": "low", "price": 531.74}, {"day": "2023-11-09", "group": "medium", "price": 717.54}, {"day": "2023-11-10", "group": "medium", "price": 610.2}, {"day": "2023-11-11", "group": "medium", "price": 610.01}, {"day": "2023-11-13", "group": "low", "price": 569.56}, {"day": "2023-11-14", "group": "medium", "price": 569.97}, {"day": "2023-11-15", "group": "low", "price": 562.19}, {"day": "2023-11-16", "group": "medium", "price": 571.22}, {"day": "2023-11-17", "group": "medium", "price": 590.03}, {"day": "2023-11-18", "group": "medium", "price": 599.27}, {"day": "2023-11-19", "group": "medium", "price": 611.46}, {"day": "2023-11-21", "group": "medium", "price": 569.97}, {"day": "2023-11-22", "group": "medium", "price": 569.97}, {"day": "2023-11-23", "group": "low", "price": 547.48}, {"day": "2023-11-24", "group": "medium", "price": 578.22}, {"day": "2023-11-25", "group": "medium", "price": 610.46}, {"day": "2023-11-26", "group": "medium", "price": 623.95}, {"day": "2023-11-27", "group": "medium", "price": 606.66}, {"day": "2023-11-28", "group": "medium", "price": 606.66}, {"day": "2023-11-29", "group": "low", "price": 563.34}, {"day": "2023-11-30", "group": "low", "price": 560.92}, {"day": "2023-12-01", "group": "medium", "price": 624.04}, {"day": "2023-12-02", "group": "medium", "price": 715.29}, {"day": "2023-12-03", "group": "medium", "price": 611.51}, {"day": "2023-12-04", "group": "medium", "price": 580.74}, {"day": "2023-12-05", "group": "medium", "price": 579.74}, {"day": "2023-12-07", "group": "low", "price": 563.34}, {"day": "2023-12-08", "group": "medium", "price": 621.35}, {"day": "2023-12-09", "group": "medium", "price": 617.32}, {"day": "2023-12-10", "group": "medium", "price": 620.89}, {"day": "2023-12-11", "group": "low", "price": 569.44}, {"day": "2023-12-12", "group": "medium", "price": 575.1}, {"day": "2023-12-13", "group": "medium", "price": 572.8}, {"day": "2023-12-14", "group": "low", "price": 563.34}, {"day": "2023-12-15", "group": "medium", "price": 597.89}, {"day": "2023-12-16", "group": "high", "price": 777.69}, {"day": "2023-12-17", "group": "medium", "price": 578.22}, {"day": "2023-12-18", "group": "medium", "price": 571.65}, {"day": "2023-12-20", "group": "high", "price": 745.82}, {"day": "2023-12-22", "group": "medium", "price": 620.89}, {"day": "2023-12-24", "group": "medium", "price": 621.35}, {"day": "2023-12-25", "group": "medium", "price": 582.72}, {"day": "2023-12-26", "group": "medium", "price": 683.57}, {"day": "2023-12-27", "group": "medium", "price": 681.73}, {"day": "2023-12-28", "group": "medium", "price": 745.81}, {"day": "2023-12-29", "group": "high", "price": 828.96}, {"day": "2023-12-30", "group": "high", "price": 780.3}, {"day": "2023-12-31", "group": "high", "price": 868.42}, {"day": "2024-01-01", "group": "high", "price": 995.29}, {"day": "2024-01-02", "group": "high", "price": 867.32}, {"day": "2024-01-03", "group": "high", "price": 795.58}, {"day": "2024-01-04", "group": "high", "price": 758.17}, {"day": "2024-01-05", "group": "high", "price": 796.41}, {"day": "2024-01-06", "group": "high", "price": 859.39}, {"day": "2024-01-07", "group": "high", "price": 797.91}, {"day": "2024-01-08", "group": "high", "price": 849.98}, {"day": "2024-01-09", "group": "medium", "price": 665.46}, {"day": "2024-01-10", "group": "medium", "price": 699.22}, {"day": "2024-01-11", "group": "high", "price": 754.77}, {"day": "2024-01-12", "group": "medium", "price": 690.73}, {"day": "2024-01-13", "group": "medium", "price": 744.19}, {"day": "2024-01-14", "group": "medium", "price": 732.05}, {"day": "2024-01-15", "group": "medium", "price": 647.99}, {"day": "2024-01-16", "group": "medium", "price": 614.44}, {"day": "2024-01-17", "group": "medium", "price": 678.84}, {"day": "2024-01-18", "group": "medium", "price": 707.2}, {"day": "2024-01-19", "group": "medium", "price": 717.79}, {"day": "2024-01-20", "group": "medium", "price": 718.11}, {"day": "2024-01-21", "group": "medium", "price": 619.51}, {"day": "2024-01-22", "group": "medium", "price": 575.54}, {"day": "2024-01-24", "group": "medium", "price": 575.22}, {"day": "2024-01-26", "group": "medium", "price": 615.94}, {"day": "2024-01-27", "group": "high", "price": 2386.23}, {"day": "2024-01-28", "group": "high", "price": 1506.57}, {"day": "2024-01-30", "group": "low", "price": 538.71}, {"day": "2024-01-31", "group": "medium", "price": 575.22}, {"day": "2024-02-01", "group": "medium", "price": 571.65}, {"day": "2024-02-02", "group": "medium", "price": 598.52}, {"day": "2024-02-03", "group": "medium", "price": 598.52}, {"day": "2024-02-04", "group": "low", "price": 538.71}, {"day": "2024-02-05", "group": "low", "price": 569.44}, {"day": "2024-02-06", "group": "low", "price": 536.65}, {"day": "2024-02-07", "group": "medium", "price": 606.66}, {"day": "2024-02-10", "group": "medium", "price": 631.48}, {"day": "2024-02-13", "group": "low", "price": 536.65}, {"day": "2024-02-16", "group": "medium", "price": 617.78}, {"day": "2024-02-18", "group": "low", "price": 526.8}, {"day": "2024-02-21", "group": "medium", "price": 569.97}, {"day": "2024-02-22", "group": "medium", "price": 571.65}, {"day": "2024-02-25", "group": "low", "price": 544.66}, {"day": "2024-02-26", "group": "low", "price": 569.44}, {"day": "2024-02-27", "group": "low", "price": 526.67}, {"day": "2024-02-28", "group": "high", "price": 2343.32}, {"day": "2024-02-29", "group": "low", "price": 566.86}, {"day": "2024-03-01", "group": "medium", "price": 615.94}, {"day": "2024-03-02", "group": "medium", "price": 615.5}, {"day": "2024-03-04", "group": "medium", "price": 584.08}, {"day": "2024-03-06", "group": "low", "price": 569.38}, {"day": "2024-03-07", "group": "high", "price": 1084.26}, {"day": "2024-03-09", "group": "medium", "price": 615.5}, {"day": "2024-03-10", "group": "low", "price": 536.65}, {"day": "2024-03-15", "group": "medium", "price": 615.5}, {"day": "2024-03-18", "group": "low", "price": 569.38}, {"day": "2024-03-21", "group": "low", "price": 569.45}, {"day": "2024-03-25", "group": "medium", "price": 571.65}, {"day": "2024-03-26", "group": "medium", "price": 571.95}, {"day": "2024-04-02", "group": "medium", "price": 569.97}, {"day": "2024-04-04", "group": "medium", "price": 571.22}, {"day": "2024-04-07", "group": "medium", "price": 647.69}, {"day": "2024-04-11", "group": "low", "price": 569.45}, {"day": "2024-04-12", "group": "medium", "price": 617.32}, {"day": "2024-04-15", "group": "high", "price": 1085.78}, {"day": "2024-04-17", "group": "high", "price": 754.74}, {"day": "2024-04-21", "group": "medium", "price": 597.89}, {"day": "2024-04-23", "group": "medium", "price": 569.97}, {"day": "2024-04-24", "group": "medium", "price": 716.21}, {"day": "2024-04-29", "group": "low", "price": 569.45}, {"day": "2024-05-01", "group": "medium", "price": 654.72}, {"day": "2024-05-04", "group": "medium", "price": 655.62}, {"day": "2024-05-06", "group": "medium", "price": 652.34}, {"day": "2024-05-08", "group": "medium", "price": 610.57}, {"day": "2024-05-10", "group": "medium", "price": 617.32}, {"day": "2024-05-15", "group": "medium", "price": 716.12}, {"day": "2024-05-19", "group": "medium", "price": 615.5}, {"day": "2024-05-21", "group": "medium", "price": 571.65}, {"day": "2024-05-22", "group": "medium", "price": 571.65}, {"day": "2024-05-28", "group": "low", "price": 569.45}, {"day": "2024-05-30", "group": "low", "price": 566.47}, {"day": "2024-05-31", "group": "medium", "price": 617.78}, {"day": "2024-06-01", "group": "medium", "price": 621.35}, {"day": "2024-06-02", "group": "medium", "price": 603.36}, {"day": "2024-06-08", "group": "medium", "price": 716.21}, {"day": "2024-06-10", "group": "medium", "price": 571.65}, {"day": "2024-06-12", "group": "medium", "price": 569.97}, {"day": "2024-06-16", "group": "medium", "price": 603.98}, {"day": "2024-06-19", "group": "high", "price": 757.99}, {"day": "2024-06-25", "group": "low", "price": 569.38}, {"day": "2024-06-26", "group": "medium", "price": 571.53}, {"day": "2024-06-28", "group": "high", "price": 1066.76}, {"day": "2024-06-30", "group": "medium", "price": 619.08}, {"day": "2024-07-01", "group": "medium", "price": 707.4}, {"day": "2024-07-12", "group": "high", "price": 756.06}, {"day": "2024-07-17", "group": "high", "price": 1044.98}, {"day": "2024-07-18", "group": "high", "price": 756.34}, {"day": "2024-07-21", "group": "high", "price": 756.06}, {"day": "2024-07-25", "group": "high", "price": 767.8}, {"day": "2024-07-26", "group": "high", "price": 1482.57}], "currency": "USD"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"flights": {"type": "object", "properties": {"noPriceLabel": {"type": "string"}, "groups": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}}, "required": ["id", "label"]}}, "days": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "group": {"type": "string"}, "price": {"type": "number"}}, "required": ["day", "group", "price"]}}, "currency": {"type": "string"}}, "required": ["currency", "days", "groups", "noPriceLabel"]}}, "required": ["flights"]}}, "required": ["data", "status", "timestamp"]} |
c9f4c779-748f-4342-a73a-12b4a051a22f/b8f7f354-57d4-4ccf-a6e1-a0698391a41e/0/0 | Sky Scrapper | This API helps to query prices for real-time flights, hotels, rental cars, etc... to create a travel website like the sky scanner. This API reproduces public data on real time basis. | 9.7 | api/v1/flights/getFlightDetails | Get all the details of the fights based on a unique Id. | 200 | Response | {"status": true, "timestamp": 1691009267165, "data": {"itinerary": {"legs": [{"id": "13542-2402201235--30598-0-12712-2402201550", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "duration": 495, "stopCount": 0, "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "dayChange": 0}], "pricingOptions": [{"agents": [{"id": "arus", "name": "Mytrip", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/arus/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=270.99&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mJJLCotFmLmuKUixczRo6vQcP38OjYjJgVGAC7vlo8cAAAA|8736221224533380069|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:04&pqid=true", "price": 270.99, "rating": {"value": 3.01, "count": 9532}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 270.99}, {"agents": [{"id": "edus", "name": "eDreams", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/edus/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=272.81&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mJJTSktFmLmuKUixczRo6vQcP38OjYjJgVGAEeFKAocAAAA|589607429926384355|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:08&pqid=true", "price": 272.81, "rating": {"value": 2.63, "count": 10415}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 272.81}, {"agents": [{"id": "xpus", "name": "Expedia", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/xpus/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|QEL|Q|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=277.98&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mKpKCgtFmLmuKUixczRo6vQcP38OjYjJgVGAGMaQ04cAAAA|-2471706304482540542|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:15&pqid=true", "price": 277.98, "rating": {"value": 3.96, "count": 12563}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 277.98}, {"agents": [{"id": "noaa", "name": "Norse Atlantic Airways", "isCarrier": true, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/noaa/1/13542.12712.2024-02-20/air/airli/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=277.98&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mLJy09MFGLmeJYpxcyxIlmh4fr5dWxGTAqMAAEFxrgcAAAA|-2328735851777417191|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:01&pqid=false", "price": 277.98, "rating": {"value": 3.61, "count": 689}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 277.98}, {"agents": [{"id": "orbz", "name": "Orbitz", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/orbz/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|QEL|Q|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=277.98&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mLJL0qqEmLmuKUixczRo6vQcP38OjYjJgVGACl_oJscAAAA|-2471706304482540542|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:15&pqid=true", "price": 277.98, "rating": {"value": 1.89, "count": 1882}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 277.98}, {"agents": [{"id": "tlcy", "name": "Travelocity", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/tlcy/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|QEL|Q|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=277.98&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mIpyUmuFGLmuKUixczRo6vQcP38OjYjJgVGALHE7-4cAAAA|-2471706304482540542|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:17&pqid=true", "price": 277.98, "rating": {"value": 1.67, "count": 467}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 277.98}, {"agents": [{"id": "skyp", "name": "Kiwi.com", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/skyp/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=280.00&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mIpzq4sEGLmuKUixczRo6vQcP38OjYjJgVGAEFEgi0cAAAA|-2328735851777417191|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:09&pqid=true", "price": 280, "rating": {"value": 2.92, "count": 12352}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 280}, {"agents": [{"id": "pcln", "name": "Priceline", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/pcln/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|QEL|Q|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=279.08&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mIpSM7JE2LmuKUixczRo6vQcP38OjYjJgVGAJINcA8cAAAA|836989890372451239|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:04&pqid=false", "price": 279.08, "rating": {"value": 1.87, "count": 2029}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 279.08}, {"agents": [{"id": "cust", "name": "Trip.com", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/cust/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=282.00&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mJJLi0uEWLmuKUixczRo6vQcP38OjYjJgVGAFdnAjscAAAA|-1392380853158557016|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:08&pqid=true", "price": 282, "rating": {"value": 3.67, "count": 30283}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 282}, {"agents": [{"id": "jfus", "name": "JustFly", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/jfus/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|QEL|Q|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=282.98&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mLJSistFmLmuKUixczRo6vQcP38OjYjJgVGAGddqwQcAAAA|836989890372451239|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:06&pqid=false", "price": 282.98, "rating": {"value": 3.38, "count": 6951}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 282.98}, {"agents": [{"id": "chpo", "name": "CheapOair", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/chpo/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=283.98&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mJJzijIF2LmuKUixczRo6vQcP38OjYjJgVGAEPdlo0cAAAA|-2328735851777417191|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:11&pqid=false", "price": 283.98, "rating": {"value": 2.57, "count": 3276}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 283.98}, {"agents": [{"id": "bcom", "name": "Booking.com", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/bcom/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=285.99&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mJJSs7PFWLmuKUixczRo6vQcP38OjYjJgVGAAORRuscAAAA|3610398678000586459|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:04&pqid=true", "price": 285.99, "rating": {"value": 3.63, "count": 7583}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 285.99}, {"agents": [{"id": "vaya", "name": "BudgetAir", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/vaya/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|-|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=286.00&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mIpS6xMFGLmuKUixczRo6vQcP38OjYjJgVGAIS-sPwcAAAA|589607429926384355|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:16&pqid=true", "price": 286, "rating": {"value": 2.85, "count": 5155}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 286}, {"agents": [{"id": "bfus", "name": "Bravofly", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/bfus/1/13542.12712.2024-02-20/air/trava/flights?itinerary=flight|-30598|701|13542|2024-02-20T12:35|12712|2024-02-20T15:50|495|-|Q|-&carriers=-30598&operators=-30598&passengers=1&channel=iphone&cabin_class=economy&fps_session_id=423a83ad-3665-45a4-b02d-d2890051d50f&ticket_price=287.37&is_npt=false&is_multipart=false&client_id=skyscanner_app&request_id=dccc6832-c515-44a9-8e9e-93a7c7b2f3b7&q_ids=H4sIAAAAAAAA_-OS4mJJSistFmLmuKUixczRo6vQcP38OjYjJgVGANlhptYcAAAA|-6737075005787650101|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-08-02T20:45:02&pqid=true", "price": 287.37, "rating": {"value": 2.69, "count": 2763}, "updateStatus": "CURRENT", "segments": [{"id": "13542-12712-2402201235-2402201550--30598", "origin": {"id": "13542", "name": "London Gatwick", "displayCode": "LGW", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "Z0701", "departure": "2024-02-20T12:35:00", "arrival": "2024-02-20T15:50:00", "marketingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}, "operatingCarrier": {"id": "-30598", "name": "Norse Atlantic Airways (UK)", "displayCode": "Z0", "displayCodeType": "IATA", "logo": "https://logos.skyscnr.com/images/airlines/favicon/I).png", "altId": "I)"}}], "isDirectDBookUrl": false, "quoteAge": 3}], "totalPrice": 287.37}], "isTransferRequired": false, "destinationImage": "https://content.skyscnr.com/b62fd4346123d1eb9f7525c8f72f2a8a/stock-photo-new-york-city-at-twilight-128894587.jpg", "operatingCarrierSafetyAttributes": [{"carrierID": "-30598", "carrierName": "Norse Atlantic Airways (UK)", "faceMasksCompulsory": null, "aircraftDeepCleanedDaily": null, "attendantsWearPPE": null, "cleaningPacksProvided": null, "foodServiceChanges": null, "safetyUrl": null}], "flexibleTicketPolicies": []}, "pollingCompleted": true}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"itinerary": {"type": "object", "properties": {"legs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "origin": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}}, "required": ["city", "displayCode", "id", "name"]}, "destination": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}}, "required": ["city", "displayCode", "id", "name"]}, "segments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "origin": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}}, "required": ["city", "displayCode", "id", "name"]}, "destination": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}}, "required": ["city", "displayCode", "id", "name"]}, "duration": {"type": "integer"}, "dayChange": {"type": "integer"}, "flightNumber": {"type": "string"}, "departure": {"type": "string"}, "arrival": {"type": "string"}, "marketingCarrier": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "displayCodeType": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "displayCode", "displayCodeType", "id", "logo", "name"]}, "operatingCarrier": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "displayCodeType": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "displayCode", "displayCodeType", "id", "logo", "name"]}}, "required": ["arrival", "dayChange", "departure", "destination", "duration", "flightNumber", "id", "marketingCarrier", "operatingCarrier", "origin"]}}, "duration": {"type": "integer"}, "stopCount": {"type": "integer"}, "departure": {"type": "string"}, "arrival": {"type": "string"}, "dayChange": {"type": "integer"}}, "required": ["arrival", "dayChange", "departure", "destination", "duration", "id", "origin", "segments", "stopCount"]}}, "pricingOptions": {"type": "array", "items": {"type": "object", "properties": {"agents": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "isCarrier": {"type": "boolean"}, "bookingProposition": {"type": "string"}, "url": {"type": "string"}, "price": {"type": "number"}, "rating": {"type": "object", "properties": {"value": {"type": "number"}, "count": {"type": "integer"}}, "required": ["count", "value"]}, "updateStatus": {"type": "string"}, "segments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "origin": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}}, "required": ["city", "displayCode", "id", "name"]}, "destination": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "city": {"type": "string"}}, "required": ["city", "displayCode", "id", "name"]}, "duration": {"type": "integer"}, "dayChange": {"type": "integer"}, "flightNumber": {"type": "string"}, "departure": {"type": "string"}, "arrival": {"type": "string"}, "marketingCarrier": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "displayCodeType": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "displayCode", "displayCodeType", "id", "logo", "name"]}, "operatingCarrier": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "displayCodeType": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "displayCode", "displayCodeType", "id", "logo", "name"]}}, "required": ["arrival", "dayChange", "departure", "destination", "duration", "flightNumber", "id", "marketingCarrier", "operatingCarrier", "origin"]}}, "isDirectDBookUrl": {"type": "boolean"}, "quoteAge": {"type": "integer"}}, "required": ["bookingProposition", "id", "isCarrier", "isDirectDBookUrl", "name", "price", "quoteAge", "rating", "segments", "updateStatus", "url"]}}, "totalPrice": {"type": "number"}}, "required": ["agents", "totalPrice"]}}, "isTransferRequired": {"type": "boolean"}, "destinationImage": {"type": "string"}, "operatingCarrierSafetyAttributes": {"type": "array", "items": {"type": "object", "properties": {"carrierID": {"type": "string"}, "carrierName": {"type": "string"}, "faceMasksCompulsory": {"type": "null"}, "aircraftDeepCleanedDaily": {"type": "null"}, "attendantsWearPPE": {"type": "null"}, "cleaningPacksProvided": {"type": "null"}, "foodServiceChanges": {"type": "null"}, "safetyUrl": {"type": "null"}}, "required": ["aircraftDeepCleanedDaily", "attendantsWearPPE", "carrierID", "carrierName", "cleaningPacksProvided", "faceMasksCompulsory", "foodServiceChanges", "safetyUrl"]}}, "flexibleTicketPolicies": {"type": "array"}}, "required": ["destinationImage", "flexibleTicketPolicies", "isTransferRequired", "legs", "operatingCarrierSafetyAttributes", "pricingOptions"]}, "pollingCompleted": {"type": "boolean"}}, "required": ["itinerary", "pollingCompleted"]}}, "required": ["data", "status", "timestamp"]} |
25e3c291-ef5f-4419-8cb5-ef47c0312d94/724b50aa-fe2d-4b24-8037-93d29cf93b2d/0/0 | PNR STATUS - INDIAN RAILWAY | Get PNR status and additional passenger info of Indian railways using this easy API, this is developed for educational purposes only and we are not affiliated to Indian railways in any form and this is not an official API. | 9.4 | PNR number | PNR number parameter is mandatory. The API will fetch all the info if the PNR is valid or not expired | 200 | Example PNR DETAILS | {"arrival_data": {"arrival_date": "Tue, 09 Jun 04:45", "arrival_time": "Tue, 09 Jun 04:45"}, "boarding_station": "Bhusaval Junction-BSL", "chart_status": "Chart Prepared", "class": "3A", "departure_data": {"departure_date": "Sun, 07 Jun 06:25", "departure_time": "Sun, 07 Jun 06:25"}, "passenger": [{"booking_status": "W/L 6,RLGN", "current_status": "CNF B2 1", "name": "Passenger 1"}, {"booking_status": "W/L 7,RLGN", "current_status": "CNF B2 4", "name": "Passenger 2"}, {"booking_status": "W/L 8,RLGN", "current_status": "RLWL 1", "name": "Passenger 3"}, {"booking_status": "W/L 9,RLGN", "current_status": "RLWL 2", "name": "Passenger 4"}], "quota": "", "reservation_upto": "Patliputra Junction-PPTA", "train_name": "LTT PPTA SPL-02141", "train_number": "LTT PPTA SPL-02141"} | {"properties": {"arrival_data": {"properties": {"arrival_date": {"type": "string"}, "arrival_time": {"type": "string"}}, "required": ["arrival_date", "arrival_time"], "type": "object"}, "boarding_station": {"type": "string"}, "chart_status": {"type": "string"}, "class": {"type": "string"}, "departure_data": {"properties": {"departure_date": {"type": "string"}, "departure_time": {"type": "string"}}, "required": ["departure_date", "departure_time"], "type": "object"}, "passenger": {"items": [{"properties": {"booking_status": {"type": "string"}, "current_status": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "booking_status", "current_status"], "type": "object"}, {"properties": {"booking_status": {"type": "string"}, "current_status": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "booking_status", "current_status"], "type": "object"}, {"properties": {"booking_status": {"type": "string"}, "current_status": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "booking_status", "current_status"], "type": "object"}, {"properties": {"booking_status": {"type": "string"}, "current_status": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "booking_status", "current_status"], "type": "object"}], "type": "array"}, "quota": {"type": "string"}, "reservation_upto": {"type": "string"}, "train_name": {"type": "string"}, "train_number": {"type": "string"}}, "required": ["passenger", "boarding_station", "reservation_upto", "departure_data", "arrival_data", "quota", "class", "chart_status", "train_name", "train_number"], "type": "object"} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/77a5fb6f-ff70-470b-a457-327c12ea97dc/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Auto Suggest | This API will provide a list of possible cities and hotels for a given search string | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/f662ef39-7497-4fb8-992b-007ce8b86118/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search (results v) | The getResultsRequest endpoint returns car availability based on the provided search criteria | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/d51a3b49-62b9-4f63-9744-e4dc8c447aa1/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search hotels locations by geolocation | Search locations by coordinates. Set coordinates latitude and longitude | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/be7e3b32-8f82-42cf-9fae-3bd04fc15db9/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Download cities | Downloads a list of Hotel cities | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/44fab177-5f1f-4d8d-ba7b-740a8fdba8d5/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Download companies | Downloads a list of companies | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/ae4266bb-c976-42be-9887-398c5e85e572/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search hotels locations | Search locations by name | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/03e49e59-782a-4566-a12c-a1934d1d39eb/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search - express results | Provides discounted Express (Cached) and Closed User Group (Live) Rates using the getExpress.Results endpoint. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/bff67c56-52ac-413e-8b1e-8b82239c2994/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Download airports | Downloads a list of Airports | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/14941e6f-ad89-46d0-a858-64adfe0c08e1/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Download countries | Downloads a list of countries | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/ab2f02e0-9c92-4018-b63f-6a80a9cd3152/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Hotel details | Get all reviews and images of the hotel by hotel_id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/1d5294e3-2694-4c30-b9f7-0b486efae19d/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search cars locations | Search locations by name | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/92fce5ea-820d-4b9f-be5c-eddad6f194d6/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search flights locations | Search airports and locations by name | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/4f827704-3375-4b27-b698-9a080f19ff0e/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Booking details of the hotel | Get hotel descriptions, prices and available booking options. Indicate the hotel_id, check-in and check-out date | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/2c5678e9-13ab-43a7-97b7-f7073402520c/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search hotels | Get available hotels by the filter. Indicate the location_id -> use Search locations, check-in and check-out date | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/0283ac90-06e8-4ff5-ab2e-ccf6e81a9c72/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Download filter amenities | Downloads an Amenity list filtered | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/5c1da410-9909-4e00-a59f-171d4bb134b6/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Download cities clusters | Downloads a list of Hotel cities clusters | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/2d32f662-7bf9-4956-b6c3-c7169a9f070e/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Hotel details | Provides information on the specified hotel | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/d56bd010-7ec7-41c7-adce-62c9515a5857/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search car rentals | Search car rentals by filter. Indicate the location_id -> use Search locations api point | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/dd415df9-4821-40c6-804a-292548ab0685/0/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search flights | Search flights. Set type: ONE_WAY or ROUND_TRIP. Set location_departure and location_arrival, use /flights/locations api point. You can filter out tickets by price, max duration and number of stops | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
df0f7149-c83b-4f9c-a838-21e883c26d5b/c49a4581-7b51-4610-bd4d-f9ad5d2e311b/1/0 | Priceline com Provider | priceline.com | Lets you search hotels, cars for rent, flights. Support: [email protected] / t.me/api_tipsters Other travel api: https://rapi.one | 9.8 | Search (round-trip) | Returns a contract for a flight round trip search through the getFlightRoundTrip endpoint | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.