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
5913502c-7e1c-462e-98f9-22aa09e0ebfa/16e87d35-d21c-4666-bc83-f663cd2d86f3/0/0
Tripadvisor
Tripadvisor API helps to query realtime Hotels search, Flights prices, Restaurants, Attracting locations, etc to create a travelling site.
9.7
Search Vacation Rental Location
-
200
Response
{"status": true, "message": "Success", "timestamp": 1665315392953, "data": [{"geoId": 60763, "locationId": 60763, "localizedName": "New York City", "localizedAdditionalNames": "New York, United States, North America", "locationV2": "New York, United States", "placeType": "CITY", "latitude": 40.713238, "longitude": -74.00584, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 2520, "maxHeight": 2068, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1c/c5/7c/68/caption.jpg?w={width}&h={height}&s=1&cx=950&cy=1766&chk=v1_9ee2771da71f55a7ac6a"}}}, {"geoId": 60864, "locationId": 60864, "localizedName": "New Orleans", "localizedAdditionalNames": "Louisiana, United States, North America", "locationV2": "Louisiana, United States", "placeType": "CITY", "latitude": 29.947855, "longitude": -90.07627, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 1920, "maxHeight": 1277, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1c/c9/69/89/caption.jpg?w={width}&h={height}&s=1"}}}, {"geoId": 60978, "locationId": 60978, "localizedName": "Newport", "localizedAdditionalNames": "Rhode Island, United States, North America", "locationV2": "Rhode Island, United States", "placeType": "CITY", "latitude": 41.489246, "longitude": -71.310036, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 5000, "maxHeight": 977, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/15/4d/47/4e/newport.jpg?w={width}&h={height}&s=1"}}}, {"geoId": 28953, "locationId": 28953, "localizedName": "New York", "localizedAdditionalNames": "United States, North America", "locationV2": "United States, North America", "placeType": "STATE", "latitude": 42.423985, "longitude": -74.88397, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 3840, "maxHeight": 2160, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/10/eb/87/e9/dsc-0254-largejpg.jpg?w={width}&h={height}&s=1"}}}, {"geoId": 28951, "locationId": 28951, "localizedName": "New Jersey", "localizedAdditionalNames": "United States, North America", "locationV2": "United States, North America", "placeType": "STATE", "latitude": 40.12507, "longitude": -74.51086, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 3937, "maxHeight": 2573, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/06/1d/32/63/newark-skyline.jpg?w={width}&h={height}&s=1"}}}, {"geoId": 304551, "locationId": 304551, "localizedName": "New Delhi", "localizedAdditionalNames": "National Capital Territory of Delhi, India, Asia", "locationV2": "National Capital Territory of Delhi, India", "placeType": "CITY", "latitude": 28.612072, "longitude": 77.22978, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 4480, "maxHeight": 6720, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/24/03/3f/fd/caption.jpg?w={width}&h={height}&s=1&cx=2294&cy=1952&chk=v1_c3b28b866491ff3722ce"}}}, {"geoId": 255104, "locationId": 255104, "localizedName": "New Zealand", "localizedAdditionalNames": "South Pacific", "locationV2": "South Pacific", "placeType": "COUNTRY", "latitude": -41.28894, "longitude": 174.77629, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 3282, "maxHeight": 645, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/15/4d/45/52/new-zealand.jpg?w={width}&h={height}&s=1"}}}, {"geoId": 32780, "locationId": 32780, "localizedName": "Newport Beach", "localizedAdditionalNames": "Orange County, California, United States, North America", "locationV2": "California, United States", "placeType": "MUNICIPALITY", "latitude": 33.61891, "longitude": -117.92895, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 2000, "maxHeight": 1196, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/06/c7/92/98/inspiration-point.jpg?w={width}&h={height}&s=1"}}}, {"geoId": 28950, "locationId": 28950, "localizedName": "New Hampshire", "localizedAdditionalNames": "United States, North America", "locationV2": "United States, North America", "placeType": "STATE", "latitude": 43.535103, "longitude": -71.59251, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 5992, "maxHeight": 1171, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/15/33/fb/05/new-hampshire.jpg?w={width}&h={height}&s=1"}}}]}
{"$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": {"geoId": {"type": "integer"}, "locationId": {"type": "integer"}, "localizedName": {"type": "string"}, "localizedAdditionalNames": {"type": "string"}, "locationV2": {"type": "string"}, "placeType": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "isGeo": {"type": "boolean"}, "thumbnail": {"type": "object", "properties": {"photoSizeDynamic": {"type": "object", "properties": {"maxWidth": {"type": "integer"}, "maxHeight": {"type": "integer"}, "urlTemplate": {"type": "string"}}, "required": ["maxHeight", "maxWidth", "urlTemplate"]}}, "required": ["photoSizeDynamic"]}}, "required": ["geoId", "isGeo", "latitude", "localizedAdditionalNames", "localizedName", "locationId", "locationV2", "longitude", "placeType", "thumbnail"]}}}, "required": ["data", "message", "status", "timestamp"]}
5913502c-7e1c-462e-98f9-22aa09e0ebfa/b0128f2a-67c5-4bbd-9369-721cc7170f9c/0/0
Tripadvisor
Tripadvisor API helps to query realtime Hotels search, Flights prices, Restaurants, Attracting locations, etc to create a travelling site.
9.7
Search Restaurant Location
-
200
Response
{"status": true, "message": "Success", "timestamp": 1664130190825, "data": [{"documentId": "304554", "locationId": 304554, "localizedName": "Mumbai", "localizedAdditionalNames": {"longOnlyHierarchy": "Maharashtra, India, Asia"}, "streetAddress": {"street1": ""}, "locationV2": {"placeType": "CITY", "names": {"longOnlyHierarchyTypeaheadV2": "Maharashtra, India"}, "vacationRentalsRoute": {"url": "/VacationRentals-g304554-Reviews-Mumbai_Maharashtra-Vacation_Rentals.html"}}, "placeType": "CITY", "latitude": 18.936844, "longitude": 72.8291, "isGeo": true, "thumbnail": {"photoSizeDynamic": {"maxWidth": 5328, "maxHeight": 3000, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/0b/4e/55/e6/chhatrapati-shivaji-terminus.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "17643064", "locationId": 17643064, "localizedName": "Mumbai Kitchen", "localizedAdditionalNames": {"longOnlyHierarchy": "Canggu, North Kuta, Bali, Indonesia, Asia"}, "streetAddress": {"street1": "Jalan Pantai Berawa"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "Canggu, Indonesia"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": -8.655116, "longitude": 115.1479, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 2975, "maxHeight": 2975, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/18/2a/8b/67/mumbai-kitchen-logo.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "18380500", "locationId": 18380500, "localizedName": "Mumbai Masala Puerto Calero", "localizedAdditionalNames": {"longOnlyHierarchy": "Yaiza, Lanzarote, Canary Islands, Spain, Europe"}, "streetAddress": {"street1": "Paseo Mar\u00edtimo Puerto Calero"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "Yaiza, Lanzarote, Spain"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": 28.917103, "longitude": -13.703982, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 3024, "maxHeight": 4032, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1d/a3/e3/8b/mumbai-masala-puerto.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "12450817", "locationId": 12450817, "localizedName": "Mumbai Masala Jameos", "localizedAdditionalNames": {"longOnlyHierarchy": "Puerto Del Carmen, Lanzarote, Canary Islands, Spain, Europe"}, "streetAddress": {"street1": "Avenida Playas 100"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "Puerto Del Carmen, Lanzarote, Spain"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": 28.9281, "longitude": -13.628911, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 2048, "maxHeight": 1536, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/10/76/7c/a5/mumbai-masala-jameos.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "15263511", "locationId": 15263511, "localizedName": "Mumbai Masala Playa Para\u00edso", "localizedAdditionalNames": {"longOnlyHierarchy": "Playa Paraiso, Adeje, Tenerife, Canary Islands, Spain, Europe"}, "streetAddress": {"street1": "Numero 16, C.C. Paraiso sur 12 Avenida Adeje 300"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "Playa Paraiso, Tenerife, Spain"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": 28.121693, "longitude": -16.775276, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 1116, "maxHeight": 628, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/15/26/f8/65/foto.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "15187799", "locationId": 15187799, "localizedName": "Mumbai Darbar Indian Restaurant", "localizedAdditionalNames": {"longOnlyHierarchy": "Alvor, Portimao, Faro District, Algarve, Portugal, Europe"}, "streetAddress": {"street1": "Rua do Rossio Grande"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "Alvor, Portugal"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": 37.12881, "longitude": -8.590189, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 4032, "maxHeight": 3024, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1c/00/dc/7a/indian-curry-house-alvor.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "1317396", "locationId": 1317396, "localizedName": "Mumbai Delight", "localizedAdditionalNames": {"longOnlyHierarchy": "London, England, United Kingdom, Europe"}, "streetAddress": {"street1": "51A South Lambeth Road"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "London, England"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": 51.482285, "longitude": -0.124273, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 1125, "maxHeight": 1500, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/12/a6/ca/a6/samosas.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "3807659", "locationId": 3807659, "localizedName": "Mumbai Times", "localizedAdditionalNames": {"longOnlyHierarchy": "Cos Cob, Connecticut, United States, North America"}, "streetAddress": {"street1": "140 E Putnam Ave"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "Cos Cob, Connecticut"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": 41.03768, "longitude": -73.60096, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 1632, "maxHeight": 1224, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/04/20/dd/97/mumbai-times.jpg?w={width}&h={height}&s=1"}}}, {"documentId": "10516202", "locationId": 10516202, "localizedName": "Mumbai Masala", "localizedAdditionalNames": {"longOnlyHierarchy": "Puerto Del Carmen, Lanzarote, Canary Islands, Spain, Europe"}, "streetAddress": {"street1": "Avenida Playas 15"}, "locationV2": {"placeType": "EATERY", "names": {"longOnlyHierarchyTypeaheadV2": "Puerto Del Carmen, Lanzarote, Spain"}, "vacationRentalsRoute": null}, "placeType": "EATERY", "latitude": 28.920832, "longitude": -13.662196, "isGeo": false, "thumbnail": {"photoSizeDynamic": {"maxWidth": 1358, "maxHeight": 1240, "urlTemplate": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/0c/11/07/a9/mumbai-masala.jpg?w={width}&h={height}&s=1"}}}]}
{"$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": {"documentId": {"type": "string"}, "locationId": {"type": "integer"}, "localizedName": {"type": "string"}, "localizedAdditionalNames": {"type": "object", "properties": {"longOnlyHierarchy": {"type": "string"}}, "required": ["longOnlyHierarchy"]}, "streetAddress": {"type": "object", "properties": {"street1": {"type": "string"}}, "required": ["street1"]}, "locationV2": {"type": "object", "properties": {"placeType": {"type": "string"}, "names": {"type": "object", "properties": {"longOnlyHierarchyTypeaheadV2": {"type": "string"}}, "required": ["longOnlyHierarchyTypeaheadV2"]}, "vacationRentalsRoute": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}]}}, "required": ["names", "placeType", "vacationRentalsRoute"]}, "placeType": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "isGeo": {"type": "boolean"}, "thumbnail": {"type": "object", "properties": {"photoSizeDynamic": {"type": "object", "properties": {"maxWidth": {"type": "integer"}, "maxHeight": {"type": "integer"}, "urlTemplate": {"type": "string"}}, "required": ["maxHeight", "maxWidth", "urlTemplate"]}}, "required": ["photoSizeDynamic"]}}, "required": ["documentId", "isGeo", "latitude", "localizedAdditionalNames", "localizedName", "locationId", "locationV2", "longitude", "placeType", "streetAddress", "thumbnail"]}}}, "required": ["data", "message", "status", "timestamp"]}
5913502c-7e1c-462e-98f9-22aa09e0ebfa/969a74c1-cad9-45af-8080-7155e4716215/0/0
Tripadvisor
Tripadvisor API helps to query realtime Hotels search, Flights prices, Restaurants, Attracting locations, etc to create a travelling site.
9.7
Search Airport
-
200
Response
{"status": true, "message": "Success", "timestamp": 1664043451988, "data": [{"lookbackServlet": null, "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights-g186338-London_England-Cheap_Discount_Airfares.html", "children": [{"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=7917562", "scope": "global", "name": "London, United Kingdom - Heathrow Airport (LHR)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "Heathrow Airport", "grandparent_name": "Hounslow", "grandparent_id": 528813, "parent_id": 528813, "grandparent_place_type": 10015, "highlighted_name": "London, United Kingdom - Heathrow Airport (LHR)", "name": "London, United Kingdom - Heathrow Airport (LHR)", "parent_place_type": 10038, "parent_ids": [7917562, 528813, 191259, 186217, 186216, 4, 1], "geo_name": "Hounslow"}, "airportCode": "LHR", "shortName": "London (LHR)", "value": 7917562, "coords": "51.47066,-0.456086", "isChild": true}, {"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=7917598", "scope": "global", "name": "London, United Kingdom - Stansted (STN)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "Stansted Airport", "address": "Bassingbourn Rd", "grandparent_name": "Stansted Mountfitchet", "grandparent_id": 1577375, "parent_id": 1577375, "grandparent_place_type": 10015, "highlighted_name": "London, United Kingdom - Stansted (STN)", "name": "London, United Kingdom - Stansted (STN)", "parent_place_type": 10038, "parent_ids": [7917598, 1577375, 186278, 186217, 186216, 4, 1], "geo_name": "Stansted Mountfitchet"}, "airportCode": "STN", "shortName": "London (STN)", "value": 7917598, "coords": "51.88517,0.239119", "isChild": true}, {"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=10143719", "scope": "global", "name": "Southend, United Kingdom (SEN)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "Southend Municipal Airport", "grandparent_name": "Southend-on-Sea", "grandparent_id": 503790, "parent_id": 503790, "grandparent_place_type": 10015, "highlighted_name": "Southend, United Kingdom (SEN)", "name": "Southend, United Kingdom (SEN)", "parent_place_type": 10038, "parent_ids": [10143719, 503790, 186278, 186217, 186216, 4, 1], "geo_name": "Southend-on-Sea"}, "airportCode": "SEN", "shortName": "Southend-on-Sea (SEN)", "value": 10143719, "coords": "51.572777,0.701389", "isChild": true}, {"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=7917605", "scope": "global", "name": "London, United Kingdom - Luton (LTN)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "Luton Airport", "address": "Airport Way", "grandparent_name": "Luton", "grandparent_id": 190747, "parent_id": 190747, "grandparent_place_type": 10015, "highlighted_name": "London, United Kingdom - Luton (LTN)", "name": "London, United Kingdom - Luton (LTN)", "parent_place_type": 10038, "parent_ids": [7917605, 190747, 186218, 186217, 186216, 4, 1], "geo_name": "Luton"}, "airportCode": "LTN", "shortName": "London (LTN)", "value": 7917605, "coords": "51.877094,-0.371314", "isChild": true}, {"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=7917597", "scope": "global", "name": "London, United Kingdom - Gatwick Airport (LGW)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "Gatwick Airport", "grandparent_name": "Horley", "grandparent_id": 191265, "parent_id": 191265, "grandparent_place_type": 10015, "highlighted_name": "London, United Kingdom - Gatwick Airport (LGW)", "name": "London, United Kingdom - Gatwick Airport (LGW)", "parent_place_type": 10038, "parent_ids": [7917597, 191265, 186388, 186217, 186216, 4, 1], "geo_name": "Horley"}, "airportCode": "LGW", "shortName": "London (LGW)", "value": 7917597, "coords": "51.15291,-0.185975", "isChild": true}, {"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=10141843", "lastChild": true, "scope": "global", "name": "London, United Kingdom - London City Airport (LCY)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "London City Airport", "grandparent_name": "London", "grandparent_id": 186338, "parent_id": 186338, "grandparent_place_type": 10004, "highlighted_name": "London, United Kingdom - London City Airport (LCY)", "name": "London, United Kingdom - London City Airport (LCY)", "parent_place_type": 10038, "parent_ids": [10141843, 186338, 186217, 186216, 4, 1], "geo_name": "London"}, "airportCode": "LCY", "shortName": "London (LCY)", "value": 10141843, "coords": "51.5,0.05", "isChild": true}], "scope": "global", "name": "London, United Kingdom - All Airports (LON)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10004, "parent_name": "England", "grandparent_name": "United Kingdom", "grandparent_id": 186216, "parent_id": 186217, "grandparent_place_type": 10001, "rac_enabled": true, "highlighted_name": "London, United Kingdom - All Airports (LON)", "name": "London, United Kingdom - All Airports (LON)", "parent_place_type": 10002, "parent_ids": [186217, 186216, 4, 1], "geo_name": "England"}, "airportCode": "LON", "shortName": "London (LON)", "value": 186338, "coords": "51.51924,-0.096654"}, {"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=10143344", "scope": "global", "name": "East London, South Africa - East London (ELS)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "East London", "grandparent_name": "South Africa", "grandparent_id": 293740, "parent_id": 312556, "grandparent_place_type": 10001, "highlighted_name": "East London, South Africa - East London (ELS)", "name": "East London, South Africa - East London (ELS)", "parent_place_type": 10004, "parent_ids": [312556, 312554, 293740, 6, 1], "geo_name": "East London"}, "airportCode": "ELS", "shortName": "East London (ELS)", "value": 10143344, "coords": "-33.03611,27.823889"}, {"lookbackServlet": "Airport", "autobroadened": "false", "title": "Destinations", "type": "AIRPORT", "document_id": null, "url": "/Flights?geo=10141742", "scope": "global", "name": "London, Canada - Metropolitan Area Airport (YXU)", "data_type": "FLIGHTS_TO", "details": {"placetype": 10038, "parent_name": "London", "grandparent_name": "Ontario", "grandparent_id": 154979, "parent_id": 154995, "grandparent_place_type": 10020, "highlighted_name": "London, Canada - Metropolitan Area Airport (YXU)", "name": "London, Canada - Metropolitan Area Airport (YXU)", "parent_place_type": 10015, "parent_ids": [154995, 154979, 153339, 19, 1], "geo_name": "London"}, "airportCode": "YXU", "shortName": "London (YXU)", "value": 10141742, "coords": "43.033333,-81.15"}]}
{"$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": {"lookbackServlet": {"type": ["null", "string"]}, "autobroadened": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "document_id": {"type": "null"}, "url": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"lookbackServlet": {"type": "string"}, "autobroadened": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "document_id": {"type": "null"}, "url": {"type": "string"}, "scope": {"type": "string"}, "name": {"type": "string"}, "data_type": {"type": "string"}, "details": {"type": "object", "properties": {"placetype": {"type": "integer"}, "parent_name": {"type": "string"}, "grandparent_name": {"type": "string"}, "grandparent_id": {"type": "integer"}, "parent_id": {"type": "integer"}, "grandparent_place_type": {"type": "integer"}, "highlighted_name": {"type": "string"}, "name": {"type": "string"}, "parent_place_type": {"type": "integer"}, "parent_ids": {"type": "array", "items": {"type": "integer"}}, "geo_name": {"type": "string"}, "address": {"type": "string"}}, "required": ["geo_name", "grandparent_id", "grandparent_name", "grandparent_place_type", "highlighted_name", "name", "parent_id", "parent_ids", "parent_name", "parent_place_type", "placetype"]}, "airportCode": {"type": "string"}, "shortName": {"type": "string"}, "value": {"type": "integer"}, "coords": {"type": "string"}, "isChild": {"type": "boolean"}, "lastChild": {"type": "boolean"}}, "required": ["airportCode", "autobroadened", "coords", "data_type", "details", "document_id", "isChild", "lookbackServlet", "name", "scope", "shortName", "title", "type", "url", "value"]}}, "scope": {"type": "string"}, "name": {"type": "string"}, "data_type": {"type": "string"}, "details": {"type": "object", "properties": {"placetype": {"type": "integer"}, "parent_name": {"type": "string"}, "grandparent_name": {"type": "string"}, "grandparent_id": {"type": "integer"}, "parent_id": {"type": "integer"}, "grandparent_place_type": {"type": "integer"}, "rac_enabled": {"type": "boolean"}, "highlighted_name": {"type": "string"}, "name": {"type": "string"}, "parent_place_type": {"type": "integer"}, "parent_ids": {"type": "array", "items": {"type": "integer"}}, "geo_name": {"type": "string"}}, "required": ["geo_name", "grandparent_id", "grandparent_name", "grandparent_place_type", "highlighted_name", "name", "parent_id", "parent_ids", "parent_name", "parent_place_type", "placetype"]}, "airportCode": {"type": "string"}, "shortName": {"type": "string"}, "value": {"type": "integer"}, "coords": {"type": "string"}}, "required": ["airportCode", "autobroadened", "coords", "data_type", "details", "document_id", "lookbackServlet", "name", "scope", "shortName", "title", "type", "url", "value"]}}}, "required": ["data", "message", "status", "timestamp"]}
5360aa1c-9564-4ce5-bf59-7ed41ce4827c/a2b18b58-74e0-4017-9a5f-5b56ca84d327/0/0
Timezone API
Get timezone information for any place in the world
0.1
/timezone/list
200
null
{"result": {"timeZones": [{"name": "", "abbreviation": "", "iana": "", "utcOffset": ""}]}}
{"type": "object", "properties": {"result": {"type": "object", "description": "Result object", "properties": {"timeZones": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "abbreviation": {"type": "string"}, "iana": {"type": "string"}, "utcOffset": {"type": "string"}}}}}}}}
5360aa1c-9564-4ce5-bf59-7ed41ce4827c/a2bbad3c-9831-4149-8032-134108b148ac/0/0
Timezone API
Get timezone information for any place in the world
0.1
/time
200
null
{"result": {"placeName": "", "timeZone": {"time": "", "utcOffsetWithDst": "", "name": "", "abbreviation": "", "iana": ""}}}
{"type": "object", "properties": {"result": {"type": "object", "description": "Result object", "properties": {"placeName": {"type": "string"}, "timeZone": {"type": "object", "properties": {"time": {"type": "string"}, "utcOffsetWithDst": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "iana": {"type": "string"}}}}}}}
f3c41846-731f-4375-b5b3-35032d76ec92/69e1cb4c-a061-4306-b781-cdbb4a4b904d/0/0
Travel Restrictions - Canitravelnet
Our API provides the easiest and most comprehensive data on Covid-19 driven travel restrictions. Gain access to tailored travel restrictions based on passport, departure, destination and vaccination
null
Get travel restrictions for a single country
Get the latest personalised travel restrictions for a country based on departure, passport and vaccination. The Response is in JSON format.
200
Example_1
{"data": {"destination_name": "Greece", "destination_iso": "GR", "travel_status": {"published_on": "2021-05-14T00:00:00.000000Z", "departure_iso": "GB", "passport_iso": "GB", "summary_text": "Proof of Health certificate/Negative Covid Test", "result_text": "CAN", "is_mask_required": true, "is_mask_required_text": "required", "quarantine": {"is_required_number": 0, "is_required_text": "NO"}, "covid_test_before_departure": {"is_required_text": "YES", "summary_text": "before departure", "accepted_types": ["pcr"], "accepted_languages": ["English"], "before_timing": "72 hours", "info_html": "COVID-19 negative certification required for entering the country.<br> \n\nAll travellers are subject to the requirement for a pre-departure negative PCR test taken within 72 hours prior to arrival. Children aged 5 and under are exempted.<br>\n\n\n"}, "sources": [{"href": "https://www.gov.uk/foreign-travel-advice/greece", "text": "Foreign travel advice, Gov.UK"}], "full_info_text_html": {"Latest News": "COVID-19 restrictions on domestic flights extended until 14 May (National Herals, 09.05.2021). Government imposes lockdown on Kalymnos Island (Reuters, 04.05.2021). Civil Aviation Authority extends COVID-19 travel restrictions on international flights until 14 May (GTP, 30.04.2021). \n", "International Restrictions": "<br>\n*From within the EU: <p class=\"border\">Greece adopts its own national classification of risk areas, hence travel restrictions for Greece are not based on the common \"EU Traffic Lights\" map.</p><p>Land border arrivals are allowed through the <strong>Promachonas </strong>and <strong>Nymphaio </strong>border checkpoints.</p><p>Arrivals by sea are prohibited. As of 23 April, blue cruising and yachting are allowed with some restrictions.</p><p>Travellers arriving from EU Member States and Schengen Associated Countries are exempted from the mandatory 7-day quarantine in the following cases:</p><ul><li><img src=\"/static/vaccination-benefits.png\" alt=\"vaccination-benefits\" /> they hold a <strong>certificate of vaccination against Covid-19</strong>, issued by a national authority in the English language, and a <strong>14 day</strong> period has elapsed since these passengers were fully vaccinated;</li><li>they show a <strong>negative result</strong> to a <strong>molecular PCR test for Covid-19</strong>, taken <strong>within 72 hours before their entry in Greece</strong>. Children aged 5 and under are exempted. The certificate should be written in English and must include the name and passport number or national identification number of the traveller.</li></ul><p>Upon their arrival, passengers will also be subject to random testing (rapid tests) as per the procedure described in the <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a>. Those entering from Promachonas will also have to take a rapid test for Covid-19 at the entrance checkpoint.</p><p>In all other cases, travellers will be required to quarantine for at least <strong>7 days</strong>. In case their test result is positive, they will be quarantined <strong>for 14 days</strong>.</p><p>Upon their arrival, passengers will also be subject to random testing (rapid tests) as per the procedure described in the <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a>. Those entering from Promachonas will also have to take a rapid test for Covid-19 at the entrance checkpoint.</p><p>&nbsp;</p><p><strong>Mandatory Travel Documentation</strong></p><p>Before entering the country, all travellers must complete a <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a></p><p>&nbsp;</p><p><strong>Find out more:<br /></strong><a href=\"https://greecehealthfirst.gr/\" target=\"_blank\" rel=\"noopener\">Destination Greece. Health first!</a><strong><br /></strong><a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Travel.gov.gr</a><br /><a href=\"https://covid19.gov.gr/rythmiseis-gia-tin-omali-kinisi-ton-epivaton-aktoploias-kata-tis-ores-apagorefsis-kykloforias21-00-05-00/\" target=\"_blank\" rel=\"noopener\">Arrangements for the smooth movement of coastal passengers during curfew hours</a></p><p>&nbsp;</p><br/><a href=\"https://europa.eu/youreurope/citizens/travel/entry-exit/index_en.htm\">Documents you need to travel in Europe</a><br><a href=\"https://europa.eu/youreurope/citizens/health/unplanned-healthcare/temporary-stays/index_en.htm\">Health cover for temporary stays</a>\n", "Transit": "<p>As a general rule, passengers in transit in the EU+ area are exempted from temporary travel restriction.</p><p>EU citizens entering the EU from a third country, as well as their family members, irrespective of their nationality, are exempted from the travel restrictions regardless of whether or not they are returning to their country of nationality or residence.</p><p>Passengers travelling from a non-EU country to another non-EU country may transit through the international transit area of airports located in the Schengen area. Rules regarding airport transit visa requirements continue to apply.</p>\n", "From Third Countries": "<p>Third-country citizens are <strong>not allowed</strong> to enter Greece.</p><p><strong>Exceptions</strong> apply to residents of the following countries:</p><ul><li>United Kingdom</li><li>USA</li><li>Australia</li><li>New Zealand</li><li>South Korea</li><li>Thailand</li><li>Rwanda</li><li>Singapore</li><li>United Arab Emirates</li><li>Russia</li><li>Serbia</li><li>Israel</li></ul><p>Travellers arriving from the countries listed above are exempted from the mandatory 7-day quarantine in the following cases:</p><ul><li>they hold a <strong>certificate of vaccination against Covid-19</strong>, issued by a national authority in the English language, and a <strong>14 day</strong> period has elapsed since these passengers were fully vaccinated;</li><li>they show a <strong>negative result</strong> to a <strong>molecular PCR test for Covid-19</strong>, taken <strong>within 72 hours before their entry in Greece</strong>. Children aged 5 and under are exempted. The certificate should be written in English and must include the name and passport number or national identification number of the traveller.</li></ul><p>Upon their arrival, passengers will also be subject to random testing (rapid tests) as per the procedure described in the <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a>. Those entering from Promachonas will also have to take a rapid test for Covid-19 at the entrance checkpoint.</p><p>In all other cases, travellers will be required to quarantine for at least <strong>7 days</strong>. In case their test result is positive, they will be quarantined&nbsp;<strong>for 14 days</strong>.</p><p>&nbsp;</p><p><strong>Mandatory Travel Documentation</strong></p><p>Before entering the country, all travellers must complete a <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a></p><p>&nbsp;</p><p><strong>Find out more:<br /></strong><a href=\"https://greecehealthfirst.gr/\" target=\"_blank\" rel=\"noopener\">Destination Greece. Health first!</a><strong><br /></strong><a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Travel.gov.gr</a><br /><a href=\"https://covid19.gov.gr/rythmiseis-gia-tin-omali-kinisi-ton-epivaton-aktoploias-kata-tis-ores-apagorefsis-kykloforias21-00-05-00/\" target=\"_blank\" rel=\"noopener\">Arrangements for the smooth movement of coastal passengers during curfew hours</a></p><p>&nbsp;</p>\n", "Internal Restrictions": "<br> \n*Wearing a mask: At present, it is mandatory to wear a mask in all public places (both indoors and outdoors), in all areas of Greece. <br> \n*COVID-19 restrictions: All restrictions remain under regular review. In Regional Units (\u03c0\u03b5\u03c1\u03b9\u03c6\u03b5\u03c1\u03b5\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2) where the spread of Covid-19 is particularly high and hospital capacity is limited, restrictions may be tighter or re-imposed with limited notice. Only the most relevant measures to travellers are included below. You should keep up-to-date by checking this page regularly, and following local announcements. As restrictions may vary, you should <a href=\"\">here</a> check the latest local guidance (in Greek). <br>\n\u2022 you must use a facemask in all indoor and outdoor public and communal spaces, including work-places and on public transport; <br>\n\u2022 a curfew is in place from 12:30am to 5am; <br>\n\u2022 restricted numbers are in place for churches and religious services; <br>\n\u2022 Maximum 3 persons permitted to travel in a taxi or a private vehicle (unless all members of the same family). <br>\n\u2022 Cross-regional travel is allowed for mainland Greece and the islands of Lefkada, Evia and Salamina (use of self-tests ahead of travel is strongly recommended but is not mandatory). <br>\nCross-regional travel to the rest of the islands is permitted but only with either: <br>\n\u2022 proof of vaccination and 14 days since second dose, or <br>\n\u2022 a negative result from a PCR test carried out up to 72 hours prior to travel; or <br>\n\u2022 a negative result from a rapid test or self-test conducted up to 24 hours before travel; or <br>\n\u2022 documentary proof of having recovered from Covid-19 (at least 2 months since infection, and no more than 9 months) <br>\n*Travel in Greece: Travel within Greece between Regional Units is currently restricted, in line with measures outlined above. The below advice applies to any travel which is permitted within the restrictions currently in place. You must wear a mask at all times on all public transport. If you are travelling via ferry, you will need to complete a health questionnaire and hand it to the ferry operator before boarding. The necessary forms will be provided by the operator: you should contact them directly if you need further information. Temperature checks may also be carried out before boarding. If you are travelling by internal (domestic) flights, specific measures relating to check-in, baggage allowances and other details are in place to reduce the spread of coronavirus. You should check with your operator directly for further detail. <br>\n*Accommodation: All hotels are permitted to open, and other types of accommodation, including e.g. Airbnb, private rentals and hostels, are also available. However, you should note that many operators are likely to reduce their offer and close some accommodation during the winter months, particularly in light of measures put in place by the Greek authorities to fight the spread of COVID-19. You should check directly with your accommodation provider in case of related concerns.\n\n"}}}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"destination_name": {"type": "string", "description": "", "default": "Greece"}, "destination_iso": {"type": "string", "description": "", "default": "GR"}, "travel_status": {"type": "object", "properties": {"published_on": {"type": "string", "description": "", "default": "2021-05-14T00:00:00.000000Z"}, "departure_iso": {"type": "string", "description": "", "default": "GB"}, "passport_iso": {"type": "string", "description": "", "default": "GB"}, "is_vaccinated": {}, "summary_text": {"type": "string", "description": "", "default": "Proof of Health certificate/Negative Covid Test"}, "result_number": {}, "result_text": {"type": "string", "description": "", "default": "CAN"}, "is_mask_required": {"type": "boolean", "description": "", "default": true}, "is_mask_required_text": {"type": "string", "description": "", "default": "required"}, "quarantine": {"type": "object", "properties": {"is_required_number": {"type": "integer", "description": "", "default": 1}, "is_required_text": {"type": "string", "description": "", "default": "NO"}}}, "covid_test_before_departure": {"type": "object", "properties": {"is_required_number": {}, "is_required_text": {"type": "string", "description": "", "default": "YES"}, "summary_text": {"type": "string", "description": "", "default": "before departure"}, "accepted_types": {"type": "array", "items": {"type": "string", "description": "", "default": "pcr"}}, "accepted_languages": {"type": "array", "items": {"type": "string", "description": "", "default": "English"}}, "before_timing": {"type": "string", "description": "", "default": "72 hours"}, "info_html": {"type": "string", "description": "", "default": "COVID-19 negative certification required for entering the country.<br> \n\nAll travellers are subject to the requirement for a pre-departure negative PCR test taken within 72 hours prior to arrival. Children aged 5 and under are exempted.<br>\n\n\n"}}}, "covid_test_in_the_country": {}, "sources": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "description": "", "default": "https://www.gov.uk/foreign-travel-advice/greece"}, "text": {"type": "string", "description": "", "default": "Foreign travel advice, Gov.UK"}}}}, "full_info_text_html": {"type": "object", "properties": {"Latest News": {"type": "string", "description": "", "default": "COVID-19 restrictions on domestic flights extended until 14 May (National Herals, 09.05.2021). Government imposes lockdown on Kalymnos Island (Reuters, 04.05.2021). Civil Aviation Authority extends COVID-19 travel restrictions on international flights until 14 May (GTP, 30.04.2021). \n"}, "International Restrictions": {"type": "string", "description": "", "default": "<br>\n*From within the EU: <p class=\"border\">Greece adopts its own national classification of risk areas, hence travel restrictions for Greece are not based on the common \"EU Traffic Lights\" map.</p><p>Land border arrivals are allowed through the <strong>Promachonas </strong>and <strong>Nymphaio </strong>border checkpoints.</p><p>Arrivals by sea are prohibited. As of 23 April, blue cruising and yachting are allowed with some restrictions.</p><p>Travellers arriving from EU Member States and Schengen Associated Countries are exempted from the mandatory 7-day quarantine in the following cases:</p><ul><li><img src=\"/static/vaccination-benefits.png\" alt=\"vaccination-benefits\" /> they hold a <strong>certificate of vaccination against Covid-19</strong>, issued by a national authority in the English language, and a <strong>14 day</strong> period has elapsed since these passengers were fully vaccinated;</li><li>they show a <strong>negative result</strong> to a <strong>molecular PCR test for Covid-19</strong>, taken <strong>within 72 hours before their entry in Greece</strong>. Children aged 5 and under are exempted. The certificate should be written in English and must include the name and passport number or national identification number of the traveller.</li></ul><p>Upon their arrival, passengers will also be subject to random testing (rapid tests) as per the procedure described in the <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a>. Those entering from Promachonas will also have to take a rapid test for Covid-19 at the entrance checkpoint.</p><p>In all other cases, travellers will be required to quarantine for at least <strong>7 days</strong>. In case their test result is positive, they will be quarantined <strong>for 14 days</strong>.</p><p>Upon their arrival, passengers will also be subject to random testing (rapid tests) as per the procedure described in the <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a>. Those entering from Promachonas will also have to take a rapid test for Covid-19 at the entrance checkpoint.</p><p>&nbsp;</p><p><strong>Mandatory Travel Documentation</strong></p><p>Before entering the country, all travellers must complete a <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a></p><p>&nbsp;</p><p><strong>Find out more:<br /></strong><a href=\"https://greecehealthfirst.gr/\" target=\"_blank\" rel=\"noopener\">Destination Greece. Health first!</a><strong><br /></strong><a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Travel.gov.gr</a><br /><a href=\"https://covid19.gov.gr/rythmiseis-gia-tin-omali-kinisi-ton-epivaton-aktoploias-kata-tis-ores-apagorefsis-kykloforias21-00-05-00/\" target=\"_blank\" rel=\"noopener\">Arrangements for the smooth movement of coastal passengers during curfew hours</a></p><p>&nbsp;</p><br/><a href=\"https://europa.eu/youreurope/citizens/travel/entry-exit/index_en.htm\">Documents you need to travel in Europe</a><br><a href=\"https://europa.eu/youreurope/citizens/health/unplanned-healthcare/temporary-stays/index_en.htm\">Health cover for temporary stays</a>\n"}, "Transit": {"type": "string", "description": "", "default": "<p>As a general rule, passengers in transit in the EU+ area are exempted from temporary travel restriction.</p><p>EU citizens entering the EU from a third country, as well as their family members, irrespective of their nationality, are exempted from the travel restrictions regardless of whether or not they are returning to their country of nationality or residence.</p><p>Passengers travelling from a non-EU country to another non-EU country may transit through the international transit area of airports located in the Schengen area. Rules regarding airport transit visa requirements continue to apply.</p>\n"}, "From Third Countries": {"type": "string", "description": "", "default": "<p>Third-country citizens are <strong>not allowed</strong> to enter Greece.</p><p><strong>Exceptions</strong> apply to residents of the following countries:</p><ul><li>United Kingdom</li><li>USA</li><li>Australia</li><li>New Zealand</li><li>South Korea</li><li>Thailand</li><li>Rwanda</li><li>Singapore</li><li>United Arab Emirates</li><li>Russia</li><li>Serbia</li><li>Israel</li></ul><p>Travellers arriving from the countries listed above are exempted from the mandatory 7-day quarantine in the following cases:</p><ul><li>they hold a <strong>certificate of vaccination against Covid-19</strong>, issued by a national authority in the English language, and a <strong>14 day</strong> period has elapsed since these passengers were fully vaccinated;</li><li>they show a <strong>negative result</strong> to a <strong>molecular PCR test for Covid-19</strong>, taken <strong>within 72 hours before their entry in Greece</strong>. Children aged 5 and under are exempted. The certificate should be written in English and must include the name and passport number or national identification number of the traveller.</li></ul><p>Upon their arrival, passengers will also be subject to random testing (rapid tests) as per the procedure described in the <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a>. Those entering from Promachonas will also have to take a rapid test for Covid-19 at the entrance checkpoint.</p><p>In all other cases, travellers will be required to quarantine for at least <strong>7 days</strong>. In case their test result is positive, they will be quarantined&nbsp;<strong>for 14 days</strong>.</p><p>&nbsp;</p><p><strong>Mandatory Travel Documentation</strong></p><p>Before entering the country, all travellers must complete a <a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Passenger Locator Form</a></p><p>&nbsp;</p><p><strong>Find out more:<br /></strong><a href=\"https://greecehealthfirst.gr/\" target=\"_blank\" rel=\"noopener\">Destination Greece. Health first!</a><strong><br /></strong><a href=\"https://travel.gov.gr/#/\" target=\"_blank\" rel=\"noopener\">Travel.gov.gr</a><br /><a href=\"https://covid19.gov.gr/rythmiseis-gia-tin-omali-kinisi-ton-epivaton-aktoploias-kata-tis-ores-apagorefsis-kykloforias21-00-05-00/\" target=\"_blank\" rel=\"noopener\">Arrangements for the smooth movement of coastal passengers during curfew hours</a></p><p>&nbsp;</p>\n"}, "Internal Restrictions": {"type": "string", "description": "", "default": "<br> \n*Wearing a mask: At present, it is mandatory to wear a mask in all public places (both indoors and outdoors), in all areas of Greece. <br> \n*COVID-19 restrictions: All restrictions remain under regular review. In Regional Units (\u03c0\u03b5\u03c1\u03b9\u03c6\u03b5\u03c1\u03b5\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2) where the spread of Covid-19 is particularly high and hospital capacity is limited, restrictions may be tighter or re-imposed with limited notice. Only the most relevant measures to travellers are included below. You should keep up-to-date by checking this page regularly, and following local announcements. As restrictions may vary, you should <a href=\"\">here</a> check the latest local guidance (in Greek). <br>\n\u2022 you must use a facemask in all indoor and outdoor public and communal spaces, including work-places and on public transport; <br>\n\u2022 a curfew is in place from 12:30am to 5am; <br>\n\u2022 restricted numbers are in place for churches and religious services; <br>\n\u2022 Maximum 3 persons permitted to travel in a taxi or a private vehicle (unless all members of the same family). <br>\n\u2022 Cross-regional travel is allowed for mainland Greece and the islands of Lefkada, Evia and Salamina (use of self-tests ahead of travel is strongly recommended but is not mandatory). <br>\nCross-regional travel to the rest of the islands is permitted but only with either: <br>\n\u2022 proof of vaccination and 14 days since second dose, or <br>\n\u2022 a negative result from a PCR test carried out up to 72 hours prior to travel; or <br>\n\u2022 a negative result from a rapid test or self-test conducted up to 24 hours before travel; or <br>\n\u2022 documentary proof of having recovered from Covid-19 (at least 2 months since infection, and no more than 9 months) <br>\n*Travel in Greece: Travel within Greece between Regional Units is currently restricted, in line with measures outlined above. The below advice applies to any travel which is permitted within the restrictions currently in place. You must wear a mask at all times on all public transport. If you are travelling via ferry, you will need to complete a health questionnaire and hand it to the ferry operator before boarding. The necessary forms will be provided by the operator: you should contact them directly if you need further information. Temperature checks may also be carried out before boarding. If you are travelling by internal (domestic) flights, specific measures relating to check-in, baggage allowances and other details are in place to reduce the spread of coronavirus. You should check with your operator directly for further detail. <br>\n*Accommodation: All hotels are permitted to open, and other types of accommodation, including e.g. Airbnb, private rentals and hostels, are also available. However, you should note that many operators are likely to reduce their offer and close some accommodation during the winter months, particularly in light of measures put in place by the Greek authorities to fight the spread of COVID-19. You should check directly with your accommodation provider in case of related concerns.\n\n"}}}}}}}}}
f3c41846-731f-4375-b5b3-35032d76ec92/69e1cb4c-a061-4306-b781-cdbb4a4b904d/1/0
Travel Restrictions - Canitravelnet
Our API provides the easiest and most comprehensive data on Covid-19 driven travel restrictions. Gain access to tailored travel restrictions based on passport, departure, destination and vaccination
null
Get travel restrictions for a single country
Get the latest personalised travel restrictions for a country based on departure, passport and vaccination. The Response is in JSON format.
422
Example_1
{"error": "Country to with iso sp could not be found."}
{"type": "object", "properties": {"error": {"type": "string", "description": "", "default": "Country to with iso sp could not be found."}}}
398bfd04-5291-4c45-b0e4-353b4dd609a7/51f19ab2-bf52-4535-a384-3017d47ae847/0/0
Priceline.com
Real time Priceline API: Car Rentals, Hotels, Flights.
0.4
car rental location
Search car rental location
200
Response
[{"airportName": "Seattle-Tacoma Intl Airport", "aliases": ["SEA TAC", "FEDERAL WAY"], "cityID": "1536300020", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "debitCardFlag": "Y", "displayName": "Seattle-Tacoma Intl Airport (SEA), WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle-Tacoma Intl Airport (SEA), WA", "id": "SEA", "isoCountryCode": "US", "itemName": "Seattle-Tacoma Intl Airport (SEA), WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.44861984249998, "lon": -122.29898071299986, "majorAirportFlag": "Y", "opaqueParticipantFlag": "Y", "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 41.338306, "rccAirportFlag": "Y", "rentalLocationsCount": 15, "score": "2.21948954E9", "stateCode": "WA", "timeZoneId": 40, "type": "AIRPORT"}, {"airportName": "Boeing Field / King County Intl Airport", "aliases": ["FEDERAL WAY"], "cityID": "1536300020", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "debitCardFlag": "N", "displayName": "Boeing Field / King County Intl Airport (BFI), WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Boeing Field / King County Intl Airport (BFI), WA", "id": "BFI", "isoCountryCode": "US", "itemName": "Boeing Field / King County Intl Airport (BFI), WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.53332352918677, "lon": -122.2999613145162, "majorAirportFlag": "N", "opaqueParticipantFlag": "N", "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 11.479714, "rccAirportFlag": "N", "rentalLocationsCount": 1, "score": "1.09416781E9", "stateCode": "WA", "timeZoneId": 40, "type": "AIRPORT"}, {"airportName": "Kenmore Air Harbor Seaplane Base (Lake Union)", "aliases": ["SHORELINE"], "cityID": "1536300020", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "debitCardFlag": "N", "displayName": "Kenmore Air Harbor Seaplane Base (Lake Union) Airport (LKE), WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Kenmore Air Harbor Seaplane Base (Lake Union) Airport (LKE), WA", "id": "LKE", "isoCountryCode": "US", "itemName": "Kenmore Air Harbor Seaplane Base (Lake Union) Airport (LKE), WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.69999695179032, "lon": -122.2999613145162, "majorAirportFlag": "N", "opaqueParticipantFlag": "N", "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 6.4731507, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "1.08731699E9", "stateCode": "WA", "timeZoneId": 40, "type": "AIRPORT"}, {"aliases": ["SEA TAC", "SHORELINE", "FEDERAL WAY"], "cityID": "1536300020", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle, WA", "id": "1536300020", "isoCountryCode": "US", "itemName": "Seattle, WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.6064, "lon": -122.331, "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 16.057928, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19787699E9", "stateCode": "WA", "timeZoneId": 40, "type": "CITY"}, {"cityID": "7001044959", "cityName": "Seattle Hill-silver Firs", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "Seattle Hill-silver Firs, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle Hill-silver Firs, WA", "id": "7001044959", "isoCountryCode": "US", "itemName": "Seattle Hill-silver Firs, WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.878032, "lon": -122.16849843, "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 3.267713, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.15811891E9", "stateCode": "WA", "timeZoneId": 40, "type": "CITY"}, {"cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "Seattle Center Monorail - Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle Center Monorail - Seattle, WA", "id": "31932", "isoCountryCode": "US", "itemName": "Seattle Center Monorail - Seattle, WA", "lang": "en_US", "lat": 47.6062095, "lon": -122.3320708, "poiCategoryName": "Other", "poiCategoryTypeId": 26, "provinceName": "WASHINGTON", "rank": 12.704647, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19090534E9", "stateCode": "WA", "timeZoneId": 0, "type": "POI"}, {"cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "Seattle Pacific University - Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle Pacific University - Seattle, WA", "id": "99709206", "isoCountryCode": "US", "itemName": "Seattle Pacific University - Seattle, WA", "lang": "en_US", "lat": 47.63868, "lon": -122.367664, "poiCategoryName": "Colleges and Universities", "poiCategoryTypeId": 9, "provinceName": "WASHINGTON", "rank": 12.636953, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19076352E9", "stateCode": "WA", "timeZoneId": 0, "type": "POI"}, {"cityID": "3000023271", "cityName": "Kent", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "Seattle International Raceway - Kent, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle International Raceway - Kent, WA", "id": "189087", "isoCountryCode": "US", "itemName": "Seattle International Raceway - Kent, WA", "lang": "en_US", "lat": 47.32093, "lon": -122.1454, "poiCategoryName": "Stadiums, Arenas, and Racetracks", "poiCategoryTypeId": 19, "provinceName": "WASHINGTON", "rank": 12.555779, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19059354E9", "stateCode": "WA", "timeZoneId": 0, "type": "POI"}, {"cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "Seattle Center - Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle Center - Seattle, WA", "id": "83758106", "isoCountryCode": "US", "itemName": "Seattle Center - Seattle, WA", "lang": "en_US", "lat": 47.622023, "lon": -122.348434, "poiCategoryName": "Monuments and Landmarks", "poiCategoryTypeId": 13, "provinceName": "WASHINGTON", "rank": 12.495265, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19046656E9", "stateCode": "WA", "timeZoneId": 0, "type": "POI"}, {"cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "Seattle Aquarium - Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "Seattle Aquarium - Seattle, WA", "id": "11143", "isoCountryCode": "US", "itemName": "Seattle Aquarium - Seattle, WA", "lang": "en_US", "lat": 47.60748714, "lon": -122.34214841, "poiCategoryName": "Botanical Gardens and Zoos", "poiCategoryTypeId": 6, "provinceName": "WASHINGTON", "rank": 12.018099, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.1894656E9", "stateCode": "WA", "timeZoneId": 0, "type": "POI"}, {"cityID": "null", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "SEATTLE MARRIOTT WATERFRONT - Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "SEATTLE MARRIOTT WATERFRONT - Seattle, WA", "id": "1523604", "isoCountryCode": "US", "itemName": "SEATTLE MARRIOTT WATERFRONT - Seattle, WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.610004, "lon": -122.346297, "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 13.9924, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19360614E9", "stateCode": "WA", "timeZoneId": 0, "type": "HOTEL"}, {"cityID": "null", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "SEATTLE AIRPORT MARRIOTT - Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "SEATTLE AIRPORT MARRIOTT - Seattle, WA", "id": "49306", "isoCountryCode": "US", "itemName": "SEATTLE AIRPORT MARRIOTT - Seattle, WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.4453, "lon": -122.291882, "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 13.854962, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19331789E9", "stateCode": "WA", "timeZoneId": 0, "type": "HOTEL"}, {"cityID": "null", "cityName": "Bellevue", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "SEATTLE MARRIOTT BELLEVUE - Bellevue, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "SEATTLE MARRIOTT BELLEVUE - Bellevue, WA", "id": "60353905", "isoCountryCode": "US", "itemName": "SEATTLE MARRIOTT BELLEVUE - Bellevue, WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.612745, "lon": -122.193409, "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 12.31264, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.19008333E9", "stateCode": "WA", "timeZoneId": 0, "type": "HOTEL"}, {"cityID": "null", "cityName": "Redmond", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "SEATTLE MARRIOTT REDMOND - Redmond, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "SEATTLE MARRIOTT REDMOND - Redmond, WA", "id": "1655504", "isoCountryCode": "US", "itemName": "SEATTLE MARRIOTT REDMOND - Redmond, WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.670705, "lon": -122.121499, "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 11.810301, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.18902989E9", "stateCode": "WA", "timeZoneId": 0, "type": "HOTEL"}, {"cityID": "null", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "displayName": "SEATTLE INN NORTHGATE - Seattle, WA", "entered": "seattle", "gmtOffset": -7, "highlightedName": "SEATTLE INN NORTHGATE - Seattle, WA", "id": "76050504", "isoCountryCode": "US", "itemName": "SEATTLE INN NORTHGATE - Seattle, WA", "javaTimeZoneName": "America/Los_Angeles", "lang": "en_US", "lat": 47.716948, "lon": -122.345537, "poiCategoryTypeId": 0, "provinceName": "WASHINGTON", "rank": 1, "rccAirportFlag": "N", "rentalLocationsCount": 0, "score": "2.13070758E9", "stateCode": "WA", "timeZoneId": 0, "type": "HOTEL"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"airportName": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "cityID": {"type": "string"}, "cityName": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "debitCardFlag": {"type": "string"}, "displayName": {"type": "string"}, "entered": {"type": "string"}, "gmtOffset": {"type": "integer"}, "highlightedName": {"type": "string"}, "id": {"type": "string"}, "isoCountryCode": {"type": "string"}, "itemName": {"type": "string"}, "javaTimeZoneName": {"type": "string"}, "lang": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "majorAirportFlag": {"type": "string"}, "opaqueParticipantFlag": {"type": "string"}, "poiCategoryTypeId": {"type": "integer"}, "provinceName": {"type": "string"}, "rank": {"type": "number"}, "rccAirportFlag": {"type": "string"}, "rentalLocationsCount": {"type": "integer"}, "score": {"type": "string"}, "stateCode": {"type": "string"}, "timeZoneId": {"type": "integer"}, "type": {"type": "string"}, "poiCategoryName": {"type": "string"}}, "required": ["cityID", "cityName", "country", "countryCode", "countryName", "displayName", "entered", "gmtOffset", "highlightedName", "id", "isoCountryCode", "itemName", "lang", "lat", "lon", "poiCategoryTypeId", "provinceName", "rank", "rccAirportFlag", "rentalLocationsCount", "score", "stateCode", "timeZoneId", "type"]}}
398bfd04-5291-4c45-b0e4-353b4dd609a7/627bd374-8984-4c54-9ffc-c02dc5704b87/0/0
Priceline.com
Real time Priceline API: Car Rentals, Hotels, Flights.
0.4
hotel city search
Search city id by keyword
200
Response
[{"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "3000023414", "itemName": "Seattle, WA", "lat": 47.6064, "lon": -122.331, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 62.744007, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2230712320, "seType": null, "stateCode": "WA", "type": "CITY", "zip": null}, {"address": null, "cityID": "3000092512", "cityName": "Seattle Hill-Silver Firs", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "3000092512", "itemName": "Seattle Hill-Silver Firs, WA", "lat": 47.878032, "lon": -122.16849843, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 36.9, "rank": 19.189846, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2201161220, "seType": null, "stateCode": "WA", "type": "CITY", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "SEA", "itemName": "Seattle-Tacoma Intl Airport (SEA) , WA", "lat": 47.44927062064107, "lon": -122.31113399152125, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 41.146538, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2219387900, "seType": null, "stateCode": "WA", "type": "AIRPORT", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "BFI", "itemName": "Boeing Field / King County Intl Airport (BFI) , WA", "lat": 47.53332352918677, "lon": -122.2999613145162, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 17.235857, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2199111170, "seType": null, "stateCode": "WA", "type": "AIRPORT", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "LKE", "itemName": "Kenmore Air Harbor Seaplane Base (Lake Union) (LKE) , WA", "lat": 47.699996951790325, "lon": -122.2999613145162, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.523493, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2194718720, "seType": null, "stateCode": "WA", "type": "AIRPORT", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "83700606", "itemName": "Pike Place Market - Seattle, WA", "lat": 47.609336, "lon": -122.341097, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 25.573462, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2207854080, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "260877", "itemName": "CenturyLink Field - Seattle, WA", "lat": 47.5951456, "lon": -122.331601, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 18.981125, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2200941570, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "78573405", "itemName": "Space Needle - Seattle, WA", "lat": 47.6197999999999, "lon": -122.348799, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 17.025202, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2198890500, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "189339", "itemName": "Waterfront Park - Seattle, WA", "lat": 47.60676, "lon": -122.34152, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 16.110304, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2197931010, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "78574105", "itemName": "University of Washington - Seattle, WA", "lat": 47.65621999, "lon": -122.31329599, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 15.77896, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2197351940, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "83756706", "itemName": "Washington State Convention Center - Seattle, WA", "lat": 47.610824, "lon": -122.331936, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 15.347299, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2196446720, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "83757806", "itemName": "Safeco Field - Seattle, WA", "lat": 47.59141, "lon": -122.331869, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.974892, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2195665410, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "98936706", "itemName": "Northgate - Seattle, WA", "lat": 47.714, "lon": -122.31931, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.838453, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2195379710, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "14968", "itemName": "Southcenter Mall - Seattle, WA", "lat": 47.458611, "lon": -122.258333, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 13.88115, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2193371650, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": null, "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "31944", "itemName": "Paramount Theatre - Seattle, WA", "lat": 47.6135664, "lon": -122.3319103, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 13.834633, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2193274370, "seType": null, "stateCode": "WA", "type": "POI", "zip": null}, {"address": "110 6TH AVENUE NORTH", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "9828703", "itemName": "Hyatt Place Seattle/Downtown - Seattle, WA", "lat": 47.61866, "lon": -122.345019, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 19.915955, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2201921540, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98109"}, {"address": "200 6TH AVE NORTH", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "50799", "itemName": "Travelodge BY Wyndham Seattle BY The Space Needle - Seattle, WA", "lat": 47.6198, "lon": -122.344999, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 16.187038, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2198011390, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98109"}, {"address": "700 THIRD AVENUE", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "8724905", "itemName": "Doubletree Arctic Club Hotel Seattle Downtown - Seattle, WA", "lat": 47.603503, "lon": -122.332101, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 15.939635, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2197688830, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98104"}, {"address": "200 TAYLOR AVENUE N", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "58846", "itemName": "Executive Inn BY The Space Needle - Seattle, WA", "lat": 47.620221, "lon": -122.346299, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.953319, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2195620350, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98109"}, {"address": "411 UNIVERSITY STREET", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "46610", "itemName": "The Fairmont Olympic Hotel Seattle - Seattle, WA", "lat": 47.608352, "lon": -122.334694, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.899096, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2195506690, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98101"}, {"address": "1113 SIXTH AVENUE", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "47141", "itemName": "Crowne Plaza Seattle - Seattle, WA", "lat": 47.607894, "lon": -122.331391, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.764898, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2195225090, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98101"}, {"address": "5036 25TH AVENUE NE", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "51068", "itemName": "Silver Cloud Hotel - Seattle University Of Washington District - Seattle, WA", "lat": 47.665404, "lon": -122.300655, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.683169, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2195054080, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98105"}, {"address": "1100 FIFTH AVENUE", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "48469", "itemName": "Kimpton Hotel Vintage Seattle - Seattle, WA", "lat": 47.607302, "lon": -122.332501, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.661931, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2195009540, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98101"}, {"address": "16838 INTERNATIONAL BOULEVARD", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "49941", "itemName": "Red Roof Inn Seattle Airport - Seatac - Seattle, WA", "lat": 47.452057, "lon": -122.29554, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.656754, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2194998270, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98188"}, {"address": "1150 FAIRVIEW AVENUE NORTH", "cityID": "3000023414", "cityName": "Seattle", "country": "US", "countryCode": "US", "countryName": "United States", "entered": "seattle", "fromSavedSearch": false, "gmtOffset": -7, "highlightedName": null, "id": "1005503", "itemName": "Silver Cloud Inn - Seattle Lake Union - Seattle, WA", "lat": 47.629221, "lon": -122.330235, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": "Washington", "proximity": 0, "radius": 28, "rank": 14.226503, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 2194096130, "seType": null, "stateCode": "WA", "type": "HOTEL", "zip": "98109"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"address": {"type": ["null", "string"]}, "cityID": {"type": "string"}, "cityName": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "entered": {"type": "string"}, "fromSavedSearch": {"type": "boolean"}, "gmtOffset": {"type": "integer"}, "highlightedName": {"type": "null"}, "id": {"type": "string"}, "itemName": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "poiCategoryName": {"type": "null"}, "poiCategoryTypeId": {"type": "integer"}, "poiID": {"type": "null"}, "provinceName": {"type": "string"}, "proximity": {"type": "integer"}, "radius": {"type": "number"}, "rank": {"type": "number"}, "savedTravelEndDate": {"type": "null"}, "savedTravelStartDate": {"type": "null"}, "score": {"type": "integer"}, "seType": {"type": "null"}, "stateCode": {"type": "string"}, "type": {"type": "string"}, "zip": {"type": ["null", "string"]}}, "required": ["address", "cityID", "cityName", "country", "countryCode", "countryName", "entered", "fromSavedSearch", "gmtOffset", "highlightedName", "id", "itemName", "lat", "lon", "poiCategoryName", "poiCategoryTypeId", "poiID", "provinceName", "proximity", "radius", "rank", "savedTravelEndDate", "savedTravelStartDate", "score", "seType", "stateCode", "type", "zip"]}}
398bfd04-5291-4c45-b0e4-353b4dd609a7/6b364863-7387-4eca-adf1-62a7277efb4e/0/0
Priceline.com
Real time Priceline API: Car Rentals, Hotels, Flights.
0.4
hotel city nearby
Search city id by geolocation
200
Response
{"exactMatch": {"displayText": "San Francisco, CA", "matchedCity": {"addressUsedToSearchCity": {"addressLine": null, "countryRegion": null, "latitude": 37.788719679657554, "longitude": -122.40057774847898, "postalCode": null, "primaryCity": null, "subdivision": null, "versionUID": 20080606}, "areaID": 387, "cityID": 3000002244, "cityName": "San Francisco", "countryCode": "US", "countryName": "United States", "distance": 0, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 5, "isoCountryCode": "US", "latitude": 37.775, "longitude": -122.418, "matchName": "San Francisco", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 19.8, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 54, "superClusterIdV2": 900000387, "versionUID": 20041020}, "nsuperClusterID": 54, "opaqueHotelCounts": [-1, -1], "semiOpaqueHotelCounts": [-1, -1], "sopqCityList": null, "sopqRegion": null, "superClusterCenterLatitude": 37.656536, "superClusterCenterLongitude": -122.41342, "surroundingCities": [{"addressUsedToSearchCity": null, "areaID": 3167, "cityID": 3000002284, "cityName": "Sausalito", "countryCode": "US", "countryName": "United States", "distance": 11.6, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 727, "isoCountryCode": "US", "latitude": 37.8592, "longitude": -122.484, "matchName": "Sausalito", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 19.4, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 0, "superClusterIdV2": 900003167, "versionUID": 20041020}, {"addressUsedToSearchCity": null, "areaID": 3450, "cityID": 3000001702, "cityName": "Emeryville", "countryCode": "US", "countryName": "United States", "distance": 12.7, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 548, "isoCountryCode": "US", "latitude": 37.8314, "longitude": -122.284, "matchName": "Emeryville", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 35.1, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 4567, "superClusterIdV2": 900003450, "versionUID": 20041020}, {"addressUsedToSearchCity": null, "areaID": 3167, "cityID": 3000001623, "cityName": "Corte Madera", "countryCode": "US", "countryName": "United States", "distance": 15.5, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 3106, "isoCountryCode": "US", "latitude": 37.9256, "longitude": -122.526, "matchName": "Corte Madera", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 14.5, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 0, "superClusterIdV2": 900003167, "versionUID": 20041020}, {"addressUsedToSearchCity": null, "areaID": 3167, "cityID": 3000001483, "cityName": "Belvedere Tiburon", "countryCode": "US", "countryName": "United States", "distance": 16.2, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 9999999, "isoCountryCode": "US", "latitude": 37.88659, "longitude": -122.46296, "matchName": "Belvedere Tiburon", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 17.9, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 0, "superClusterIdV2": 900003167, "versionUID": 20041020}, {"addressUsedToSearchCity": null, "areaID": 3450, "cityID": 3000001425, "cityName": "Albany", "countryCode": "US", "countryName": "United States", "distance": 16.3, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 9999999, "isoCountryCode": "US", "latitude": 37.8869, "longitude": -122.297, "matchName": "Albany", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 37.1, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 4567, "superClusterIdV2": 900003450, "versionUID": 20041020}, {"addressUsedToSearchCity": null, "areaID": 3450, "cityID": 3000001487, "cityName": "Berkeley", "countryCode": "US", "countryName": "United States", "distance": 16.5, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 270, "isoCountryCode": "US", "latitude": 37.8717, "longitude": -122.272, "matchName": "Berkeley", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 35.5, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 4567, "superClusterIdV2": 900003450, "versionUID": 20041020}, {"addressUsedToSearchCity": null, "areaID": 3450, "cityID": 3000001423, "cityName": "Alameda", "countryCode": "US", "countryName": "United States", "distance": 16.8, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 1384, "isoCountryCode": "US", "latitude": 37.7653, "longitude": -122.241, "matchName": "Alameda", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 31.6, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 4567, "superClusterIdV2": 900003450, "versionUID": 20041020}, {"addressUsedToSearchCity": null, "areaID": 3167, "cityID": 3000001906, "cityName": "Larkspur", "countryCode": "US", "countryName": "United States", "distance": 17, "gmtTimeZoneOffset": -480, "gmtTimeZoneOffsetDST": -420, "hotelCount": 0, "hotelMarketRank": 3326, "isoCountryCode": "US", "latitude": 37.9342, "longitude": -122.534, "matchName": "Larkspur", "matchType": 1, "maxStarRating": 0, "minStarRating": 0, "poiUsedToSearchCity": null, "radius": 13.9, "samedayCount": 0, "starCount": null, "stateCode": "CA", "stateName": "California", "superClusterID": 0, "superClusterIdV2": 900003167, "versionUID": 20041020}], "surroundingSuperClusters": null}, "geoHotelIds": null, "hotelGeoInfo": null, "hotelIds": null, "polygonCenterLat": 0, "polygonCenterLon": 0, "possibleAddressMatches": null, "possibleMatches": null, "resultCode": null, "searchedLatLonGeoInfo": {"address": null, "cityID": "3000002244", "cityName": "San Francisco", "country": null, "countryCode": "US", "countryName": "United States", "entered": null, "fromSavedSearch": false, "gmtOffset": null, "highlightedName": null, "id": null, "itemName": null, "lat": 0, "lon": 0, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": null, "proximity": 0, "radius": 0, "rank": null, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 0, "seType": null, "stateCode": "CA", "type": null, "zip": null}, "searchedLocation": {"address": null, "cityID": null, "cityName": null, "country": null, "countryCode": null, "countryName": null, "entered": null, "fromSavedSearch": false, "gmtOffset": null, "highlightedName": null, "id": null, "itemName": null, "lat": 37.788719679657554, "lon": -122.40057774847898, "poiCategoryName": null, "poiCategoryTypeId": 0, "poiID": null, "provinceName": null, "proximity": 0, "radius": 0, "rank": null, "savedTravelEndDate": null, "savedTravelStartDate": null, "score": 0, "seType": null, "stateCode": null, "type": "LATLON", "zip": null}, "version": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"exactMatch": {"type": "object", "properties": {"displayText": {"type": "string"}, "matchedCity": {"type": "object", "properties": {"addressUsedToSearchCity": {"type": "object", "properties": {"addressLine": {"type": "null"}, "countryRegion": {"type": "null"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "null"}, "primaryCity": {"type": "null"}, "subdivision": {"type": "null"}, "versionUID": {"type": "integer"}}, "required": ["addressLine", "countryRegion", "latitude", "longitude", "postalCode", "primaryCity", "subdivision", "versionUID"]}, "areaID": {"type": "integer"}, "cityID": {"type": "integer"}, "cityName": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "distance": {"type": "integer"}, "gmtTimeZoneOffset": {"type": "integer"}, "gmtTimeZoneOffsetDST": {"type": "integer"}, "hotelCount": {"type": "integer"}, "hotelMarketRank": {"type": "integer"}, "isoCountryCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "matchName": {"type": "string"}, "matchType": {"type": "integer"}, "maxStarRating": {"type": "integer"}, "minStarRating": {"type": "integer"}, "poiUsedToSearchCity": {"type": "null"}, "radius": {"type": "number"}, "samedayCount": {"type": "integer"}, "starCount": {"type": "null"}, "stateCode": {"type": "string"}, "stateName": {"type": "string"}, "superClusterID": {"type": "integer"}, "superClusterIdV2": {"type": "integer"}, "versionUID": {"type": "integer"}}, "required": ["addressUsedToSearchCity", "areaID", "cityID", "cityName", "countryCode", "countryName", "distance", "gmtTimeZoneOffset", "gmtTimeZoneOffsetDST", "hotelCount", "hotelMarketRank", "isoCountryCode", "latitude", "longitude", "matchName", "matchType", "maxStarRating", "minStarRating", "poiUsedToSearchCity", "radius", "samedayCount", "starCount", "stateCode", "stateName", "superClusterID", "superClusterIdV2", "versionUID"]}, "nsuperClusterID": {"type": "integer"}, "opaqueHotelCounts": {"type": "array", "items": {"type": "integer"}}, "semiOpaqueHotelCounts": {"type": "array", "items": {"type": "integer"}}, "sopqCityList": {"type": "null"}, "sopqRegion": {"type": "null"}, "superClusterCenterLatitude": {"type": "number"}, "superClusterCenterLongitude": {"type": "number"}, "surroundingCities": {"type": "array", "items": {"type": "object", "properties": {"addressUsedToSearchCity": {"type": "null"}, "areaID": {"type": "integer"}, "cityID": {"type": "integer"}, "cityName": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "distance": {"type": "number"}, "gmtTimeZoneOffset": {"type": "integer"}, "gmtTimeZoneOffsetDST": {"type": "integer"}, "hotelCount": {"type": "integer"}, "hotelMarketRank": {"type": "integer"}, "isoCountryCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "matchName": {"type": "string"}, "matchType": {"type": "integer"}, "maxStarRating": {"type": "integer"}, "minStarRating": {"type": "integer"}, "poiUsedToSearchCity": {"type": "null"}, "radius": {"type": "number"}, "samedayCount": {"type": "integer"}, "starCount": {"type": "null"}, "stateCode": {"type": "string"}, "stateName": {"type": "string"}, "superClusterID": {"type": "integer"}, "superClusterIdV2": {"type": "integer"}, "versionUID": {"type": "integer"}}, "required": ["addressUsedToSearchCity", "areaID", "cityID", "cityName", "countryCode", "countryName", "distance", "gmtTimeZoneOffset", "gmtTimeZoneOffsetDST", "hotelCount", "hotelMarketRank", "isoCountryCode", "latitude", "longitude", "matchName", "matchType", "maxStarRating", "minStarRating", "poiUsedToSearchCity", "radius", "samedayCount", "starCount", "stateCode", "stateName", "superClusterID", "superClusterIdV2", "versionUID"]}}, "surroundingSuperClusters": {"type": "null"}}, "required": ["displayText", "matchedCity", "nsuperClusterID", "opaqueHotelCounts", "semiOpaqueHotelCounts", "sopqCityList", "sopqRegion", "superClusterCenterLatitude", "superClusterCenterLongitude", "surroundingCities", "surroundingSuperClusters"]}, "geoHotelIds": {"type": "null"}, "hotelGeoInfo": {"type": "null"}, "hotelIds": {"type": "null"}, "polygonCenterLat": {"type": "integer"}, "polygonCenterLon": {"type": "integer"}, "possibleAddressMatches": {"type": "null"}, "possibleMatches": {"type": "null"}, "resultCode": {"type": "null"}, "searchedLatLonGeoInfo": {"type": "object", "properties": {"address": {"type": "null"}, "cityID": {"type": "string"}, "cityName": {"type": "string"}, "country": {"type": "null"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "entered": {"type": "null"}, "fromSavedSearch": {"type": "boolean"}, "gmtOffset": {"type": "null"}, "highlightedName": {"type": "null"}, "id": {"type": "null"}, "itemName": {"type": "null"}, "lat": {"type": "integer"}, "lon": {"type": "integer"}, "poiCategoryName": {"type": "null"}, "poiCategoryTypeId": {"type": "integer"}, "poiID": {"type": "null"}, "provinceName": {"type": "null"}, "proximity": {"type": "integer"}, "radius": {"type": "integer"}, "rank": {"type": "null"}, "savedTravelEndDate": {"type": "null"}, "savedTravelStartDate": {"type": "null"}, "score": {"type": "integer"}, "seType": {"type": "null"}, "stateCode": {"type": "string"}, "type": {"type": "null"}, "zip": {"type": "null"}}, "required": ["address", "cityID", "cityName", "country", "countryCode", "countryName", "entered", "fromSavedSearch", "gmtOffset", "highlightedName", "id", "itemName", "lat", "lon", "poiCategoryName", "poiCategoryTypeId", "poiID", "provinceName", "proximity", "radius", "rank", "savedTravelEndDate", "savedTravelStartDate", "score", "seType", "stateCode", "type", "zip"]}, "searchedLocation": {"type": "object", "properties": {"address": {"type": "null"}, "cityID": {"type": "null"}, "cityName": {"type": "null"}, "country": {"type": "null"}, "countryCode": {"type": "null"}, "countryName": {"type": "null"}, "entered": {"type": "null"}, "fromSavedSearch": {"type": "boolean"}, "gmtOffset": {"type": "null"}, "highlightedName": {"type": "null"}, "id": {"type": "null"}, "itemName": {"type": "null"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "poiCategoryName": {"type": "null"}, "poiCategoryTypeId": {"type": "integer"}, "poiID": {"type": "null"}, "provinceName": {"type": "null"}, "proximity": {"type": "integer"}, "radius": {"type": "integer"}, "rank": {"type": "null"}, "savedTravelEndDate": {"type": "null"}, "savedTravelStartDate": {"type": "null"}, "score": {"type": "integer"}, "seType": {"type": "null"}, "stateCode": {"type": "null"}, "type": {"type": "string"}, "zip": {"type": "null"}}, "required": ["address", "cityID", "cityName", "country", "countryCode", "countryName", "entered", "fromSavedSearch", "gmtOffset", "highlightedName", "id", "itemName", "lat", "lon", "poiCategoryName", "poiCategoryTypeId", "poiID", "provinceName", "proximity", "radius", "rank", "savedTravelEndDate", "savedTravelStartDate", "score", "seType", "stateCode", "type", "zip"]}, "version": {"type": "integer"}}, "required": ["exactMatch", "geoHotelIds", "hotelGeoInfo", "hotelIds", "polygonCenterLat", "polygonCenterLon", "possibleAddressMatches", "possibleMatches", "resultCode", "searchedLatLonGeoInfo", "searchedLocation", "version"]}
398bfd04-5291-4c45-b0e4-353b4dd609a7/76f10fab-43b8-4688-81c2-d79a2889e0f6/0/0
Priceline.com
Real time Priceline API: Car Rentals, Hotels, Flights.
0.4
hotel list
List hotels by city ID
200
Response
{"cityInfo": {"areaId": 387, "cityId": 3000002244, "cityName": "San Francisco", "countryCode": "US", "countryName": "United States", "lat": 37.655757904052734, "lon": -122.41319274902344, "stateCode": "CA", "stateName": "California"}, "duration": 1387, "errorCode": 0, "hotels": [{"allInclusiveRateProperty": false, "brand": "Hilton", "displayRank": 10000, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "RESTRNT", "FITSPA", "PETALLOW", "HANDFAC", "NSMKFAC"]}, "hotelId": "42963", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "55 Cyril Magnin Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94102"}, "cityId": 3000002244, "latitude": 37.784926, "longitude": -122.408596, "neighborhoodId": "910051191", "neighborhoodName": "Union Square West", "timeZone": "America/Los_Angeles", "zoneId": "51191"}, "merchandising": {}, "name": "Parc 55 San Francisco - A Hilton Hotel", "overallGuestRating": 8, "proximity": 8.928175189590661, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3504, "minCurrencyCode": "USD", "minPrice": "153.00", "minRatePromos": [{"dealType": "DEAL_OF_DAY", "discountPercentage": 0, "isVariableMarkupPromo": false, "showDiscount": false, "title": "Best deal for you", "type": "DISCOUNT"}], "payWhenYouStayAvailable": true, "pclnId": "F1239AFDAF2610DFB89298F9C8B4A6BCC393FD7CC145AF579A00D712F14ADEF2F514646DAD5EE941B601FC82DF594B15D3BBCB60C35E1F0C7D505EB82B644B0A61683CA08EC8F771772F763C050AD79E852C1191FF93A4281C5B15BACACBEC548A2B1115044DB61A408E232E179DAC6F", "rateIdentifier": "F514646DAD5EE941B601FC82DF594B15D3BBCB60C35E1F0C7D505EB82B644B0A4E4CBC058444BDEA772F763C050AD79E852C1191FF93A428A64EB1400C8D913F146863FB668E561269442A97F76ED14BD96F5C23497F0251", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "36", "savingsClaimStrikePrice": "238.00"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/42/42963/thumbnail-150-square.jpg", "totalReviewCount": 1580}, {"allInclusiveRateProperty": false, "brand": "Intercontinental", "displayRank": 9999, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "SPOOL", "AIRSHUTTL", "RESTRNT", "FITSPA", "PETALLOW", "HANDFAC", "NSMKFAC"]}, "hotelId": "8794805", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "888 Howard Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94103"}, "cityId": 3000002244, "latitude": 37.7817, "longitude": -122.404655, "neighborhoodId": "910051188", "neighborhoodName": "South of Market - Moscone Center", "timeZone": "America/Los_Angeles", "zoneId": "51188"}, "merchandising": {}, "name": "Intercontinental San Francisco", "overallGuestRating": 8.6, "proximity": 8.714247404170678, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3077, "minCurrencyCode": "USD", "minPrice": "152.10", "payWhenYouStayAvailable": true, "pclnId": "087E8627C18D2724285FC4A165A50BFC2A716A1C346A59C64CA8AF36933ABF26F6FE4ED3DB360514F8D8DA3F991703D7C40C37521F5D1655CC2E6F7D4F49B1EEE0AB5C153D8F50E6A4C30280950B484723762EA84CE754E6823F5F75195A36FC7B24B6F222D1284DC5C17882ED9739D0", "rateIdentifier": "DA3592271C5E6BCB06289114B5EEDAD66B168E556F406AE26BE718E9F4A131855F0344B0C2E9A4DD06021E36F47BDB1E852C1191FF93A428A64EB1400C8D913F146863FB668E56129425DBCDA30EAF34D96F5C23497F0251", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "39", "savingsClaimStrikePrice": "249.00"}, "recmdScore": 0, "starRating": 4.5, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/8794/8794805/thumbnail-150-square.jpg", "totalReviewCount": 685}, {"allInclusiveRateProperty": false, "brand": "Intercontinental", "displayRank": 9998, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "RESTRNT", "FITSPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "40441", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "999 California Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94108"}, "cityId": 3000002244, "latitude": 37.791, "longitude": -122.410299, "neighborhoodId": "910051190", "neighborhoodName": "Union Square East - Nob Hill", "timeZone": "America/Los_Angeles", "zoneId": "51190"}, "merchandising": {}, "name": "InterContinental Mark Hopkins San Francisco", "overallGuestRating": 8.6, "proximity": 9.345650286823982, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3101, "minCurrencyCode": "USD", "minPrice": "194.65", "payWhenYouStayAvailable": true, "pclnId": "CFA54E2F29430CD38F5E8638CA9584E5C393FD7CC145AF579A00D712F14ADEF2F1952461022E364EF4DA03888378BD2E91C3DF2CBFD8B3DB8403A4F28EFA18CDBAF2D99B0A003AA816E5811B5E5BA3B2852C1191FF93A4281C5B15BACACBEC541E09FE20C8E9662C408E232E179DAC6F", "rateIdentifier": "F1952461022E364EF4DA03888378BD2E91C3DF2CBFD8B3DB8403A4F28EFA18CD1A0C547F7A72EC9616E5811B5E5BA3B2852C1191FF93A428A64EB1400C8D913FD0AE59F1F4FB2E0B61CCA95D8F001B61D96F5C23497F0251"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/40/40441/thumbnail-150-square.jpg", "totalReviewCount": 696}, {"allInclusiveRateProperty": false, "brand": "Hyatt", "displayRank": 9997, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "KITCHEN", "RESTRNT", "FITSPA", "PETALLOW", "HANDFAC", "NSMKFAC"]}, "hotelId": "40419", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "345 Stockton Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94108"}, "cityId": 3000002244, "latitude": 37.789, "longitude": -122.406901, "neighborhoodId": "910051190", "neighborhoodName": "Union Square East - Nob Hill", "timeZone": "America/Los_Angeles", "zoneId": "51190"}, "merchandising": {}, "name": "Grand Hyatt San Francisco", "overallGuestRating": 8.6, "proximity": 9.21254503147927, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3214, "minCurrencyCode": "USD", "minPrice": "169.00", "payWhenYouStayAvailable": true, "pclnId": "A0F037C070AA7D27D03E53DB8D81D545C393FD7CC145AF579A00D712F14ADEF26B8E6760ECFFEA645A05619AFC775AA9463C700F918728AD90525E6DDA7D764E2B9700738B369E66A8C391932BBFDE1F363FE93C5DDD443C26C398CEF21EA77AF30F847B4F8A80E3", "rateIdentifier": "6B8E6760ECFFEA645A05619AFC775AA9463C700F918728AD90525E6DDA7D764E1F97ABA6AA59A49BA8C391932BBFDE1F363FE93C5DDD443CED039CA7414E84B718429759E2A4C51FD713F2524BBB801425F0009BFF61214B", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "13", "savingsClaimStrikePrice": "195.00"}, "recmdScore": 0, "signInDealsAvailable": true, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/40/40419/thumbnail-150-square.jpg", "totalReviewCount": 579}, {"allInclusiveRateProperty": false, "brand": "Hyatt", "displayRank": 9996, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "RESTRNT", "FITSPA", "PETALLOW", "HANDFAC", "NSMKFAC"]}, "hotelId": "40418", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "5 Embarcadero Center", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94111"}, "cityId": 3000002244, "latitude": 37.795174, "longitude": -122.395857, "neighborhoodId": "910051189", "neighborhoodName": "Financial District - Embarcadero", "timeZone": "America/Los_Angeles", "zoneId": "51189"}, "merchandising": {}, "name": "Hyatt Regency San Francisco", "overallGuestRating": 8.6, "proximity": 9.679183432654261, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3911, "minCurrencyCode": "USD", "minPrice": "239.00", "payWhenYouStayAvailable": false, "pclnId": "04B1D9433CADA0174AFB798985A02519C393FD7CC145AF579A00D712F14ADEF24C007C21303A0639F66AB866942951BA37AAE969264B77413853497B14B3633E4D3974543F52C27C885E0343D9736CC0363FE93C5DDD443C26C398CEF21EA77AD9AF30911F06D128", "rateIdentifier": "4C007C21303A0639F66AB866942951BA37AAE969264B77413853497B14B3633E5D4BA7A0019A9D34885E0343D9736CC0363FE93C5DDD443CED039CA7414E84B7D5F0BB14AB3A250FD713F2524BBB801425F0009BFF61214B", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "17", "savingsClaimStrikePrice": "289.00"}, "recmdScore": 0, "signInDealsAvailable": true, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/40/40418/thumbnail-150-square.jpg", "totalReviewCount": 914}, {"allInclusiveRateProperty": false, "brand": "Marriott", "displayRank": 9995, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "RESTRNT", "FITSPA", "SPA", "HANDFAC", "NSMKFAC"]}, "hotelId": "41215", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "780 Mission Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94103"}, "cityId": 3000002244, "latitude": 37.78508, "longitude": -122.405022, "neighborhoodId": "910051188", "neighborhoodName": "South of Market - Moscone Center", "timeZone": "America/Los_Angeles", "zoneId": "51188"}, "merchandising": {}, "name": "San Francisco Marriott Marquis", "overallGuestRating": 8.6, "proximity": 8.946432030987202, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3067, "minCurrencyCode": "USD", "minPrice": "155.00", "payWhenYouStayAvailable": true, "pclnId": "6A121C55D3FB4B646FC40F01DA72E1B5C393FD7CC145AF579A00D712F14ADEF2A7C0EAD718EE14A27C941943F7A069EBFA4AAF1770C7D4D088B409FB9A07ED23BD858B9270C3167F55237FFD8D1C38FA852C1191FF93A4281C5B15BACACBEC541643039C2D67C35C408E232E179DAC6F", "rateIdentifier": "A7C0EAD718EE14A27C941943F7A069EBFA4AAF1770C7D4D088B409FB9A07ED23E6DBB84913326D2B55237FFD8D1C38FA852C1191FF93A428A64EB1400C8D913F146863FB668E56121D37A9E706650D8DD96F5C23497F0251", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "38", "savingsClaimStrikePrice": "249.00"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/41/41215/thumbnail-150-square.jpg", "totalReviewCount": 649}, {"allInclusiveRateProperty": false, "brand": "Warwick International Hotels", "displayRank": 9994, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "RESTRNT", "HANDFAC", "NSMKFAC"]}, "hotelId": "42693", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "490 Geary Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "CA 94107"}, "cityId": 3000002244, "latitude": 37.787001, "longitude": -122.411335, "neighborhoodId": "910051191", "neighborhoodName": "Union Square West", "timeZone": "America/Los_Angeles", "zoneId": "51191"}, "merchandising": {}, "name": "Warwick San Francisco", "overallGuestRating": 8.4, "proximity": 9.068576710488777, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 2613, "minCurrencyCode": "USD", "minPrice": "235.00", "payWhenYouStayAvailable": true, "pclnId": "C59FA8095C7D8F8265F50C3A7149D701C393FD7CC145AF574DCF0272FA17A5126E0D8F377DC1C585E4EB58A3E1930FDFB37FAA519928DCBA7A228C7B7BC13100408E232E179DAC6F", "rateIdentifier": "6E0D8F377DC1C585E4EB58A3E1930FDF161302FEBD6A77A8F49F2D5CBB63C96EA0C19CDBF9615763A963FC682DE55B217EA3048807BEE935"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/42/42693/thumbnail-150-square.jpg", "totalReviewCount": 120}, {"allInclusiveRateProperty": false, "brand": "Westin", "displayRank": 9993, "hotelFeatures": {"hotelAmenityCodes": ["FINTRPUB", "HEALTHSVCS", "RESTRNT", "FITSPA", "PETALLOW", "HANDFAC", "NSMKFAC"]}, "hotelId": "42689", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "335 Powell Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94102"}, "cityId": 3000002244, "latitude": 37.787979, "longitude": -122.408365, "neighborhoodId": "910051190", "neighborhoodName": "Union Square East - Nob Hill", "timeZone": "America/Los_Angeles", "zoneId": "51190"}, "merchandising": {}, "name": "The Westin St. Francis San Francisco On Union Square", "overallGuestRating": 8.1, "proximity": 9.139390803061776, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3252, "minCurrencyCode": "USD", "minPrice": "179.00", "payWhenYouStayAvailable": true, "pclnId": "06193D9EAE6F518DE437BA21572CEC11C393FD7CC145AF579A00D712F14ADEF2D99BCDDAC4FCE1110DF0A34AF9CFCEF5200033E65A7B5A80A12BE47B1F5BA7716FA9F5AA03405EB2183041ACF6D6947B852C1191FF93A4281C5B15BACACBEC5441C3B26C12488F90408E232E179DAC6F", "rateIdentifier": "D99BCDDAC4FCE1110DF0A34AF9CFCEF5200033E65A7B5A80A12BE47B1F5BA771845227990EF5CE59183041ACF6D6947B852C1191FF93A428A64EB1400C8D913FE47A6D8E0EB11FBAFC19CCBF18B70BE1D96F5C23497F0251", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "8", "savingsClaimStrikePrice": "195.00"}, "recmdScore": 0, "signInDealsAvailable": true, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/42/42689/thumbnail-150-square.jpg", "totalReviewCount": 976}, {"allInclusiveRateProperty": false, "brand": "Independent", "displayRank": 9992, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "FPRKING", "HEALTHSVCS", "HANDFAC", "NSMKFAC"]}, "hotelId": "3296705", "location": {"address": {"addressLine1": "2601 Mason Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94133"}, "cityId": 3000002244, "latitude": 37.807769, "longitude": -122.414055, "neighborhoodId": "910003457", "neighborhoodName": "Fisherman's Wharf", "timeZone": "America/Los_Angeles", "zoneId": "3457"}, "merchandising": {}, "name": "The Wharf Inn", "overallGuestRating": 6.9, "proximity": 10.503042049697648, "ratesSummary": {"applePayRateAvailable": false, "availablePromos": [{"discountPercentage": 0, "displayStrikethroughPrice": "135.15", "isVariableMarkupPromo": false, "nativeStrikethroughPrice": "135.15", "nativeStrikethroughPriceCurrency": "USD", "showDiscount": true, "title": "", "type": "DISCOUNT"}], "ccNotRequiredAvailable": false, "channelName": "Rate_Driven_CUG_Channel", "freeCancelableRateAvail": true, "gid": 3420, "merchandisingFlag": true, "minCurrencyCode": "USD", "minPrice": "121.64", "minStrikePrice": "135.15", "payWhenYouStayAvailable": false, "pclnId": "C77B279580B29CFB2B56515186B432BCC0AFF43801B799AD4CA8AF36933ABF26F0C619AD34DF550302AD7E1A4C562715CF559C1BB0FEC6EDB41782D74A15C2970CF256DD277C72F85A1BFEB4B86AB0E341AAA030AC36FEF4C5CA7C01A0A7C61B187817B79C856918", "programCategoryName": "Rate Driven CUG", "programName": "Mobile_Deals", "rateIdentifier": "EAA598E9EAFB4F572202F4384C769E5BAE860AE8F140047C480C48663D93B81DE47572F6F6828C61308FF968BE6639D4363FE93C5DDD443CED039CA7414E84B74B79E1653477596B5F71DF39A74694C225F0009BFF61214B", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "45", "savingsClaimStrikePrice": "222.00", "savingsPct": "10.0", "strikeThroughPrice": "135.15"}, "recmdScore": 0, "starRating": 2.5, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/3296/3296705/thumbnail-150-square.jpg", "totalReviewCount": 126}, {"allInclusiveRateProperty": false, "brand": "Independent", "displayRank": 9991, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "RESTRNT", "FITSPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "4422405", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "55 5th Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94103"}, "cityId": 3000002244, "latitude": 37.783236, "longitude": -122.407071, "neighborhoodId": "910051188", "neighborhoodName": "South of Market - Moscone Center", "timeZone": "America/Los_Angeles", "zoneId": "51188"}, "merchandising": {}, "name": "Hotel Zetta San Francisco", "overallGuestRating": 8.4, "proximity": 8.814224692918273, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "channelName": "Rate_Driven_CUG_Channel", "freeCancelableRateAvail": true, "gid": 3221, "merchandisingFlag": true, "minCurrencyCode": "USD", "minPrice": "134.10", "minStrikePrice": "149.00", "payWhenYouStayAvailable": false, "pclnId": "3AAA6B60F7794DA1852E7BEC6EE4B3872A716A1C346A59C64CA8AF36933ABF26C6506F36997537D0F98FC57C05090277798D397C1F24C360D43993CE460193F8EEEBB6C8E32498F0FC1CCEFAF9DAD1FD23762EA84CE754E6823F5F75195A36FC81EB192E6C83B34CA3ED14E615232E68", "programCategoryName": "Rate Driven CUG", "programName": "Mobile_Deals", "rateIdentifier": "8927411CA29B1E1E1BFF2451B4341DAE5F77D2B219EC90839CBE7F3C5FF1DC144DC8D6D4113980511EE3D511BCC4031D852C1191FF93A428A64EB1400C8D913F0AB222BF9556468CFB5667BB84BCDCC2D96F5C23497F0251", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "46", "savingsClaimStrikePrice": "249.00", "savingsPct": "10.0", "strikeThroughPrice": "149.00"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/4422/4422405/thumbnail-150-square.jpg", "totalReviewCount": 92}, {"allInclusiveRateProperty": false, "brand": "Independent", "displayRank": 9990, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "KITCHEN", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "64359604", "location": {"address": {"addressLine1": "1485 Bush Street", "cityName": "San Francisco (Ca)", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94109"}, "cityId": 3000002244, "latitude": 37.78851712, "longitude": -122.4215935, "neighborhoodId": "910051710", "neighborhoodName": "Japan Town - Civic Center North", "timeZone": "America/Los_Angeles", "zoneId": "51710"}, "merchandising": {}, "name": "Calista Organic Hotel", "overallGuestRating": 5.7, "proximity": 9.184244637904957, "ratesSummary": {"applePayRateAvailable": false, "availablePromos": [{"discountPercentage": 0, "displayStrikethroughPrice": "408.36", "isVariableMarkupPromo": false, "nativeStrikethroughPrice": "408.36", "nativeStrikethroughPriceCurrency": "USD", "showDiscount": true, "title": "", "type": "DISCOUNT"}], "ccNotRequiredAvailable": false, "channelName": "Value_Deal_Channel", "freeCancelableRateAvail": true, "gid": 7415, "merchandisingFlag": false, "minCurrencyCode": "USD", "minPrice": "234.19", "minStrikePrice": "334.56", "payWhenYouStayAvailable": false, "pclnId": "0A994EA109699D77C0B828BCC9F941F33FF3EFD4B5823E53B9D36904C50D9C19A92F1675789C5F601BE5A050F551C0C1358AEC4C5E5EC616EAB9566EAEB3943315B1FA693DDECC0C53FF67F46F97E5E59EADA0D67393E77A", "programCategoryName": "Value Deal", "programName": "Value_Deal", "rateIdentifier": "74C8F8DDA63F19F3F87C7E8D4C1BCA1BE8593F8238A08D51000C6E41E6DFBAF437EBC5F94D83A2EABF544F434A7EB5659BA093C9344D1503694D03885D5724439BB3CC20C25B6600", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "30", "savingsClaimStrikePrice": "335.00", "savingsPct": "30.0", "strikeThroughPrice": "334.56"}, "recmdScore": 0, "starRating": 3, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/64359/64359604/thumbnail-150-square.jpg", "totalReviewCount": 74}, {"allInclusiveRateProperty": false, "brand": "Marriott", "displayRank": 9989, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "RESTRNT", "FITSPA", "PETALLOW", "HANDFAC", "NSMKFAC"]}, "hotelId": "41216", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "1250 Columbus Avenue", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94133"}, "cityId": 3000002244, "latitude": 37.805517, "longitude": -122.417708, "neighborhoodId": "910003457", "neighborhoodName": "Fisherman's Wharf", "timeZone": "America/Los_Angeles", "zoneId": "3457"}, "merchandising": {}, "name": "San Francisco Marriott Fisherman's Wharf", "overallGuestRating": 8.4, "proximity": 10.350279818843276, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3656, "minCurrencyCode": "USD", "minPrice": "173.88", "payWhenYouStayAvailable": true, "pclnId": "E4A9D9021098C0A09A61CB9422C2126DC393FD7CC145AF579A00D712F14ADEF26BF8C62479C27BF889ABE5F8D4756E4473904A0AEA02CF35D24BF12B72B3164AB635C9B3FBF375818037A0D3F40C2223852C1191FF93A4281C5B15BACACBEC541FD78A0001BF6CE6408E232E179DAC6F", "rateIdentifier": "6BF8C62479C27BF889ABE5F8D4756E4473904A0AEA02CF35D24BF12B72B3164A79921F6E908D3D9F8037A0D3F40C2223852C1191FF93A428A64EB1400C8D913F0420066CDC347BD76AB4D072843186C6D96F5C23497F0251"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/41/41216/thumbnail-150-square.jpg", "totalReviewCount": 860}, {"allInclusiveRateProperty": false, "brand": "Hilton", "displayRank": 9988, "hotelFeatures": {"hotelAmenityCodes": ["FINTRPUB", "HEALTHSVCS", "AIRSHUTTL", "RESTRNT", "FITSPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "39960", "location": {"address": {"addressLine1": "750 Kearny Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94108"}, "cityId": 3000002244, "latitude": 37.7951440000001, "longitude": -122.404311, "neighborhoodId": "910051189", "neighborhoodName": "Financial District - Embarcadero", "timeZone": "America/Los_Angeles", "zoneId": "51189"}, "merchandising": {}, "name": "Hilton San Francisco Financial District", "overallGuestRating": 7.4, "proximity": 9.642858257221766, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3361, "minCurrencyCode": "USD", "minPrice": "139.00", "payWhenYouStayAvailable": true, "pclnId": "CA7F480FCC87D543A42A9423504CB320C393FD7CC145AF579A00D712F14ADEF2820B43414876EBB22717653F5A4B0D065B31F07AFCB0CAF3B52A23BCC107BD14D62DC5BB14064BF35A83889129C35E50852C1191FF93A4281C5B15BACACBEC544E96CDA201C524EF408E232E179DAC6F", "rateIdentifier": "820B43414876EBB22717653F5A4B0D065B31F07AFCB0CAF3B52A23BCC107BD14B944BF043822A15F5A83889129C35E50852C1191FF93A428A64EB1400C8D913F0AB222BF9556468CFC19CCBF18B70BE1D96F5C23497F0251", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "52", "savingsClaimStrikePrice": "289.00"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/39/39960/thumbnail-150-square.jpg", "totalReviewCount": 1252}, {"allInclusiveRateProperty": false, "brand": "Hyatt Centric", "displayRank": 9987, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "SPOOL", "AIRSHUTTL", "RESTRNT", "FITSPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "40416", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "555 North Point St", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94133"}, "cityId": 3000002244, "latitude": 37.806322, "longitude": -122.416125, "neighborhoodId": "910003457", "neighborhoodName": "Fisherman's Wharf", "timeZone": "America/Los_Angeles", "zoneId": "3457"}, "merchandising": {}, "name": "Hyatt Centric Fishermans Wharf", "overallGuestRating": 8.1, "proximity": 10.404192411834202, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3101, "minCurrencyCode": "USD", "minPrice": "179.00", "payWhenYouStayAvailable": false, "pclnId": "2226A6C527E4EBD5D1D6525DED8EE52FC393FD7CC145AF579A00D712F14ADEF288B2B79D450BFE1E590D4CC444AE2C8222184BB5306BB0B6F01860BFE99EC8B59C27A703D0E2C67A5055440218DD0AD9363FE93C5DDD443C26C398CEF21EA77AA570BC6B511CF442", "rateIdentifier": "88B2B79D450BFE1E590D4CC444AE2C8222184BB5306BB0B6F01860BFE99EC8B5B0AD6525906C54CB5055440218DD0AD9363FE93C5DDD443CED039CA7414E84B7B737A524FB43A445D713F2524BBB801425F0009BFF61214B"}, "recmdScore": 0, "signInDealsAvailable": true, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/40/40416/thumbnail-150-square.jpg", "totalReviewCount": 986}, {"allInclusiveRateProperty": false, "brand": "Design Hotels", "displayRank": 9986, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "AIRSHUTTL", "RESTRNT", "FITSPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "72740604", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "1100 Market Street, Entrance At 45 Mcallister", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94102"}, "cityId": 3000002244, "latitude": 37.78064875, "longitude": -122.41231648, "neighborhoodId": "910051711", "neighborhoodName": "Civic Center South - South of Market", "timeZone": "America/Los_Angeles", "zoneId": "51711"}, "merchandising": {}, "name": "San Francisco Proper Hotel", "overallGuestRating": 8.5, "proximity": 8.629243817168373, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 2015, "minCurrencyCode": "USD", "minPrice": "215.20", "payWhenYouStayAvailable": true, "pclnId": "19EF1C9EE38C14ED6BDB44DD996BD7E478240D5353866A19AB2147699E3F851572BE03B16689EFC34977E97EDDA0EA403AAF34435951250F88CC5DC0578E541EE6D4B55B85930BE3", "rateIdentifier": "62883FDE72F026F6438C898A2FD67C0149A9C1B019EA4D350C3BC653366B1D82BA8D5C0D2CA37F8AAE56C2FD6760F7A26B5DCC6471886E75"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/72740/72740604/thumbnail-150-square.jpg", "totalReviewCount": 246}, {"allInclusiveRateProperty": false, "brand": "CoHo", "displayRank": 9985, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "3993805", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "580 Geary Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94102"}, "cityId": 3000002244, "latitude": 37.786832, "longitude": -122.412955, "neighborhoodId": "910051191", "neighborhoodName": "Union Square West", "timeZone": "America/Los_Angeles", "zoneId": "51191"}, "merchandising": {}, "name": "Staypineapple, An Elegant Hotel, Union Square", "overallGuestRating": 8.6, "proximity": 9.056340900126385, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 3209, "minCurrencyCode": "USD", "minPrice": "167.16", "payWhenYouStayAvailable": true, "pclnId": "D8A28619C670FF6E02D2A8DD1DD5EB42CC28FDC3DFE5139B4CA8AF36933ABF261F2C925666B4EE1E48EDDB0C18A917D9245F225063C047DC3A4DFADDAA7E17FB36438674A89CDF0D0DCD37BC1EAE194F23762EA84CE754E6823F5F75195A36FCB30776F24A8E45F2496CE5A70CB0CCD7", "rateIdentifier": "6A0B00F5137B6917E4F7181B0FE61B717840CD773EBB3470FB9A37ED2D8E3EF5ACF97B4082259323576557DBB930E374852C1191FF93A428A64EB1400C8D913F4C58C61AF87CAADA5B04D8FB1C0DCBB7D96F5C23497F0251", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "30", "savingsClaimStrikePrice": "238.00"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/3993/3993805/thumbnail-150-square.jpg", "totalReviewCount": 139}, {"allInclusiveRateProperty": false, "brand": "Fairmont", "displayRank": 9984, "hotelFeatures": {"hotelAmenityCodes": ["HEALTHSVCS", "AIRSHUTTL", "RESTRNT", "FITSPA", "SPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "39381", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "950 Mason Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94106"}, "cityId": 3000002244, "latitude": 37.79234, "longitude": -122.41077, "neighborhoodId": "910051190", "neighborhoodName": "Union Square East - Nob Hill", "timeZone": "America/Los_Angeles", "zoneId": "51190"}, "merchandising": {}, "name": "The Fairmont San Francisco", "overallGuestRating": 8.8, "proximity": 9.437825846267467, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 5578, "minCurrencyCode": "USD", "minPrice": "254.15", "payWhenYouStayAvailable": true, "pclnId": "E0AF9B2FA4E02D127DFCB123A5820F80C393FD7CC145AF572A638E28413AE12E4434B3B154D64472AA133B4348520E9049B8091D2559443F92803807D57E9AFFE2CE17F2A0E7A75132A5A9185DF6143FCD3AE96C6F3B26CAEBB5D06F1AA43766408E232E179DAC6F", "rateIdentifier": "4434B3B154D64472AA133B4348520E9049B8091D2559443F92803807D57E9AFFE2CE17F2A0E7A75132A5A9185DF6143F5C18E1A490C34761A3556679F4CF3408828AD0F73BD6AE60B08394CB1D044C4E", "roomLeft": 1, "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "36", "savingsClaimStrikePrice": "399.00"}, "recmdScore": 0, "starRating": 5, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/39/39381/thumbnail-150-square.jpg", "totalReviewCount": 222}, {"allInclusiveRateProperty": false, "brand": "Club Quarters", "displayRank": 9983, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "RESTRNT", "FITSPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "1385904", "location": {"address": {"addressLine1": "424 Clay Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94111"}, "cityId": 3000002244, "latitude": 37.794999, "longitude": -122.400599, "neighborhoodId": "910051189", "neighborhoodName": "Financial District - Embarcadero", "timeZone": "America/Los_Angeles", "zoneId": "51189"}, "merchandising": {}, "name": "Club Quarters Hotel in San Francisco", "overallGuestRating": 7.2, "proximity": 9.645202256445847, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 5380, "minCurrencyCode": "USD", "minPrice": "145.00", "payWhenYouStayAvailable": true, "pclnId": "95E0F039BBE8F5F48A0D69298FC00C62C06661E41B2541C7D57EFE0F8E6BA8E588B7DBE3706974E4A19850ACCE87650762FB99496053BA28232B8B6152FF49E3B4ED7D1D1FEE2F536D3373E1C9FE1ABACD3AE96C6F3B26CA6273C680D882433B408E232E179DAC6F", "rateIdentifier": "4434B3B154D6447286C8EAE8A5BEA3903240276CC457985B030DBB934B46A07471F4B2DAB997D789A9C2A4D3EB63C711EC4D73C89B8D90ABF06CC89AA9560495D713F2524BBB801425F0009BFF61214B", "roomLeft": 1, "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "50", "savingsClaimStrikePrice": "289.00"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/1385/1385904/thumbnail-150-square.jpg", "totalReviewCount": 1288}, {"allInclusiveRateProperty": false, "brand": "Independent", "displayRank": 9982, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "HEALTHSVCS", "AIRSHUTTL", "RESTRNT", "BUSCNTR", "NSMKFAC"]}, "hotelId": "3686505", "location": {"address": {"addressLine1": "610 Polk Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94102"}, "cityId": 3000002244, "latitude": 37.782305, "longitude": -122.419019, "neighborhoodId": "910051710", "neighborhoodName": "Japan Town - Civic Center North", "timeZone": "America/Los_Angeles", "zoneId": "51710"}, "merchandising": {}, "name": "Embassy Hotel", "overallGuestRating": 5.5, "proximity": 8.749343019727792, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "channelName": "Value_Deal_Channel", "freeCancelableRateAvail": true, "gid": 3830, "merchandisingFlag": false, "minCurrencyCode": "USD", "minPrice": "111.30", "minStrikePrice": "159.00", "payWhenYouStayAvailable": false, "pclnId": "BE45B0DEE6013820CC27F458C581B3F74AD6A354419E779766081AC390B92DC129731B53F07AF6147E14E4D9A7092CE8F537638D76BAF2BA64B8824EF8F8020736889B779CDE29AE38C68F0C77C89CC79405007FEA2A2546DBCF676BD5009AEB7FA81F7E85057EB96180DBE2E46CBE1D", "programCategoryName": "Value Deal", "programName": "Value_Deal", "rateIdentifier": "7E14E4D9A7092CE8F537638D76BAF2BA64B8824EF8F8020736889B779CDE29AE695F7D82A1518C259405007FEA2A2546DBCF676BD5009AEBBA46C037A3BCC7E1601E87E4BB52D16FF5D642BE75CF6BF8138B7A3360582BEB", "savingsPct": "30.0", "strikeThroughPrice": "159.00"}, "recmdScore": 0, "starRating": 2.5, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/3686/3686505/thumbnail-150-square.jpg", "totalReviewCount": 122}, {"allInclusiveRateProperty": false, "brand": "Nikko", "displayRank": 9981, "hotelFeatures": {"hotelAmenityCodes": ["FINTRNT", "FINTRPUB", "SPOOL", "RESTRNT", "FITSPA", "SPA", "PETALLOW", "BUSCNTR", "HANDFAC", "NSMKFAC"]}, "hotelId": "41246", "keyFeatures": ["clean"], "location": {"address": {"addressLine1": "222 Mason Street", "cityName": "San Francisco", "countryName": "United States", "isoCountryCode": "US", "provinceCode": "CA", "zip": "94102"}, "cityId": 3000002244, "latitude": 37.786006, "longitude": -122.409196, "neighborhoodId": "910051191", "neighborhoodName": "Union Square West", "timeZone": "America/Los_Angeles", "zoneId": "51191"}, "merchandising": {}, "name": "Hotel Nikko San Francisco", "overallGuestRating": 8.3, "proximity": 9.001911133439046, "ratesSummary": {"applePayRateAvailable": false, "ccNotRequiredAvailable": false, "freeCancelableRateAvail": true, "gid": 2882, "minCurrencyCode": "USD", "minPrice": "215.00", "payWhenYouStayAvailable": true, "pclnId": "4D3655844715DDEBCD3A41A7EAF9C759C393FD7CC145AF574DCF0272FA17A51248C460E2D8DC347B8962E9F3F5C082D3F284D8D9951AA22E70F631332DD02C2F408E232E179DAC6F", "rateIdentifier": "48C460E2D8DC347B8962E9F3F5C082D38A04B5976C6CC2C2F49F2D5CBB63C96E8B4089F7BD150919A963FC682DE55B217EA3048807BEE935", "savingsClaimDisclaimer": "The highest price of similar properties with the same star level and neighborhood for your dates.", "savingsClaimPercentage": "10", "savingsClaimStrikePrice": "238.00"}, "recmdScore": 0, "starRating": 4, "thumbnailUrl": "https://mobileimg.priceline.com/htlimg/41/41246/thumbnail-150-square.jpg", "totalReviewCount": 627}], "marketSize": 398, "offset": 0, "opqDisplayFlag": false, "pageSize": 20, "resultCode": 200, "resultMessage": "SUCCESS", "rguid": "14e7f54c1a0336aebdb09c69d55767af", "signInDealRelatedInfo": {"maxSavingsAmount": 98, "maxSavingsAmountCurrency": "USD", "numberOfAvailableSignInDeals": 27, "numberOfDisclosedSignInDeals": 0, "promptUserToSignIn": true}, "sopqDisplayFlag": true, "sortType": "HDR", "src": "067", "totalSize": 288, "tripFilterSummary": {"totalSizeFiltered": 288}, "version": "8.95.4"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cityInfo": {"type": "object", "properties": {"areaId": {"type": "integer"}, "cityId": {"type": "integer"}, "cityName": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "stateCode": {"type": "string"}, "stateName": {"type": "string"}}, "required": ["areaId", "cityId", "cityName", "countryCode", "countryName", "lat", "lon", "stateCode", "stateName"]}, "duration": {"type": "integer"}, "errorCode": {"type": "integer"}, "hotels": {"type": "array", "items": {"type": "object", "properties": {"allInclusiveRateProperty": {"type": "boolean"}, "brand": {"type": "string"}, "displayRank": {"type": "integer"}, "hotelFeatures": {"type": "object", "properties": {"hotelAmenityCodes": {"type": "array", "items": {"type": "string"}}}, "required": ["hotelAmenityCodes"]}, "hotelId": {"type": "string"}, "keyFeatures": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "cityName": {"type": "string"}, "countryName": {"type": "string"}, "isoCountryCode": {"type": "string"}, "provinceCode": {"type": "string"}, "zip": {"type": "string"}}, "required": ["addressLine1", "cityName", "countryName", "isoCountryCode", "provinceCode", "zip"]}, "cityId": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "neighborhoodId": {"type": "string"}, "neighborhoodName": {"type": "string"}, "timeZone": {"type": "string"}, "zoneId": {"type": "string"}}, "required": ["address", "cityId", "latitude", "longitude", "neighborhoodId", "neighborhoodName", "timeZone", "zoneId"]}, "merchandising": {"type": "object"}, "name": {"type": "string"}, "overallGuestRating": {"type": "number"}, "proximity": {"type": "number"}, "ratesSummary": {"type": "object", "properties": {"applePayRateAvailable": {"type": "boolean"}, "ccNotRequiredAvailable": {"type": "boolean"}, "freeCancelableRateAvail": {"type": "boolean"}, "gid": {"type": "integer"}, "minCurrencyCode": {"type": "string"}, "minPrice": {"type": "string"}, "minRatePromos": {"type": "array", "items": {"type": "object", "properties": {"dealType": {"type": "string"}, "discountPercentage": {"type": "integer"}, "isVariableMarkupPromo": {"type": "boolean"}, "showDiscount": {"type": "boolean"}, "title": {"type": "string"}, "type": {"type": "string"}}, "required": ["dealType", "discountPercentage", "isVariableMarkupPromo", "showDiscount", "title", "type"]}}, "payWhenYouStayAvailable": {"type": "boolean"}, "pclnId": {"type": "string"}, "rateIdentifier": {"type": "string"}, "savingsClaimDisclaimer": {"type": "string"}, "savingsClaimPercentage": {"type": "string"}, "savingsClaimStrikePrice": {"type": "string"}, "availablePromos": {"type": "array", "items": {"type": "object", "properties": {"discountPercentage": {"type": "integer"}, "displayStrikethroughPrice": {"type": "string"}, "isVariableMarkupPromo": {"type": "boolean"}, "nativeStrikethroughPrice": {"type": "string"}, "nativeStrikethroughPriceCurrency": {"type": "string"}, "showDiscount": {"type": "boolean"}, "title": {"type": "string"}, "type": {"type": "string"}}, "required": ["discountPercentage", "displayStrikethroughPrice", "isVariableMarkupPromo", "nativeStrikethroughPrice", "nativeStrikethroughPriceCurrency", "showDiscount", "title", "type"]}}, "channelName": {"type": "string"}, "merchandisingFlag": {"type": "boolean"}, "minStrikePrice": {"type": "string"}, "programCategoryName": {"type": "string"}, "programName": {"type": "string"}, "savingsPct": {"type": "string"}, "strikeThroughPrice": {"type": "string"}, "roomLeft": {"type": "integer"}}, "required": ["applePayRateAvailable", "ccNotRequiredAvailable", "freeCancelableRateAvail", "gid", "minCurrencyCode", "minPrice", "payWhenYouStayAvailable", "pclnId", "rateIdentifier"]}, "recmdScore": {"type": "integer"}, "starRating": {"type": "number"}, "thumbnailUrl": {"type": "string"}, "totalReviewCount": {"type": "integer"}, "signInDealsAvailable": {"type": "boolean"}}, "required": ["allInclusiveRateProperty", "brand", "displayRank", "hotelFeatures", "hotelId", "location", "merchandising", "name", "overallGuestRating", "proximity", "ratesSummary", "recmdScore", "starRating", "thumbnailUrl", "totalReviewCount"]}}, "marketSize": {"type": "integer"}, "offset": {"type": "integer"}, "opqDisplayFlag": {"type": "boolean"}, "pageSize": {"type": "integer"}, "resultCode": {"type": "integer"}, "resultMessage": {"type": "string"}, "rguid": {"type": "string"}, "signInDealRelatedInfo": {"type": "object", "properties": {"maxSavingsAmount": {"type": "integer"}, "maxSavingsAmountCurrency": {"type": "string"}, "numberOfAvailableSignInDeals": {"type": "integer"}, "numberOfDisclosedSignInDeals": {"type": "integer"}, "promptUserToSignIn": {"type": "boolean"}}, "required": ["maxSavingsAmount", "maxSavingsAmountCurrency", "numberOfAvailableSignInDeals", "numberOfDisclosedSignInDeals", "promptUserToSignIn"]}, "sopqDisplayFlag": {"type": "boolean"}, "sortType": {"type": "string"}, "src": {"type": "string"}, "totalSize": {"type": "integer"}, "tripFilterSummary": {"type": "object", "properties": {"totalSizeFiltered": {"type": "integer"}}, "required": ["totalSizeFiltered"]}, "version": {"type": "string"}}, "required": ["cityInfo", "duration", "errorCode", "hotels", "marketSize", "offset", "opqDisplayFlag", "pageSize", "resultCode", "resultMessage", "rguid", "signInDealRelatedInfo", "sopqDisplayFlag", "sortType", "src", "totalSize", "tripFilterSummary", "version"]}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/c190201b-07ce-4a27-8d77-1eae05cd12fb/0/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Regions Search
Search region, locations, city or hotel 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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/537dd53a-4d3f-4bb6-bb4c-ffdea94df718/1/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Reviews list
Get hotel reviews list
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/0b9e9165-6224-46a2-ad34-80c50e4b624a/1/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Reviews summary
Get hotel reviews summary
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/280bb9da-6a2f-4ac2-9ed2-b8857d142824/1/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Reviews scores
Get hotel overall score
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/ab332c12-668a-40e5-82ea-6678dc552f29/0/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Hotels Search
Get hotels by the filter. Set the domain, it is necessary for localization at the currency setting. (meta / Domains List). accessibility parameter, needed to get ONLY available hotels. Indicate the region_id -> use Region Search, check-in and check-out date, number of adults and children
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/9a28316a-f431-433d-9251-159f7b30bca6/0/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Hotel Details
Get hotel details
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/711d4a23-6a93-4d32-9abb-4b6f571c1eda/1/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Hotel Summary
Get hotel summary
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/7679e9ed-8e6a-4363-ac13-d237abcad185/0/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Hotel Slug convert
Get Hotel ID from Hotel Site slug, (https://hotels.com/ho219115) ho219115 -> 1105156
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/d5348f2c-34c9-496c-8251-aa079674e4aa/1/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Hotel Info
Get hotel info
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"}}}}}}
b43871a2-6527-4bec-bf64-e2ab43fc9c06/153401a0-50ef-4ca5-85e6-d0221aa0d384/0/0
Hotels com Provider
Search hotels, see prices, photos of the hotels, reviews. You can make a website like: hotels.com, booking.com, agoda.com Support: tipsters@rapi.one / t.me/api_tipsters
9.9
Hotel Rooms (offers)
Get available rooms at the 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"}}}}}}
ff1467d3-183d-4cc7-9ee4-055f1419bbfd/4cd1db30-a01b-4dba-a5d1-fdd49f5641c9/0/0
Travel CO2 - Climate Carbon Emissions
Calculate and integrate travel carbon emission climate data into your products and services.
7.3
/api/v1/trips
Find trip emission data by sending trips with steps with one location, one accommodation and/or one transport to the next step.
200
Example_1
{"trips": [{"steps": [{"location": null, "transport": null, "accommodation": null}]}]}
{"type": "object", "properties": {"trips": {"type": "array", "items": {"type": "object"}}}}
7d0e32a2-789a-4293-adba-c30ed52c3235/7c60ad07-e8d4-40b6-98d1-814994fe4e78/0/0
Flixbus API
Easy to use API with high-level functions like getting which day of a month is the cheapest to go between 2 destinations.
null
Get Stops
Gets a list of the available stops organized per country.
200
New Example
{"netherlands": ["Amsterdam", "Amsterdam Airport (Schiphol)", "Apeldoorn", "Arnhem", "Breda", "Delft", "Den Bosch (\u2018s-Hertogenbosch)", "Dordrecht", "Drachten", "Eindhoven", "Eindhoven Airport", "Enschede", "Groningen", "Haarlem", "Kaatsheuvel (Efteling)", "Maarheeze", "Maastricht", "Nijmegen", "Roermond", "Rotterdam", "The Hague", "Tilburg", "Utrecht", "Venlo", "Vianen", "Wijchen", "Zwolle"], "united-kingdom": ["Aberdeen", "Amesbury", "Birmingham", "Bradford", "Bridgend", "Bridgwater", "Bristol", "Cambridge", "Cardiff", "Carlisle", "Chester", "Chesterfield", "Codford", "Coventry", "Dover", "Dundee", "Dunfermline", "Edinburgh", "Exeter", "Folkestone", "Frome", "Glasgow", "Glastonbury", "Huntingdon (Cambridgeshire)", "Heathrow Airport", "Ilminster", "Lancaster", "Leeds", "Leicester", "Liverpool", "London", "London Gatwick Airport", "Manchester", "Middlesbrough", "Newcastle upon Tyne", "Newport (South Wales)", "North Petherton", "Northampton", "Nottingham", "Othery", "Penrith", "Perth", "Peterborough", "Plymouth", "Port Talbot", "Preston", "Reading", "Rugby (Warwickshire)", "Sheffield", "Shepton Mallet", "South Petherton", "Stevenage", "Stirling", "Stoke-on-Trent", "Street", "Sunderland", "Swansea", "Taunton", "Warminster", "Warrington", "Watford", "Wellington", "Wells", "Wincanton", "Yeovil"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"netherlands": {"type": "array", "items": {"type": "string"}}, "united-kingdom": {"type": "array", "items": {"type": "string"}}}, "required": ["netherlands", "united-kingdom"]}
61b9a64b-9501-4d38-8b94-8578238d629a/7bb55864-8989-42b3-811f-a1e295fdc636/0/0
Schulferien und Feiertage
Schulferien & Feiertage aller deutschen Bundesländer von 2019 bis 2023
8
nächste Schulferien
Abfrage der nächsten Schulferien Mögliche Filter sind - Bundesland (Kürzel z.B. BY) - Anzahl (Limit) - Sprache (de, en)
200
Response
{"data": [{"country": "Deutschland", "country_code": "de", "days_until_start": 35, "duration": {"count_week_days": 10, "count_weekend_days": 2, "in_days": 12}, "end": "2020-10-23T21:59:59.000000Z", "name": "Herbstferien", "school_year": "2020_2021", "slug": "herbstferien-de-ni-2020", "start": "2020-10-11T22:00:00.000000Z", "state": "Niedersachsen", "state_abbreviation": "NI"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "country_code": {"type": "string"}, "days_until_start": {"type": "integer"}, "duration": {"type": "object", "properties": {"count_week_days": {"type": "integer"}, "count_weekend_days": {"type": "integer"}, "in_days": {"type": "integer"}}, "required": ["count_week_days", "count_weekend_days", "in_days"]}, "end": {"type": "string"}, "name": {"type": "string"}, "school_year": {"type": "string"}, "slug": {"type": "string"}, "start": {"type": "string"}, "state": {"type": "string"}, "state_abbreviation": {"type": "string"}}, "required": ["country", "country_code", "days_until_start", "duration", "end", "name", "school_year", "slug", "start", "state", "state_abbreviation"]}}}, "required": ["data"]}
61b9a64b-9501-4d38-8b94-8578238d629a/5907f21a-40f7-4361-ba2a-0eb8d303d253/0/0
Schulferien und Feiertage
Schulferien & Feiertage aller deutschen Bundesländer von 2019 bis 2023
8
Schulferien
Abfrage aller Schulferien-Termine mit diversen Filteroptionen Mögliche Filter sind - Bundesland (Kürzel z.B. BY) - Jahr (z.B. 2020) - Schuljahr (z.B. 2020_2021) - Sprache (de, en)
200
Response
{"data": [{"country": "Deutschland", "country_code": "de", "days_until_start": 54, "duration": {"count_week_days": 5, "count_weekend_days": 2, "in_days": 7}, "end": "2020-11-06T22:59:59.000000Z", "name": "Herbstferien", "school_year": "2020_2021", "slug": "herbstferien-de-by-2020", "start": "2020-10-30T23:00:00.000000Z", "state": "Bayern", "state_abbreviation": "BY"}, {"country": "Deutschland", "country_code": "de", "days_until_start": 107, "duration": {"count_week_days": 13, "count_weekend_days": 5, "in_days": 18}, "end": "2021-01-09T22:59:59.000000Z", "name": "Weihnachtsferien", "school_year": "2020_2021", "slug": "weihnachtsferien-de-by-2020", "start": "2020-12-22T23:00:00.000000Z", "state": "Bayern", "state_abbreviation": "BY"}]}
{"properties": {"data": {"items": {"properties": {"country": {"type": "string"}, "country_code": {"type": "string"}, "end": {"type": "string"}, "name": {"type": "string"}, "school_year": {"type": "string"}, "slug": {"type": "string"}, "start": {"type": "string"}, "state": {"type": "string"}, "state_abbreviation": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
61b9a64b-9501-4d38-8b94-8578238d629a/c935e5d5-a3fc-4215-bb1b-fd700ccb235c/0/0
Schulferien und Feiertage
Schulferien & Feiertage aller deutschen Bundesländer von 2019 bis 2023
8
derzeitige Schulferien
Abfrage der aktuellen/jetzigen Schulferien Mögliche Filter sind - Bundesland (Kürzel z.B. BY) - Sprache (de, en)
200
Response
{"data": [{"country": "Deutschland", "country_code": "de", "days_until_start": 0, "duration": {"count_week_days": 31, "count_weekend_days": 12, "in_days": 43}, "end": "2020-09-07T21:59:59.000000Z", "name": "Sommerferien", "school_year": "2019_2020", "slug": "sommerferien-de-by-2020", "start": "2020-07-26T22:00:00.000000Z", "state": "Bayern", "state_abbreviation": "BY"}, {"country": "Deutschland", "country_code": "de", "days_until_start": 0, "duration": {"count_week_days": 32, "count_weekend_days": 13, "in_days": 45}, "end": "2020-09-12T21:59:59.000000Z", "name": "Sommerferien", "school_year": "2019_2020", "slug": "sommerferien-de-bw-2020", "start": "2020-07-29T22:00:00.000000Z", "state": "Baden-W\u00fcrttemberg", "state_abbreviation": "BW"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "country_code": {"type": "string"}, "days_until_start": {"type": "integer"}, "duration": {"type": "object", "properties": {"count_week_days": {"type": "integer"}, "count_weekend_days": {"type": "integer"}, "in_days": {"type": "integer"}}, "required": ["count_week_days", "count_weekend_days", "in_days"]}, "end": {"type": "string"}, "name": {"type": "string"}, "school_year": {"type": "string"}, "slug": {"type": "string"}, "start": {"type": "string"}, "state": {"type": "string"}, "state_abbreviation": {"type": "string"}}, "required": ["country", "country_code", "days_until_start", "duration", "end", "name", "school_year", "slug", "start", "state", "state_abbreviation"]}}}, "required": ["data"]}
5e99f02c-8e6c-4dd8-a225-83bf1e03bc27/dc9ebfed-b7b8-417d-a8cf-dd523acd27f3/0/0
Cities Cost of Living
Get detailed information about the living expenses of 650+ cities around the world.
8.2
Get Cities Details by Name
Get all the details about the cities requested, in the currencies requested.
200
Response
{"data": [{"cost_of_living_details": [{"currency": "USD", "details": [{"Item": "Estimated Monthly Costs Without Rent", "Range": "N/A", "Value": "672.67"}, {"Item": "Meal, Inexpensive Restaurant", "Range": "7.25-14.5", "Value": "9.97"}, {"Item": "Meal for 2 People, Mid-range Restaurant, Three-course", "Range": "30.21-66.46", "Value": "42.29"}, {"Item": "McMeal at McDonalds (or Equivalent Combo Meal)", "Range": "7.25-8.46", "Value": "7.85"}, {"Item": "Domestic Beer (0.5 liter draught)", "Range": "1.21-4.08", "Value": "2.42"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "2.42-6.04", "Value": "3.63"}, {"Item": "Cappuccino (regular)", "Range": "0.85-3.63", "Value": "2.01"}, {"Item": "Coke/Pepsi (0.33 liter bottle)", "Range": "1.21-2.42", "Value": "1.68"}, {"Item": "Water (0.33 liter bottle)", "Range": "1.21-1.81", "Value": "1.33"}, {"Item": "Milk (regular), (1 liter)", "Range": "0.58-1.21", "Value": "0.81"}, {"Item": "Loaf of Fresh White Bread (500g)", "Range": "0.79-2.05", "Value": "1.32"}, {"Item": "Rice (white), (1kg)", "Range": "0.89-1.81", "Value": "1.12"}, {"Item": "Eggs (regular) (12)", "Range": "1.45-3.38", "Value": "2.32"}, {"Item": "Local Cheese (1kg)", "Range": "5.55-19.32", "Value": "8.52"}, {"Item": "Chicken Fillets (1kg)", "Range": "3.02-7.25", "Value": "5.86"}, {"Item": "Beef Round (1kg) (or Equivalent Back Leg Red Meat)", "Range": "6.04-18.13", "Value": "10.71"}, {"Item": "Apples (1kg)", "Range": "1.09-2.42", "Value": "1.8"}, {"Item": "Banana (1kg)", "Range": "1.15-2.42", "Value": "1.32"}, {"Item": "Oranges (1kg)", "Range": "0.97-2.42", "Value": "1.61"}, {"Item": "Tomato (1kg)", "Range": "1.21-2.42", "Value": "1.75"}, {"Item": "Potato (1kg)", "Range": "0.54-1.81", "Value": "1.09"}, {"Item": "Onion (1kg)", "Range": "0.95-1.81", "Value": "1.23"}, {"Item": "Lettuce (1 head)", "Range": "0.6-1.57", "Value": "1.16"}, {"Item": "Water (1.5 liter bottle)", "Range": "0.24-1.21", "Value": "0.65"}, {"Item": "Bottle of Wine (Mid-Range)", "Range": "3.63-8.46", "Value": "4.83"}, {"Item": "Domestic Beer (0.5 liter bottle)", "Range": "0.85-2.2", "Value": "1.31"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "1.21-3.63", "Value": "2.76"}, {"Item": "Cigarettes 20 Pack (Marlboro)", "Range": "5.8-6.95", "Value": "6.16"}, {"Item": "One-way Ticket (Local Transport)", "Range": "1.81-2.42", "Value": "2.18"}, {"Item": "Monthly Pass (Regular Price)", "Range": "36.25-48.34", "Value": "48.34"}, {"Item": "Taxi Start (Normal Tariff)", "Range": "3.02-4.71", "Value": "3.93"}, {"Item": "Taxi 1km (Normal Tariff)", "Range": "0.57-1.2", "Value": "0.57"}, {"Item": "Taxi 1hour Waiting (Normal Tariff)", "Range": "17.88-24.17", "Value": "17.88"}, {"Item": "Gasoline (1 liter)", "Range": "1.68-1.98", "Value": "1.84"}, {"Item": "Volkswagen Golf 1.4 90 KW Trendline (Or Equivalent New Car)", "Range": "30089.16-36252.0", "Value": "31550.12"}, {"Item": "Toyota Corolla Sedan 1.6l 97kW Comfort (Or Equivalent New Car)", "Range": "30210.0-36252.0", "Value": "32579.5"}, {"Item": "Basic (Electricity, Heating, Cooling, Water, Garbage) for 85m2 Apartment", "Range": "96.67-224.1", "Value": "134.23"}, {"Item": "1 min. of Prepaid Mobile Tariff Local (No Discounts or Plans)", "Range": "0.06-0.36", "Value": "0.23"}, {"Item": "Internet (60 Mbps or More, Unlimited Data, Cable/ADSL)", "Range": "33.84-60.42", "Value": "40.05"}, {"Item": "Fitness Club, Monthly Fee for 1 Adult", "Range": "26.58-60.42", "Value": "39.26"}, {"Item": "Tennis Court Rent (1 Hour on Weekend)", "Range": "9.67-24.17", "Value": "16.27"}, {"Item": "Cinema, International Release, 1 Seat", "Range": "8.16-9.67", "Value": "8.46"}, {"Item": "Preschool (or Kindergarten), Full Day, Private, Monthly for 1 Child", "Range": "362.52-664.62", "Value": "503.0"}, {"Item": "International Primary School, Yearly for 1 Child", "Range": "6525.36-15709.2", "Value": "10082.26"}, {"Item": "1 Pair of Jeans (Levis 501 Or Similar)", "Range": "36.25-145.01", "Value": "91.94"}, {"Item": "1 Summer Dress in a Chain Store (Zara, H&M, ...)", "Range": "24.16-48.34", "Value": "33.46"}, {"Item": "1 Pair of Nike Running Shoes (Mid-Range)", "Range": "54.38-108.76", "Value": "83.11"}, {"Item": "1 Pair of Men Leather Business Shoes", "Range": "54.38-145.01", "Value": "92.97"}, {"Item": "Apartment (1 bedroom) in City Centre", "Range": "845.88-1450.08", "Value": "999.35"}, {"Item": "Apartment (1 bedroom) Outside of Centre", "Range": "604.2-966.72", "Value": "771.45"}, {"Item": "Apartment (3 bedrooms) in City Centre", "Range": "1450.08-2416.8", "Value": "1831.16"}, {"Item": "Apartment (3 bedrooms) Outside of Centre", "Range": "966.72-1812.6", "Value": "1242.48"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) in City Centre", "Range": "483.36-805.6", "Value": "610.39"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) Outside of Centre", "Range": "322.24-604.2", "Value": "414.15"}, {"Item": "Price per Square Meter to Buy Apartment in City Centre", "Range": "3625.2-7854.6", "Value": "5263.71"}, {"Item": "Price per Square Meter to Buy Apartment Outside of Centre", "Range": "1933.44-4833.6", "Value": "3178.7"}, {"Item": "Average Monthly Net Salary (After Tax)", "Range": "N/A", "Value": "1249.94"}, {"Item": "Mortgage Interest Rate in Percentages (%), Yearly, for 20 Years Fixed-Rate", "Range": "1.45-3.63", "Value": "2.56"}]}, {"currency": "CHF", "details": [{"Item": "Estimated Monthly Costs Without Rent", "Range": "N/A", "Value": "602.81"}, {"Item": "Meal, Inexpensive Restaurant", "Range": "6.5-12.99", "Value": "8.93"}, {"Item": "Meal for 2 People, Mid-range Restaurant, Three-course", "Range": "27.07-59.56", "Value": "37.9"}, {"Item": "McMeal at McDonalds (or Equivalent Combo Meal)", "Range": "6.5-7.58", "Value": "7.04"}, {"Item": "Domestic Beer (0.5 liter draught)", "Range": "1.08-3.66", "Value": "2.17"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "2.17-5.41", "Value": "3.25"}, {"Item": "Cappuccino (regular)", "Range": "0.76-3.25", "Value": "1.8"}, {"Item": "Coke/Pepsi (0.33 liter bottle)", "Range": "1.08-2.17", "Value": "1.51"}, {"Item": "Water (0.33 liter bottle)", "Range": "1.08-1.62", "Value": "1.19"}, {"Item": "Milk (regular), (1 liter)", "Range": "0.52-1.08", "Value": "0.73"}, {"Item": "Loaf of Fresh White Bread (500g)", "Range": "0.7-1.84", "Value": "1.18"}, {"Item": "Rice (white), (1kg)", "Range": "0.8-1.62", "Value": "1.01"}, {"Item": "Eggs (regular) (12)", "Range": "1.3-3.03", "Value": "2.08"}, {"Item": "Local Cheese (1kg)", "Range": "4.97-17.32", "Value": "7.63"}, {"Item": "Chicken Fillets (1kg)", "Range": "2.71-6.5", "Value": "5.25"}, {"Item": "Beef Round (1kg) (or Equivalent Back Leg Red Meat)", "Range": "5.41-16.24", "Value": "9.59"}, {"Item": "Apples (1kg)", "Range": "0.97-2.17", "Value": "1.61"}, {"Item": "Banana (1kg)", "Range": "1.03-2.17", "Value": "1.18"}, {"Item": "Oranges (1kg)", "Range": "0.87-2.17", "Value": "1.44"}, {"Item": "Tomato (1kg)", "Range": "1.08-2.17", "Value": "1.57"}, {"Item": "Potato (1kg)", "Range": "0.49-1.62", "Value": "0.97"}, {"Item": "Onion (1kg)", "Range": "0.86-1.62", "Value": "1.1"}, {"Item": "Lettuce (1 head)", "Range": "0.54-1.41", "Value": "1.04"}, {"Item": "Water (1.5 liter bottle)", "Range": "0.22-1.08", "Value": "0.58"}, {"Item": "Bottle of Wine (Mid-Range)", "Range": "3.25-7.58", "Value": "4.33"}, {"Item": "Domestic Beer (0.5 liter bottle)", "Range": "0.76-1.97", "Value": "1.17"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "1.08-3.25", "Value": "2.47"}, {"Item": "Cigarettes 20 Pack (Marlboro)", "Range": "5.2-6.23", "Value": "5.52"}, {"Item": "One-way Ticket (Local Transport)", "Range": "1.62-2.17", "Value": "1.95"}, {"Item": "Monthly Pass (Regular Price)", "Range": "32.49-43.32", "Value": "43.32"}, {"Item": "Taxi Start (Normal Tariff)", "Range": "2.71-4.22", "Value": "3.52"}, {"Item": "Taxi 1km (Normal Tariff)", "Range": "0.51-1.07", "Value": "0.51"}, {"Item": "Taxi 1hour Waiting (Normal Tariff)", "Range": "16.03-21.66", "Value": "16.03"}, {"Item": "Gasoline (1 liter)", "Range": "1.51-1.78", "Value": "1.65"}, {"Item": "Volkswagen Golf 1.4 90 KW Trendline (Or Equivalent New Car)", "Range": "26964.21-32487.0", "Value": "28273.44"}, {"Item": "Toyota Corolla Sedan 1.6l 97kW Comfort (Or Equivalent New Car)", "Range": "27072.5-32487.0", "Value": "29195.92"}, {"Item": "Basic (Electricity, Heating, Cooling, Water, Garbage) for 85m2 Apartment", "Range": "86.63-200.82", "Value": "120.29"}, {"Item": "1 min. of Prepaid Mobile Tariff Local (No Discounts or Plans)", "Range": "0.05-0.32", "Value": "0.21"}, {"Item": "Internet (60 Mbps or More, Unlimited Data, Cable/ADSL)", "Range": "30.32-54.14", "Value": "35.89"}, {"Item": "Fitness Club, Monthly Fee for 1 Adult", "Range": "23.82-54.14", "Value": "35.18"}, {"Item": "Tennis Court Rent (1 Hour on Weekend)", "Range": "8.66-21.66", "Value": "14.58"}, {"Item": "Cinema, International Release, 1 Seat", "Range": "7.31-8.66", "Value": "7.58"}, {"Item": "Preschool (or Kindergarten), Full Day, Private, Monthly for 1 Child", "Range": "324.87-595.6", "Value": "450.76"}, {"Item": "International Primary School, Yearly for 1 Child", "Range": "5847.66-14077.7", "Value": "9035.15"}, {"Item": "1 Pair of Jeans (Levis 501 Or Similar)", "Range": "32.49-129.95", "Value": "82.39"}, {"Item": "1 Summer Dress in a Chain Store (Zara, H&M, ...)", "Range": "21.65-43.32", "Value": "29.99"}, {"Item": "1 Pair of Nike Running Shoes (Mid-Range)", "Range": "48.73-97.46", "Value": "74.48"}, {"Item": "1 Pair of Men Leather Business Shoes", "Range": "48.73-129.95", "Value": "83.32"}, {"Item": "Apartment (1 bedroom) in City Centre", "Range": "758.03-1299.48", "Value": "895.56"}, {"Item": "Apartment (1 bedroom) Outside of Centre", "Range": "541.45-866.32", "Value": "691.33"}, {"Item": "Apartment (3 bedrooms) in City Centre", "Range": "1299.48-2165.8", "Value": "1640.98"}, {"Item": "Apartment (3 bedrooms) Outside of Centre", "Range": "866.32-1624.35", "Value": "1113.44"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) in City Centre", "Range": "433.16-721.94", "Value": "546.99"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) Outside of Centre", "Range": "288.78-541.45", "Value": "371.14"}, {"Item": "Price per Square Meter to Buy Apartment in City Centre", "Range": "3248.7-7038.85", "Value": "4717.04"}, {"Item": "Price per Square Meter to Buy Apartment Outside of Centre", "Range": "1732.64-4331.6", "Value": "2848.57"}, {"Item": "Average Monthly Net Salary (After Tax)", "Range": "N/A", "Value": "1120.13"}, {"Item": "Mortgage Interest Rate in Percentages (%), Yearly, for 20 Years Fixed-Rate", "Range": "1.3-3.25", "Value": "2.3"}]}], "cost_of_living_index": "54.50", "cost_of_living_plus_rent_index": "44.01", "country": "Portugal", "groceries_index": "41.88", "last_updated_timestamp": "2021-02-18 21:53:08.542704+00:00", "local_purchasing_power_index": "46.89", "name": "Lisbon", "rent_index": "32.18", "restaurant_price_index": "47.95", "us_state": "N/A"}, {"cost_of_living_details": [{"currency": "USD", "details": [{"Item": "Estimated Monthly Costs Without Rent", "Range": "N/A", "Value": "1780.64"}, {"Item": "Meal, Inexpensive Restaurant", "Range": "20.06-50.16", "Value": "40.13"}, {"Item": "Meal for 2 People, Mid-range Restaurant, Three-course", "Range": "120.38-200.63", "Value": "140.44"}, {"Item": "McMeal at McDonalds (or Equivalent Combo Meal)", "Range": "12.04-17.05", "Value": "15.04"}, {"Item": "Domestic Beer (0.5 liter draught)", "Range": "7.02-12.04", "Value": "9.03"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "9.03-14.04", "Value": "10.03"}, {"Item": "Cappuccino (regular)", "Range": "3.01-6.02", "Value": "5.28"}, {"Item": "Coke/Pepsi (0.33 liter bottle)", "Range": "2.01-3.52", "Value": "2.83"}, {"Item": "Water (0.33 liter bottle)", "Range": "2.01-4.01", "Value": "2.42"}, {"Item": "Milk (regular), (1 liter)", "Range": "2.86-6.62", "Value": "4.4"}, {"Item": "Loaf of Fresh White Bread (500g)", "Range": "5.53-7.75", "Value": "6.91"}, {"Item": "Rice (white), (1kg)", "Range": "4.31-10.24", "Value": "8.42"}, {"Item": "Eggs (regular) (12)", "Range": "1.96-6.02", "Value": "5.08"}, {"Item": "Local Cheese (1kg)", "Range": "8.71-23.07", "Value": "13.72"}, {"Item": "Chicken Fillets (1kg)", "Range": "13.27-20.06", "Value": "17.4"}, {"Item": "Beef Round (1kg) (or Equivalent Back Leg Red Meat)", "Range": "8.02-33.17", "Value": "19.41"}, {"Item": "Apples (1kg)", "Range": "6.02-17.69", "Value": "11.31"}, {"Item": "Banana (1kg)", "Range": "2.63-10.03", "Value": "6.53"}, {"Item": "Oranges (1kg)", "Range": "2.19-15.48", "Value": "6.53"}, {"Item": "Tomato (1kg)", "Range": "2.15-12.04", "Value": "7.2"}, {"Item": "Potato (1kg)", "Range": "4.01-12.58", "Value": "7.69"}, {"Item": "Onion (1kg)", "Range": "2.15-8.85", "Value": "5.21"}, {"Item": "Lettuce (1 head)", "Range": "3.61-7.02", "Value": "5.63"}, {"Item": "Water (1.5 liter bottle)", "Range": "2.01-4.01", "Value": "3.0"}, {"Item": "Bottle of Wine (Mid-Range)", "Range": "19.06-25.07", "Value": "24.07"}, {"Item": "Domestic Beer (0.5 liter bottle)", "Range": "2.86-8.02", "Value": "5.81"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "3.01-9.03", "Value": "6.27"}, {"Item": "Cigarettes 20 Pack (Marlboro)", "Range": "15.04-20.06", "Value": "17.3"}, {"Item": "One-way Ticket (Local Transport)", "Range": "3.52-5.01", "Value": "4.52"}, {"Item": "Monthly Pass (Regular Price)", "Range": "60.19-70.22", "Value": "69.22"}, {"Item": "Taxi Start (Normal Tariff)", "Range": "4.01-7.93", "Value": "6.39"}, {"Item": "Taxi 1km (Normal Tariff)", "Range": "1.72-4.27", "Value": "3.01"}, {"Item": "Taxi 1hour Waiting (Normal Tariff)", "Range": "50.16-80.25", "Value": "65.21"}, {"Item": "Gasoline (1 liter)", "Range": "2.13-2.21", "Value": "2.18"}, {"Item": "Volkswagen Golf 1.4 90 KW Trendline (Or Equivalent New Car)", "Range": "35110.74-40126.57", "Value": "35110.74"}, {"Item": "Toyota Corolla Sedan 1.6l 97kW Comfort (Or Equivalent New Car)", "Range": "38120.23-40126.57", "Value": "38120.23"}, {"Item": "Basic (Electricity, Heating, Cooling, Water, Garbage) for 85m2 Apartment", "Range": "140.44-351.11", "Value": "209.0"}, {"Item": "1 min. of Prepaid Mobile Tariff Local (No Discounts or Plans)", "Range": "0.3-0.69", "Value": "0.5"}, {"Item": "Internet (60 Mbps or More, Unlimited Data, Cable/ADSL)", "Range": "116.32-180.57", "Value": "128.4"}, {"Item": "Fitness Club, Monthly Fee for 1 Adult", "Range": "150.47-230.73", "Value": "162.74"}, {"Item": "Tennis Court Rent (1 Hour on Weekend)", "Range": "12.04-35.12", "Value": "22.4"}, {"Item": "Cinema, International Release, 1 Seat", "Range": "10.03-16.05", "Value": "12.04"}, {"Item": "Preschool (or Kindergarten), Full Day, Private, Monthly for 1 Child", "Range": "1003.17-1330.19", "Value": "1157.99"}, {"Item": "International Primary School, Yearly for 1 Child", "Range": "20063.28-23072.78", "Value": "21642.93"}, {"Item": "1 Pair of Jeans (Levis 501 Or Similar)", "Range": "75.23-100.32", "Value": "89.36"}, {"Item": "1 Summer Dress in a Chain Store (Zara, H&M, ...)", "Range": "40.13-100.32", "Value": "66.87"}, {"Item": "1 Pair of Nike Running Shoes (Mid-Range)", "Range": "80.25-150.47", "Value": "122.53"}, {"Item": "1 Pair of Men Leather Business Shoes", "Range": "90.28-175.56", "Value": "130.41"}, {"Item": "Apartment (1 bedroom) in City Centre", "Range": "2006.33-3210.13", "Value": "2696.0"}, {"Item": "Apartment (1 bedroom) Outside of Centre", "Range": "1504.75-2206.96", "Value": "1850.28"}, {"Item": "Apartment (3 bedrooms) in City Centre", "Range": "4514.24-7022.15", "Value": "5689.38"}, {"Item": "Apartment (3 bedrooms) Outside of Centre", "Range": "3511.08-5015.83", "Value": "4090.68"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) in City Centre", "Range": "1504.75-2340.72", "Value": "1896.46"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) Outside of Centre", "Range": "1170.36-1671.94", "Value": "1363.56"}, {"Item": "Price per Square Meter to Buy Apartment in City Centre", "Range": "10031.64-10797.97", "Value": "10414.8"}, {"Item": "Price per Square Meter to Buy Apartment Outside of Centre", "Range": "5398.99-6018.98", "Value": "5708.99"}, {"Item": "Average Monthly Net Salary (After Tax)", "Range": "N/A", "Value": "6921.84"}, {"Item": "Mortgage Interest Rate in Percentages (%), Yearly, for 20 Years Fixed-Rate", "Range": "6.65-9.06", "Value": "8.13"}]}, {"currency": "CHF", "details": [{"Item": "Estimated Monthly Costs Without Rent", "Range": "N/A", "Value": "1595.71"}, {"Item": "Meal, Inexpensive Restaurant", "Range": "17.98-44.95", "Value": "35.96"}, {"Item": "Meal for 2 People, Mid-range Restaurant, Three-course", "Range": "107.88-179.79", "Value": "125.85"}, {"Item": "McMeal at McDonalds (or Equivalent Combo Meal)", "Range": "10.79-15.28", "Value": "13.48"}, {"Item": "Domestic Beer (0.5 liter draught)", "Range": "6.29-10.79", "Value": "8.09"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "8.09-12.58", "Value": "8.99"}, {"Item": "Cappuccino (regular)", "Range": "2.7-5.39", "Value": "4.73"}, {"Item": "Coke/Pepsi (0.33 liter bottle)", "Range": "1.8-3.15", "Value": "2.53"}, {"Item": "Water (0.33 liter bottle)", "Range": "1.8-3.6", "Value": "2.17"}, {"Item": "Milk (regular), (1 liter)", "Range": "2.57-5.93", "Value": "3.94"}, {"Item": "Loaf of Fresh White Bread (500g)", "Range": "4.96-6.94", "Value": "6.19"}, {"Item": "Rice (white), (1kg)", "Range": "3.87-9.17", "Value": "7.55"}, {"Item": "Eggs (regular) (12)", "Range": "1.75-5.39", "Value": "4.55"}, {"Item": "Local Cheese (1kg)", "Range": "7.81-20.67", "Value": "12.29"}, {"Item": "Chicken Fillets (1kg)", "Range": "11.89-17.98", "Value": "15.59"}, {"Item": "Beef Round (1kg) (or Equivalent Back Leg Red Meat)", "Range": "7.19-29.73", "Value": "17.39"}, {"Item": "Apples (1kg)", "Range": "5.39-15.85", "Value": "10.14"}, {"Item": "Banana (1kg)", "Range": "2.36-8.99", "Value": "5.85"}, {"Item": "Oranges (1kg)", "Range": "1.96-13.87", "Value": "5.85"}, {"Item": "Tomato (1kg)", "Range": "1.93-10.79", "Value": "6.45"}, {"Item": "Potato (1kg)", "Range": "3.6-11.27", "Value": "6.89"}, {"Item": "Onion (1kg)", "Range": "1.93-7.93", "Value": "4.67"}, {"Item": "Lettuce (1 head)", "Range": "3.24-6.29", "Value": "5.05"}, {"Item": "Water (1.5 liter bottle)", "Range": "1.8-3.6", "Value": "2.69"}, {"Item": "Bottle of Wine (Mid-Range)", "Range": "17.08-22.47", "Value": "21.57"}, {"Item": "Domestic Beer (0.5 liter bottle)", "Range": "2.57-7.19", "Value": "5.21"}, {"Item": "Imported Beer (0.33 liter bottle)", "Range": "2.7-8.09", "Value": "5.62"}, {"Item": "Cigarettes 20 Pack (Marlboro)", "Range": "13.48-17.98", "Value": "15.51"}, {"Item": "One-way Ticket (Local Transport)", "Range": "3.15-4.49", "Value": "4.05"}, {"Item": "Monthly Pass (Regular Price)", "Range": "53.94-62.93", "Value": "62.03"}, {"Item": "Taxi Start (Normal Tariff)", "Range": "3.6-7.1", "Value": "5.73"}, {"Item": "Taxi 1km (Normal Tariff)", "Range": "1.54-3.82", "Value": "2.7"}, {"Item": "Taxi 1hour Waiting (Normal Tariff)", "Range": "44.95-71.92", "Value": "58.43"}, {"Item": "Gasoline (1 liter)", "Range": "1.91-1.98", "Value": "1.95"}, {"Item": "Volkswagen Golf 1.4 90 KW Trendline (Or Equivalent New Car)", "Range": "31464.27-35959.17", "Value": "31464.27"}, {"Item": "Toyota Corolla Sedan 1.6l 97kW Comfort (Or Equivalent New Car)", "Range": "34161.21-35959.17", "Value": "34161.21"}, {"Item": "Basic (Electricity, Heating, Cooling, Water, Garbage) for 85m2 Apartment", "Range": "125.85-314.65", "Value": "187.3"}, {"Item": "1 min. of Prepaid Mobile Tariff Local (No Discounts or Plans)", "Range": "0.27-0.62", "Value": "0.44"}, {"Item": "Internet (60 Mbps or More, Unlimited Data, Cable/ADSL)", "Range": "104.24-161.82", "Value": "115.07"}, {"Item": "Fitness Club, Monthly Fee for 1 Adult", "Range": "134.84-206.77", "Value": "145.83"}, {"Item": "Tennis Court Rent (1 Hour on Weekend)", "Range": "10.79-31.47", "Value": "20.08"}, {"Item": "Cinema, International Release, 1 Seat", "Range": "8.99-14.38", "Value": "10.79"}, {"Item": "Preschool (or Kindergarten), Full Day, Private, Monthly for 1 Child", "Range": "898.98-1192.05", "Value": "1037.72"}, {"Item": "International Primary School, Yearly for 1 Child", "Range": "17979.58-20676.52", "Value": "19395.17"}, {"Item": "1 Pair of Jeans (Levis 501 Or Similar)", "Range": "67.42-89.9", "Value": "80.08"}, {"Item": "1 Summer Dress in a Chain Store (Zara, H&M, ...)", "Range": "35.96-89.9", "Value": "59.93"}, {"Item": "1 Pair of Nike Running Shoes (Mid-Range)", "Range": "71.92-134.84", "Value": "109.81"}, {"Item": "1 Pair of Men Leather Business Shoes", "Range": "80.9-157.32", "Value": "116.87"}, {"Item": "Apartment (1 bedroom) in City Centre", "Range": "1797.96-2876.73", "Value": "2416.0"}, {"Item": "Apartment (1 bedroom) Outside of Centre", "Range": "1348.47-1977.75", "Value": "1658.11"}, {"Item": "Apartment (3 bedrooms) in City Centre", "Range": "4045.41-6292.85", "Value": "5098.5"}, {"Item": "Apartment (3 bedrooms) Outside of Centre", "Range": "3146.43-4494.9", "Value": "3665.83"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) in City Centre", "Range": "1348.47-2097.62", "Value": "1699.5"}, {"Item": "Apartment (Shared Room in a 3 Bedrooms Apartment) Outside of Centre", "Range": "1048.81-1498.3", "Value": "1221.94"}, {"Item": "Price per Square Meter to Buy Apartment in City Centre", "Range": "8989.79-9676.53", "Value": "9333.16"}, {"Item": "Price per Square Meter to Buy Apartment Outside of Centre", "Range": "4838.27-5393.87", "Value": "5116.07"}, {"Item": "Average Monthly Net Salary (After Tax)", "Range": "N/A", "Value": "6202.96"}, {"Item": "Mortgage Interest Rate in Percentages (%), Yearly, for 20 Years Fixed-Rate", "Range": "5.96-8.12", "Value": "7.29"}]}], "cost_of_living_index": "146.94", "cost_of_living_plus_rent_index": "122.54", "country": "Bermuda", "groceries_index": "144.42", "last_updated_timestamp": "2021-02-18 21:50:26.676616+00:00", "local_purchasing_power_index": "93.11", "name": "Hamilton", "rent_index": "94.98", "restaurant_price_index": "158.02", "us_state": "N/A"}]}
{"properties": {"data": {"items": {"properties": {"cost_of_living_details": {"items": {"properties": {"currency": {"type": "string"}, "details": {"items": {"properties": {"Item": {"type": "string"}, "Range": {"type": "string"}, "Value": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}, "type": "array"}, "cost_of_living_index": {"type": "string"}, "cost_of_living_plus_rent_index": {"type": "string"}, "country": {"type": "string"}, "groceries_index": {"type": "string"}, "last_updated_timestamp": {"type": "string"}, "local_purchasing_power_index": {"type": "string"}, "name": {"type": "string"}, "rent_index": {"type": "string"}, "restaurant_price_index": {"type": "string"}, "us_state": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
5e99f02c-8e6c-4dd8-a225-83bf1e03bc27/e357245e-4244-4a0a-8d0a-32b4037563ba/0/0
Cities Cost of Living
Get detailed information about the living expenses of 650+ cities around the world.
8.2
Get Currencies List
Get a list of all the Currencies available
200
Response
{"currencies": ["EUR", "USD", "JPY", "GBP", "AUD"]}
{"properties": {"currencies": {"items": {"type": "string"}, "type": "array"}}, "type": "object"}
5e99f02c-8e6c-4dd8-a225-83bf1e03bc27/9817ef63-b8b4-4baf-9d3b-1d4d157ba5e0/0/0
Cities Cost of Living
Get detailed information about the living expenses of 650+ cities around the world.
8.2
Get Cities List
Get a list of all the Cities available
200
Response
{"cities": [{"country": "Ukraine", "name": "Mykolaiv"}, {"country": "Canada", "name": "Kitchener"}, {"country": "Russia", "name": "Samara"}, {"country": "United States", "name": "Kansas City"}, {"country": "India", "name": "Kochi"}, {"country": "Russia", "name": "Nizhny Novgorod"}, {"country": "Hong Kong", "name": "Hong Kong"}, {"country": "Kosovo (Disputed Territory)", "name": "Pristina"}, {"country": "Switzerland", "name": "Zurich"}]}
{"properties": {"cities": {"items": {"properties": {"country": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
982ebab2-9d7b-4ceb-a975-d46e0f5a2a0b/a6fd4d89-9f60-4079-a9ad-2788b601c7b7/0/0
Aviation Weather and Airport Data
Fast, up to date GraphQL API, serving latest METARs, TAFs combined with airport and runway data
6.7
/graphql
GraphQL endpoint
200
Response
{"data": {"getAirports": {"edges": [{"node": {"name": "Frankfurt am Main Airport", "icaoCode": "EDDF", "station": {"metars": {"edges": [{"node": {"observationTime": "2022-09-16T20:20:00Z", "rawText": "EDDF 162020Z AUTO 24008G19KT 220V280 CAVOK 11/07 Q1012 NOSIG", "temperature": 11, "flightCategory": "VFR", "windSpeed": 8, "windDirection": 240}}, {"node": {"observationTime": "2022-09-16T19:50:00Z", "rawText": "EDDF 161950Z AUTO 25009KT CAVOK 11/07 Q1012 NOSIG", "temperature": 11, "flightCategory": "VFR", "windSpeed": 9, "windDirection": 250}}, {"node": {"observationTime": "2022-09-16T19:20:00Z", "rawText": "EDDF 161920Z AUTO 25007KT CAVOK 09/08 Q1012 NOSIG", "temperature": 9, "flightCategory": "VFR", "windSpeed": 7, "windDirection": 250}}, {"node": {"observationTime": "2022-09-16T18:50:00Z", "rawText": "EDDF 161850Z AUTO 24006KT CAVOK 11/08 Q1012 NOSIG", "temperature": 11, "flightCategory": "VFR", "windSpeed": 6, "windDirection": 240}}, {"node": {"observationTime": "2022-09-16T18:20:00Z", "rawText": "EDDF 161820Z AUTO 27006KT 250V310 CAVOK 12/08 Q1011 NOSIG", "temperature": 12, "flightCategory": "VFR", "windSpeed": 6, "windDirection": 270}}]}}}}]}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"getAirports": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"name": {"type": "string"}, "icaoCode": {"type": "string"}, "station": {"type": "object", "properties": {"metars": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"observationTime": {"type": "string"}, "rawText": {"type": "string"}, "temperature": {"type": "integer"}, "flightCategory": {"type": "string"}, "windSpeed": {"type": "integer"}, "windDirection": {"type": "integer"}}, "required": ["flightCategory", "observationTime", "rawText", "temperature", "windDirection", "windSpeed"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["metars"]}}, "required": ["icaoCode", "name", "station"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["getAirports"]}}, "required": ["data"]}
1524ad50-92f6-4951-be37-a4770115028e/14b1cf00-6734-43a1-aa5e-9152c232998e/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
flights/auto-complete
Auto complete
200
New Example
{"data": ["Luanda, Angola", "Luang Prabang, Laos", "Luang Nam Tha, Laos", "Lyon, France", "Lyon, Bron, France", "Lyon, St Exupery Airport, France", "Lyon Grenoble Saint Geoirs Apt, France", "Lima, USA, Ohio", "Leon (Mx), Mexico", "Laayoune, Morocco", "Lannion, France", "Lamu, Kenya", "Lemmon, USA, South Dakota", "Leon, Spain", "Lome, Togo", "Limon, USA, Colorado", "Lima, Peru", "Limon, Costa Rica", "Long Lama, Malaysia", "Limon, Honduras", "Lumi, Papua New Guinea", "Lime Acres, South Africa", "Lamen Bay, Vanuatu", "Loani, Papua New Guinea", "Lone Rock, USA, Wisconsin", "Lanai-Lanai City, USA, Hawaii", "Loen, Marshall Islands", "Niamtougou/Lama Kara, Togo", "La Union, Honduras", "Luena (Luso), Angola", "Lime Village, USA, Alaska", "Lawn Hill, Australia, Queensland", "Lyneham, United Kingdom", "Linyi, China", "Sierra Leone, Sierra Leone", "Lynn Lake, Canada, Manitoba"], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
1524ad50-92f6-4951-be37-a4770115028e/5794b424-5150-4117-928d-7fb8a0d9b7dd/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
languages
Get languages
200
Example_1
{"data": [{"__typename": "Language", "code": "en-gb", "codeAirportTaxis": "en-gb", "countryFlag": "gb", "name": "English (UK)"}, {"__typename": "Language", "code": "en-us", "codeAirportTaxis": "en-us", "countryFlag": "us", "name": "English (US)"}, {"__typename": "Language", "code": "de", "codeAirportTaxis": "de-de", "countryFlag": "de", "name": "Deutsch"}, {"__typename": "Language", "code": "nl", "codeAirportTaxis": "nl-nl", "countryFlag": "nl", "name": "Nederlands"}, {"__typename": "Language", "code": "fr", "codeAirportTaxis": "fr-fr", "countryFlag": "fr", "name": "Fran\u00e7ais"}, {"__typename": "Language", "code": "es", "codeAirportTaxis": "es-es", "countryFlag": "es", "name": "Espa\u00f1ol"}, {"__typename": "Language", "code": "es-ar", "codeAirportTaxis": "es-ar", "countryFlag": "ar", "name": "Espa\u00f1ol (AR)"}, {"__typename": "Language", "code": "es-mx", "codeAirportTaxis": "es-mx", "countryFlag": "mx", "name": "Espa\u00f1ol (MX)"}, {"__typename": "Language", "code": "ca", "codeAirportTaxis": "ca-catalonia", "countryFlag": "catalonia", "name": "Catal\u00e0"}, {"__typename": "Language", "code": "it", "codeAirportTaxis": "it-it", "countryFlag": "it", "name": "Italiano"}, {"__typename": "Language", "code": "pt-pt", "codeAirportTaxis": "pt-pt", "countryFlag": "pt", "name": "Portugu\u00eas (PT)"}, {"__typename": "Language", "code": "pt-br", "codeAirportTaxis": "pt-br", "countryFlag": "br", "name": "Portugu\u00eas (BR)"}, {"__typename": "Language", "code": "no", "codeAirportTaxis": "no-no", "countryFlag": "no", "name": "Norsk"}, {"__typename": "Language", "code": "fi", "codeAirportTaxis": "fi-fi", "countryFlag": "fi", "name": "Suomi"}, {"__typename": "Language", "code": "sv", "codeAirportTaxis": "sv-se", "countryFlag": "se", "name": "Svenska"}, {"__typename": "Language", "code": "da", "codeAirportTaxis": "da-dk", "countryFlag": "dk", "name": "Dansk"}, {"__typename": "Language", "code": "cs", "codeAirportTaxis": "cs-cz", "countryFlag": "cz", "name": "\u010ce\u0161tina"}, {"__typename": "Language", "code": "hu", "codeAirportTaxis": "hu-hu", "countryFlag": "hu", "name": "Magyar"}, {"__typename": "Language", "code": "ro", "codeAirportTaxis": "ro-ro", "countryFlag": "ro", "name": "Rom\u00e2n\u0103"}, {"__typename": "Language", "code": "ja", "codeAirportTaxis": "ja-jp", "countryFlag": "jp", "name": "\u65e5\u672c\u8a9e"}, {"__typename": "Language", "code": "zh-cn", "codeAirportTaxis": "zh-cn", "countryFlag": "cn", "name": "\u7b80\u4f53\u4e2d\u6587"}, {"__typename": "Language", "code": "zh-tw", "codeAirportTaxis": "zh-tw", "countryFlag": "z4", "name": "\u7e41\u9ad4\u4e2d\u6587"}, {"__typename": "Language", "code": "pl", "codeAirportTaxis": "pl-pl", "countryFlag": "pl", "name": "Polski"}, {"__typename": "Language", "code": "el", "codeAirportTaxis": "el-gr", "countryFlag": "gr", "name": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"}, {"__typename": "Language", "code": "ru", "codeAirportTaxis": "ru-ru", "countryFlag": "ru", "name": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439"}, {"__typename": "Language", "code": "tr", "codeAirportTaxis": "tr-tr", "countryFlag": "tr", "name": "T\u00fcrk\u00e7e"}, {"__typename": "Language", "code": "bg", "codeAirportTaxis": "bg-bg", "countryFlag": "bg", "name": "\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438"}, {"__typename": "Language", "code": "ar", "codeAirportTaxis": "ar-sa", "countryFlag": "sa", "name": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629"}, {"__typename": "Language", "code": "ko", "codeAirportTaxis": "ko-kr", "countryFlag": "kr", "name": "\ud55c\uad6d\uc5b4"}, {"__typename": "Language", "code": "he", "codeAirportTaxis": "he-il", "countryFlag": "il", "name": "\u05e2\u05d1\u05e8\u05d9\u05ea"}, {"__typename": "Language", "code": "lv", "codeAirportTaxis": "lv-lv", "countryFlag": "lv", "name": "Latviski"}, {"__typename": "Language", "code": "uk", "codeAirportTaxis": "uk-ua", "countryFlag": "ua", "name": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}, {"__typename": "Language", "code": "hi", "codeAirportTaxis": "hi-in", "countryFlag": "in", "name": "\u0939\u093f\u0928\u094d\u0926\u0940"}, {"__typename": "Language", "code": "id", "codeAirportTaxis": "id-id", "countryFlag": "id", "name": "Bahasa Indonesia"}, {"__typename": "Language", "code": "ms", "codeAirportTaxis": "ms-my", "countryFlag": "my", "name": "Bahasa Malaysia"}, {"__typename": "Language", "code": "th", "codeAirportTaxis": "th-th", "countryFlag": "th", "name": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"}, {"__typename": "Language", "code": "et", "codeAirportTaxis": "et-ee", "countryFlag": "ee", "name": "Eesti"}, {"__typename": "Language", "code": "hr", "codeAirportTaxis": "hr-hr", "countryFlag": "hr", "name": "Hrvatski"}, {"__typename": "Language", "code": "lt", "codeAirportTaxis": "lt-lt", "countryFlag": "lt", "name": "Lietuvi\u0173"}, {"__typename": "Language", "code": "sk", "codeAirportTaxis": "sk-sk", "countryFlag": "sk", "name": "Sloven\u010dina"}, {"__typename": "Language", "code": "sr", "codeAirportTaxis": "sr-rs", "countryFlag": "rs", "name": "Srpski"}, {"__typename": "Language", "code": "sl", "codeAirportTaxis": "sl-si", "countryFlag": "si", "name": "Sloven\u0161\u010dina"}, {"__typename": "Language", "code": "vi", "codeAirportTaxis": "vi-vn", "countryFlag": "vn", "name": "Ti\u1ebfng Vi\u1ec7t"}, {"__typename": "Language", "code": "tl", "codeAirportTaxis": "tl-ph", "countryFlag": "ph", "name": "Filipino"}, {"__typename": "Language", "code": "is", "codeAirportTaxis": "is-is", "countryFlag": "is", "name": "\u00cdslenska"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "code": {"type": "string"}, "codeAirportTaxis": {"type": "string"}, "countryFlag": {"type": "string"}, "name": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
1524ad50-92f6-4951-be37-a4770115028e/e3a20006-e8b4-4455-a150-bd5527ed71d8/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
stays/properties/detail/policies
Get detail policies
200
Example_1
{"data": {"currencyCode": "USD", "languageCode": "en-us", "policies": {"__typename": "ChildAndBedPolicy", "allowChildren": false, "allowCribs": false, "allowExtraBeds": false, "childPolicyRules": [], "isFCR": false, "minChildrenAge": 0}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"currencyCode": {"type": "string"}, "languageCode": {"type": "string"}, "policies": {"type": "object", "properties": {"__typename": {"type": "string"}, "allowChildren": {"type": "boolean"}, "allowCribs": {"type": "boolean"}, "allowExtraBeds": {"type": "boolean"}, "childPolicyRules": {"type": "array"}, "isFCR": {"type": "boolean"}, "minChildrenAge": {"type": "integer"}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
1524ad50-92f6-4951-be37-a4770115028e/7ca89ff5-ea2d-4287-97e6-a1cc69f5a034/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
stays/properties/detail/facilities
Get detail facilities
200
Example_1
{"data": {"facilities": [{"__typename": "BaseFacility", "groupId": 1, "id": 109, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "FREE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Air conditioning"}], "slug": "airconditioning"}, {"__typename": "BaseFacility", "groupId": 1, "id": 108, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Smoke-free property"}], "slug": "all_public_and_private_spaces_nonsmoking"}, {"__typename": "BaseFacility", "groupId": 1, "id": 80, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Tile/Marble floor"}], "slug": "tiled__marble_floor"}, {"__typename": "BaseFacility", "groupId": 1, "icon": "no_smoking", "id": 16, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Non-smoking rooms"}], "slug": "non_smoking_rooms"}, {"__typename": "BaseFacility", "groupId": 2, "id": 408, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Tour or class about local culture"}], "slug": "tour_or_class_about_local_culture"}, {"__typename": "BaseFacility", "groupId": 2, "id": 407, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Happy hour"}], "slug": "happy_hour"}, {"__typename": "BaseFacility", "groupId": 2, "id": 302, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Beach"}], "slug": "beach"}, {"__typename": "BaseFacility", "groupId": 2, "id": 90, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": true, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Snorkeling"}], "slug": "snorkeling"}, {"__typename": "BaseFacility", "groupId": 2, "id": 86, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": true, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Horseback riding"}], "slug": "horseriding"}, {"__typename": "BaseFacility", "groupId": 2, "id": 82, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": true, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Diving"}], "slug": "diving"}, {"__typename": "BaseFacility", "groupId": 2, "id": 69, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": true, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Canoeing"}], "slug": "canoeing"}, {"__typename": "BaseFacility", "groupId": 2, "id": 19, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": true, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Fishing"}], "slug": "fishing"}, {"__typename": "BaseFacility", "groupId": 3, "id": 304, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Shuttle service"}], "slug": "shuttle_service"}, {"__typename": "BaseFacility", "groupId": 3, "icon": "transport_shuttle", "id": 17, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Airport shuttle"}], "slug": "airport_shuttle"}, {"__typename": "BaseFacility", "groupId": 4, "id": 184, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Socket near the bed"}], "slug": "socket_near_the_bed"}, {"__typename": "BaseFacility", "groupId": 4, "id": 138, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Clothes rack"}], "slug": "clothes_rack"}, {"__typename": "BaseFacility", "groupId": 5, "id": 141, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Toilet paper"}], "slug": "toilet_paper"}, {"__typename": "BaseFacility", "groupId": 5, "id": 124, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Towels"}], "slug": "towels"}, {"__typename": "BaseFacility", "groupId": 5, "id": 69, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Bathtub or shower"}], "slug": "bath_or_shower"}, {"__typename": "BaseFacility", "groupId": 5, "id": 38, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": {"__typename": "BathroomAttributes", "gender": "UNKNOWN_GENDER", "location": "INSIDE_THE_ROOM", "numberOfGuestsWithAccess": null, "type": "PRIVATE"}, "isOffsite": false, "name": null, "paymentInfo": null, "scheduleEntry": []}, "subFacilities": [], "title": "Private Bathroom"}], "slug": "private_bathroom"}, {"__typename": "BaseFacility", "groupId": 5, "id": 31, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Toilet"}], "slug": "toilet"}, {"__typename": "BaseFacility", "groupId": 5, "id": 27, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Free toiletries"}], "slug": "free_toiletries"}, {"__typename": "BaseFacility", "groupId": 5, "id": 4, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Shower"}], "slug": "shower"}, {"__typename": "BaseFacility", "groupId": 6, "id": 8, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "TV"}], "slug": "tv"}, {"__typename": "BaseFacility", "groupId": 7, "id": 219, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Coffee house on site"}], "slug": "onsite_coffee_shop"}, {"__typename": "BaseFacility", "groupId": 7, "id": 205, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Fruit"}], "slug": "fruits"}, {"__typename": "BaseFacility", "groupId": 7, "id": 203, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Wine/Champagne"}], "slug": "winechampagne"}, {"__typename": "BaseFacility", "groupId": 7, "id": 176, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Kids' meals"}], "slug": "kid_meals"}, {"__typename": "BaseFacility", "groupId": 7, "icon": "bar", "id": 7, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Bar"}], "slug": "bar"}, {"__typename": "BaseFacility", "groupId": 7, "icon": "food", "id": 3, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": {"__typename": "RestaurantAttributes", "ambiances": [{"__ref": "Ambiance:1"}, {"__ref": "Ambiance:2"}, {"__ref": "Ambiance:3"}, {"__ref": "Ambiance:4"}], "cuisines": [{"__ref": "Cuisine:24"}], "isAlacarte": true, "isBuffet": false, "mealTypes": [], "openForMeals": [{"__ref": "OpenForMeal:3"}, {"__ref": "OpenForMeal:4"}, {"__ref": "OpenForMeal:6"}]}, "isOffsite": false, "name": "El Huerto ", "paymentInfo": null, "scheduleEntry": [{"__typename": "ScheduleEntry", "dayOfWeek": "MONDAY", "from": {"__typename": "ScheduleTime", "hours": 14, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 22, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "TUESDAY", "from": {"__typename": "ScheduleTime", "hours": 14, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 22, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "WEDNESDAY", "from": {"__typename": "ScheduleTime", "hours": 14, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 22, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "THURSDAY", "from": {"__typename": "ScheduleTime", "hours": 14, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 22, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "FRIDAY", "from": {"__typename": "ScheduleTime", "hours": 14, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 22, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "SATURDAY", "from": {"__typename": "ScheduleTime", "hours": 14, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 22, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "SUNDAY", "from": {"__typename": "ScheduleTime", "hours": 14, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 22, "minutes": 0}}]}, "subFacilities": [], "title": "Restaurant"}], "slug": "restaurant"}, {"__typename": "BaseFacility", "groupId": 11, "icon": "internet", "id": 47, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": {"__typename": "InternetAttributes", "connectionType": "WIFI", "coverageArea": "ENTIRE_PROPERTY"}, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": {"__typename": "ChargeDetails", "currency": "USD", "frequency": "UNKNOWN_FREQUENCY", "price": 0}, "chargeMode": "FREE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Internet"}], "slug": "internet_services"}, {"__typename": "BaseFacility", "groupId": 12, "id": 22, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Refrigerator"}], "slug": "refrigerator"}, {"__typename": "BaseFacility", "groupId": 13, "id": 224, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Picnic area"}], "slug": "picnic_area"}, {"__typename": "BaseFacility", "groupId": 13, "id": 222, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Outdoor furniture"}], "slug": "outdoor_furniture"}, {"__typename": "BaseFacility", "groupId": 13, "id": 130, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Outdoor dining area"}], "slug": "outdoor_dining_area"}, {"__typename": "BaseFacility", "groupId": 13, "id": 93, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Private pool"}], "slug": "private_pool"}, {"__typename": "BaseFacility", "groupId": 13, "id": 14, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Garden"}], "slug": "garden"}, {"__typename": "BaseFacility", "groupId": 16, "icon": "parking_sign", "id": 2, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": {"__typename": "ParkingAttributes", "reservation": "NOT_NEEDED", "type": "PUBLIC"}, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": {"__typename": "ChargeDetails", "currency": "USD", "frequency": "UNKNOWN_FREQUENCY", "price": 0}, "chargeMode": "FREE"}, "scheduleEntry": []}, "subFacilities": [{"__typename": "SubFacility", "instances": [{"__typename": "SubFacilityInstance", "title": "Street parking"}], "slug": "street_parking"}, {"__typename": "SubFacility", "instances": [{"__typename": "SubFacilityInstance", "title": "Accessible parking"}], "slug": "accessible_parking"}], "title": "Parking"}], "slug": "parking_fee_required"}, {"__typename": "BaseFacility", "groupId": 17, "id": 125, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Linens"}], "slug": "linen"}, {"__typename": "BaseFacility", "groupId": 17, "id": 95, "instances": [{"__typename": "Instance", "attributes": null, "subFacilities": [], "title": "Wardrobe or closet"}], "slug": "wardrobecloset"}, {"__typename": "BaseFacility", "groupId": 21, "icon": "pool", "id": 433, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": {"__typename": "SwimmingPoolAttributes", "ageRestriction": "ADULTS_ONLY", "availabilityType": "ALL_SEASON", "isHeated": false, "isInfinity": false, "isPlungePool": false, "isPoolWithView": false, "isRooftop": false, "isSaltWater": false, "isShallowEnd": false, "isShared": false, "location": "OUTDOOR"}, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "FREE"}, "scheduleEntry": [{"__typename": "ScheduleEntry", "dayOfWeek": "MONDAY", "from": {"__typename": "ScheduleTime", "hours": 8, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 20, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "TUESDAY", "from": {"__typename": "ScheduleTime", "hours": 8, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 20, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "WEDNESDAY", "from": {"__typename": "ScheduleTime", "hours": 8, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 20, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "THURSDAY", "from": {"__typename": "ScheduleTime", "hours": 8, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 20, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "FRIDAY", "from": {"__typename": "ScheduleTime", "hours": 8, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 20, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "SATURDAY", "from": {"__typename": "ScheduleTime", "hours": 8, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 20, "minutes": 0}}, {"__typename": "ScheduleEntry", "dayOfWeek": "SUNDAY", "from": {"__typename": "ScheduleTime", "hours": 8, "minutes": 0}, "to": {"__typename": "ScheduleTime", "hours": 20, "minutes": 0}}]}, "subFacilities": [{"__typename": "SubFacility", "instances": [{"__typename": "SubFacilityInstance", "title": "Beach chairs/Loungers"}], "slug": "beach_chairs__loungers"}], "title": "Outdoor swimming pool"}], "slug": "swimming_pool_2019_format"}, {"__typename": "BaseFacility", "groupId": 21, "id": 254, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Yoga classes"}], "slug": "yoga_classes"}, {"__typename": "BaseFacility", "groupId": 21, "id": 253, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Fitness"}], "slug": "fitness"}, {"__typename": "BaseFacility", "groupId": 21, "id": 242, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Spa lounge/Relaxation area"}], "slug": "spa_loungerelaxation_area"}, {"__typename": "BaseFacility", "groupId": 21, "id": 221, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "PAID"}, "scheduleEntry": []}, "subFacilities": [], "title": "Beach umbrellas"}], "slug": "beach_umbrellas"}, {"__typename": "BaseFacility", "groupId": 21, "id": 220, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Beach chairs/Loungers"}], "slug": "beach_chairs__loungers"}, {"__typename": "BaseFacility", "groupId": 34, "id": 425, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Fire extinguishers"}], "slug": "fire_extinguishers"}, {"__typename": "BaseFacility", "groupId": 34, "id": 424, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "CCTV outside property"}], "slug": "cctv_outside_public_areas_of_a_property"}, {"__typename": "BaseFacility", "groupId": 34, "id": 423, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "CCTV in common areas"}], "slug": "cctv_inside_public_areas_of_a_property"}, {"__typename": "BaseFacility", "groupId": 34, "id": 419, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "Key access"}], "slug": "metal_keys_access"}, {"__typename": "BaseFacility", "groupId": 34, "id": 418, "instances": [{"__typename": "Instance", "attributes": {"__typename": "Attributes", "closureScheduleDuringStay": [], "extendedAttributes": null, "isOffsite": false, "name": null, "paymentInfo": {"__typename": "PaymentInfo", "chargeDetails": null, "chargeMode": "UNKNOWN_CHARGE_MODE"}, "scheduleEntry": []}, "subFacilities": [], "title": "24-hour security"}], "slug": "hour_security"}], "languageCode": "en-us"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"facilities": {"type": "array", "items": {"type": "object"}}, "languageCode": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
1524ad50-92f6-4951-be37-a4770115028e/4a33bdf3-c20e-4aa4-a44e-dec60a41a10d/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
stays/auto-complete
Auto complete
200
Example_1
{"data": [{"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": "20033173", "dest_type": "city", "label": "Chicago, Illinois, United States", "label1": "Chicago", "label2": "Illinois, United States", "labels": [{"dest_id": "20033173", "dest_type": "city", "hl": 1, "precomposed": "Chicago", "text": "Chicago"}, {"dest_id": "2443", "dest_type": "region", "hl": 0, "precomposed": "Illinois", "text": "Illinois"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 41.8821, "lc": "en", "longitude": -87.6243, "nr_homes": 504, "nr_hotels": 796, "nr_hotels_25": 579, "photo_uri": "/xdata/images/city/square60/689751.jpg?k=c862581970eea76ac823d3073574379f977b1be3a4abba99dc0b2ef21606a5ee&o=", "roundtrip": "GgAgACgBMgJlbjoCY2hAAEoAUAA=", "rtl": false, "value": "Chicago, Illinois, 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": "20091627", "dest_type": "city", "label": "Charlotte, North Carolina, United States", "label1": "Charlotte", "label2": "North Carolina, United States", "labels": [{"dest_id": "20091627", "dest_type": "city", "hl": 1, "precomposed": "Charlotte", "text": "Charlotte"}, {"dest_id": "3008", "dest_type": "region", "hl": 0, "precomposed": "North Carolina", "text": "North Carolina"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 35.2271, "lc": "en", "longitude": -80.8431, "nr_homes": 102, "nr_hotels": 481, "nr_hotels_25": 473, "photo_uri": "/xdata/images/city/square60/976756.jpg?k=ecf6f54b7e5d33e339c85ef01161255e6bc70f1ea7071292155ee402fe6d9893&o=", "roundtrip": "GgAgASgBMgJlbjoCY2hAAEoAUAA=", "rtl": false, "value": "Charlotte, North Carolina, 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": "20115955", "dest_type": "city", "label": "Charleston, South Carolina, United States", "label1": "Charleston", "label2": "South Carolina, United States", "labels": [{"dest_id": "20115955", "dest_type": "city", "hl": 1, "precomposed": "Charleston", "text": "Charleston"}, {"dest_id": "3014", "dest_type": "region", "hl": 0, "precomposed": "South Carolina", "text": "South Carolina"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 32.7876, "lc": "en", "longitude": -79.94027, "nr_homes": 68, "nr_hotels": 315, "nr_hotels_25": 772, "photo_uri": "/xdata/images/city/square60/976831.jpg?k=d4186ca28782d6dd86bff624e8b13881e873dc91fa4c3a524ba0d5f2b6e724b4&o=", "roundtrip": "GgAgAigBMgJlbjoCY2hAAEoAUAA=", "rtl": false, "value": "Charleston, South Carolina, 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": "2614", "dest_type": "district", "label": "Downtown Chicago, Chicago, Illinois, United States", "label1": "Downtown Chicago", "label2": "Chicago, Illinois, United States", "labels": [{"dest_id": "2614", "dest_type": "district", "hl": 1, "precomposed": "Downtown Chicago", "text": "Downtown Chicago"}, {"dest_id": "20033173", "dest_type": "city", "hl": 0, "precomposed": "Chicago", "text": "Chicago"}, {"dest_id": "2443", "dest_type": "region", "hl": 0, "precomposed": "Illinois", "text": "Illinois"}, {"dest_id": "us", "dest_type": "country", "hl": 0, "precomposed": "United States", "text": "United States"}], "latitude": 41.88791, "lc": "en", "longitude": -87.627945, "nr_homes": 0, "nr_hotels": 156, "nr_hotels_25": 0, "photo_uri": "/xdata/images/district/square60/55551.jpg?k=58a5116ba6bc3cc002d9265f60627fdc7d87729e4c607779a8aa75542a275f6b&o=", "roundtrip": "GgAgAygBMgJlbjoCY2hAAEoAUAA=", "rtl": false, "value": "Downtown Chicago, Chicago, Illinois, 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": "gr", "cjk": false, "dest_id": "-820164", "dest_type": "city", "label": "Chania, Chania, Greece", "label1": "Chania", "label2": "Chania, Greece", "labels": [{"dest_id": "-820164", "dest_type": "city", "hl": 1, "precomposed": "Chania", "text": "Chania"}, {"dest_id": "2006", "dest_type": "region", "hl": 0, "precomposed": "Chania", "text": "Chania"}, {"dest_id": "gr", "dest_type": "country", "hl": 0, "precomposed": "Greece", "text": "Greece"}], "latitude": 35.513996, "lc": "xu", "longitude": 24.020357, "nr_homes": 604, "nr_hotels": 990, "nr_hotels_25": 3171, "photo_uri": "/xdata/images/city/square60/972645.jpg?k=e67d5a3228dec434cec58e12ad33e4c0c0f13808d64174e1d5adb44f847cab71&o=", "roundtrip": "GgAgBCgBMgJ4dToCY2hAAEoAUAA=", "rtl": false, "value": "Chania, Chania, Greece"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"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"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
1524ad50-92f6-4951-be37-a4770115028e/136b12ad-5601-496a-bafc-07b57eeb8f1a/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
stays/properties/detail/photos
Get detail photos
200
Example_1
{"data": {"photos": [{"__typename": "RTRoomPhoto", "id": 332137919, "photoUri": "/xdata/images/hotel/max1024x768/332137919.jpg?k=ecf22540a1c09b5269ec8bd242ab0273752a3863bf10ca1e6c7f707650aefeae&o=", "ranking": 5, "thumbnailUri": "/xdata/images/hotel/square60/332137919.jpg?k=ecf22540a1c09b5269ec8bd242ab0273752a3863bf10ca1e6c7f707650aefeae&o="}, {"__typename": "RTRoomPhoto", "id": 332137920, "photoUri": "/xdata/images/hotel/max1024x768/332137920.jpg?k=c4525a6bac3abc546d10e2705cab215558ad782c3ad568c9f7117ecccfab324f&o=", "ranking": 4, "thumbnailUri": "/xdata/images/hotel/square60/332137920.jpg?k=c4525a6bac3abc546d10e2705cab215558ad782c3ad568c9f7117ecccfab324f&o="}, {"__typename": "RTRoomPhoto", "id": 332137921, "photoUri": "/xdata/images/hotel/max1024x768/332137921.jpg?k=7161feb16385e35409f162b58b7f317603c871fa3750693c9d47b9b542aa78ef&o=", "ranking": 9, "thumbnailUri": "/xdata/images/hotel/square60/332137921.jpg?k=7161feb16385e35409f162b58b7f317603c871fa3750693c9d47b9b542aa78ef&o="}, {"__typename": "RTRoomPhoto", "id": 332137922, "photoUri": "/xdata/images/hotel/max1024x768/332137922.jpg?k=e32c4c18d70f989fbe3d3171ebc388767e80646cf120ab00bc93c596ae83cc9d&o=", "ranking": 6, "thumbnailUri": "/xdata/images/hotel/square60/332137922.jpg?k=e32c4c18d70f989fbe3d3171ebc388767e80646cf120ab00bc93c596ae83cc9d&o="}, {"__typename": "RTRoomPhoto", "id": 332137923, "photoUri": "/xdata/images/hotel/max1024x768/332137923.jpg?k=0e473de0ae469ca9d6291cd2c288b480cf05397ff2eb2ad7b195645d7f508c93&o=", "ranking": 8, "thumbnailUri": "/xdata/images/hotel/square60/332137923.jpg?k=0e473de0ae469ca9d6291cd2c288b480cf05397ff2eb2ad7b195645d7f508c93&o="}, {"__typename": "RTRoomPhoto", "id": 332137924, "photoUri": "/xdata/images/hotel/max1024x768/332137924.jpg?k=1fe3988087d8a7dd075c52899a41fded62aa3a103e23f0960eb40d6fd3da0c4f&o=", "ranking": 7, "thumbnailUri": "/xdata/images/hotel/square60/332137924.jpg?k=1fe3988087d8a7dd075c52899a41fded62aa3a103e23f0960eb40d6fd3da0c4f&o="}, {"__typename": "RTRoomPhoto", "id": 332137925, "photoUri": "/xdata/images/hotel/max1024x768/332137925.jpg?k=8f753929bbaf590ba7ee72bff77207ca275726c9be842df3c3535e42dfb56621&o=", "ranking": 10, "thumbnailUri": "/xdata/images/hotel/square60/332137925.jpg?k=8f753929bbaf590ba7ee72bff77207ca275726c9be842df3c3535e42dfb56621&o="}, {"__typename": "RTRoomPhoto", "id": 336385916, "photoUri": "/xdata/images/hotel/max1024x768/336385916.jpg?k=875e88b40acbc2e531a89a3ebecc69d6e0bafa25a4ea0ac16ff29443c2590305&o=", "ranking": 20, "thumbnailUri": "/xdata/images/hotel/square60/336385916.jpg?k=875e88b40acbc2e531a89a3ebecc69d6e0bafa25a4ea0ac16ff29443c2590305&o="}, {"__typename": "RTRoomPhoto", "id": 336385209, "photoUri": "/xdata/images/hotel/max1024x768/336385209.jpg?k=9ae44b9bc115cf46d5a1165d44d4d1f7d80b603b19f85ecc4460d223b26a6815&o=", "ranking": 19, "thumbnailUri": "/xdata/images/hotel/square60/336385209.jpg?k=9ae44b9bc115cf46d5a1165d44d4d1f7d80b603b19f85ecc4460d223b26a6815&o="}, {"__typename": "RTRoomPhoto", "id": 336385210, "photoUri": "/xdata/images/hotel/max1024x768/336385210.jpg?k=deefefcfd9f177f46e7f9f3a4178d21fc37013eed2a32f474683209ca8f588ee&o=", "ranking": 18, "thumbnailUri": "/xdata/images/hotel/square60/336385210.jpg?k=deefefcfd9f177f46e7f9f3a4178d21fc37013eed2a32f474683209ca8f588ee&o="}, {"__typename": "RTRoomPhoto", "id": 336385206, "photoUri": "/xdata/images/hotel/max1024x768/336385206.jpg?k=2c4c82d0e3f32b48eaa54d62d93e35c5bd149e9312d1898d141617b43c65bf67&o=", "ranking": 21, "thumbnailUri": "/xdata/images/hotel/square60/336385206.jpg?k=2c4c82d0e3f32b48eaa54d62d93e35c5bd149e9312d1898d141617b43c65bf67&o="}, {"__typename": "RTRoomPhoto", "id": 333025178, "photoUri": "/xdata/images/hotel/max1024x768/333025178.jpg?k=8994c75ee4054ca0ea1e615420d5510be8ce38af7e693a3855414dd0582cab54&o=", "ranking": 11, "thumbnailUri": "/xdata/images/hotel/square60/333025178.jpg?k=8994c75ee4054ca0ea1e615420d5510be8ce38af7e693a3855414dd0582cab54&o="}, {"__typename": "RTRoomPhoto", "id": 333025189, "photoUri": "/xdata/images/hotel/max1024x768/333025189.jpg?k=261f5526dcbbce5e99339c7e3c703385e466b1ed9a492df50a0f1a87d91653ef&o=", "ranking": 14, "thumbnailUri": "/xdata/images/hotel/square60/333025189.jpg?k=261f5526dcbbce5e99339c7e3c703385e466b1ed9a492df50a0f1a87d91653ef&o="}, {"__typename": "RTRoomPhoto", "id": 333025193, "photoUri": "/xdata/images/hotel/max1024x768/333025193.jpg?k=51f3a3b4917755033fc7bcf882cb3287916f4754cfb4e4c500f951c3ebd0aae0&o=", "ranking": 13, "thumbnailUri": "/xdata/images/hotel/square60/333025193.jpg?k=51f3a3b4917755033fc7bcf882cb3287916f4754cfb4e4c500f951c3ebd0aae0&o="}, {"__typename": "RTRoomPhoto", "id": 333025207, "photoUri": "/xdata/images/hotel/max1024x768/333025207.jpg?k=1e4f1bdac626fe9fae2704318447c4e4192a8060346485c7933763fd01ca45a0&o=", "ranking": 12, "thumbnailUri": "/xdata/images/hotel/square60/333025207.jpg?k=1e4f1bdac626fe9fae2704318447c4e4192a8060346485c7933763fd01ca45a0&o="}, {"__typename": "RTRoomPhoto", "id": 336385539, "photoUri": "/xdata/images/hotel/max1024x768/336385539.jpg?k=9c253c6bcd850dc923a507ccdfd40259ef7ffb044573fa3fa9063080fcb58b1c&o=", "ranking": 15, "thumbnailUri": "/xdata/images/hotel/square60/336385539.jpg?k=9c253c6bcd850dc923a507ccdfd40259ef7ffb044573fa3fa9063080fcb58b1c&o="}, {"__typename": "RTRoomPhoto", "id": 336385540, "photoUri": "/xdata/images/hotel/max1024x768/336385540.jpg?k=dadfb114850acc1f671ca147ec3b837dd81e560e18f275bc148b3d8fd0843d66&o=", "ranking": 16, "thumbnailUri": "/xdata/images/hotel/square60/336385540.jpg?k=dadfb114850acc1f671ca147ec3b837dd81e560e18f275bc148b3d8fd0843d66&o="}, {"__typename": "RTRoomPhoto", "id": 336385208, "photoUri": "/xdata/images/hotel/max1024x768/336385208.jpg?k=081a9ab5ffc02d50673b4d296141f3c4f611aa4e7013f2c07f61f4f5dad78986&o=", "ranking": 17, "thumbnailUri": "/xdata/images/hotel/square60/336385208.jpg?k=081a9ab5ffc02d50673b4d296141f3c4f611aa4e7013f2c07f61f4f5dad78986&o="}], "prefix": "https://cf.bstatic.com"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"photos": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "id": {"type": "integer"}, "photoUri": {"type": "string"}, "ranking": {"type": "integer"}, "thumbnailUri": {"type": "string"}}}}, "prefix": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
1524ad50-92f6-4951-be37-a4770115028e/1434ac8a-ff64-40e0-9b2f-e72946ebbdec/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
stays/properties/detail/description
Get detail description
200
Example_1
{"data": [{"__typename": "Description", "description": "La Buena Vida Cabinas features a fitness room and air-conditioned accommodations in Playa Grande, a 10-minute walk from Playa Ventanas. Both free Wifi and parking on-site are accessible at the homestay free of charge. On-site staff can arrange a shuttle service.\n\nAt the homestay, each unit is fitted with a wardrobe, a TV, a private bathroom, bed linen, and towels. Some units also have a well-equipped kitchen with a stovetop and kitchenware. The rooms are equipped with heating facilities.\n\nGuests are welcome to eat at the on-site family-friendly restaurant, which is open for dinner, lunch, and cocktails.\n\nGuests can make the most of the garden, outdoor swimming pool, and yoga classes offered at La Buena Vida Cabinas. The homestay has a picnic area where you can spend the day outdoors.\n\nGrande Beach is a 11-minute walk from the accommodation. The nearest airport is Tamarindo, 8.1 miles from La Buena Vida Cabinas, and the property offers a paid airport shuttle service.", "languageCode": "en-us"}, {"__typename": "FinePrint", "description": "This property does not accommodate bachelor(ette) or similar parties.\n\nPlease inform La Buena Vida Cabinas of your expected arrival time in advance. You can use the Special Requests box when booking, or contact the property directly using the contact details in your confirmation.", "languageCode": "en-us"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "description": {"type": "string"}, "languageCode": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
1524ad50-92f6-4951-be37-a4770115028e/2a1c1dff-b35b-4fc4-845e-673d77b387be/0/0
Booking.com
Real-time data, unofficial API Booking.com This API helps to query rooms, price, facilities, policities.. from many hotels around the world to create a travel With GoToGate, users can search, compare, and book flights from various airlines, ensuring they can find options that suit their needs.
9.5
currencies
Get currencies
200
Example_1
{"data": [{"__typename": "Currency", "code": "hotel_currency", "encodedSymbol": "&#x20AC;&#163;US$", "name": "Property's Currency", "symbol": "\u20ac$\u00a3"}, {"__typename": "Currency", "code": "ARS", "encodedSymbol": "AR$", "name": "Argentine Peso", "symbol": "AR$"}, {"__typename": "Currency", "code": "AUD", "encodedSymbol": "AUD", "name": "Australian Dollar", "symbol": "AUD"}, {"__typename": "Currency", "code": "AZN", "encodedSymbol": "AZN", "name": "Azerbaijani Manat", "symbol": "\u043c\u0430\u043d"}, {"__typename": "Currency", "code": "BHD", "encodedSymbol": "BHD", "name": "Bahraini Dinar", "symbol": "BD"}, {"__typename": "Currency", "code": "BRL", "encodedSymbol": "R$", "name": "Brazilian Real", "symbol": "R$"}, {"__typename": "Currency", "code": "BGN", "encodedSymbol": "BGN", "name": "Bulgarian Lev", "symbol": "\u043b\u0432"}, {"__typename": "Currency", "code": "CAD", "encodedSymbol": "CAD", "name": "Canadian Dollar", "symbol": "CAN"}, {"__typename": "Currency", "code": "CLP", "encodedSymbol": "CL$", "name": "Chilean Peso", "symbol": "CH$"}, {"__typename": "Currency", "code": "CNY", "encodedSymbol": "CNY", "name": "Chinese Yuan", "symbol": "CY"}, {"__typename": "Currency", "code": "COP", "encodedSymbol": "COP", "name": "Colombian Peso", "symbol": "COL$"}, {"__typename": "Currency", "code": "CZK", "encodedSymbol": "K&#269;", "name": "Czech Koruna", "symbol": "CZK"}, {"__typename": "Currency", "code": "DKK", "encodedSymbol": "DKK", "name": "Danish Krone", "symbol": "DKR"}, {"__typename": "Currency", "code": "EGP", "encodedSymbol": "EGP", "name": "Egyptian Pound", "symbol": "\u00a3"}, {"__typename": "Currency", "code": "EUR", "encodedSymbol": "&#x20AC;", "name": "Euro", "symbol": "EUR"}, {"__typename": "Currency", "code": "FJD", "encodedSymbol": "FJD", "name": "Fijian Dollar", "symbol": "FJ$"}, {"__typename": "Currency", "code": "GEL", "encodedSymbol": "GEL", "name": "Georgian Lari", "symbol": "GEL"}, {"__typename": "Currency", "code": "HKD", "encodedSymbol": "HK$", "name": "Hong Kong Dollar", "symbol": "HKD"}, {"__typename": "Currency", "code": "HUF", "encodedSymbol": "HUF", "name": "Hungarian Forint", "symbol": "FT"}, {"__typename": "Currency", "code": "INR", "encodedSymbol": "Rs.", "name": "Indian Rupee", "symbol": "RS"}, {"__typename": "Currency", "code": "IDR", "encodedSymbol": "Rp", "name": "Indonesian Rupiah", "symbol": "RP"}, {"__typename": "Currency", "code": "ILS", "encodedSymbol": "&#x20AA;", "name": "Israeli New Shekel", "symbol": "NIS"}, {"__typename": "Currency", "code": "JPY", "encodedSymbol": "&#165;", "name": "Japanese Yen", "symbol": "Y"}, {"__typename": "Currency", "code": "JOD", "encodedSymbol": "JOD", "name": "Jordanian Dinar", "symbol": "JD"}, {"__typename": "Currency", "code": "KZT", "encodedSymbol": "KZT", "name": "Kazakhstani Tenge", "symbol": "KZT"}, {"__typename": "Currency", "code": "KWD", "encodedSymbol": "KWD", "name": "Kuwaiti Dinar", "symbol": "KD"}, {"__typename": "Currency", "code": "MYR", "encodedSymbol": "MYR", "name": "Malaysian Ringgit", "symbol": "RIN"}, {"__typename": "Currency", "code": "MXN", "encodedSymbol": "MXN", "name": "Mexican Peso", "symbol": "MEX"}, {"__typename": "Currency", "code": "MDL", "encodedSymbol": "MDL", "name": "Moldovan Leu", "symbol": "MDL"}, {"__typename": "Currency", "code": "NAD", "encodedSymbol": "NAD", "name": "Namibian Dollar", "symbol": "N$"}, {"__typename": "Currency", "code": "TWD", "encodedSymbol": "TWD", "name": "New Taiwan Dollar", "symbol": "NT$"}, {"__typename": "Currency", "code": "NZD", "encodedSymbol": "NZD", "name": "New Zealand Dollar", "symbol": "$NZ"}, {"__typename": "Currency", "code": "NOK", "encodedSymbol": "NOK", "name": "Norwegian Krone", "symbol": "NKR"}, {"__typename": "Currency", "code": "OMR", "encodedSymbol": "OMR", "name": "Omani Rial", "symbol": "RO"}, {"__typename": "Currency", "code": "PLN", "encodedSymbol": "z&#x0142;", "name": "Polish Z\u0142oty", "symbol": "ZL"}, {"__typename": "Currency", "code": "GBP", "encodedSymbol": "&#163;", "name": "Pound Sterling", "symbol": "GBP"}, {"__typename": "Currency", "code": "QAR", "encodedSymbol": "QAR", "name": "Qatari Riyal", "symbol": "QR"}, {"__typename": "Currency", "code": "RON", "encodedSymbol": "lei", "name": "Romanian Leu", "symbol": ""}, {"__typename": "Currency", "code": "RUB", "encodedSymbol": "RUB", "name": "Russian Ruble", "symbol": "RUB"}, {"__typename": "Currency", "code": "SAR", "encodedSymbol": "SAR", "name": "Saudi Arabian Riyal", "symbol": "SR"}, {"__typename": "Currency", "code": "SGD", "encodedSymbol": "S$", "name": "Singaporean Dollar", "symbol": "S$"}, {"__typename": "Currency", "code": "ZAR", "encodedSymbol": "ZAR", "name": "South African Rand", "symbol": "R"}, {"__typename": "Currency", "code": "KRW", "encodedSymbol": "KRW", "name": "South Korean Won", "symbol": "W"}, {"__typename": "Currency", "code": "SEK", "encodedSymbol": "SEK", "name": "Swedish Krona", "symbol": "SKR"}, {"__typename": "Currency", "code": "CHF", "encodedSymbol": "CHF", "name": "Swiss Franc", "symbol": "CHF"}, {"__typename": "Currency", "code": "THB", "encodedSymbol": "THB", "name": "Thai Baht", "symbol": "TB"}, {"__typename": "Currency", "code": "TRY", "encodedSymbol": "TL", "name": "Turkish Lira", "symbol": "YTL"}, {"__typename": "Currency", "code": "USD", "encodedSymbol": "$", "name": "U.S. Dollar", "symbol": "US$"}, {"__typename": "Currency", "code": "UAH", "encodedSymbol": "UAH", "name": "Ukrainian Hryvnia", "symbol": "UAH"}, {"__typename": "Currency", "code": "AED", "encodedSymbol": "AED", "name": "United Arab Emirates Dirham", "symbol": "UAE"}, {"__typename": "Currency", "code": "XOF", "encodedSymbol": "XOF", "name": "West African CFA Franc", "symbol": "XOF"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "code": {"type": "string"}, "encodedSymbol": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
f5d64b33-1999-424e-aea5-3a7aa4ba1c17/a441e92a-8bcc-4b6f-85ef-c47ba95eaa7e/0/0
Visa Requirements
Up-to-date and accurate information on visa requirements for any country, enabling efficient access to visa information for businesses, travel agencies, and individuals
8.1
/statuses
200
null
["visa-free"]
{"type": "array", "items": {"type": "string"}}
f5d64b33-1999-424e-aea5-3a7aa4ba1c17/e5cdbb8b-4f2d-4b7a-b15d-0d26cc2d0b98/0/0
Visa Requirements
Up-to-date and accurate information on visa requirements for any country, enabling efficient access to visa information for businesses, travel agencies, and individuals
8.1
/visa-requirements
500
null
{"error": ""}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string"}}}
f5d64b33-1999-424e-aea5-3a7aa4ba1c17/e5cdbb8b-4f2d-4b7a-b15d-0d26cc2d0b98/1/0
Visa Requirements
Up-to-date and accurate information on visa requirements for any country, enabling efficient access to visa information for businesses, travel agencies, and individuals
8.1
/visa-requirements
400
null
{"error": ""}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string"}}}
f5d64b33-1999-424e-aea5-3a7aa4ba1c17/e5cdbb8b-4f2d-4b7a-b15d-0d26cc2d0b98/2/0
Visa Requirements
Up-to-date and accurate information on visa requirements for any country, enabling efficient access to visa information for businesses, travel agencies, and individuals
8.1
/visa-requirements
200
null
{"status": "visa-free", "days": 30}
{"type": "object", "required": ["status"], "properties": {"status": {"type": "string"}, "days": {"type": "number"}}}
f5d64b33-1999-424e-aea5-3a7aa4ba1c17/695f5c72-e380-48f0-9493-221b4ef9c8f7/0/0
Visa Requirements
Up-to-date and accurate information on visa requirements for any country, enabling efficient access to visa information for businesses, travel agencies, and individuals
8.1
/countries
200
null
[{"iso2": "US"}]
{"type": "array", "items": {"type": "object", "required": ["iso2"], "properties": {"iso2": {"type": "string"}}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/bdaeb75d-1fa0-4986-a383-9385dd8d94a0/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
activities/detail
activities/detail The currency depends on the activity_token
200
New Example
{"data": {"activityRepresentativeInfo": {"activityId": 824958, "activityToken": "AAACqfABeyJhaWQiOjgyNDk1OCwicw0A8Ak1MDAwMSwic2FjIjoiMjAwODZQOCIsIm8cABAtGQAQbxkA8BwiLCJjdXIiOiJVU0QiLCJwcmljZSI6eyJkdCI6IkJPT0siLCJxIjoxLCJ0FwAgZXgGAP8JY3QiOjQyLjUyLCJjbyI6NDcuMH0sImFsHAAHomUiOm51bGwsImEJAP8EfSwibG8iOltdfSwic3RhcnRwcnYAXCR0ZB0ANG9zdAsARXBheHIMABRtCgARYpwAIWlkkQDRYSI6dHJ1ZSwibWlucBIAMG1heAkAETWtADBbeyJXAWFDSElMRCIlAEFhIjozJQBEYSI6OTcAFjA3ACJ9LDMAVUFEVUxUMwAlMTA0AB85bAAAUH1dLCJwbwAwMCwxzgAVb9cBAEkBEluuAC8wLIwAFjlwd3OVAKUsInBpcyI6MX0s-QAPpAAXAU0ACRkBkHBpcyI6MX1dfQ", "cancellationPolicy": {"cancellationType": "FREE_CANCELLATION", "policies": [{"hoursFrom": 8760, "hoursUntil": 25, "penaltyCode": "0P"}, {"hoursFrom": 25, "hoursUntil": 0, "penaltyCode": "100P"}, {"hoursFrom": 0, "hoursUntil": -1, "penaltyCode": "100P"}]}, "pricingSummary": {"pricing": [{"currency": "USD", "display": {"perBook": {"displayType": "BOOK", "loyaltyOffers": [], "quantity": 1, "total": {"allInclusive": {"chargeTotal": 42.52, "crossedOut": 47}, "exclusive": {"chargeTotal": 42.52, "crossedOut": 47}}}, "perPax": []}}]}, "supplierActivityCode": "20086P8"}, "content": {"activity": {"categories": [], "description": "* Explore the huge underground network of Cu Chi tunnels where were used as a military base of Vietnamese Soldiers during the Vietnam War resistance to the US Forces\n * Cruise on a motor boat to discover the Mekong Delta region & Paddle along the small canals under fronds of coconut trees lining both sides on a small rowing boat\n * Enjoy a local lunch with Vietnamese Cuisine", "duration": {"durationType": "FIXED", "minutes": 600, "minutesUntil": null}, "location": {"addressLine": "", "city": {"id": 13170, "name": "Ho Chi Minh City"}, "country": {"id": 38, "name": "Vietnam"}, "geo": {"lat": 10.7694444, "long": 106.6819444}, "postalCode": ""}, "title": "Cu Chi Tunnels and Mekong Delta - Luxury Tour from HCM City"}, "contentLocale": "en", "detail": {"additionalDetails": [{"additionalType": "OTHER", "description": ["Infants are required to sit on an adult\u2019s lap"]}, {"additionalType": "OTHER", "description": ["Public transportation options are available nearby"]}, {"additionalType": "OTHER", "description": ["Suitable for all physical fitness levels"]}], "exclusions": [{"benefitItems": [{"description": ["bullets (if you try shooting)"], "name": "OTHER"}, {"description": ["optional tip"], "name": "OTHER"}], "id": 1}], "genericSection": [], "inclusions": [{"benefitItems": [{"description": ["Hotel pickup in center of District 1, 3, 4 (except for Tan Dinh & Dakao Ward)"], "name": "OTHER"}, {"description": ["Transfer by mini-Bus or Limousine (depending on option booked)"], "name": "OTHER"}, {"description": ["Entrance ticket at Cu Chi tunnels"], "name": "OTHER"}, {"description": ["Bottled water"], "name": "OTHER"}, {"description": ["English speaking tour guide"], "name": "OTHER"}, {"description": ["Lunch of Vietnamese cuisine (vegan food available)"], "name": "OTHER"}], "id": 1}], "itineraries": [{"description": {"section": []}, "duration": {"durationType": "UNKNOWN", "minutes": 0, "minutesUntil": null}, "id": 1, "itineraryDays": [{"dayNumber": 1, "description": {"section": []}, "itineraries": [{"admissionIncluded": true, "description": {"section": [{"descriptions": ["Tour stars approximately at 7:40AM to 6:45PM - This full-day tour takes you from Ho Chi Minh city to two popular attractions: Cu Chi Tunnels, and the Mekong Delta. \n\nAround 7:30am. Get picked up from your hotel in the center of Ho Chi Minh city and head to Cu Chi Tunnels. After 1.5 hours ride, we arrive at the tunnels where you will get a chance to learn about the fascinating history and significance of the tunnels during the Vietnam War. You will have the opportunity to crawl distances of the tunnels, try your hand at the shooting range, and witness the intricate network of underground tunnels and traps that played a significant role in the war.\n\nAfter exploring the tunnels, we'll head to a local restaurant for lunch to try some of the delicious local Vietnamese cuisine (vegan food available)."], "title": ""}]}, "duration": {"durationType": "FIXED", "minutes": 180, "minutesUntil": null}, "media": [], "pointsOfInterest": [{"description": null, "locationRefId": 113}]}, {"admissionIncluded": null, "description": {"section": [{"descriptions": ["After lunch, we'll head to My Tho - the heart of the Mekong Delta region. You'll get a glimpse into the daily life of the locals as we take a boat ride down the Mekong River, where you can enjoy the picturesque scenery of the surrounding countryside.\n\nWe will then take a sampan ride through the small waterways with coconut palms line both sides, where you can experience the rural lifestyle, stop by the bee house to enjoy some local fruits and honey tea, listen to a live local music performance performed by the villagers.\n\nWe'll wrap up our day and head back to Ho Chi Minh City in the afternoon and be taken back to your hotel. This is a unique opportunity to experience some of the best Southern Vietnam has to offer, with a mix of history, culture, and natural beauty all in one day."], "title": ""}]}, "duration": {"durationType": "FIXED", "minutes": 180, "minutesUntil": null}, "media": [], "pointsOfInterest": [{"description": null, "locationRefId": 197}]}]}], "itineraryRoutes": null, "itineraryType": "STRUCTURED_ITINERARY"}], "locations": [{"address": {"addressLine": "28-30-32 Le Lai Street, Ben Thanh Ward, District 1"}, "id": 181, "name": "Winsuites Saigon"}, {"address": {"addressLine": "47 Thu Khoa Huan St, Dist 1, Rosana Tow"}, "id": 188, "name": "Reddoorz At Thu Khoa Huan Street"}, {"address": {"addressLine": "22 Hai Ba Trung, Ph\u01b0\u1eddng B\u1ebfn Ngh\u00e9, Qu\u1eadn 1"}, "id": 278, "name": "TN Central Hotel"}, {"address": {"addressLine": "19 Vo Van Tan St., District 3, "}, "id": 170, "name": "International Hotel"}, {"address": {"addressLine": "8A Mac Dinh Chi St. Ben Nghe Ward"}, "id": 6, "name": "Muong Thanh Grand Saigon Centre Hotel"}, {"address": {"addressLine": "7A Thai Van Lung"}, "id": 267, "name": "Ramada Encore By Wyndham Sai Gon"}, {"address": {"addressLine": "8B-8C Le Thanh Ton Street, District 1"}, "id": 79, "name": "Blue Diamond New Hotel"}, {"address": {"addressLine": "21 Dang Thi Nhu Q1"}, "id": 305, "name": "Uncle Park's"}, {"address": {"addressLine": "52 Pham Hong Thai, Ben Thanh Ward, District 1"}, "id": 91, "name": "Alagon Plus Hotel & Spa"}, {"address": {"addressLine": "R4 76 Hung Gia 1, Tan Phong ward, Dist7"}, "id": 172, "name": "Secc Hotel"}, {"address": {"addressLine": "153 Ly Tu Trong, Ben Nghe Ward, District 1"}, "id": 277, "name": "Saigon Charm Hotel"}, {"address": {"addressLine": "Du_ng DA 1-2 - KCN M_ Phu_c 2 - K.P3"}, "id": 17, "name": "AU L\u1ea0C HOTEL"}, {"address": {"addressLine": "229 D. Le Thanh Ton"}, "id": 289, "name": "The Noble Swan Hotel Saigon"}, {"address": {"addressLine": "26/3 Le Thanh Ton"}, "id": 169, "name": "Cat Khanh Hotel"}, {"address": {"addressLine": "8a Thai Van Lung 8a Thai Van Lung"}, "id": 129, "name": "Nio Homee Saigon"}, {"address": {"addressLine": "Corner Hai Ba Trung St. & Le Duan Blvd District 1, St.& Le Duan Blvd"}, "id": 295, "name": "InterContinental Saigon Hotel"}, {"address": {"addressLine": "8a/a8 Thai Van Lung, Ben Nghe Ward, District 1"}, "id": 209, "name": "7S Home Central Hotel"}, {"address": {"addressLine": "373/29 Pham Ngu Lao Street, District 1"}, "id": 221, "name": "Lala Home"}, {"address": {"addressLine": "12 Ly Tu Trong Street, Ben Nghe Ward, District 1"}, "id": 93, "name": "Northern Charm Hotel"}, {"address": {"addressLine": "63/1-63/3 Street No.19, Binh An Ward, District 2"}, "id": 144, "name": "A In Hotel Glamour"}, {"address": {"addressLine": "277 Le Thanh Ton, District 1, Ben Thanh Ward"}, "id": 329, "name": "Thuan Thien Hotel"}, {"address": {"addressLine": "192 Pasteur, Ward 6, District 3"}, "id": 310, "name": "Orchids Hotel"}, {"address": {"addressLine": "Ben Van Don Street Ward 6 District 4"}, "id": 233, "name": "Thai Anh Rivergate Central"}, {"address": {"addressLine": "63 Nguyen Hue Boulevard, District 1"}, "id": 280, "name": "Saigon Prince Hotel"}, {"address": {"addressLine": "15a/50 Le Thanh Ton, District 1"}, "id": 19, "name": "Vivian Apartment - Saigon Notre Dame"}, {"address": {"addressLine": "132 - 134 Dong Khoi Street, District 1, "}, "id": 101, "name": "Hotel Continental Saigon"}, {"address": {"addressLine": "27-29 Truong D_nh, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh, Qu\u1eadn 1"}, "id": 173, "name": "Nicecy Boutique Hotel"}, {"address": {"addressLine": "57-69F Dong Khoi Street, District 1"}, "id": 160, "name": "The Reverie Saigon Residential Suites"}, {"address": {"addressLine": "14 Ho Huan Nghiep, Ben Nghe, District 1"}, "id": 108, "name": "New Boutique"}, {"address": {"addressLine": "4A Thi Sach, Ben Nghe Ward, District 1"}, "id": 133, "name": "Good Vibes Boutique Hotel"}, {"address": {"addressLine": "313 Ly Tu Trong St., Dist. 1, "}, "id": 198, "name": "Thien Hoa Hotel"}, {"address": {"addressLine": "18 Dong Du"}, "id": 76, "name": "Edoya Hotel Dong Khoi"}, {"address": {"addressLine": "18 Cao Ba Quat St. District 1, "}, "id": 232, "name": "King Star Hotel Cao Ba Quat St"}, {"address": {"addressLine": "193 Nguy_n Thai H_c"}, "id": 196, "name": "Phu Gia Hotel"}, {"address": {"addressLine": "288 Le Thanh Ton, Ben Thanh Ward, District 1"}, "id": 147, "name": "Paradise Saigon Boutique Hotel"}, {"address": {"addressLine": "7 Nguyen Trai, Ben Thanh Ward, District 1"}, "id": 319, "name": "Saigon Central"}, {"address": {"addressLine": "270 Le Thanh Ton"}, "id": 226, "name": "The Noble Swan Hotel New World"}, {"address": {"addressLine": "S_ 4 D_ng Tr_n Con"}, "id": 250, "name": "Me Gustas Love Hotel"}, {"address": {"addressLine": "18 Cao Ba Quat Street, Ben Nghe Ward, District 1"}, "id": 38, "name": "Dyn Opera Hotel"}, {"address": {"addressLine": "52B Ph_m H_ng Thai"}, "id": 213, "name": "M City Hotel Saigon"}, {"address": {"addressLine": "31-35 Le Anh Xuan, Ben Thanh, District 1"}, "id": 16, "name": "A&EM Art Hotel"}, {"address": {"addressLine": "18 Cao Ba Quat, District 1"}, "id": 55, "name": "Blessing Palace Hotel"}, {"address": {"addressLine": "190 Le Thanh Ton, Ben Thanh Ward, District 1, "}, "id": 75, "name": "Ngan Ha Hotel"}, {"address": {"addressLine": "175 Ly Tu Trong Street, Ben Thanh Ward, District 1"}, "id": 89, "name": "Sanouva Saigon Hotel"}, {"address": {"addressLine": "61-63 Haiba Trung Street, District 1, "}, "id": 293, "name": "Bongsen Annex Hotel"}, {"address": {"addressLine": "180 - 188 Ly Tu Trong St., District 1"}, "id": 234, "name": "La Siesta Premium Sai Gon"}, {"address": null, "id": 275, "name": "I will meet at the departure point"}, {"address": {"addressLine": "65-67-69 Nguyen Thai Binh Street, District 1"}, "id": 141, "name": "The Odys Boutique Hotel"}, {"address": {"addressLine": "43 Le Anh Xuan, District 1"}, "id": 204, "name": "Pavilion Hotel"}, {"address": {"addressLine": "53-55 Le Anh Xuan, Ben Thanh Ward, District 1"}, "id": 8, "name": "Grand Cititel Central Sai Gon Hotel"}, {"address": {"addressLine": "51-55 Cach Mang Thang 8 District 1"}, "id": 86, "name": "Cititel Parkview Saigon Hotel"}, {"address": {"addressLine": "8A/10C2 Thai Van Lung, District 1"}, "id": 154, "name": "Yuri Saigon Apt"}, {"address": {"addressLine": "11B Thai Van Lung, Ben Nghe Ward, District 1"}, "id": 50, "name": "Sunflower Luxury Hotel"}, {"address": {"addressLine": "43 Truong Dinh, Phuong 6, Quan 3"}, "id": 292, "name": "Ruby Star RedDoorz Hotel"}, {"address": {"addressLine": "40-42 Hai Ba Trung, Ben Nghe Ward, District 1"}, "id": 187, "name": "Saga Hotel"}, {"address": {"addressLine": "7/1A Nguyen Trai, Pham Ngu Lao Ward, District 1"}, "id": 22, "name": "Tiny Apartment Saigon Centre"}, {"address": {"addressLine": "26-28 Dong Du, B\u1ebfn Ngh\u00e9, Qu\u1eadn 1"}, "id": 2, "name": "Skygem Hotel"}, {"address": {"addressLine": "176/10 Ly Tu Trong Street"}, "id": 150, "name": "Cicilia Ben Thanh Hotels & Apartment"}, {"address": {"addressLine": "4 Cao Ba Quat Str., Ben Nghe Wrd., Dist 1"}, "id": 42, "name": "Thuy Sakura Hotel"}, {"address": {"addressLine": "170 Nguyen Thai Binh, District 1"}, "id": 110, "name": "Style Hotel"}, {"address": {"addressLine": "76 Le Lai Street, District 1, "}, "id": 283, "name": "New World Saigon Hotel"}, {"address": {"addressLine": "123 L\u00fd T\u1ef1 Tr\u1ecdng, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh, Qu\u1eadn 1, Th\u00e0nh ph\u1ed1 H\u1ed3 Ch\u00ed Minh, Vietnam"}, "id": 164, "name": "123 L\u00fd T\u1ef1 Tr\u1ecdng"}, {"address": {"addressLine": "19-21 Dong Du, P.Ben Nghe, Q.1"}, "id": 119, "name": "GreenTree Hotel"}, {"address": {"addressLine": "'Du_ng Nguy_n Trung Tr_c' 35E"}, "id": 288, "name": "RedDoorz @ Nguyen Trung Truc Street"}, {"address": {"addressLine": "19 Dong Du Street, District 1"}, "id": 287, "name": "A&Em Dong Du"}, {"address": {"addressLine": "29 Thu Khoa Huan Street, District 1, "}, "id": 161, "name": "Tan Hoa Ngoc Hotel"}, {"address": {"addressLine": "271 Le Thanh Ton Street, Ben Thanh Ward, District 1"}, "id": 98, "name": "zoolut Stay 271"}, {"address": {"addressLine": "8 Cach Mang Thang 8 Ben Thanh Ward, Dist 1"}, "id": 29, "name": "7S Hotel Hai Yen Central Ben Thanh Market"}, {"address": {"addressLine": "8A/C1 Thai Van Lung, Ben Nghe Ward, District 1"}, "id": 202, "name": "Bamboo House"}, {"address": {"addressLine": "Le Thanh Ton, Phuong Ben Nghe 26A"}, "id": 148, "name": "Xuan Huong Apartment"}, {"address": {"addressLine": "53-55 Le Anh Xuan Street, District 1"}, "id": 222, "name": "A25 Hotel 53-55 Le Anh Xuan"}, {"address": {"addressLine": "73 - 75 Thu Khoa Huan St, Ward Ben Thanh, District 01"}, "id": 130, "name": "Silverland Yen Hotel"}, {"address": {"addressLine": "Corner Nguyen Du St. & Le Van Huu St. District 1, Le Van Huu Street"}, "id": 224, "name": "InterContinental Saigon Residences"}, {"address": {"addressLine": "108-110 D. Le Thanh Ton, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh, Qu\u1eadn 1"}, "id": 322, "name": "Bon Ami Hotel"}, {"address": {"addressLine": "55 53, Le Anh Xuan Street, Ben Thanh Ward, District 1"}, "id": 65, "name": "Ngoc Ha Hotel"}, {"address": {"addressLine": "34 Nguyen An Ninh Street, Ben Thanh, Quan 1"}, "id": 72, "name": "Thanh Thu Hotel"}, {"address": {"addressLine": "1 Dong Khoi Street, Ben Nghe Ward, District 1, "}, "id": 296, "name": "Hotel Majestic Saigon"}, {"address": {"addressLine": "39-41 Thu Khoa Huan Street"}, "id": 52, "name": "A EM Corp Royal Palace Hotel"}, {"address": {"addressLine": "Thu Khoa Huan Str, District 1"}, "id": 74, "name": "Elegance Hotel"}, {"address": {"addressLine": "118-122 Ly Tu Trong, Ben Thanh Ward, District 1"}, "id": 35, "name": "Symphony Hotel"}, {"address": {"addressLine": "49/24 Vo Van T_n"}, "id": 90, "name": "The Arrivals Home"}, {"address": {"addressLine": "12-14-16 Cao Ba Quat, Ben Nghe, District 1"}, "id": 155, "name": "Nhat Ha L'Opera"}, {"address": {"addressLine": "260 Ly Tu Trong St, Ward Ben Thanh, District 1, "}, "id": 281, "name": "Nhat Tien"}, {"address": {"addressLine": "260 Ly Tu Trong, Ben Thanh Ward, District 1"}, "id": 63, "name": "Common Inn Ben Thanh"}, {"address": {"addressLine": "179 Ly Tu Trong, Ben Thanh Ward, District 1"}, "id": 200, "name": "A&Em 179 Ly Tu Trong"}, {"address": {"addressLine": "5B Ton Duc Thang Street, District 1"}, "id": 80, "name": "The Landmark Vietnam"}, {"address": {"addressLine": "19-21 Dong Du Street, Ben Nghe Ward, District 1"}, "id": 136, "name": "Me Gustas Suite Central Hotel"}, {"address": {"addressLine": "65 Le Loi Street, Ben Nghe Ward, District 1"}, "id": 186, "name": "Fusion Original Saigon Centre"}, {"address": {"addressLine": "150 Le Thanh Ton Street, Ben Nghe Ward, District 1"}, "id": 320, "name": "AEm Hotel Selection"}, {"address": {"addressLine": "17 Ton Duc Thang Street, Dist 1, "}, "id": 81, "name": "Liberty Central Saigon Riverside Hotel"}, {"address": {"addressLine": "2C Le Quy Don Str., 6 Ward, 3 Dist., "}, "id": 271, "name": "Minh Tam hotel"}, {"address": {"addressLine": "46/44 Ly Tu Trong"}, "id": 307, "name": "Khac San Ngoc Hoi 4"}, {"address": {"addressLine": "8B-8C Le Thanh Ton, Ben Nghe Ward, District 1"}, "id": 45, "name": "Blue Diamond 8B Hotel"}, {"address": {"addressLine": "17-19-21 Ly Tu Trong, District 1"}, "id": 84, "name": "Norfolk Mansion Saigon"}, {"address": {"addressLine": "47 Phan Chu Trinh, Phu_ng B_n Thanh, Qu_n 1"}, "id": 245, "name": "Prei Nokor Hostel"}, {"address": {"addressLine": "Vo Oanh Binh Thanh TP"}, "id": 189, "name": "Asia Hotel"}, {"address": {"addressLine": "177-179 Le Thanh Ton Street, Dist.1, "}, "id": 134, "name": "Hotel Que Huong Liberty 6"}, {"address": {"addressLine": "141 Nam Ky Khoi Nghia, District 3"}, "id": 28, "name": "Victory Hotel"}, {"address": {"addressLine": "48 Mac Thi Buoi Street, District 1"}, "id": 43, "name": "Thang Long Hotel"}, {"address": {"addressLine": "15n Le Thanh Ton 15n Le Thanh Ton"}, "id": 126, "name": "Cherry Boutique Hotel"}, {"address": {"addressLine": "46 Thu Khoa Huan St, Ben Thanh Ward, District 1"}, "id": 302, "name": "Cochin Zen Hotel"}, {"address": {"addressLine": "58 Mac Thi Buoi Street, Ben Nghe Ward, District 1, "}, "id": 216, "name": "Saigon River Boutique Hotel"}, {"address": {"addressLine": "53 Huynh Thuc Khang St, Dist 1, "}, "id": 135, "name": "Thanh Loc Hotel"}, {"address": {"addressLine": "191 Nam Ky Khoi Nghia, Ward 7, District 3"}, "id": 47, "name": "Cosmopolitan Hotel"}, {"address": {"addressLine": "157 Nguyen Du"}, "id": 257, "name": "Tan Sinh Huong Hotel"}, {"address": {"addressLine": "34 Thu Khoa Huan, Quan 1"}, "id": 41, "name": "Nesta Hotel Saigon Central"}, {"address": {"addressLine": "4 Dang Tran Con, District 01"}, "id": 54, "name": "Senses Central Hotel"}, {"address": {"addressLine": "17 Le Duan Boulevard, District 1"}, "id": 109, "name": "Sofitel Saigon Plaza"}, {"address": {"addressLine": "267-269 Le Thanh Ton, Qu_n 1"}, "id": 124, "name": "Ruby SaiGon Hotel and Suite Ben Thanh"}, {"address": {"addressLine": "42 - 44 Thu Khoa Huan, District 1"}, "id": 18, "name": "Adora Hotel"}, {"address": {"addressLine": "247-249 Ly Tu Trong St., Ben Thanh Ward, District 1"}, "id": 77, "name": "Cititel Central Saigon Hotel"}, {"address": {"addressLine": "311 Ly Tu Trong Street"}, "id": 210, "name": "RedDoorz @ Ly Tu Trong Street"}, {"address": {"addressLine": "4B-C Thi Sach, Ben Nghe Ward, Dist 1"}, "id": 59, "name": "Saigon Hanoi Hotel"}, {"address": {"addressLine": "5B Ton Duc Thang Street, District 1"}, "id": 69, "name": "The Landmark"}, {"address": {"addressLine": "151 149, Ly tu Trong Street, Ben Thanh Ward , Dist. 1"}, "id": 153, "name": "Nhat Ha 2 Hotel"}, {"address": {"addressLine": "278 Le Thanh Ton"}, "id": 324, "name": "Time Door Hotel"}, {"address": {"addressLine": "28 Truong D_nh"}, "id": 32, "name": "A&A Toronto Hotel"}, {"address": {"addressLine": "88 Dong Khoi, District 1"}, "id": 123, "name": "Sheraton Saigon Hotel & Towers"}, {"address": {"addressLine": "36 - 38 Thai Van Lung, Ben Nghe Ward, Dist.1, "}, "id": 11, "name": "Sophia Hotel"}, {"address": {"addressLine": "125 Ly Tu Trong Street, Ben Thanh Ward, District 1, "}, "id": 316, "name": "Grand Silverland Hotel & Spa"}, {"address": {"addressLine": "52-54 Thu Khoa Huan St, Ben Thanh Ward, District 1"}, "id": 171, "name": "California Hotel Sai Gon"}, {"address": {"addressLine": "65 H_ Tung M_u"}, "id": 165, "name": "Amanaki Sai Gon Boutique"}, {"address": {"addressLine": "59 Hai Ba Trung"}, "id": 242, "name": "La Paix Sai Gon - Boutique Hotel"}, {"address": {"addressLine": "36Bis/ 2 Le Loi Street, "}, "id": 168, "name": "Little Saigon Boutique Hotel"}, {"address": {"addressLine": "28-30 Nguy_n An Ninh, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh, Qu\u1eadn 1"}, "id": 27, "name": "Cochin Sang Hotel"}, {"address": {"addressLine": "24 Le Thanh Ton Street, Ben Nghe Ward, District 1"}, "id": 193, "name": "Signature by M Village Le Thanh Ton"}, {"address": {"addressLine": "48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1"}, "id": 78, "name": "Aluna Ben Thanh Hotel"}, {"address": {"addressLine": "39 Ton That Thiep Street, Ben Nghe Ward, District 1"}, "id": 30, "name": "M Hotel Saigon"}, {"address": {"addressLine": "07 Ngo Van Nam, Phu_ng B_n Nghe, Qu_n 1"}, "id": 231, "name": "Oriental Hotel"}, {"address": {"addressLine": "4B - 4C Thi Sach Street, Ben Nghe Ward, Dist 1"}, "id": 249, "name": "Ho Sen Hotel"}, {"address": {"addressLine": "27-29 Truong Dinh Street, Ben Thanh Ward"}, "id": 230, "name": "Metro Points Hotel"}, {"address": {"addressLine": "11-13 Thai Van Lung St, B\u1ebfn Ngh\u00e9, Qu\u1eadn 1"}, "id": 301, "name": "Sky Gem Hotel Sora"}, {"address": {"addressLine": "18 Thai Van Lung, 22"}, "id": 261, "name": "Grandma Lu Saigon Hotel Centre"}, {"address": {"addressLine": "301-303 Duong Ly Tu Tr_ng, Phuong Ben Thanh, Quan 1"}, "id": 152, "name": "Alagon D'antique Hotel & Spa"}, {"address": {"addressLine": "109 Dong Khoi Street,, Ben Nghe Ward, District 1"}, "id": 306, "name": "Catina Hotel"}, {"address": {"addressLine": "11A Thi Sach Street, District 1"}, "id": 48, "name": "Northern Saigon Hotel"}, {"address": {"addressLine": "51 Huynh Thuc Khang Street, Ben Nghe Ward, District 1"}, "id": 228, "name": "RedDoorz near Nguyen Hue Walking Street 2"}, {"address": {"addressLine": "165/58 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, Dist. 1"}, "id": 328, "name": "Lan Sai Gon Boutique House"}, {"address": {"addressLine": "189-191 Ly Tu Trong, Ben Thanh Ward, District 1"}, "id": 220, "name": "Adora Art Hotel"}, {"address": {"addressLine": "260 Ly Tu Trong, Ben Thanh Ward, District 1"}, "id": 256, "name": "Alden Hotel"}, {"address": {"addressLine": "Phu Hiep TL15 Phu Hiep, "}, "id": 113, "name": "Cu Chi Tunnels"}, {"address": {"addressLine": "132 Ham Nghi Str., District 1, "}, "id": 137, "name": "South Hai Van Hotel"}, {"address": {"addressLine": "10C Thai Van Lung Street"}, "id": 46, "name": "Queen Central Hotel 2"}, {"address": {"addressLine": "12D Cach Mang Thang 8"}, "id": 326, "name": "Cicilia Saigon Hotel & Spa"}, {"address": {"addressLine": "37 - 39 Duong Le Anh Xuan, Phuong Ben Thanh Quan 1, District 1"}, "id": 127, "name": "Gold Hotel Saigon"}, {"address": {"addressLine": "37 - 39 Le Anh Xuan"}, "id": 88, "name": "Lien Thanh Hotel"}, {"address": {"addressLine": "289-291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Central Business District, Near Bui Vien Walking Street"}, "id": 297, "name": "Alagon Saigon Hotel & Spa"}, {"address": {"addressLine": "52-54 Thu Khoa Huan St., Dist.1, "}, "id": 327, "name": "Tan Hoang Ngoc Hotel"}, {"address": {"addressLine": "34 55, Le Thi Hong Gam, Nguyen Thai Binh Ward, District 1"}, "id": 251, "name": "Ben Thanh Boutique Hotel"}, {"address": {"addressLine": "59 - 61 Pasteur Street, District 1, "}, "id": 241, "name": "Liberty Central Saigon Citypoint Hotel"}, {"address": {"addressLine": "56 - 58 Pham Hong Thai Street, Ben Thanh Ward, District 1, Central Business District, Ben Thanh Market"}, "id": 314, "name": "Alagon City Hotel & Spa"}, {"address": {"addressLine": "88 Ly Tu Trong, Ben Thanh Ward, District 1"}, "id": 239, "name": "Akoya Saigon Central Hotel"}, {"address": {"addressLine": "26/12-13 Truong Dinh, Ben Thanh Ward"}, "id": 229, "name": "Reddoorz Plus Near Saigon Centre"}, {"address": {"addressLine": "260 Ly Tu Trong Street"}, "id": 131, "name": "Cabana Hotel Saigon"}, {"address": {"addressLine": "38 - 40 Nguyen An Ninh, District 1"}, "id": 279, "name": "Queen Central Hotel"}, {"address": {"addressLine": "12 Nguyen Trai, Pham Ngu Lao Ward, District 1"}, "id": 49, "name": "The MOKA Hotel"}, {"address": {"addressLine": "56 le Thanh Ton, District 1, 56 Le Thanh Ton, District 1, HCMC"}, "id": 116, "name": "Sunny Serviced Apartment"}, {"address": {"addressLine": "149 Calmette, Nguyen Thai Binh Ward, District 1, "}, "id": 107, "name": "Hong Vina Hotel"}, {"address": {"addressLine": "260 Ly Tu Trong"}, "id": 33, "name": "Cabana Hotel Saigon - 260 Ly Tu Trong"}, {"address": {"addressLine": "94 92, Ly Tu Trong Street, Ben Thanh Ward, District 1"}, "id": 139, "name": "GK Central Hotel"}, {"address": {"addressLine": "44-46 Phan Boi Chau, District 1"}, "id": 225, "name": "A&Em Hotel 44-46 Phan Boi Chau"}, {"address": {"addressLine": "59-61 Nguyen Thai Binh, Nguyen Thai Binh Ward, District 1"}, "id": 67, "name": "The Hammock Hotel Fine Arts Museum"}, {"address": {"addressLine": "28 - 30 Thi Sach St, Ben Nghe Ward, Dist.1"}, "id": 290, "name": "Silverland May Hotel"}, {"address": {"addressLine": "9 Thi Sach, District 1"}, "id": 282, "name": "Aquari Hotel"}, {"address": {"addressLine": "39-41 Thu Khoa Huan, District 1"}, "id": 111, "name": "A&EM Saigon Hotel"}, {"address": {"addressLine": "7 Ngo Van Nam Street, District 1"}, "id": 247, "name": "Bay Hotel Ho Chi Minh"}, {"address": {"addressLine": "153 Ly Tu Trong Street, Ben Thanh Ward, Dis 1"}, "id": 20, "name": "Mai Vuong Hotel"}, {"address": {"addressLine": "256/21B Pasteur Street, District 3"}, "id": 146, "name": "OYO 959 Lalastay"}, {"address": {"addressLine": "69 Huynh Thuc Khang, Ben Thanh, District 1"}, "id": 276, "name": "Central Station Bar And Bed"}, {"address": {"addressLine": "143 141, Calmette, Nguyen Thai Binh Ward - District 1"}, "id": 140, "name": "Dinh Phat Hotel"}, {"address": {"addressLine": "7/9 Nguyen Trai Street, District 1"}, "id": 23, "name": "AHA Boutique Ben Thanh"}, {"address": {"addressLine": "12D Cach M_ng Thang 8, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh"}, "id": 268, "name": "Cicilia Saigon Hotel & Spa"}, {"address": {"addressLine": "3A Vo Van Tan, W.6, Dist.3, Ward 6, District 3"}, "id": 5, "name": "Aristo Saigon Hotel"}, {"address": {"addressLine": "65/4 Thu Khoa Huan, Ben Thanh"}, "id": 142, "name": "Homestay Bkin"}, {"address": {"addressLine": "90 Le Lai"}, "id": 215, "name": "9 Hostel And Suites"}, {"address": {"addressLine": "41-47 Dong Du Street"}, "id": 149, "name": "Saigon Hotel"}, {"address": {"addressLine": "4DThi Sach Street, Ben Nghe Ward, District 1"}, "id": 260, "name": "Silverland Jolie Hotel & Spa"}, {"address": {"addressLine": "44 - 46 Le Thanh Ton St, District 1, "}, "id": 262, "name": "The Spring Hotel"}, {"address": {"addressLine": "22-36 Nguyen Hue Boulevard & 57-69F Dong Khoi Street, District 1"}, "id": 214, "name": "The Reverie Saigon"}, {"address": {"addressLine": "22 Hai Ba Trung Street, District 1, "}, "id": 179, "name": "Zen Lapaz Hotel"}, {"address": {"addressLine": "24/19 Thu Khoa Huan Street"}, "id": 128, "name": "Springhome Serviced Apartment"}, {"address": {"addressLine": "52B - 62 - 64 Pham Hong Thai Street, Ben Thanh Ward, District 1"}, "id": 223, "name": "Alagon Central Hotel & Spa"}, {"address": {"addressLine": "81 Hai Ba Trung Street, Ben Nghe Ward, District 1, "}, "id": 83, "name": "Silverland Min Hotel"}, {"address": {"addressLine": "59 57, Pho Duc Chinh street"}, "id": 1, "name": "Regal Hotel"}, {"address": {"addressLine": "27- 29 Truong Dinh St, Ben Thanh Ward, District 1"}, "id": 106, "name": "Palago MC Hotel"}, {"address": {"addressLine": "204 200, Ly Tu Trong Street, Ben Thanh Ward, District 1"}, "id": 166, "name": "Lavender Boutique Hotel"}, {"address": {"addressLine": "74 Hai Ba Trung Street, Ward Ben Nghe"}, "id": 64, "name": "Signature by M Village Hai Ba Trung"}, {"address": {"addressLine": "06 Truong Dinh Street, District 3"}, "id": 3, "name": "A25 Hotel - 06 Truong D\u1ecbnh"}, {"address": {"addressLine": "15/1A Le Thanh Ton, Ben Nghe Ward, District 1"}, "id": 163, "name": "Roseland Centa Hotel & Spa"}, {"address": {"addressLine": "87-89-91 H_ Tung M_u, Ph\u01b0\u1eddng B\u1ebfn Ngh\u00e9, Qu\u1eadn 1"}, "id": 298, "name": "Au Lac Charner Hotel"}, {"address": {"addressLine": "47-49-51 Le Anh Xuan St., Ben Thanh Ward., Dist. 1, Near Ben Thanh Market"}, "id": 217, "name": "Lavender Hotel"}, {"address": {"addressLine": "6-8 Ho Huan Nghiep St., Ben Nghe Ward, District 1"}, "id": 254, "name": "The Myst Dong Khoi"}, {"address": null, "id": 238, "name": "Nha Rong port"}, {"address": {"addressLine": "3C Ton Duc Thang Street, District 1"}, "id": 4, "name": "Le Meridien Saigon"}, {"address": {"addressLine": "120 Ly Tu Trong Street, District 1"}, "id": 156, "name": "Ha My Hotel 1"}, {"address": {"addressLine": "18-19-20 Ton Duc Thang St., Dist. 1"}, "id": 205, "name": "Riverside Hotel"}, {"address": {"addressLine": "15B/63 Le Thanh Ton Street"}, "id": 162, "name": "Hoshinoya Saigon"}, {"address": {"addressLine": "20-22-24 Thai Van Lung St, District 1 - Dong Khoi Area"}, "id": 318, "name": "Silverland Sil Hotel & Spa"}, {"address": {"addressLine": "5 Truong Dinh, Ben Thanh Ward, Dictrict 1"}, "id": 103, "name": "Cabana Hotel Saigon"}, {"address": {"addressLine": "34 Mac Thi Buoi"}, "id": 92, "name": "Pearl Central Hotel"}, {"address": {"addressLine": "245 Ly Tu Trong"}, "id": 284, "name": "TD Apartment"}, {"address": {"addressLine": "51 Thu Khoa Huan"}, "id": 191, "name": "Asian Ruby Central Point Hotel 2"}, {"address": {"addressLine": "18-20 Nguyen Thi Nghia St, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh, Qu\u1eadn 1"}, "id": 299, "name": "Acnos Hotel"}, {"address": {"addressLine": "70-72-74 Ton That Dam Street, Ben Nghe Ward, District 1"}, "id": 51, "name": "OYO 143 The K9 Central Hotel"}, {"address": {"addressLine": "50 48, Nguyen An Ninh Street, District 1"}, "id": 294, "name": "Hoang Gia Huy Hotel"}, {"address": {"addressLine": "65 Ho Tung Mau St, District 1"}, "id": 286, "name": "Roseland Point Hotel"}, {"address": {"addressLine": "51 Co Bac"}, "id": 253, "name": "OYO 101 Saigon Hotel"}, {"address": {"addressLine": "39-41 Th_ Khoa Huan, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh, Qu\u1eadn 1"}, "id": 194, "name": "A&em Signature Hotel"}, {"address": {"addressLine": "117 Le Thanh Ton Street, District 1, "}, "id": 12, "name": "Norfolk Hotel Saigon"}, {"address": {"addressLine": "84 Mac Thi Buoi, District 1"}, "id": 266, "name": "Tan Hoang Long Hotel"}, {"address": {"addressLine": "6 Cach Mang Thang Tam, Ben Thanh Ward, District 1"}, "id": 195, "name": "7S Hotel Hai Yen"}, {"address": {"addressLine": "109 Dong Khoi Str., District 1., "}, "id": 121, "name": "Mondial Hotel"}, {"address": {"addressLine": "22 24, Dong Du Street, District 1"}, "id": 143, "name": "Bach Dang Hotel"}, {"address": {"addressLine": "48 - 50 Thu Khoa Huan, Ben Thanh Ward, District 1"}, "id": 40, "name": "Blue Diamond Hotel"}, {"address": {"addressLine": "100 Ly Tu Trong, "}, "id": 112, "name": "Ha My 2 Hotel"}, {"address": {"addressLine": "140 Ly Tu Trong Street, Ben Thanh Ward, District 1"}, "id": 325, "name": "Golden Central Hotel"}, {"address": {"addressLine": "271 D. Le Thanh Ton, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh, Qu\u1eadn 1"}, "id": 60, "name": "The Hotel Nicecy"}, {"address": {"addressLine": "202 Le Thanh Ton, District 1, Ho Chi Minh City, Vietnam, "}, "id": 71, "name": "Anpha Boutique Hotel"}, {"address": {"addressLine": "32 D. Nguy_n An Ninh, Qu_n 1, Ph\u01b0\u1eddng B\u1ebfn Th\u00e0nh"}, "id": 66, "name": "Sazi Hotel Nguyen An Ninh"}, {"address": {"addressLine": "8A3C1 Thai Van Lung, Ben Nghe, District 1"}, "id": 252, "name": "Lief Mojo Sai Gon"}, {"address": {"addressLine": "26-28 Dong Du, Ben Nghe, District 1"}, "id": 13, "name": "Sky Gem Central Hotel"}, {"address": {"addressLine": "19 Dong Du Street Ben Nghe Ward"}, "id": 182, "name": "Greentree Saigon Center Hotel"}, {"address": {"addressLine": "241/12 Pham Ngu Lao, Dist.1, "}, "id": 248, "name": "Hotel MaiVy"}, {"address": {"addressLine": "56-66 Nguyen Hue Street, District 1, "}, "id": 272, "name": "Palace Hotel Saigon"}, {"address": {"addressLine": "165/42 Nguyen Thai Binh, District 1"}, "id": 14, "name": "Piano Hotel"}, {"address": {"addressLine": "35 Nguyen Trung Truc Str., Distrct 1, "}, "id": 269, "name": "Embassy Hotel"}, {"address": {"addressLine": "23 Truong D_nh"}, "id": 263, "name": "Dazi Signature"}, {"address": {"addressLine": "46-48 Mac Thi Buoi Street, District 1, District 1"}, "id": 26, "name": "Asian Ruby Center Point Hotel"}, {"address": {"addressLine": "76-78 Nguyen Thi Minh Khai Street, District 3"}, "id": 105, "name": "Hotel des Arts Saigon - MGallery"}, {"address": {"addressLine": "186-188 Le Thanh Ton St., Ben Thanh Ward, Dist. 1"}, "id": 199, "name": "Avanti Hotel"}, {"address": {"addressLine": "District 1"}, "id": 317, "name": "The White Luxury Hotel Ho Chi Minh City"}, {"address": {"addressLine": "8a/6d2 Thai van Lung Street, "}, "id": 237, "name": "Medal Hotel"}, {"address": {"addressLine": "40 38, Nguyen An Ninh St, District 1"}, "id": 118, "name": "Queen Central Hotel"}, {"address": {"addressLine": "247-249 Ly Tu Trong, Ben Thanh Ward"}, "id": 243, "name": "Calista Sai Gon Hotel"}, {"address": {"addressLine": "6/15 Cach Mang Thang Tam Street, Ben Thanh Ward, District 1"}, "id": 157, "name": "Nguyen Shack - Saigon"}, {"address": {"addressLine": "48 - 50, Nguyen An Ninh Street, Ben Thanh Ward, Dist 1"}, "id": 85, "name": "Blessing 1 Hotel Saigon"}, {"address": {"addressLine": "4 Dang Tran Con, District 01"}, "id": 212, "name": "Blessing Inn Saigon"}, {"address": {"addressLine": "01 Ngo Van Nam"}, "id": 323, "name": "La Opera Saigon Hotel"}, {"address": {"addressLine": "90 Nguyen Thi Minh Khai, District 3"}, "id": 25, "name": "Au Lac Legend Hotel"}, {"address": {"addressLine": "55 D. Cach Mang Thang 8 Street"}, "id": 73, "name": "A25 Hotel"}, {"address": {"addressLine": "8-15 Ton Duc Thang Street, District 1"}, "id": 303, "name": "Renaissance Riverside Hotel Saigon"}, {"address": {"addressLine": "2A - 4A Ton Duc Thang St, District 1, "}, "id": 177, "name": "LOTTE HOTEL SAIGON"}, {"address": {"addressLine": "47 Thu Khoa Huan, District 1, "}, "id": 104, "name": "Ha My 3 Hotel"}, {"address": {"addressLine": "146-148-150 Dong Khoi Street, Ben Nghe District, "}, "id": 185, "name": "Asian Hotel"}, {"address": {"addressLine": "245 Ly Tu trong"}, "id": 201, "name": "TD Central Hotel & Apartment"}, {"address": {"addressLine": "68A Nguyen Hue, Nguyen Hue Boulevard"}, "id": 37, "name": "Oscar Saigon Hotel"}, {"address": {"addressLine": "Le Thanh Ton Street"}, "id": 312, "name": "All Seasons Hotel"}, {"address": {"addressLine": "72 Ton That Dam, Ben Nghe Ward, District 1"}, "id": 190, "name": "HoLo K9 Central Saigon - Serviced HomeStay"}, {"address": {"addressLine": "129-133 Ham Nghi Blvd., Dist. 1, "}, "id": 151, "name": "Hotel Que Huong Liberty 2"}, {"address": {"addressLine": "10A Le Thanh Ton St., Ben Nghe Ward, Dist. 1"}, "id": 285, "name": "Silverland Sakyo Hotel & Spa"}, {"address": {"addressLine": "18Bis/22/1H Nguyen Thi Minh Khai, Da Kao Ward Dist 01"}, "id": 309, "name": "Urban House Saigon Masion 2"}, {"address": {"addressLine": "176/10 Ly Tu Trong"}, "id": 240, "name": "Dream Luxury Home Saigon Center"}, {"address": {"addressLine": "135-137 Ly Tu Trong Street, Ben Thanh Ward, District 1"}, "id": 273, "name": "Sunrise Central Hotel"}, {"address": {"addressLine": ""}, "id": 197, "name": "My Tho"}, {"address": {"addressLine": "29 A Thai Van Lung St. 1st Dist., "}, "id": 321, "name": "Orchid International Hotel"}, {"address": {"addressLine": "36 Nguyen An Ninh"}, "id": 203, "name": "7s Hotel Queen Center"}, {"address": {"addressLine": "52 Nguyen An Ninh, "}, "id": 304, "name": "Kim Hoang Gia Hotel"}, {"address": {"addressLine": "4A Thi Sach Street, Ben Nghe Ward, District 1"}, "id": 102, "name": "HoSen Boutique Hotel"}, {"address": {"addressLine": "30 Luu Van Lang, District 1"}, "id": 114, "name": "Indochine Ben Thanh Hotel and Apartments"}, {"address": {"addressLine": "148 D. Ky Con,, Ph\u01b0\u1eddng Nguy\u1ec5n, Qu\u1eadn 1"}, "id": 183, "name": "Triple E Hotel Metro Ben Thanh"}, {"address": {"addressLine": "22 - 24 Thi Sach Street, Ben Nghe Ward, District 1"}, "id": 265, "name": "Paragon Saigon Hotel"}, {"address": {"addressLine": "8A/6D2 Thai Van Lung, Ben Nghe Ward, District 1"}, "id": 259, "name": "Roseland Corp Hotel"}, {"address": {"addressLine": "118 Pasteur, Ben Nghe , Quan 1"}, "id": 120, "name": "Zen Apartment"}, {"address": {"addressLine": "179 Le Thanh Ton St., District.1, "}, "id": 178, "name": "Liberty Central Saigon Center"}, {"address": {"addressLine": "123 117, Dong Khoi Street, District 1"}, "id": 308, "name": "Bong Sen Hotel Saigon"}, {"address": {"addressLine": "305 Ly Tu Trong, Phuong Ben Thanh, Quan 1"}, "id": 244, "name": "OYO 189 Amanda Phan 3 Hotel"}, {"address": {"addressLine": "26 Thi Sach, Ben Nghe Ward, District 1"}, "id": 58, "name": "Prostyle Hotel Ho Chi Minh"}, {"address": {"addressLine": "136 Le Thi Hong Gam Street, Apartment 12.01A, District 1"}, "id": 96, "name": "Ben Thanh Tower"}, {"address": {"addressLine": "41 Le Anh Xuan, Qu_n 1, District 1"}, "id": 258, "name": "Vilion CenTral Hotel"}, {"address": {"addressLine": "141 Nguyen Hue Blvd, District 1"}, "id": 15, "name": "Rex Hotel"}, {"address": {"addressLine": "145-147 Ly Tu Trong, Ben Thanh Ward, District 1"}, "id": 184, "name": "Me Gustas MetroPoint"}, {"address": {"addressLine": "2 Lam Son Square, District 1"}, "id": 95, "name": "Park Hyatt Saigon"}, {"address": {"addressLine": "12 -14 Thai Van Lung, District 1"}, "id": 192, "name": "Xuan Huong Hotel"}, {"address": {"addressLine": "4 Cao Ba Quat st, Dis 1, "}, "id": 167, "name": "New Star Hotel"}, {"address": {"addressLine": "252 BC Le Thanh Ton Street, Ben Thanh Ward, District 1"}, "id": 315, "name": "Nhat Ha 1 Hotel"}, {"address": {"addressLine": "255 Le Thanh Ton, Ben Thanh Ward, District 01"}, "id": 208, "name": "A25 Hotel - 255 Le Thanh Ton"}, {"address": {"addressLine": "260 Ly Tu Trong, Ben Thanh, Quan 1"}, "id": 10, "name": "Gia Long King Hotel"}, {"address": null, "id": 24, "name": "I will contact the supplier later"}, {"address": {"addressLine": "18-19-20 Ton Duc Thang Street, District 1"}, "id": 56, "name": "Riverside Hotel Saigon"}, {"address": {"addressLine": "14 Truong Dinh, Ward 6, District 3, "}, "id": 274, "name": "Sonnet Saigon Hotel"}, {"address": {"addressLine": "19 Truong Dinh"}, "id": 122, "name": "Saigon Hanoi Central Hotel"}, {"address": {"addressLine": "19-23 Lam Son Square, District 1, "}, "id": 9, "name": "Caravelle Saigon"}, {"address": {"addressLine": "280 Le Thanh Ton, BenThanh Ward, Dist 1, Near Ben Thanh Market"}, "id": 70, "name": "A&EM Hotel & Spa 280 Le Thanh Ton"}, {"address": {"addressLine": "24 Nguyen Trai"}, "id": 117, "name": "Bao Phuc Hotel"}, {"address": {"addressLine": "70-72-74 Pho Duc Chinh St., Dist 1"}, "id": 57, "name": "Thien Tung Hotel"}, {"address": {"addressLine": "26 Nguyen An Ninh, Ben Thanh Ward, District 1"}, "id": 218, "name": "Gia Huy Hotel"}, {"address": {"addressLine": "35E Du_ng Nguy_n Trung Tr_c,"}, "id": 291, "name": "Anh Thien Sai Gon Central Hotel - District 1"}, {"address": {"addressLine": "28 Truong Dinh Street, District 1, "}, "id": 115, "name": "Little Saigon Corner Boutique Hotel"}, {"address": {"addressLine": "10A Pham Ngoc Thach, District 3"}, "id": 246, "name": "Bach Suites Saigon"}, {"address": {"addressLine": "The One Saigon , 136 Le Thi Hong Gam , District 1"}, "id": 61, "name": "City By Night Ben Thanh Apartments"}, {"address": {"addressLine": "41 Le Anh Xuan, Near Ben Thanh market"}, "id": 87, "name": "Vilion Hotel"}, {"address": {"addressLine": "14 - 16 Le Lai Street, Dist 1, "}, "id": 211, "name": "Silverland Central Hotel"}, {"address": {"addressLine": "240/7 Le Thanh Ton Street"}, "id": 7, "name": "Reddoorz Near Ben Thanh Market 3"}, {"address": {"addressLine": "5 Truong Dinh Street, Ben Thanh Ward, District 1"}, "id": 236, "name": "Boss Hotel 1"}, {"address": {"addressLine": "39-39A Nguyen Trung Truc, District 1"}, "id": 174, "name": "Central Palace Hotel"}, {"address": {"addressLine": "277 Le Thanh Ton, Ben Thanh Ward, District 1"}, "id": 68, "name": "Asian Ruby Central Hotel"}, {"address": {"addressLine": "67 Le Loi Boulevard, District 1, Hotel Entrance is located along Nam Ky Khoi Nghia Street"}, "id": 53, "name": "Sedona Suites Ho Chi Minh City"}, {"address": {"addressLine": "267-269 Le Thanh Ton, Ben Thanh Ward, District 1"}, "id": 300, "name": "TD Hotel Saigon"}, {"address": {"addressLine": "8 Ly Tu Trong Street"}, "id": 219, "name": "Sotetsu Grand Fresa Saigon"}, {"address": {"addressLine": "7 Nguyen Trai St., Ben Thanh Ward, District 1"}, "id": 82, "name": "Phi Vu Hotel"}, {"address": {"addressLine": "18-20 Nguy_n Th_ Nghia, Ph\u01b0\u1eddng B\u00e9n Th\u00e0nh, Qu\u1eadn 1"}, "id": 206, "name": "Acnos Hotel"}, {"address": {"addressLine": "120 Ly Tu Trong, Phuong Ben Thanh Quan 1 Thanh pho"}, "id": 175, "name": "Vilion Boutique Hotel Ben Thanh"}, {"address": {"addressLine": "270 Le Thanh Ton Street, Ben Thanh Ward, District 1"}, "id": 44, "name": "Platinum Hotel"}, {"address": {"addressLine": "99 Pasteur St., District 1, "}, "id": 255, "name": "Pastel Inn Saigon"}, {"address": {"addressLine": "47 Thu Khoa Huan Street, Ben Thanh Ward, District 1"}, "id": 34, "name": "Hong Vy 2 Hotel"}, {"address": {"addressLine": "5B1 Thai Van Lung, Phuong Ben Nghe, Quan 1"}, "id": 313, "name": "Kiko Pictures House"}, {"address": {"addressLine": "133 Nguyen Hue Avenue, District 1, "}, "id": 94, "name": "Royal Hotel Saigon ( Kimdo Hotel)"}, {"address": {"addressLine": "Duong So 1 P5-31"}, "id": 145, "name": "Wonder Hotel"}, {"address": {"addressLine": "82 Le Lai Street, Ben Thanh Ward, District 1"}, "id": 270, "name": "Saigon Sports 2 Hotel"}, {"address": {"addressLine": "21 - 23 Nguyen Thi Minh Khai Street, District 1, "}, "id": 125, "name": "Somerset Chancellor Court Ho Chi Minh City"}, {"address": {"addressLine": "18-19-20 Ton Duc Thang Street"}, "id": 99, "name": "OYO 129 Riverside Hotel"}, {"address": {"addressLine": "261 - 265 Le Thanh Ton Street, Ben Thanh Ward, District 1"}, "id": 100, "name": "The Luxe Hotel"}, {"address": {"addressLine": "7 Ngo Van Nam Street, District 1"}, "id": 235, "name": "Bay Hotel Ho Chi Minh"}, {"address": {"addressLine": "5/11 Nguyen Sieu Street, Ben Nghe Ward, District 1"}, "id": 159, "name": "Dien Luc Hotel"}, {"address": {"addressLine": "12-14-16 Cao Ba Quat"}, "id": 158, "name": "Nhat Ha 3 Hotel"}, {"address": {"addressLine": "224 Ly Tu Trong Street, District 1, Ben Thanh Ward"}, "id": 176, "name": "RedDoorz Near Ben Thanh Market 2"}, {"address": {"addressLine": "309 307, Ly Tu Trong Street, Ben Thanh ward, District 1"}, "id": 207, "name": "Blue Wind Hotel"}, {"address": {"addressLine": "15B/102 Le Thanh Ton, District 1"}, "id": 264, "name": "TAM Residence"}, {"address": {"addressLine": "79 D. Tr_n Hung D_o, Ph\u01b0\u1eddng C\u1ea7u \u00d4ng L\u00e3nh, Qu\u1eadn 1"}, "id": 36, "name": "Dai Nam Hotel"}, {"address": {"addressLine": "79 Du_ng Tr_n Hung D_o, Ph\u01b0\u1eddng C\u1ea7u \u00d4ng L\u00e3nh, Qu\u1eadn 1"}, "id": 132, "name": "Dai Nam Boutique Hotel"}, {"address": {"addressLine": "35 Mac Thi Buoi St., Dist.1, "}, "id": 138, "name": "A25 Hotel - 35 M\u1ea1c Th\u1ecb Bu\u1edfi"}, {"address": {"addressLine": "311 Ly Tu Trong, Ben Thanh Ward, Dist 1"}, "id": 39, "name": "Giang Linh Hotel"}, {"address": {"addressLine": "102 - 104 - 106 Le Thi Hong Gam, BenThanh Market Area"}, "id": 227, "name": "Happy Life Grand Hotel & Sky Bar"}, {"address": {"addressLine": "255 Le Thanh Ton 8"}, "id": 180, "name": "Adela Hotel"}, {"address": {"addressLine": "66-70 Dong Khoi, District 1, "}, "id": 31, "name": "Huong Sen Hote"}, {"address": {"addressLine": "8 Dong Khoi Street, Ben Nghe Ward, District 1"}, "id": 311, "name": "Hotel Grand Saigon"}, {"address": {"addressLine": "65-67 Hai Ba Trung St, Ben Nghe, District 1"}, "id": 62, "name": "Icon Saigon - LifeStyle Hotel"}, {"address": {"addressLine": "191 Le Thanh Ton St"}, "id": 97, "name": "Song Anh Hotel 1"}, {"address": {"addressLine": "20-22-24 Dong Du Street, Ben Nghe Ward, Q.1"}, "id": 21, "name": "TTC Hotel Deluxe - Saigon"}], "logistics": [{"logisticType": "PICKUP_AND_MEETUP", "startEnd": {"endLocation": [{"description": "Vietnam Adventure Tours JSC office", "locationRefId": 164}], "startLocation": [{"description": "Vietnam Adventure Tours JSC office", "locationRefId": 164}]}}], "offerDetails": [{"description": "Small-group of max 12 people: with transfer by Mini-Bus. Hotel pickup in center of District 1, 3 and 4<br/>Pickup included", "offerDetailRef": "824958_634941", "title": "Regular Tour - Transfer by Bus"}, {"description": "VIP Group of max 9 people: with transfer by VIP Limousine. Hotel pickup and drop off in center of District 1, 3 & 4.<br/>Pickup included", "offerDetailRef": "824958_1015184", "title": "VIP Tour - Transfer by Limo"}, {"description": "for the Private Tour: you will be picked up and dropped off at all hotels or private addresses in Ho Chi Minh City.<br/>Pickup included", "offerDetailRef": "824958_1341658", "title": "Private Tour - Transfer by Bus"}], "ticketing": {"ticketTypes": ["MOBILE"]}}, "images": [{"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/11/7d/91/cc.jpg"}, {"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/10/08/b0/16.jpg"}, {"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/10/03/b1/e5.jpg"}, {"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/11/d8/64/ae.jpg"}, {"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/06/8c/c2/d6.jpg"}, {"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/10/08/b0/1a.jpg"}, {"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/07/0e/cc/b9.jpg"}, {"description": "", "imageSize": {"height": 480, "width": 720}, "imageType": "PROVIDER", "url": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/0f/6b/25/39.jpg"}], "reviewSummary": {"averageScore": 4.817467, "totalCount": 2290}}, "masterActivityId": 824958, "masterSupplierId": 50001}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"activityRepresentativeInfo": {"type": "object", "properties": {"activityId": {"type": "integer"}, "activityToken": {"type": "string"}, "cancellationPolicy": {"type": "object", "properties": {"cancellationType": {"type": "string"}, "policies": {"type": "array", "items": {"type": "object", "properties": {"hoursFrom": {"type": "integer"}, "hoursUntil": {"type": "integer"}, "penaltyCode": {"type": "string"}}}}}}, "pricingSummary": {"type": "object", "properties": {"pricing": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "display": {"type": "object", "properties": {"perBook": {"type": "object", "properties": {"displayType": {"type": "string"}, "loyaltyOffers": {"type": "array"}, "quantity": {"type": "integer"}, "total": {"type": "object", "properties": {"allInclusive": {"type": "object", "properties": {"chargeTotal": {"type": "number"}, "crossedOut": {"type": "integer"}}}, "exclusive": {"type": "object", "properties": {"chargeTotal": {"type": "number"}, "crossedOut": {"type": "integer"}}}}}}}, "perPax": {"type": "array"}}}}}}}}, "supplierActivityCode": {"type": "string"}}}, "content": {"type": "object", "properties": {"activity": {"type": "object", "properties": {"categories": {"type": "array"}, "description": {"type": "string"}, "duration": {"type": "object", "properties": {"durationType": {"type": "string"}, "minutes": {"type": "integer"}, "minutesUntil": {"type": "null"}}}, "location": {"type": "object", "properties": {"addressLine": {"type": "string"}, "city": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}, "geo": {"type": "object", "properties": {"lat": {"type": "number"}, "long": {"type": "number"}}}, "postalCode": {"type": "string"}}}, "title": {"type": "string"}}}, "contentLocale": {"type": "string"}, "detail": {"type": "object", "properties": {"additionalDetails": {"type": "array", "items": {"type": "object", "properties": {"additionalType": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}}}}, "exclusions": {"type": "array", "items": {"type": "object", "properties": {"benefitItems": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}}}, "id": {"type": "integer"}}}}, "genericSection": {"type": "array"}, "inclusions": {"type": "array", "items": {"type": "object", "properties": {"benefitItems": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}}}, "id": {"type": "integer"}}}}, "itineraries": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "object", "properties": {"section": {"type": "array"}}}, "duration": {"type": "object", "properties": {"durationType": {"type": "string"}, "minutes": {"type": "integer"}, "minutesUntil": {"type": "null"}}}, "id": {"type": "integer"}, "itineraryDays": {"type": "array", "items": {"type": "object", "properties": {"dayNumber": {"type": "integer"}, "description": {"type": "object", "properties": {"section": {"type": "array"}}}, "itineraries": {"type": "array", "items": {"type": "object"}}}}}, "itineraryRoutes": {"type": "null"}, "itineraryType": {"type": "string"}}}}, "locations": {"type": "array", "items": {"type": "object"}}, "logistics": {"type": "array", "items": {"type": "object", "properties": {"logisticType": {"type": "string"}, "startEnd": {"type": "object", "properties": {"endLocation": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "locationRefId": {"type": "integer"}}}}, "startLocation": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "locationRefId": {"type": "integer"}}}}}}}}}, "offerDetails": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "offerDetailRef": {"type": "string"}, "title": {"type": "string"}}}}, "ticketing": {"type": "object", "properties": {"ticketTypes": {"type": "array", "items": {"type": "string"}}}}}}, "images": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "imageSize": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}}, "imageType": {"type": "string"}, "url": {"type": "string"}}}}, "reviewSummary": {"type": "object", "properties": {"averageScore": {"type": "number"}, "totalCount": {"type": "integer"}}}}}, "masterActivityId": {"type": "integer"}, "masterSupplierId": {"type": "integer"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/c5ad7fc9-8c91-499a-b616-098273f9b2c7/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
activities/auto-complete
activities/auto-complete
200
New Example
{"data": {"derivedLanguageID": 1, "searchType": 0, "suggestionList": [{"activityId": 0, "activityName": null, "activityNameTranslated": null, "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": "city", "cityId": 7923, "cityName": "Cairo", "cityNameTranslated": "Cairo", "countryISO2": "EG", "countryId": 16, "countryName": "Egypt", "countryNameTranslated": "Egypt", "displayNames": {"categoryName": "City", "countryName": null, "geoHierarchyName": "Egypt", "name": "Cairo"}, "id": 7923, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 30.0571, "longitude": 31.2272, "name": "Cairo", "nameTranslated": "Cairo", "objectTypeId": 0, "placeType": 0, "stateId": 252, "stateName": "Al Jizah Governorate", "stateNameTranslated": "Al Jizah", "type": 2, "url": "/search?cityId=7923", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 0, "activityName": null, "activityNameTranslated": null, "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": "city", "cityId": 4495, "cityName": "Toronto (ON)", "cityNameTranslated": "Toronto (ON)", "countryISO2": "CA", "countryId": 100, "countryName": "Canada", "countryNameTranslated": "Canada", "displayNames": {"categoryName": "City", "countryName": null, "geoHierarchyName": "Canada", "name": "Toronto (ON)"}, "id": 4495, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 43.653714, "longitude": -79.381027, "name": "Toronto (ON)", "nameTranslated": "Toronto (ON)", "objectTypeId": 0, "placeType": 0, "stateId": 9, "stateName": "Ontario Province", "stateNameTranslated": "Ontario", "type": 2, "url": "/search?cityId=4495", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 0, "activityName": null, "activityNameTranslated": null, "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": "city", "cityId": 9933, "cityName": "Montreal (QC)", "cityNameTranslated": "Montreal (QC)", "countryISO2": "CA", "countryId": 100, "countryName": "Canada", "countryNameTranslated": "Canada", "displayNames": {"categoryName": "City", "countryName": null, "geoHierarchyName": "Canada", "name": "Montreal (QC)"}, "id": 9933, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 45.5, "longitude": -73.583336, "name": "Montreal (QC)", "nameTranslated": "Montreal (QC)", "objectTypeId": 0, "placeType": 0, "stateId": 11, "stateName": "Quebec Province", "stateNameTranslated": "Quebec", "type": 2, "url": "/search?cityId=9933", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1041804, "activityName": "Japan 4G Unlimited data/500MB/1GB eSIM", "activityNameTranslated": "Japan 4G Unlimited data/500MB/1GB eSIM", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 9590, "cityName": "Osaka", "cityNameTranslated": "Osaka", "countryISO2": "JP", "countryId": 3, "countryName": "Japan", "countryNameTranslated": "Japan", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Osaka, Japan", "name": "Japan 4G Unlimited data/500MB/1GB eSIM"}, "id": 1041804, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Japan 4G Unlimited data/500MB/1GB eSIM", "nameTranslated": "Japan 4G Unlimited data/500MB/1GB eSIM", "objectTypeId": 0, "placeType": 0, "stateId": 112, "stateName": "Osaka Prefecture", "stateNameTranslated": "Osaka", "type": 1, "url": "/search?cityId=9590&selectedActivity=1041804", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1044627, "activityName": "Niagara Falls Hornblower Cruise | Canada", "activityNameTranslated": "Niagara Falls Hornblower Cruise | Canada", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 17579, "cityName": "Niagara Falls (ON)", "cityNameTranslated": "Niagara Falls (ON)", "countryISO2": "CA", "countryId": 100, "countryName": "Canada", "countryNameTranslated": "Canada", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Niagara Falls (ON), Canada", "name": "Niagara Falls Hornblower Cruise | Canada"}, "id": 1044627, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Niagara Falls Hornblower Cruise | Canada", "nameTranslated": "Niagara Falls Hornblower Cruise | Canada", "objectTypeId": 0, "placeType": 0, "stateId": 9, "stateName": "Ontario Province", "stateNameTranslated": "Ontario", "type": 1, "url": "/search?cityId=17579&selectedActivity=1044627", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1043722, "activityName": "Caf\u00e9 8 Degrees at Harbour Plaza | Semi-Lunch Buffet\u30fbHoliday Lunch Buffet\u30fbDinner Buffet\uff5cHong Kong\uff5c2023 Hotel Buffet Promo", "activityNameTranslated": "Caf\u00e9 8 Degrees at Harbour Plaza | Semi-Lunch Buffet\u30fbHoliday Lunch Buffet\u30fbDinner Buffet\uff5cHong Kong\uff5c2023 Hotel Buffet Promo", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 16808, "cityName": "Hong Kong", "cityNameTranslated": "Hong Kong", "countryISO2": "HK", "countryId": 132, "countryName": "Hong Kong SAR, China", "countryNameTranslated": "Hong Kong SAR, China", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Hong Kong, Hong Kong SAR, China", "name": "Caf\u00e9 8 Degrees at Harbour Plaza | Semi-Lunch Buffet\u30fbHoliday Lunch Buffet\u30fbDinner Buffet\uff5cHong Kong\uff5c2023 Hotel Buffet Promo"}, "id": 1043722, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Caf\u00e9 8 Degrees at Harbour Plaza | Semi-Lunch Buffet\u30fbHoliday Lunch Buffet\u30fbDinner Buffet\uff5cHong Kong\uff5c2023 Hotel Buffet Promo", "nameTranslated": "Caf\u00e9 8 Degrees at Harbour Plaza | Semi-Lunch Buffet\u30fbHoliday Lunch Buffet\u30fbDinner Buffet\uff5cHong Kong\uff5c2023 Hotel Buffet Promo", "objectTypeId": 0, "placeType": 0, "stateId": 3790, "stateName": "Hong Kong Special Administrative Region", "stateNameTranslated": "Hong Kong SAR", "type": 1, "url": "/search?cityId=16808&selectedActivity=1043722", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1082920, "activityName": "European network card\uff5cMOVISTAR, Vodafone 10/14/27 days network card + calling in many European countries\uff5cTaiwan delivery, Taiwan airport pick up", "activityNameTranslated": "European network card\uff5cMOVISTAR, Vodafone 10/14/27 days network card + calling in many European countries\uff5cTaiwan delivery, Taiwan airport pick up", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": "TLL", "cityId": 1460, "cityName": "Tallinn", "cityNameTranslated": "Tallinn", "countryISO2": "EE", "countryId": 99, "countryName": "Estonia", "countryNameTranslated": "Estonia", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Tallinn, Estonia", "name": "European network card\uff5cMOVISTAR, Vodafone 10/14/27 days network card + calling in many European countries\uff5cTaiwan delivery, Taiwan airport pick up"}, "id": 1082920, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "European network card\uff5cMOVISTAR, Vodafone 10/14/27 days network card + calling in many European countries\uff5cTaiwan delivery, Taiwan airport pick up", "nameTranslated": "European network card\uff5cMOVISTAR, Vodafone 10/14/27 days network card + calling in many European countries\uff5cTaiwan delivery, Taiwan airport pick up", "objectTypeId": 0, "placeType": 0, "stateId": 1969, "stateName": "Harjumaa County", "stateNameTranslated": "Harjumaa", "type": 1, "url": "/search?cityId=1460&selectedActivity=1082920", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1096850, "activityName": "California Disneyland 1\u20135 Day Ticket with Optional Disney Genie+", "activityNameTranslated": "California Disneyland 1\u20135 Day Ticket with Optional Disney Genie+", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 12772, "cityName": "Los Angeles (CA)", "cityNameTranslated": "Los Angeles (CA)", "countryISO2": "US", "countryId": 181, "countryName": "United States", "countryNameTranslated": "United States", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Los Angeles (CA), United States", "name": "California Disneyland 1\u20135 Day Ticket with Optional Disney Genie+"}, "id": 1096850, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "California Disneyland 1\u20135 Day Ticket with Optional Disney Genie+", "nameTranslated": "California Disneyland 1\u20135 Day Ticket with Optional Disney Genie+", "objectTypeId": 0, "placeType": 0, "stateId": 18, "stateName": "California State", "stateNameTranslated": "California", "type": 1, "url": "/search?cityId=12772&selectedActivity=1096850", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1045189, "activityName": "Boracay Watersports Packages: Parasailing, Jet Ski, Helmet Diving, Banana Boat, UFO Ride, Hurricane or Scuba Diving | Philippines", "activityNameTranslated": "Boracay Watersports Packages: Parasailing, Jet Ski, Helmet Diving, Banana Boat, UFO Ride, Hurricane or Scuba Diving | Philippines", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 15903, "cityName": "Boracay Island", "cityNameTranslated": "Boracay Island", "countryISO2": "PH", "countryId": 70, "countryName": "Philippines", "countryNameTranslated": "Philippines", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Boracay Island, Philippines", "name": "Boracay Watersports Packages: Parasailing, Jet Ski, Helmet Diving, Banana Boat, UFO Ride, Hurricane or Scuba Diving | Philippines"}, "id": 1045189, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Boracay Watersports Packages: Parasailing, Jet Ski, Helmet Diving, Banana Boat, UFO Ride, Hurricane or Scuba Diving | Philippines", "nameTranslated": "Boracay Watersports Packages: Parasailing, Jet Ski, Helmet Diving, Banana Boat, UFO Ride, Hurricane or Scuba Diving | Philippines", "objectTypeId": 0, "placeType": 0, "stateId": 1374, "stateName": "Aklan Province", "stateNameTranslated": "Aklan", "type": 1, "url": "/search?cityId=15903&selectedActivity=1045189", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1126031, "activityName": "Erawan Shrine Four-Faced Buddha Virtual Tour | Bangkok", "activityNameTranslated": "Erawan Shrine Four-Faced Buddha Virtual Tour | Bangkok", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": "BKK", "cityId": 9395, "cityName": "Bangkok", "cityNameTranslated": "Bangkok", "countryISO2": "TH", "countryId": 106, "countryName": "Thailand", "countryNameTranslated": "Thailand", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Bangkok, Thailand", "name": "Erawan Shrine Four-Faced Buddha Virtual Tour | Bangkok"}, "id": 1126031, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Erawan Shrine Four-Faced Buddha Virtual Tour | Bangkok", "nameTranslated": "Erawan Shrine Four-Faced Buddha Virtual Tour | Bangkok", "objectTypeId": 0, "placeType": 0, "stateId": 2028, "stateName": "Bangkok Province", "stateNameTranslated": "Bangkok", "type": 1, "url": "/search?cityId=9395&selectedActivity=1126031", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1045536, "activityName": "Unlimited & 500MB & 1GB Japan SIM Card\uff5cTaiwan Home Delivery", "activityNameTranslated": "Unlimited & 500MB & 1GB Japan SIM Card\uff5cTaiwan Home Delivery", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 9590, "cityName": "Osaka", "cityNameTranslated": "Osaka", "countryISO2": "JP", "countryId": 3, "countryName": "Japan", "countryNameTranslated": "Japan", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Osaka, Japan", "name": "Unlimited & 500MB & 1GB Japan SIM Card\uff5cTaiwan Home Delivery"}, "id": 1045536, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Unlimited & 500MB & 1GB Japan SIM Card\uff5cTaiwan Home Delivery", "nameTranslated": "Unlimited & 500MB & 1GB Japan SIM Card\uff5cTaiwan Home Delivery", "objectTypeId": 0, "placeType": 0, "stateId": 112, "stateName": "Osaka Prefecture", "stateNameTranslated": "Osaka", "type": 1, "url": "/search?cityId=9590&selectedActivity=1045536", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1052598, "activityName": "Caesar Park Taipei Checkers Buffet", "activityNameTranslated": "Caesar Park Taipei Checkers Buffet", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 4951, "cityName": "Taipei", "cityNameTranslated": "Taipei", "countryISO2": "TW", "countryId": 140, "countryName": "Taiwan", "countryNameTranslated": "Taiwan", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Taipei, Taiwan", "name": "Caesar Park Taipei Checkers Buffet"}, "id": 1052598, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Caesar Park Taipei Checkers Buffet", "nameTranslated": "Caesar Park Taipei Checkers Buffet", "objectTypeId": 0, "placeType": 0, "stateId": 2650, "stateName": "Taipei City", "stateNameTranslated": "Taipei City", "type": 1, "url": "/search?cityId=4951&selectedActivity=1052598", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1044223, "activityName": "Cable Car Private Dining in the Skies or Savour Singapore: Singaporean Food with a Modern Touch | Mount Faber Peak, Singapore", "activityNameTranslated": "Cable Car Private Dining in the Skies or Savour Singapore: Singaporean Food with a Modern Touch | Mount Faber Peak, Singapore", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": "SG", "cityId": 4064, "cityName": "Singapore", "cityNameTranslated": "Singapore", "countryISO2": "SG", "countryId": 114, "countryName": "Singapore", "countryNameTranslated": "Singapore", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Singapore, Singapore", "name": "Cable Car Private Dining in the Skies or Savour Singapore: Singaporean Food with a Modern Touch | Mount Faber Peak, Singapore"}, "id": 1044223, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Cable Car Private Dining in the Skies or Savour Singapore: Singaporean Food with a Modern Touch | Mount Faber Peak, Singapore", "nameTranslated": "Cable Car Private Dining in the Skies or Savour Singapore: Singaporean Food with a Modern Touch | Mount Faber Peak, Singapore", "objectTypeId": 0, "placeType": 0, "stateId": 3789, "stateName": "Singapore", "stateNameTranslated": "Singapore", "type": 1, "url": "/search?cityId=4064&selectedActivity=1044223", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1044743, "activityName": "Niagara Falls Skylon Tower Tickets | Canada", "activityNameTranslated": "Niagara Falls Skylon Tower Tickets | Canada", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 17579, "cityName": "Niagara Falls (ON)", "cityNameTranslated": "Niagara Falls (ON)", "countryISO2": "CA", "countryId": 100, "countryName": "Canada", "countryNameTranslated": "Canada", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Niagara Falls (ON), Canada", "name": "Niagara Falls Skylon Tower Tickets | Canada"}, "id": 1044743, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Niagara Falls Skylon Tower Tickets | Canada", "nameTranslated": "Niagara Falls Skylon Tower Tickets | Canada", "objectTypeId": 0, "placeType": 0, "stateId": 9, "stateName": "Ontario Province", "stateNameTranslated": "Ontario", "type": 1, "url": "/search?cityId=17579&selectedActivity=1044743", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}, {"activityId": 1126640, "activityName": "Canada Network Card\uff5c1/3/5/10GB total eSIM", "activityNameTranslated": "Canada Network Card\uff5c1/3/5/10GB total eSIM", "addressId": null, "airportCodes": null, "areaId": 0, "areaName": null, "areaNameTranslated": null, "cityAbbr": null, "cityId": 9023, "cityName": "Vancouver (BC)", "cityNameTranslated": "Vancouver (BC)", "countryISO2": "CA", "countryId": 100, "countryName": "Canada", "countryNameTranslated": "Canada", "displayNames": {"categoryName": "Activity", "countryName": null, "geoHierarchyName": "Vancouver (BC), Canada", "name": "Canada Network Card\uff5c1/3/5/10GB total eSIM"}, "id": 1126640, "isAddress": false, "isBestSeller": false, "isPopular": false, "isSubSuggestion": false, "latitude": 0, "longitude": 0, "name": "Canada Network Card\uff5c1/3/5/10GB total eSIM", "nameTranslated": "Canada Network Card\uff5c1/3/5/10GB total eSIM", "objectTypeId": 0, "placeType": 0, "stateId": 2, "stateName": "British Columbia Province", "stateNameTranslated": "British Columbia", "type": 1, "url": "/search?cityId=9023&selectedActivity=1126640", "whiteLabelToken": "F1A5905F-9620-45E5-9D91-D251C07E0B42"}], "types": ["city", "activity"]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"derivedLanguageID": {"type": "integer"}, "searchType": {"type": "integer"}, "suggestionList": {"type": "array", "items": {"type": "object"}}, "types": {"type": "array", "items": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/b94090c1-8908-47d4-9f5b-33b1e199b276/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
activities/get-prices
activities/get-prices
200
New Example
{"data": {"isAvailable": true, "masterActivityId": 824958, "masterSupplierId": 50001, "offerPricing": {"bookingRequirements": [], "offers": [{"activityId": 824958, "bookingRequirementRefId": -1, "enrichedOfferOption": [{"availableQuantity": null, "bookingRequirementRefId": -1, "isAvailable": true, "offerOptionId": 0, "offerOptionToken": "AAABw_ABeyJhaWQiOjgyNDk1OCwicw0A8Ak1MDAwMSwic2FjIjoiMjAwODZQOCIsIm8cAFA2MzQ5NB0AEG8dAPAfVEc1IiwiY3VyIjoiVVNEIiwicHJpY2UiOnsiZHQiOiJCT09LIiwicSI6MSwidBcAIGV4BgD_CWN0Ijo0Mi41MiwiY28iOjQ3LjB9LCJhbBwAB6JlIjpudWxsLCJhCQD_BH0sImxvIjpbXX0sInN0YXJ0cHJ2AFwhdGQeAYAyMy0xMS0yMyEBEHN-AFAwNzozMAoBIWF4kwBgcCI6W3siLgFTQURVTFSZACJ9LBQAUkNISUxEFABzMH1dLCJjYV8AwHBtIjoiTUVSQ0hBTjUAJGJyjAARb4kBoDAsInByIjpbXX0", "pricingSummary": {"pricing": [{"currency": "USD", "display": {"perBook": {"displayType": "BOOK", "loyaltyOffers": [], "quantity": 1, "total": {"allInclusive": {"chargeTotal": 42.52, "crossedOut": 47}, "exclusive": {"chargeTotal": 42.52, "crossedOut": 47}}}, "perPax": [{"displayType": "ADULT", "loyaltyOffers": [], "quantity": 1, "total": {"allInclusive": {"chargeTotal": 42.52, "crossedOut": 47}, "exclusive": {"chargeTotal": 42.52, "crossedOut": 47}}}]}}]}, "specification": [{"key": "time", "specification": "07:30"}], "supplierOfferOptionCode": ""}], "isAvailable": true, "isCartEligible": true, "offerDetailRef": "824958_634941", "offerId": 634941, "payment": {"cancellation": {"cancellationType": "NON_REFUNDABLE", "policies": [{"hoursFrom": 8760, "hoursUntil": 0, "penaltyCode": "100P"}, {"hoursFrom": 0, "hoursUntil": -1, "penaltyCode": "100P"}]}, "paymentModel": "MERCHANT"}, "supplierOfferCode": "TG5"}, {"activityId": 824958, "bookingRequirementRefId": -1, "enrichedOfferOption": [{"availableQuantity": null, "bookingRequirementRefId": -1, "isAvailable": true, "offerOptionId": 0, "offerOptionToken": "AAABxPABeyJhaWQiOjgyNDk1OCwicw0A8Ak1MDAwMSwic2FjIjoiMjAwODZQOCIsIm8cALAxMDE1MTg0LCJzbx4A8B9URzEiLCJjdXIiOiJVU0QiLCJwcmljZSI6eyJkdCI6IkJPT0siLCJxIjoxLCJ0FwAgZXgGAP8JY3QiOjcxLjQ4LCJjbyI6NzkuMH0sImFsHAAHomUiOm51bGwsImEJAP8EfSwibG8iOltdfSwic3RhcnRwcnYAElI0Mi41MloAKzQ3dgAOHAAPdgAJIXRkHwGAMjMtMTEtMjMiARBzfgBQMDc6MzAKASFheJMAYHAiOlt7Ii4BU0FEVUxUmQAifSwUAFJDSElMRBQAczB9XSwiY2FfAMBwbSI6Ik1FUkNIQU41ACRicowAEW-KAaAwLCJwciI6W119", "pricingSummary": {"pricing": [{"currency": "USD", "display": {"perBook": {"displayType": "BOOK", "loyaltyOffers": [], "quantity": 1, "total": {"allInclusive": {"chargeTotal": 71.48, "crossedOut": 79}, "exclusive": {"chargeTotal": 71.48, "crossedOut": 79}}}, "perPax": [{"displayType": "ADULT", "loyaltyOffers": [], "quantity": 1, "total": {"allInclusive": {"chargeTotal": 71.48, "crossedOut": 79}, "exclusive": {"chargeTotal": 71.48, "crossedOut": 79}}}]}}]}, "specification": [{"key": "time", "specification": "07:30"}], "supplierOfferOptionCode": ""}], "isAvailable": true, "isCartEligible": true, "offerDetailRef": "824958_1015184", "offerId": 1015184, "payment": {"cancellation": {"cancellationType": "NON_REFUNDABLE", "policies": [{"hoursFrom": 8760, "hoursUntil": 0, "penaltyCode": "100P"}, {"hoursFrom": 0, "hoursUntil": -1, "penaltyCode": "100P"}]}, "paymentModel": "MERCHANT"}, "supplierOfferCode": "TG1"}, {"activityId": 824958, "bookingRequirementRefId": -1, "enrichedOfferOption": [{"availableQuantity": null, "bookingRequirementRefId": -1, "isAvailable": true, "offerOptionId": 0, "offerOptionToken": "AAAByPABeyJhaWQiOjgyNDk1OCwicw0A8Ak1MDAwMSwic2FjIjoiMjAwODZQOCIsIm8cAFExMzQxNioAEG8eAPAfVEcyIiwiY3VyIjoiVVNEIiwicHJpY2UiOnsiZHQiOiJCT09LIiwicSI6MSwidBcAIGV4BgD_C2N0IjoyNjEuNDgsImNvIjoyODkuMH0sImFsHgAJomUiOm51bGwsImEJAP8EfSwibG8iOltdfSwic3RhcnRwcnoAElI0Mi41MlsAKzQ3eAAOHAAPdgAJIXRkIwGAMjMtMTEtMjMmARBzfgBQMDc6NDUOASFheJMAYHAiOlt7IjIBU0FEVUxUmQAifSwUAFJDSElMRBQAczB9XSwiY2FfAMBwbSI6Ik1FUkNIQU41ACRicowAEW-OAaAwLCJwciI6W119", "pricingSummary": {"pricing": [{"currency": "USD", "display": {"perBook": {"displayType": "BOOK", "loyaltyOffers": [], "quantity": 1, "total": {"allInclusive": {"chargeTotal": 261.48, "crossedOut": 289}, "exclusive": {"chargeTotal": 261.48, "crossedOut": 289}}}, "perPax": [{"displayType": "ADULT", "loyaltyOffers": [], "quantity": 1, "total": {"allInclusive": {"chargeTotal": 261.48, "crossedOut": 289}, "exclusive": {"chargeTotal": 261.48, "crossedOut": 289}}}]}}]}, "specification": [{"key": "time", "specification": "07:45"}], "supplierOfferOptionCode": ""}], "isAvailable": true, "isCartEligible": true, "offerDetailRef": "824958_1341658", "offerId": 1341658, "payment": {"cancellation": {"cancellationType": "NON_REFUNDABLE", "policies": [{"hoursFrom": 8760, "hoursUntil": 0, "penaltyCode": "100P"}, {"hoursFrom": 0, "hoursUntil": -1, "penaltyCode": "100P"}]}, "paymentModel": "MERCHANT"}, "supplierOfferCode": "TG2"}], "paxRequirements": [], "travelDate": "2023-11-23"}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"isAvailable": {"type": "boolean"}, "masterActivityId": {"type": "integer"}, "masterSupplierId": {"type": "integer"}, "offerPricing": {"type": "object", "properties": {"bookingRequirements": {"type": "array"}, "offers": {"type": "array", "items": {"type": "object", "properties": {"activityId": {"type": "integer"}, "bookingRequirementRefId": {"type": "integer"}, "enrichedOfferOption": {"type": "array", "items": {"type": "object", "properties": {"availableQuantity": {"type": "null"}, "bookingRequirementRefId": {"type": "integer"}, "isAvailable": {"type": "boolean"}, "offerOptionId": {"type": "integer"}, "offerOptionToken": {"type": "string"}, "pricingSummary": {"type": "object", "properties": {"pricing": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "display": {"type": "object", "properties": {"perBook": {"type": "object", "properties": {"displayType": {"type": "string"}, "loyaltyOffers": {"type": "array"}, "quantity": {"type": "integer"}, "total": {"type": "object", "properties": {"allInclusive": {"type": "object", "properties": {"chargeTotal": {"type": "number"}, "crossedOut": {"type": "integer"}}}, "exclusive": {"type": "object", "properties": {"chargeTotal": {"type": "number"}, "crossedOut": {"type": "integer"}}}}}}}, "perPax": {"type": "array", "items": {"type": "object", "properties": {"displayType": {"type": "string"}, "loyaltyOffers": {"type": "array"}, "quantity": {"type": "integer"}, "total": {"type": "object", "properties": {"allInclusive": {"type": "object", "properties": {"chargeTotal": {"type": "number"}, "crossedOut": {"type": "integer"}}}, "exclusive": {"type": "object", "properties": {"chargeTotal": {"type": "number"}, "crossedOut": {"type": "integer"}}}}}}}}}}}}}}}, "specification": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "specification": {"type": "string"}}}}, "supplierOfferOptionCode": {"type": "string"}}}}, "isAvailable": {"type": "boolean"}, "isCartEligible": {"type": "boolean"}, "offerDetailRef": {"type": "string"}, "offerId": {"type": "integer"}, "payment": {"type": "object", "properties": {"cancellation": {"type": "object", "properties": {"cancellationType": {"type": "string"}, "policies": {"type": "array", "items": {"type": "object", "properties": {"hoursFrom": {"type": "integer"}, "hoursUntil": {"type": "integer"}, "penaltyCode": {"type": "string"}}}}}}, "paymentModel": {"type": "string"}}}, "supplierOfferCode": {"type": "string"}}}}, "paxRequirements": {"type": "array"}, "travelDate": {"type": "string"}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/517f4765-881e-45d0-9702-716513731452/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
flights/round-trip/get-filters
Get filters for round-trip flights
200
Example_1
{"data": {"carriers": [{"count": 3, "id": "A3", "logo": "https://img.agoda.net/images/mvc/default/airlines/A3.png", "name": "Aegean Airlines"}, {"count": 4, "id": "EI", "logo": "https://img.agoda.net/images/mvc/default/airlines/EI.png", "name": "Aer Lingus"}, {"count": 2, "id": "AM", "logo": "https://img.agoda.net/images/mvc/default/airlines/AM.png", "name": "Aeromexico"}, {"count": 17, "id": "AC", "logo": "https://img.agoda.net/images/mvc/default/airlines/AC.png", "name": "Air Canada"}, {"count": 20, "id": "AF", "logo": "https://img.agoda.net/images/mvc/default/airlines/AF.png", "name": "Air France"}, {"count": 2, "id": "JU", "logo": "https://img.agoda.net/images/mvc/default/airlines/JU.png", "name": "Air Serbia"}, {"count": 1, "id": "TS", "logo": "https://img.agoda.net/images/mvc/default/airlines/TS.png", "name": "Air Transat"}, {"count": 21, "id": "AA", "logo": "https://img.agoda.net/images/mvc/default/airlines/AA_v1.png", "name": "American Airlines"}, {"count": 4, "id": "OS", "logo": "https://img.agoda.net/images/mvc/default/airlines/OS.png", "name": "Austrian Airlines"}, {"count": 8, "id": "BA", "logo": "https://img.agoda.net/images/mvc/default/airlines/BA.png", "name": "British Airways"}, {"count": 10, "id": "SN", "logo": "https://img.agoda.net/images/mvc/default/airlines/SN.png", "name": "Brussels Airlines"}, {"count": 17, "id": "DL", "logo": "https://img.agoda.net/images/mvc/default/airlines/DL.png", "name": "Delta Air Lines"}, {"count": 15, "id": "U2", "logo": "https://img.agoda.net/images/mvc/default/airlines/U2.png", "name": "EasyJet"}, {"count": 2, "id": "MS", "logo": "https://img.agoda.net/images/mvc/default/airlines/MS.png", "name": "Egyptair"}, {"count": 5, "id": "LY", "logo": "https://img.agoda.net/images/mvc/default/airlines/LY.png", "name": "El Al"}, {"count": 1, "id": "ET", "logo": "https://img.agoda.net/images/mvc/default/airlines/ET.png", "name": "Ethiopian Airlines"}, {"count": 4, "id": "AY", "logo": "https://img.agoda.net/images/mvc/default/airlines/AY.png", "name": "Finnair"}, {"count": 1, "id": "BF", "logo": "https://img.agoda.net/images/mvc/default/airlines/BF.png", "name": "French Bee"}, {"count": 7, "id": "IB", "logo": "https://img.agoda.net/images/mvc/default/airlines/IB.png", "name": "Iberia"}, {"count": 6, "id": "FI", "logo": "https://img.agoda.net/images/mvc/default/airlines/FI.png", "name": "Icelandair"}, {"count": 1, "id": "AZ", "logo": "https://img.agoda.net/images/mvc/default/airlines/AZ_v1.png", "name": "Italia Trasporto Aereo (ITA Airways)"}, {"count": 7, "id": "KL", "logo": "https://img.agoda.net/images/mvc/default/airlines/KL.png", "name": "KLM Royal Dutch Airlines"}, {"count": 41, "id": "LH", "logo": "https://img.agoda.net/images/mvc/default/airlines/LH.png", "name": "Lufthansa"}, {"count": 1, "id": "OG", "logo": "https://img.agoda.net/images/mvc/default/airlines/OG.png", "name": "PLAY Airlines"}, {"count": 6, "id": "QR", "logo": "https://img.agoda.net/images/mvc/default/airlines/QR.png", "name": "Qatar Airways"}, {"count": 3, "id": "AT", "logo": "https://img.agoda.net/images/mvc/default/airlines/AT.png", "name": "Royal Air Maroc"}, {"count": 11, "id": "LX", "logo": "https://img.agoda.net/images/mvc/default/airlines/LX.png", "name": "SWISS"}, {"count": 46, "id": "TP", "logo": "https://img.agoda.net/images/mvc/default/airlines/TP.png", "name": "TAP Air Portugal"}, {"count": 15, "id": "TK", "logo": "https://img.agoda.net/images/mvc/default/airlines/TK_V2.png", "name": "Turkish Airlines"}, {"count": 85, "id": "UA", "logo": "https://img.agoda.net/images/mvc/default/airlines/UA.png", "name": "United Airlines"}], "duration": {"fromProperty": 0, "step": 60, "to": 3280}, "price": {"fromProperty": 0, "step": 44, "to": 4389}, "sliceFilters": [{"arrivalTime": {"fromProperty": 0, "step": 60, "to": 1440}, "departureTime": {"fromProperty": 0, "step": 60, "to": 1440}, "sliceId": 1}], "stops": [{"count": 24, "id": "Direct", "logo": null, "name": "Direct"}, {"count": 217, "id": "One", "logo": null, "name": "1 Stop"}, {"count": 280, "id": "TwoPlus", "logo": null, "name": "2 Stops+"}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"carriers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "id": {"type": "string"}, "logo": {"type": "string"}, "name": {"type": "string"}}}}, "duration": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "price": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "sliceFilters": {"type": "array", "items": {"type": "object", "properties": {"arrivalTime": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "departureTime": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "sliceId": {"type": "integer"}}}}, "stops": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "id": {"type": "string"}, "logo": {"type": "null"}, "name": {"type": "string"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/02c800c5-2c6c-4f73-b0c5-b7fc93aef00b/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
flights/one-way/get-filters
Get filters for one-way flights
200
Example_1
{"data": {"carriers": [{"count": 3, "id": "A3", "logo": "https://img.agoda.net/images/mvc/default/airlines/A3.png", "name": "Aegean Airlines"}, {"count": 4, "id": "EI", "logo": "https://img.agoda.net/images/mvc/default/airlines/EI.png", "name": "Aer Lingus"}, {"count": 2, "id": "AM", "logo": "https://img.agoda.net/images/mvc/default/airlines/AM.png", "name": "Aeromexico"}, {"count": 17, "id": "AC", "logo": "https://img.agoda.net/images/mvc/default/airlines/AC.png", "name": "Air Canada"}, {"count": 20, "id": "AF", "logo": "https://img.agoda.net/images/mvc/default/airlines/AF.png", "name": "Air France"}, {"count": 2, "id": "JU", "logo": "https://img.agoda.net/images/mvc/default/airlines/JU.png", "name": "Air Serbia"}, {"count": 1, "id": "TS", "logo": "https://img.agoda.net/images/mvc/default/airlines/TS.png", "name": "Air Transat"}, {"count": 21, "id": "AA", "logo": "https://img.agoda.net/images/mvc/default/airlines/AA_v1.png", "name": "American Airlines"}, {"count": 4, "id": "OS", "logo": "https://img.agoda.net/images/mvc/default/airlines/OS.png", "name": "Austrian Airlines"}, {"count": 8, "id": "BA", "logo": "https://img.agoda.net/images/mvc/default/airlines/BA.png", "name": "British Airways"}, {"count": 10, "id": "SN", "logo": "https://img.agoda.net/images/mvc/default/airlines/SN.png", "name": "Brussels Airlines"}, {"count": 17, "id": "DL", "logo": "https://img.agoda.net/images/mvc/default/airlines/DL.png", "name": "Delta Air Lines"}, {"count": 15, "id": "U2", "logo": "https://img.agoda.net/images/mvc/default/airlines/U2.png", "name": "EasyJet"}, {"count": 2, "id": "MS", "logo": "https://img.agoda.net/images/mvc/default/airlines/MS.png", "name": "Egyptair"}, {"count": 5, "id": "LY", "logo": "https://img.agoda.net/images/mvc/default/airlines/LY.png", "name": "El Al"}, {"count": 1, "id": "ET", "logo": "https://img.agoda.net/images/mvc/default/airlines/ET.png", "name": "Ethiopian Airlines"}, {"count": 4, "id": "AY", "logo": "https://img.agoda.net/images/mvc/default/airlines/AY.png", "name": "Finnair"}, {"count": 1, "id": "BF", "logo": "https://img.agoda.net/images/mvc/default/airlines/BF.png", "name": "French Bee"}, {"count": 7, "id": "IB", "logo": "https://img.agoda.net/images/mvc/default/airlines/IB.png", "name": "Iberia"}, {"count": 6, "id": "FI", "logo": "https://img.agoda.net/images/mvc/default/airlines/FI.png", "name": "Icelandair"}, {"count": 1, "id": "AZ", "logo": "https://img.agoda.net/images/mvc/default/airlines/AZ_v1.png", "name": "Italia Trasporto Aereo (ITA Airways)"}, {"count": 7, "id": "KL", "logo": "https://img.agoda.net/images/mvc/default/airlines/KL.png", "name": "KLM Royal Dutch Airlines"}, {"count": 41, "id": "LH", "logo": "https://img.agoda.net/images/mvc/default/airlines/LH.png", "name": "Lufthansa"}, {"count": 1, "id": "OG", "logo": "https://img.agoda.net/images/mvc/default/airlines/OG.png", "name": "PLAY Airlines"}, {"count": 6, "id": "QR", "logo": "https://img.agoda.net/images/mvc/default/airlines/QR.png", "name": "Qatar Airways"}, {"count": 3, "id": "AT", "logo": "https://img.agoda.net/images/mvc/default/airlines/AT.png", "name": "Royal Air Maroc"}, {"count": 11, "id": "LX", "logo": "https://img.agoda.net/images/mvc/default/airlines/LX.png", "name": "SWISS"}, {"count": 46, "id": "TP", "logo": "https://img.agoda.net/images/mvc/default/airlines/TP.png", "name": "TAP Air Portugal"}, {"count": 15, "id": "TK", "logo": "https://img.agoda.net/images/mvc/default/airlines/TK_V2.png", "name": "Turkish Airlines"}, {"count": 85, "id": "UA", "logo": "https://img.agoda.net/images/mvc/default/airlines/UA.png", "name": "United Airlines"}], "duration": {"fromProperty": 0, "step": 60, "to": 3280}, "price": {"fromProperty": 0, "step": 44, "to": 4389}, "sliceFilters": [{"arrivalTime": {"fromProperty": 0, "step": 60, "to": 1440}, "departureTime": {"fromProperty": 0, "step": 60, "to": 1440}, "sliceId": 1}], "stops": [{"count": 24, "id": "Direct", "logo": null, "name": "Direct"}, {"count": 217, "id": "One", "logo": null, "name": "1 Stop"}, {"count": 280, "id": "TwoPlus", "logo": null, "name": "2 Stops+"}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"carriers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "id": {"type": "string"}, "logo": {"type": "string"}, "name": {"type": "string"}}}}, "duration": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "price": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "sliceFilters": {"type": "array", "items": {"type": "object", "properties": {"arrivalTime": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "departureTime": {"type": "object", "properties": {"fromProperty": {"type": "integer"}, "step": {"type": "integer"}, "to": {"type": "integer"}}}, "sliceId": {"type": "integer"}}}}, "stops": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "id": {"type": "string"}, "logo": {"type": "null"}, "name": {"type": "string"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/615209df-5650-4815-b375-86992a28c573/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
hotels-homes/day-use-stays/get-filters
Get filters for day use stays Hotels & Homes
200
Example_1
{"data": [{"matrixGroup": "NumberOfBedrooms", "matrixItemResults": [{"count": 381, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 0, "name": "Studio"}, {"count": 459, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 1, "name": "1 bedroom"}, {"count": 115, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 2, "name": "2 bedrooms"}, {"count": 160, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 3, "name": "3+ bedrooms"}]}, {"matrixGroup": "AffordableCategory", "matrixItemResults": [{"count": 275, "extraDataResults": null, "filterKey": "AffordableCategory", "filterRequestType": "IDs", "id": 1, "name": "Budget"}, {"count": 33, "extraDataResults": null, "filterKey": "AffordableCategory", "filterRequestType": "IDs", "id": 2, "name": "Luxury"}]}, {"matrixGroup": "Deals", "matrixItemResults": [{"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 81485, "name": "50% discount or more"}, {"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 119520, "name": "2X AgodaCash"}, {"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 81337, "name": "Secret deals"}, {"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 105046, "name": "AgodaVIP Deals"}]}, {"matrixGroup": "AllGuestReviewBreakdown", "matrixItemResults": [{"count": 707, "extraDataResults": null, "filterKey": "AllGuestLocationRating", "filterRequestType": "Range", "id": 8, "name": "Excellent location "}, {"count": 697, "extraDataResults": null, "filterKey": "AllGuestStaffRating", "filterRequestType": "Range", "id": 8, "name": "Excellent service "}, {"count": 646, "extraDataResults": null, "filterKey": "AllGuestCleanlinessRating", "filterRequestType": "Range", "id": 8, "name": "Excellent cleanliness "}, {"count": 470, "extraDataResults": null, "filterKey": "AllGuestValueRating", "filterRequestType": "Range", "id": 8, "name": "Excellent value for money"}, {"count": 448, "extraDataResults": null, "filterKey": "AllGuestFacilitiesRating", "filterRequestType": "Range", "id": 8, "name": "Excellent facilities"}, {"count": 286, "extraDataResults": null, "filterKey": "AllGuestComfortRating", "filterRequestType": "Range", "id": 8, "name": "Excellent room quality "}]}, {"matrixGroup": "HotelFacilities", "matrixItemResults": [{"count": 423, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 93, "name": "Swimming pool"}, {"count": 827, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 90, "name": "Internet"}, {"count": 1053, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 80, "name": "Car park"}, {"count": 141, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 17, "name": "Airport transfer"}, {"count": 360, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 92, "name": "Gym/fitness"}, {"count": 792, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 116, "name": "Front desk [24-hour]"}, {"count": 891, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 89, "name": "Family/child friendly"}, {"count": 1003, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 15, "name": "Non-smoking"}, {"count": 193, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 91, "name": "Spa/sauna"}, {"count": 376, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 11, "name": "Restaurants"}, {"count": 395, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 83, "name": "Smoking area"}, {"count": 481, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 24, "name": "Pets allowed"}, {"count": 19, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 10, "name": "Nightclub"}, {"count": 604, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 16, "name": "Facilities for disabled guests"}, {"count": 202, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 88, "name": "Business facilities"}, {"count": 131, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 56, "name": "Golf course [on-site]"}]}, {"matrixGroup": "TripPurpose", "matrixItemResults": [{"count": 674, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 1, "name": "Great for Groups"}, {"count": 570, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 2, "name": "Great for Families"}, {"count": 522, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 4, "name": "Pets Allowed"}, {"count": 388, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 3, "name": "Workation Friendly"}]}, {"matrixGroup": "GroupedBedTypes", "matrixItemResults": [{"count": 955, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 4, "name": "Queen"}, {"count": 858, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 5, "name": "King"}, {"count": 616, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 2, "name": "Double"}, {"count": 193, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 1, "name": "Single/twin"}, {"count": 40, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 7, "name": "Bunk bed"}]}, {"matrixGroup": "HotelAreaId", "matrixItemResults": [{"count": 209, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "7"}, {"matrixExtraDataType": "AveragePrice", "text": "129.44"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 494085, "name": "East Los Angeles"}, {"count": 170, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "22"}, {"matrixExtraDataType": "AveragePrice", "text": "183.45"}, {"matrixExtraDataType": "TouristFavourite", "text": "0"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 557524, "name": "Anaheim"}, {"count": 161, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "16"}, {"matrixExtraDataType": "AveragePrice", "text": "146.42"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58804, "name": "LAX \u2013 Los Angeles International Airport"}, {"count": 139, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "8"}, {"matrixExtraDataType": "AveragePrice", "text": "188.79"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Nature|Top attractions"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70007, "name": "Hollywood"}, {"count": 87, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "398.51"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Luxury stay|Shopping"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 514262, "name": "Beverly Hills"}, {"count": 84, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "255.37"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "City center|Shopping"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 61297, "name": "West Hollywood"}, {"count": 82, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "188.84"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 503630, "name": "Long Beach"}, {"count": 80, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "24"}, {"matrixExtraDataType": "AveragePrice", "text": "209.71"}, {"matrixExtraDataType": "TouristFavourite", "text": "2"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Top attractions|Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 18085, "name": "Downtown Los Angeles"}, {"count": 68, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "171.89"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 26041, "name": "Burbank"}, {"count": 62, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "184.78"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 514263, "name": "Canoga Park"}, {"count": 57, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "342.98"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Luxury stay|Shopping"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 17237, "name": "Santa Monica"}, {"count": 50, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "170.96"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 23415, "name": "Beach Cities"}, {"count": 50, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "157.58"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 24054, "name": "Pasadena"}, {"count": 47, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "140.86"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 495841, "name": "Torrance"}, {"count": 45, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "298.98"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Beach|Foodie haven"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 550611, "name": "Marina Del Rey"}, {"count": 32, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "461.19"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 26123, "name": "Malibu"}, {"count": 32, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "6"}, {"matrixExtraDataType": "AveragePrice", "text": "168.83"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58782, "name": "Koreatown"}, {"count": 29, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "214.29"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Foodie haven|Beach|Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58803, "name": "Venice Beach"}, {"count": 26, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "247.89"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 61298, "name": "Westwood"}, {"count": 26, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "233.89"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70061, "name": "Culver City"}, {"count": 25, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "178.82"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70062, "name": "Glendale"}, {"count": 25, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "115.52"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 550610, "name": "Buena Park"}, {"count": 19, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "171.76"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 178444, "name": "Palos Verdes"}, {"count": 14, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "298.55"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Foodie haven"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70015, "name": "Universal City"}, {"count": 12, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "116.05"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 19777, "name": "Santa Clarita"}, {"count": 2, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "166.49"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 26105, "name": "Walnut Creek"}, {"count": 1, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 20138, "name": "Crestcenta Valley"}, {"count": 1, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "129.0"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 514261, "name": "Sherman Oaks"}]}, {"matrixGroup": "RecommendedByDestinationCity", "matrixItemResults": [{"count": 149, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 4, "name": ""}, {"count": 161, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "16"}, {"matrixExtraDataType": "AveragePrice", "text": "146.42"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58804, "name": "LAX \u2013 Los Angeles International Airport"}, {"count": 337, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 3, "name": ""}, {"count": 54, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 5, "name": ""}, {"count": 987, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 49499, "name": "Free cancellation"}, {"count": 1053, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 80, "name": "Car park"}, {"count": 315, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78322, "name": "Breakfast included"}, {"count": 139, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "8"}, {"matrixExtraDataType": "AveragePrice", "text": "188.79"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Nature|Top attractions"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70007, "name": "Hollywood"}, {"count": 80, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "24"}, {"matrixExtraDataType": "AveragePrice", "text": "209.71"}, {"matrixExtraDataType": "TouristFavourite", "text": "2"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Top attractions|Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 18085, "name": "Downtown Los Angeles"}, {"count": 32, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "6"}, {"matrixExtraDataType": "AveragePrice", "text": "168.83"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58782, "name": "Koreatown"}]}, {"matrixGroup": "BeachAccessTypeIds", "matrixItemResults": [{"count": 15, "extraDataResults": null, "filterKey": "BeachAccessTypeIds", "filterRequestType": "IDs", "id": 2, "name": "Public beach"}, {"count": 14, "extraDataResults": null, "filterKey": "BeachAccessTypeIds", "filterRequestType": "IDs", "id": 1, "name": "Private beach"}]}, {"matrixGroup": "LandmarkSubTypeCategoryIds", "matrixItemResults": []}, {"matrixGroup": "HotelChainId", "matrixItemResults": [{"count": 55, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 339, "name": "Wyndham Hotels & Resorts"}, {"count": 73, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 14, "name": "Hilton Worldwide"}, {"count": 26, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 16, "name": "InterContinental Hotels Group"}, {"count": 89, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 21, "name": "Marriott Hotels and Resorts"}, {"count": 42, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 83, "name": "Choice Hotels"}, {"count": 9, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 2635, "name": "Sonesta"}, {"count": 37, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 6, "name": "Best Western International"}, {"count": 14, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 15, "name": "Hyatt Hotels"}, {"count": 14, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 917, "name": "Extended Stay America"}, {"count": 12, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 1582, "name": "Independent"}]}, {"matrixGroup": "ReviewScore", "matrixItemResults": [{"count": 184, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 9, "name": "Exceptional"}, {"count": 582, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 8, "name": "Excellent"}, {"count": 912, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 7, "name": "Very good"}, {"count": 1050, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 6, "name": "Good"}]}, {"matrixGroup": "CityCenterDistance", "matrixItemResults": [{"count": 262, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 0, "name": "Inside city center"}, {"count": 123, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 1, "name": "<2 km to center"}, {"count": 88, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 2, "name": "2-5 km to center"}, {"count": 192, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 3, "name": "5-10 km to center"}, {"count": 968, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 4, "name": ">10 km to center"}]}, {"matrixGroup": "ProductType", "matrixItemResults": [{"count": 1635, "extraDataResults": null, "filterKey": "ProductType", "filterRequestType": "IDs", "id": -1, "name": "Hotels & Homes"}, {"count": 1261, "extraDataResults": null, "filterKey": "ProductType", "filterRequestType": "IDs", "id": 1, "name": "Hotels"}, {"count": 374, "extraDataResults": null, "filterKey": "ProductType", "filterRequestType": "IDs", "id": 2, "name": "Homes"}]}, {"matrixGroup": "IsSustainableTravel", "matrixItemResults": [{"count": 1545, "extraDataResults": null, "filterKey": "IsSustainableTravel", "filterRequestType": "IDs", "id": 0, "name": ""}, {"count": 90, "extraDataResults": null, "filterKey": "IsSustainableTravel", "filterRequestType": "IDs", "id": 1, "name": "Travel sustainable property"}]}, {"matrixGroup": "LandmarkIds", "matrixItemResults": [{"count": 40, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 270024, "name": "Hollywood Boulevard"}, {"count": 37, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 1518906, "name": "Madame Tussauds Hollywood"}, {"count": 24, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 43955, "name": "Hollywood Walk Of Fame"}, {"count": 23, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 2409, "name": "Staples Center"}, {"count": 15, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 1471, "name": "Venice Beach"}, {"count": 9, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 43327, "name": "Griffith Park"}, {"count": 6, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 43326, "name": "Griffith Observatory"}, {"count": 5, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 2354, "name": "Hollywood Sign"}, {"count": 5, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 177684, "name": "La Brea Tar Pits and Museum"}, {"count": 4, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 2465, "name": "Chinatown"}]}, {"matrixGroup": "BusStationLandmarkIds", "matrixItemResults": []}, {"matrixGroup": "AtmosphereIds", "matrixItemResults": [{"count": 971, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 4, "name": "Sightseeing"}, {"count": 907, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 6, "name": "Restaurants"}, {"count": 855, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 1, "name": "Shopping area"}, {"count": 522, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 5, "name": "Nightlife"}, {"count": 361, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 9, "name": "Beaches"}, {"count": 253, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 102, "name": "Museum & arts"}, {"count": 221, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 11, "name": "Family fun"}, {"count": 161, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 103, "name": "Transportation hub"}]}, {"matrixGroup": "PaymentOptions", "matrixItemResults": [{"count": 987, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 49499, "name": "Free cancellation"}, {"count": 660, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 56649, "name": "Pay at the hotel"}, {"count": 600, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 52770, "name": "Book now, pay later"}, {"count": 955, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 84640, "name": "Pay now"}, {"count": 3, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 80031, "name": "Book without credit card"}]}, {"matrixGroup": "TrainStationLandmarkIds", "matrixItemResults": []}, {"matrixGroup": "AccommodationType", "matrixItemResults": [{"count": 951, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 34, "name": "Hotel"}, {"count": 151, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 29, "name": "Entire apartment"}, {"count": 7, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 37, "name": "Resort"}, {"count": 16, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 120, "name": "Serviced apartment"}, {"count": 27, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 32, "name": "Guesthouse/bed and breakfast"}, {"count": 63, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 28, "name": "Entire villa"}, {"count": 116, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 131, "name": "Entire house"}, {"count": 8, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 122, "name": "Resort villa"}, {"count": 38, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 33, "name": "Hostel"}, {"count": 236, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 35, "name": "Motel"}, {"count": 1, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 105, "name": "Capsule hotel"}, {"count": 1, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 102, "name": "Boat/cruise"}, {"count": 2, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 114, "name": "Tent"}, {"count": 22, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 111, "name": "Inn"}, {"count": 39, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 108, "name": "Homestay"}, {"count": 1, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 112, "name": "Lodge"}, {"count": 2, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 106, "name": "Chalet"}, {"count": 891, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 89, "name": "Family/child friendly"}]}, {"matrixGroup": "RoomBenefits", "matrixItemResults": [{"count": 315, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78322, "name": "Breakfast included"}, {"count": 21, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78310, "name": "Early check-in "}, {"count": 20, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78309, "name": "Late check-out"}, {"count": 2, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 128283, "name": "Outside food delivery allowed"}, {"count": 1, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 128281, "name": "Delivery from family and relatives allowed"}, {"count": 1, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 128282, "name": "Delivery from nearby convenience store"}]}, {"matrixGroup": "StarRating", "matrixItemResults": [{"count": 510, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 0, "name": ""}, {"count": 54, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 5, "name": ""}, {"count": 86, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 1, "name": ""}, {"count": 499, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 2, "name": ""}, {"count": 337, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 3, "name": ""}, {"count": 149, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 4, "name": ""}]}, {"matrixGroup": "RoomAmenities", "matrixItemResults": [{"count": 1043, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 86, "name": "Refrigerator"}, {"count": 1002, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 143, "name": "Heating"}, {"count": 881, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 35, "name": "TV"}, {"count": 763, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 47, "name": "Coffee/tea maker"}, {"count": 733, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 37, "name": "Bathtub"}, {"count": 589, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 25, "name": "Air conditioning"}, {"count": 503, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 33, "name": "Ironing facilities"}, {"count": 445, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 43, "name": "Balcony/terrace"}, {"count": 339, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 42, "name": "Kitchen"}, {"count": 337, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 31, "name": "Internet access"}, {"count": 336, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 87, "name": "Washing machine"}, {"count": 123, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 50, "name": "Private pool"}, {"count": 30, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 342, "name": "Pets allowed in room"}]}, {"matrixGroup": "MetroSubwayStationLandmarkIds", "matrixItemResults": []}, {"matrixGroup": "ReviewLocationScore", "matrixItemResults": [{"count": 291, "extraDataResults": null, "filterKey": "ReviewLocationScore", "filterRequestType": "Range", "id": 9, "name": "Exceptional"}, {"count": 707, "extraDataResults": null, "filterKey": "ReviewLocationScore", "filterRequestType": "Range", "id": 8, "name": "Excellent"}, {"count": 989, "extraDataResults": null, "filterKey": "ReviewLocationScore", "filterRequestType": "Range", "id": 7, "name": "Very good"}]}, {"matrixGroup": "Popular", "matrixItemResults": [{"count": 26, "extraDataResults": null, "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 61298, "name": "Westwood area"}, {"count": 80, "extraDataResults": null, "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 18085, "name": "Downtown Los Angeles area"}, {"count": 660, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 56649, "name": "Pay at the hotel"}, {"count": 891, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 89, "name": "Family/child friendly"}, {"count": 15, "extraDataResults": null, "filterKey": "BeachAccessTypeIds", "filterRequestType": "IDs", "id": 2, "name": "Public beach"}, {"count": 1053, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 80, "name": "Car park"}, {"count": 792, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 116, "name": "Front desk [24-hour]"}]}, {"matrixGroup": "Segment", "matrixItemResults": [{"count": 827, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 90, "name": "Internet"}, {"count": 315, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78322, "name": "Breakfast included"}, {"count": 660, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 56649, "name": "Pay at the hotel"}, {"count": 360, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 92, "name": "Gym/fitness"}, {"count": 38, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 33, "name": "Hostel"}]}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"matrixGroup": {"type": "string"}, "matrixItemResults": {"type": "array"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/a5068beb-74fe-4b42-b68d-fca90a58a30f/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
languages
languages
200
Example_1
{"data": [{"CountryCode": "vn", "CultureCode": "vi-vn", "Flag": "vn", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 24, "MainLocale": "vi-vn", "RealLanguageId": 24, "Translation": "Ti\u1ebfng Vi\u1ec7t", "UiCulture": "vi-vn"}, {"CountryCode": "us", "CultureCode": "en-us", "Flag": "us", "IsForHeader": true, "IsSelected": true, "LanguageAbbr": null, "LanguageId": 1, "MainLocale": "en-us", "RealLanguageId": 1, "Translation": "English", "UiCulture": "en-us"}, {"CountryCode": "kr", "CultureCode": "ko-kr", "Flag": "kr", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 9, "MainLocale": "ko-kr", "RealLanguageId": 9, "Translation": "\ud55c\uad6d\uc5b4", "UiCulture": "ko-kr"}, {"CountryCode": "jp", "CultureCode": "ja-jp", "Flag": "jp", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 6, "MainLocale": "ja-jp", "RealLanguageId": 6, "Translation": "\u65e5\u672c\u8a9e", "UiCulture": "ja-jp"}, {"CountryCode": "tw", "CultureCode": "zh-tw", "Flag": "tw", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 20, "MainLocale": "zh-tw", "RealLanguageId": 20, "Translation": "\u7e41\u9ad4\u4e2d\u6587 (\u53f0\u7063)", "UiCulture": "zh-tw"}, {"CountryCode": "cn", "CultureCode": "zh-cn", "Flag": "cn", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 8, "MainLocale": "zh-cn", "RealLanguageId": 8, "Translation": "\u7b80\u4f53\u4e2d\u6587", "UiCulture": "zh-cn"}, {"CountryCode": "de", "CultureCode": "de-de", "Flag": "de", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 3, "MainLocale": "de-de", "RealLanguageId": 3, "Translation": "Deutsch", "UiCulture": "de-de"}, {"CountryCode": "fr", "CultureCode": "fr-fr", "Flag": "fr", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 2, "MainLocale": "fr-fr", "RealLanguageId": 2, "Translation": "Fran\u00e7ais", "UiCulture": "fr-fr"}, {"CountryCode": "ru", "CultureCode": "ru-ru", "Flag": "ru", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 11, "MainLocale": "ru-ru", "RealLanguageId": 11, "Translation": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439", "UiCulture": "ru-ru"}, {"CountryCode": "hk", "CultureCode": "zh-hk", "Flag": "hk", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 7, "MainLocale": "zh-hk", "RealLanguageId": 7, "Translation": "\u7e41\u9ad4\u4e2d\u6587 (\u9999\u6e2f)", "UiCulture": "zh-hk"}, {"CountryCode": "il", "CultureCode": "he-il", "Flag": "il", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 39, "MainLocale": "he-il", "RealLanguageId": 39, "Translation": "\u05e2\u05d1\u05e8\u05d9\u05ea", "UiCulture": "he-il"}, {"CountryCode": "th", "CultureCode": "th-th", "Flag": "th", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 22, "MainLocale": "th-th", "RealLanguageId": 22, "Translation": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22", "UiCulture": "th-th"}, {"CountryCode": "es", "CultureCode": "es-es", "Flag": "es", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 5, "MainLocale": "es-es", "RealLanguageId": 5, "Translation": "Espa\u00f1ol", "UiCulture": "es-es"}, {"CountryCode": "nl", "CultureCode": "nl-nl", "Flag": "nl", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 13, "MainLocale": "nl-nl", "RealLanguageId": 13, "Translation": "Nederlands", "UiCulture": "nl-nl"}, {"CountryCode": "id", "CultureCode": "id-id", "Flag": "id", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 26, "MainLocale": "id-id", "RealLanguageId": 26, "Translation": "Bahasa Indonesia", "UiCulture": "id-id"}, {"CountryCode": "it", "CultureCode": "it-it", "Flag": "it", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 4, "MainLocale": "it-it", "RealLanguageId": 4, "Translation": "Italiano", "UiCulture": "it-it"}, {"CountryCode": "dk", "CultureCode": "da-dk", "Flag": "dk", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 29, "MainLocale": "da-dk", "RealLanguageId": 29, "Translation": "Dansk", "UiCulture": "da-dk"}, {"CountryCode": "pl", "CultureCode": "pl-pl", "Flag": "pl", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 27, "MainLocale": "pl-pl", "RealLanguageId": 27, "Translation": "J\u0119zyk polski", "UiCulture": "pl-pl"}, {"CountryCode": "no", "CultureCode": "nb-no", "Flag": "no", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 28, "MainLocale": "nb-no", "RealLanguageId": 28, "Translation": "Norsk", "UiCulture": "nb-no"}, {"CountryCode": "ae", "CultureCode": "ar-ae", "Flag": "ae", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 40, "MainLocale": "ar-ae", "RealLanguageId": 40, "Translation": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629", "UiCulture": "ar-ae"}, {"CountryCode": "cz", "CultureCode": "cs-cz", "Flag": "cz", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 31, "MainLocale": "cs-cz", "RealLanguageId": 31, "Translation": "\u010ce\u0161tina", "UiCulture": "cs-cz"}, {"CountryCode": "se", "CultureCode": "sv-se", "Flag": "se", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 25, "MainLocale": "sv-se", "RealLanguageId": 25, "Translation": "Svenska", "UiCulture": "sv-se"}, {"CountryCode": "br", "CultureCode": "pt-br", "Flag": "br", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 43, "MainLocale": "pt-br", "RealLanguageId": 43, "Translation": "Portugu\u00eas (BR)", "UiCulture": "pt-br"}, {"CountryCode": "es", "CultureCode": "ca-es", "Flag": "ca-es", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 33, "MainLocale": "ca-es", "RealLanguageId": 33, "Translation": "Catal\u00e0", "UiCulture": "ca-es"}, {"CountryCode": "pt", "CultureCode": "pt-pt", "Flag": "pt", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 12, "MainLocale": "pt-pt", "RealLanguageId": 12, "Translation": "Portugu\u00eas (PT)", "UiCulture": "pt-pt"}, {"CountryCode": "fi", "CultureCode": "fi-fi", "Flag": "fi", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 30, "MainLocale": "fi-fi", "RealLanguageId": 30, "Translation": "Suomi", "UiCulture": "fi-fi"}, {"CountryCode": "tr", "CultureCode": "tr-tr", "Flag": "tr", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 32, "MainLocale": "tr-tr", "RealLanguageId": 32, "Translation": "T\u00fcrk\u00e7e", "UiCulture": "tr-tr"}, {"CountryCode": "ro", "CultureCode": "ro-ro", "Flag": "ro", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 37, "MainLocale": "ro-ro", "RealLanguageId": 37, "Translation": "Rom\u00e2n\u0103", "UiCulture": "ro-ro"}, {"CountryCode": "ua", "CultureCode": "uk-ua", "Flag": "ua", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 50, "MainLocale": "uk-ua", "RealLanguageId": 50, "Translation": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430", "UiCulture": "uk-ua"}, {"CountryCode": "gr", "CultureCode": "el-gr", "Flag": "gr", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 10, "MainLocale": "el-gr", "RealLanguageId": 10, "Translation": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac", "UiCulture": "el-gr"}, {"CountryCode": "my", "CultureCode": "ms-my", "Flag": "my", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 23, "MainLocale": "ms-my", "RealLanguageId": 23, "Translation": "Bahasa Malaysia", "UiCulture": "ms-my"}, {"CountryCode": "hr", "CultureCode": "hr-hr", "Flag": "hr", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 48, "MainLocale": "hr-hr", "RealLanguageId": 48, "Translation": "Hrvatski", "UiCulture": "hr-hr"}, {"CountryCode": "hu", "CultureCode": "hu-hu", "Flag": "hu", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 34, "MainLocale": "hu-hu", "RealLanguageId": 34, "Translation": "Magyar", "UiCulture": "hu-hu"}, {"CountryCode": "ee", "CultureCode": "et-ee", "Flag": "ee", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 49, "MainLocale": "et-ee", "RealLanguageId": 49, "Translation": "Eesti", "UiCulture": "et-ee"}, {"CountryCode": "lt", "CultureCode": "lt-lt", "Flag": "lt", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 46, "MainLocale": "lt-lt", "RealLanguageId": 46, "Translation": "Lietuvi\u0173", "UiCulture": "lt-lt"}, {"CountryCode": "si", "CultureCode": "sl-si", "Flag": "si", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 38, "MainLocale": "sl-si", "RealLanguageId": 38, "Translation": "Slovenski jezik", "UiCulture": "sl-si"}, {"CountryCode": "bg", "CultureCode": "bg-bg", "Flag": "bg", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 36, "MainLocale": "bg-bg", "RealLanguageId": 36, "Translation": "\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 \u0435\u0437\u0438\u043a", "UiCulture": "bg-bg"}, {"CountryCode": "lv", "CultureCode": "lv-lv", "Flag": "lv", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 47, "MainLocale": "lv-lv", "RealLanguageId": 47, "Translation": "Latvie\u0161u", "UiCulture": "lv-lv"}, {"CountryCode": "ph", "CultureCode": "tl-ph", "Flag": "ph", "IsForHeader": true, "IsSelected": false, "LanguageAbbr": null, "LanguageId": 51, "MainLocale": "tl-ph", "RealLanguageId": 51, "Translation": "Filipino", "UiCulture": "tl-ph"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"CountryCode": {"type": "string"}, "CultureCode": {"type": "string"}, "Flag": {"type": "string"}, "IsForHeader": {"type": "boolean"}, "IsSelected": {"type": "boolean"}, "LanguageAbbr": {"type": "null"}, "LanguageId": {"type": "integer"}, "MainLocale": {"type": "string"}, "RealLanguageId": {"type": "integer"}, "Translation": {"type": "string"}, "UiCulture": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/e0fe788c-e49e-4725-9af3-3d558a542399/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
currencies
currencies
200
Example_1
{"data": [{"Code": "TWD", "Display": "NT$", "ID": 28, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Taiwan Dollar"}, {"Code": "EUR", "Display": "\u20ac", "ID": 1, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Euro"}, {"Code": "JPY", "Display": "\u00a5", "ID": 11, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 0, "Text": "Japanese Yen"}, {"Code": "CNY", "Display": "RMB", "ID": 15, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Chinese Yuan"}, {"Code": "AUD", "Display": "AUD", "ID": 9, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Australian Dollar"}, {"Code": "SGD", "Display": "SGD", "ID": 5, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Singapore Dollar"}, {"Code": "THB", "Display": "\u0e3f", "ID": 6, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Thai Baht"}, {"Code": "INR", "Display": "Rs.", "ID": 27, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Indian Rupee"}, {"Code": "GBP", "Display": "\u00a3", "ID": 2, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "British Pound"}, {"Code": "MYR", "Display": "RM", "ID": 4, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Malaysian Ringgit"}, {"Code": "CAD", "Display": "CAD", "ID": 13, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Canadian Dollar"}, {"Code": "PHP", "Display": "\u20b1", "ID": 18, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Philippine Peso"}, {"Code": "IDR", "Display": "Rp", "ID": 25, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 0, "Text": "Indonesian Rupiah"}, {"Code": "HKD", "Display": "HKD", "ID": 3, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Hong Kong Dollar"}, {"Code": "ILS", "Display": "\u20aa", "ID": 134, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Israeli Shekel"}, {"Code": "NZD", "Display": "NZD", "ID": 8, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "New Zealand Dollar"}, {"Code": "CHF", "Display": "CHF", "ID": 19, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Swiss Franc"}, {"Code": "SEK", "Display": "SEK", "ID": 21, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Swedish Krona"}, {"Code": "PLN", "Display": "z\u0142", "ID": 23, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Polish Zloty"}, {"Code": "DKK", "Display": "DKK", "ID": 20, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Danish Krone"}, {"Code": "NOK", "Display": "NOK", "ID": 31, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Norwegian Krone"}, {"Code": "AED", "Display": "AED", "ID": 14, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Arab Emirates Dirham"}, {"Code": "KZT", "Display": "\u20b8", "ID": 172, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Kazakh Tenge"}, {"Code": "ZAR", "Display": "R", "ID": 12, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "South African Rand"}, {"Code": "RUB", "Display": "\u20bd", "ID": 152, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Russian Ruble"}, {"Code": "BRL", "Display": "R$", "ID": 24, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Brazilian Real"}, {"Code": "CZK", "Display": "K\u010d", "ID": 22, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Czech Koruna"}, {"Code": "SAR", "Display": "SAR", "ID": 155, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Saudi Riyal"}, {"Code": "TRY", "Display": "TL", "ID": 176, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Turkish Lira"}, {"Code": "LAK", "Display": "\u20ad", "ID": 103, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Lao Kip"}, {"Code": "BDT", "Display": "Tk", "ID": 169, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Bangladeshi Taka"}, {"Code": "RON", "Display": "lei", "ID": 135, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Romanian Leu"}, {"Code": "PKR", "Display": "PKR", "ID": 142, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Pakistan Rupee"}, {"Code": "MXN", "Display": "MXN", "ID": 124, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Mexican Peso"}, {"Code": "EGP", "Display": "EGP", "ID": 80, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Egyptian Pound"}, {"Code": "COP", "Display": "COP", "ID": 65, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Colombian Peso"}, {"Code": "BHD", "Display": "BHD", "ID": 37, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Bahrain Dinar"}, {"Code": "HUF", "Display": "Ft", "ID": 87, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Hungarian Forint"}, {"Code": "LKR", "Display": "\u0dbb\u0dd4", "ID": 165, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Sri Lanka Rupee"}, {"Code": "QAR", "Display": "QAR", "ID": 148, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Qatari Rial"}, {"Code": "KHR", "Display": "\u17db", "ID": 150, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Cambodian Riel"}, {"Code": "KWD", "Display": "KWD", "ID": 105, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Kuwaiti Dinar"}, {"Code": "NGN", "Display": "\u20a6", "ID": 129, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Nigerian Naira"}, {"Code": "UAH", "Display": "\u0433\u0440\u043d", "ID": 95, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Ukrainian Grivna"}, {"Code": "JOD", "Display": "JOD", "ID": 100, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Jordanian Dinar"}, {"Code": "OMR", "Display": "OMR", "ID": 35, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Omani Rial"}, {"Code": "FJD", "Display": "FJ$", "ID": 36, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Fiji Dollar"}, {"Code": "AFN", "Display": "AFN", "ID": 39, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Afghani"}, {"Code": "BGN", "Display": "\u043b\u0432", "ID": 55, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Bulgarian Lev"}, {"Code": "XPF", "Display": "XPF", "ID": 62, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 0, "Text": "CFP Franc"}, {"Code": "MVR", "Display": "Rf", "ID": 151, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "Maldivian Rufiyaa"}, {"Code": "VND", "Display": "\u20ab", "ID": 78, "IsSuggested": true, "IsTopCurrency": false, "NoDecimal": 0, "Text": "Vietnamese Dong"}, {"Code": "USD", "Display": "USD", "ID": 7, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 2, "Text": "US Dollar"}, {"Code": "KRW", "Display": "\u20a9", "ID": 26, "IsSuggested": false, "IsTopCurrency": false, "NoDecimal": 0, "Text": "Korean Won"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"Code": {"type": "string"}, "Display": {"type": "string"}, "ID": {"type": "integer"}, "IsSuggested": {"type": "boolean"}, "IsTopCurrency": {"type": "boolean"}, "NoDecimal": {"type": "integer"}, "Text": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/c04dd340-0cf9-45cd-ab3a-b07645d1899f/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
hotels-homes/overnight-stays/get-filters
Get filters for overnight stays Hotels & Homes
200
Example_1
{"data": [{"matrixGroup": "NumberOfBedrooms", "matrixItemResults": [{"count": 381, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 0, "name": "Studio"}, {"count": 459, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 1, "name": "1 bedroom"}, {"count": 115, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 2, "name": "2 bedrooms"}, {"count": 160, "extraDataResults": null, "filterKey": "NumberOfBedrooms", "filterRequestType": "IDs", "id": 3, "name": "3+ bedrooms"}]}, {"matrixGroup": "AffordableCategory", "matrixItemResults": [{"count": 275, "extraDataResults": null, "filterKey": "AffordableCategory", "filterRequestType": "IDs", "id": 1, "name": "Budget"}, {"count": 33, "extraDataResults": null, "filterKey": "AffordableCategory", "filterRequestType": "IDs", "id": 2, "name": "Luxury"}]}, {"matrixGroup": "Deals", "matrixItemResults": [{"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 81485, "name": "50% discount or more"}, {"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 119520, "name": "2X AgodaCash"}, {"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 81337, "name": "Secret deals"}, {"count": 0, "extraDataResults": null, "filterKey": "Deals", "filterRequestType": "IDs", "id": 105046, "name": "AgodaVIP Deals"}]}, {"matrixGroup": "AllGuestReviewBreakdown", "matrixItemResults": [{"count": 707, "extraDataResults": null, "filterKey": "AllGuestLocationRating", "filterRequestType": "Range", "id": 8, "name": "Excellent location "}, {"count": 697, "extraDataResults": null, "filterKey": "AllGuestStaffRating", "filterRequestType": "Range", "id": 8, "name": "Excellent service "}, {"count": 646, "extraDataResults": null, "filterKey": "AllGuestCleanlinessRating", "filterRequestType": "Range", "id": 8, "name": "Excellent cleanliness "}, {"count": 470, "extraDataResults": null, "filterKey": "AllGuestValueRating", "filterRequestType": "Range", "id": 8, "name": "Excellent value for money"}, {"count": 448, "extraDataResults": null, "filterKey": "AllGuestFacilitiesRating", "filterRequestType": "Range", "id": 8, "name": "Excellent facilities"}, {"count": 286, "extraDataResults": null, "filterKey": "AllGuestComfortRating", "filterRequestType": "Range", "id": 8, "name": "Excellent room quality "}]}, {"matrixGroup": "HotelFacilities", "matrixItemResults": [{"count": 423, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 93, "name": "Swimming pool"}, {"count": 827, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 90, "name": "Internet"}, {"count": 1053, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 80, "name": "Car park"}, {"count": 141, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 17, "name": "Airport transfer"}, {"count": 360, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 92, "name": "Gym/fitness"}, {"count": 792, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 116, "name": "Front desk [24-hour]"}, {"count": 891, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 89, "name": "Family/child friendly"}, {"count": 1003, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 15, "name": "Non-smoking"}, {"count": 193, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 91, "name": "Spa/sauna"}, {"count": 376, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 11, "name": "Restaurants"}, {"count": 395, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 83, "name": "Smoking area"}, {"count": 481, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 24, "name": "Pets allowed"}, {"count": 19, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 10, "name": "Nightclub"}, {"count": 604, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 16, "name": "Facilities for disabled guests"}, {"count": 202, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 88, "name": "Business facilities"}, {"count": 131, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 56, "name": "Golf course [on-site]"}]}, {"matrixGroup": "TripPurpose", "matrixItemResults": [{"count": 674, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 1, "name": "Great for Groups"}, {"count": 570, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 2, "name": "Great for Families"}, {"count": 522, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 4, "name": "Pets Allowed"}, {"count": 388, "extraDataResults": null, "filterKey": "TripPurpose", "filterRequestType": "IDs", "id": 3, "name": "Workation Friendly"}]}, {"matrixGroup": "GroupedBedTypes", "matrixItemResults": [{"count": 955, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 4, "name": "Queen"}, {"count": 858, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 5, "name": "King"}, {"count": 616, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 2, "name": "Double"}, {"count": 193, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 1, "name": "Single/twin"}, {"count": 40, "extraDataResults": null, "filterKey": "GroupedBedTypes", "filterRequestType": "IDs", "id": 7, "name": "Bunk bed"}]}, {"matrixGroup": "HotelAreaId", "matrixItemResults": [{"count": 209, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "7"}, {"matrixExtraDataType": "AveragePrice", "text": "129.44"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 494085, "name": "East Los Angeles"}, {"count": 170, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "22"}, {"matrixExtraDataType": "AveragePrice", "text": "183.45"}, {"matrixExtraDataType": "TouristFavourite", "text": "0"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 557524, "name": "Anaheim"}, {"count": 161, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "16"}, {"matrixExtraDataType": "AveragePrice", "text": "146.42"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58804, "name": "LAX \u2013 Los Angeles International Airport"}, {"count": 139, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "8"}, {"matrixExtraDataType": "AveragePrice", "text": "188.79"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Nature|Top attractions"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70007, "name": "Hollywood"}, {"count": 87, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "398.51"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Luxury stay|Shopping"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 514262, "name": "Beverly Hills"}, {"count": 84, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "255.37"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "City center|Shopping"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 61297, "name": "West Hollywood"}, {"count": 82, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "188.84"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 503630, "name": "Long Beach"}, {"count": 80, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "24"}, {"matrixExtraDataType": "AveragePrice", "text": "209.71"}, {"matrixExtraDataType": "TouristFavourite", "text": "2"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Top attractions|Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 18085, "name": "Downtown Los Angeles"}, {"count": 68, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "171.89"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 26041, "name": "Burbank"}, {"count": 62, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "184.78"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 514263, "name": "Canoga Park"}, {"count": 57, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "342.98"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Luxury stay|Shopping"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 17237, "name": "Santa Monica"}, {"count": 50, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "170.96"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 23415, "name": "Beach Cities"}, {"count": 50, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "157.58"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 24054, "name": "Pasadena"}, {"count": 47, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "140.86"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 495841, "name": "Torrance"}, {"count": 45, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "298.98"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Beach|Foodie haven"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 550611, "name": "Marina Del Rey"}, {"count": 32, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "461.19"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 26123, "name": "Malibu"}, {"count": 32, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "6"}, {"matrixExtraDataType": "AveragePrice", "text": "168.83"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58782, "name": "Koreatown"}, {"count": 29, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "214.29"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Foodie haven|Beach|Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58803, "name": "Venice Beach"}, {"count": 26, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "247.89"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 61298, "name": "Westwood"}, {"count": 26, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "233.89"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70061, "name": "Culver City"}, {"count": 25, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "178.82"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70062, "name": "Glendale"}, {"count": 25, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "3"}, {"matrixExtraDataType": "AveragePrice", "text": "115.52"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 550610, "name": "Buena Park"}, {"count": 19, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "171.76"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 178444, "name": "Palos Verdes"}, {"count": 14, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "298.55"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Foodie haven"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70015, "name": "Universal City"}, {"count": 12, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "116.05"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 19777, "name": "Santa Clarita"}, {"count": 2, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "1"}, {"matrixExtraDataType": "AveragePrice", "text": "166.49"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 26105, "name": "Walnut Creek"}, {"count": 1, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 20138, "name": "Crestcenta Valley"}, {"count": 1, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "0"}, {"matrixExtraDataType": "AveragePrice", "text": "129.0"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 514261, "name": "Sherman Oaks"}]}, {"matrixGroup": "RecommendedByDestinationCity", "matrixItemResults": [{"count": 149, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 4, "name": ""}, {"count": 161, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "16"}, {"matrixExtraDataType": "AveragePrice", "text": "146.42"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58804, "name": "LAX \u2013 Los Angeles International Airport"}, {"count": 337, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 3, "name": ""}, {"count": 54, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 5, "name": ""}, {"count": 987, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 49499, "name": "Free cancellation"}, {"count": 1053, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 80, "name": "Car park"}, {"count": 315, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78322, "name": "Breakfast included"}, {"count": 139, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "8"}, {"matrixExtraDataType": "AveragePrice", "text": "188.79"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Nature|Top attractions"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 70007, "name": "Hollywood"}, {"count": 80, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "24"}, {"matrixExtraDataType": "AveragePrice", "text": "209.71"}, {"matrixExtraDataType": "TouristFavourite", "text": "2"}, {"matrixExtraDataType": "NeighborhoodVibe", "text": "Top attractions|Nightlife"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 18085, "name": "Downtown Los Angeles"}, {"count": 32, "extraDataResults": [{"matrixExtraDataType": "AreaBookingCount", "text": "6"}, {"matrixExtraDataType": "AveragePrice", "text": "168.83"}, {"matrixExtraDataType": "TouristFavourite", "text": "4"}], "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 58782, "name": "Koreatown"}]}, {"matrixGroup": "BeachAccessTypeIds", "matrixItemResults": [{"count": 15, "extraDataResults": null, "filterKey": "BeachAccessTypeIds", "filterRequestType": "IDs", "id": 2, "name": "Public beach"}, {"count": 14, "extraDataResults": null, "filterKey": "BeachAccessTypeIds", "filterRequestType": "IDs", "id": 1, "name": "Private beach"}]}, {"matrixGroup": "LandmarkSubTypeCategoryIds", "matrixItemResults": []}, {"matrixGroup": "HotelChainId", "matrixItemResults": [{"count": 55, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 339, "name": "Wyndham Hotels & Resorts"}, {"count": 73, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 14, "name": "Hilton Worldwide"}, {"count": 26, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 16, "name": "InterContinental Hotels Group"}, {"count": 89, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 21, "name": "Marriott Hotels and Resorts"}, {"count": 42, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 83, "name": "Choice Hotels"}, {"count": 9, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 2635, "name": "Sonesta"}, {"count": 37, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 6, "name": "Best Western International"}, {"count": 14, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 15, "name": "Hyatt Hotels"}, {"count": 14, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 917, "name": "Extended Stay America"}, {"count": 12, "extraDataResults": null, "filterKey": "HotelChainId", "filterRequestType": "IDs", "id": 1582, "name": "Independent"}]}, {"matrixGroup": "ReviewScore", "matrixItemResults": [{"count": 184, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 9, "name": "Exceptional"}, {"count": 582, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 8, "name": "Excellent"}, {"count": 912, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 7, "name": "Very good"}, {"count": 1050, "extraDataResults": null, "filterKey": "ReviewScore", "filterRequestType": "Range", "id": 6, "name": "Good"}]}, {"matrixGroup": "CityCenterDistance", "matrixItemResults": [{"count": 262, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 0, "name": "Inside city center"}, {"count": 123, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 1, "name": "<2 km to center"}, {"count": 88, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 2, "name": "2-5 km to center"}, {"count": 192, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 3, "name": "5-10 km to center"}, {"count": 968, "extraDataResults": null, "filterKey": "CityCenterDistance", "filterRequestType": "IDs", "id": 4, "name": ">10 km to center"}]}, {"matrixGroup": "ProductType", "matrixItemResults": [{"count": 1635, "extraDataResults": null, "filterKey": "ProductType", "filterRequestType": "IDs", "id": -1, "name": "Hotels & Homes"}, {"count": 1261, "extraDataResults": null, "filterKey": "ProductType", "filterRequestType": "IDs", "id": 1, "name": "Hotels"}, {"count": 374, "extraDataResults": null, "filterKey": "ProductType", "filterRequestType": "IDs", "id": 2, "name": "Homes"}]}, {"matrixGroup": "IsSustainableTravel", "matrixItemResults": [{"count": 1545, "extraDataResults": null, "filterKey": "IsSustainableTravel", "filterRequestType": "IDs", "id": 0, "name": ""}, {"count": 90, "extraDataResults": null, "filterKey": "IsSustainableTravel", "filterRequestType": "IDs", "id": 1, "name": "Travel sustainable property"}]}, {"matrixGroup": "LandmarkIds", "matrixItemResults": [{"count": 40, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 270024, "name": "Hollywood Boulevard"}, {"count": 37, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 1518906, "name": "Madame Tussauds Hollywood"}, {"count": 24, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 43955, "name": "Hollywood Walk Of Fame"}, {"count": 23, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 2409, "name": "Staples Center"}, {"count": 15, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 1471, "name": "Venice Beach"}, {"count": 9, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 43327, "name": "Griffith Park"}, {"count": 6, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 43326, "name": "Griffith Observatory"}, {"count": 5, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 2354, "name": "Hollywood Sign"}, {"count": 5, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 177684, "name": "La Brea Tar Pits and Museum"}, {"count": 4, "extraDataResults": null, "filterKey": "LandmarkIds", "filterRequestType": "IDs", "id": 2465, "name": "Chinatown"}]}, {"matrixGroup": "BusStationLandmarkIds", "matrixItemResults": []}, {"matrixGroup": "AtmosphereIds", "matrixItemResults": [{"count": 971, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 4, "name": "Sightseeing"}, {"count": 907, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 6, "name": "Restaurants"}, {"count": 855, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 1, "name": "Shopping area"}, {"count": 522, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 5, "name": "Nightlife"}, {"count": 361, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 9, "name": "Beaches"}, {"count": 253, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 102, "name": "Museum & arts"}, {"count": 221, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 11, "name": "Family fun"}, {"count": 161, "extraDataResults": null, "filterKey": "AtmosphereIds", "filterRequestType": "IDs", "id": 103, "name": "Transportation hub"}]}, {"matrixGroup": "PaymentOptions", "matrixItemResults": [{"count": 987, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 49499, "name": "Free cancellation"}, {"count": 660, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 56649, "name": "Pay at the hotel"}, {"count": 600, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 52770, "name": "Book now, pay later"}, {"count": 955, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 84640, "name": "Pay now"}, {"count": 3, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 80031, "name": "Book without credit card"}]}, {"matrixGroup": "TrainStationLandmarkIds", "matrixItemResults": []}, {"matrixGroup": "AccommodationType", "matrixItemResults": [{"count": 951, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 34, "name": "Hotel"}, {"count": 151, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 29, "name": "Entire apartment"}, {"count": 7, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 37, "name": "Resort"}, {"count": 16, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 120, "name": "Serviced apartment"}, {"count": 27, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 32, "name": "Guesthouse/bed and breakfast"}, {"count": 63, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 28, "name": "Entire villa"}, {"count": 116, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 131, "name": "Entire house"}, {"count": 8, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 122, "name": "Resort villa"}, {"count": 38, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 33, "name": "Hostel"}, {"count": 236, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 35, "name": "Motel"}, {"count": 1, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 105, "name": "Capsule hotel"}, {"count": 1, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 102, "name": "Boat/cruise"}, {"count": 2, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 114, "name": "Tent"}, {"count": 22, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 111, "name": "Inn"}, {"count": 39, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 108, "name": "Homestay"}, {"count": 1, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 112, "name": "Lodge"}, {"count": 2, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 106, "name": "Chalet"}, {"count": 891, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 89, "name": "Family/child friendly"}]}, {"matrixGroup": "RoomBenefits", "matrixItemResults": [{"count": 315, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78322, "name": "Breakfast included"}, {"count": 21, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78310, "name": "Early check-in "}, {"count": 20, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78309, "name": "Late check-out"}, {"count": 2, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 128283, "name": "Outside food delivery allowed"}, {"count": 1, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 128281, "name": "Delivery from family and relatives allowed"}, {"count": 1, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 128282, "name": "Delivery from nearby convenience store"}]}, {"matrixGroup": "StarRating", "matrixItemResults": [{"count": 510, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 0, "name": ""}, {"count": 54, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 5, "name": ""}, {"count": 86, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 1, "name": ""}, {"count": 499, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 2, "name": ""}, {"count": 337, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 3, "name": ""}, {"count": 149, "extraDataResults": null, "filterKey": "StarRating", "filterRequestType": "Range", "id": 4, "name": ""}]}, {"matrixGroup": "RoomAmenities", "matrixItemResults": [{"count": 1043, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 86, "name": "Refrigerator"}, {"count": 1002, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 143, "name": "Heating"}, {"count": 881, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 35, "name": "TV"}, {"count": 763, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 47, "name": "Coffee/tea maker"}, {"count": 733, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 37, "name": "Bathtub"}, {"count": 589, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 25, "name": "Air conditioning"}, {"count": 503, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 33, "name": "Ironing facilities"}, {"count": 445, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 43, "name": "Balcony/terrace"}, {"count": 339, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 42, "name": "Kitchen"}, {"count": 337, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 31, "name": "Internet access"}, {"count": 336, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 87, "name": "Washing machine"}, {"count": 123, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 50, "name": "Private pool"}, {"count": 30, "extraDataResults": null, "filterKey": "RoomAmenities", "filterRequestType": "IDs", "id": 342, "name": "Pets allowed in room"}]}, {"matrixGroup": "MetroSubwayStationLandmarkIds", "matrixItemResults": []}, {"matrixGroup": "ReviewLocationScore", "matrixItemResults": [{"count": 291, "extraDataResults": null, "filterKey": "ReviewLocationScore", "filterRequestType": "Range", "id": 9, "name": "Exceptional"}, {"count": 707, "extraDataResults": null, "filterKey": "ReviewLocationScore", "filterRequestType": "Range", "id": 8, "name": "Excellent"}, {"count": 989, "extraDataResults": null, "filterKey": "ReviewLocationScore", "filterRequestType": "Range", "id": 7, "name": "Very good"}]}, {"matrixGroup": "Popular", "matrixItemResults": [{"count": 26, "extraDataResults": null, "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 61298, "name": "Westwood area"}, {"count": 80, "extraDataResults": null, "filterKey": "HotelAreaId", "filterRequestType": "IDs", "id": 18085, "name": "Downtown Los Angeles area"}, {"count": 660, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 56649, "name": "Pay at the hotel"}, {"count": 891, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 89, "name": "Family/child friendly"}, {"count": 15, "extraDataResults": null, "filterKey": "BeachAccessTypeIds", "filterRequestType": "IDs", "id": 2, "name": "Public beach"}, {"count": 1053, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 80, "name": "Car park"}, {"count": 792, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 116, "name": "Front desk [24-hour]"}]}, {"matrixGroup": "Segment", "matrixItemResults": [{"count": 827, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 90, "name": "Internet"}, {"count": 315, "extraDataResults": null, "filterKey": "RoomBenefits", "filterRequestType": "IDs", "id": 78322, "name": "Breakfast included"}, {"count": 660, "extraDataResults": null, "filterKey": "PaymentOptions", "filterRequestType": "IDs", "id": 56649, "name": "Pay at the hotel"}, {"count": 360, "extraDataResults": null, "filterKey": "HotelFacilities", "filterRequestType": "IDs", "id": 92, "name": "Gym/fitness"}, {"count": 38, "extraDataResults": null, "filterKey": "AccommodationType", "filterRequestType": "IDs", "id": 33, "name": "Hostel"}]}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"matrixGroup": {"type": "string"}, "matrixItemResults": {"type": "array"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/782f984c-66db-4642-a2f2-231ef97252b6/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
flights/auto-complete
flights/auto-complete
200
Example_1
{"data": [{"airports": [{"code": "EWR", "flying_code": "EWR_1", "geoLocation": {"lat": 40.68952941894531, "lng": -74.1744613647461}, "id": 11091, "name": "Newark Liberty International Airport", "tripLocations": [{"code": "EWR", "type": 1}]}, {"code": "JFK", "flying_code": "JFK_1", "geoLocation": {"lat": 40.64131164550781, "lng": -73.77813720703125}, "id": 10395, "name": "John F. Kennedy International Airport", "tripLocations": [{"code": "JFK", "type": 1}]}, {"code": "SWF", "flying_code": "SWF_1", "geoLocation": {"lat": 41.498592376708984, "lng": -74.100341796875}, "id": 10130, "name": "Stewart International Airport", "tripLocations": [{"code": "SWF", "type": 1}]}, {"code": "LGA", "flying_code": "LGA_1", "geoLocation": {"lat": 40.77692794799805, "lng": -73.87396240234375}, "id": 10453, "name": "LaGuardia Airport", "tripLocations": [{"code": "LGA", "type": 1}]}], "code": "NYC", "country": {"code": "US", "id": 181, "name": "United States"}, "flying_code": "NYC_0", "geoLocation": {"lat": 40.725547790527344, "lng": -73.8665771484375}, "id": 318, "name": "New York (NY)", "nearByAirports": [], "state": {"abbreviation": "NY", "id": 46, "name": "New York State"}, "tripLocations": [{"code": "NYC", "type": 0}], "type": 0}, {"airports": [], "code": null, "country": {"code": "US", "id": 181, "name": "United States"}, "flying_code": "", "geoLocation": {"lat": 40.787899017333984, "lng": -74.01020050048828}, "id": 150259, "name": "West New York", "nearByAirports": [], "state": {"abbreviation": "NJ", "id": 44, "name": "New Jersey State"}, "tripLocations": [], "type": 0}, {"airports": [], "code": null, "country": {"code": "GB", "id": 107, "name": "United Kingdom"}, "flying_code": "", "geoLocation": {"lat": 53.08330154418945, "lng": -0.15000000596046448}, "id": 131448, "name": "New York", "nearByAirports": [], "state": {"abbreviation": null, "id": 3863, "name": "East Midlands,\u00a0England County"}, "tripLocations": [], "type": 0}, {"airports": [], "code": null, "country": {"code": "US", "id": 181, "name": "United States"}, "flying_code": "", "geoLocation": {"lat": 42.34280014038086, "lng": -78.11170196533203}, "id": 667795, "name": "Belfast (NY)", "nearByAirports": [], "state": {"abbreviation": "NY", "id": 46, "name": "New York State"}, "tripLocations": [], "type": 0}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
0f3a865f-e9d6-4356-90f0-06e5662e8a4f/be421cfe-9e48-4e84-9206-0b9231879e4c/0/0
Agoda com
Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.
9
hotels-homes/auto-complete
hotels-homes/auto-complete
200
Example_1
{"data": [{"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "NoMad, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "NoMad, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4313, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "NoMad, New York (NY), <strong>United States</strong>", "ResultText": "NoMad, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9K4uq5J5P3rUBXZldOQpU%2FSK4BiwIAA3m5fNbLtFcVhDjLeIHqhjvqxyV1sGJvr6%2BD9bde4b2HvbKRsiB318e%2BgqQMycviD3CIWSJVwpQ8sqUYsJrZz0kJ7TdFZtRBj4KZhI0h5mjbbVdxqsc4SWjqQ%3D%3D&region=4313&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "NoHo, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "NoHo, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4312, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "NoHo, New York (NY), <strong>United States</strong>", "ResultText": "NoHo, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9fjft7toUz%2BS92gPFUW7O55IY9qmWxDfHCCgVYg3yGJ4wcrZ1CDlMO1wGDW362b%2BQOAJg8ZBLBq95cauTCD4KjW0t3c82nJ%2Fp%2B0GXkwK5hQ%2BRizIHi%2B61GNb0IWtyjSod4a0zlrGwF92HK%2BteGRAVYg%3D%3D&region=4312&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Jamaica, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Jamaica, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4285, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Jamaica, New York (NY), <strong>United States</strong>", "ResultText": "Jamaica, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9dSTDhv8EgHg0XbINVWfZO7iPq3KzpOm%2BnEjgPEUnpC3oSaOocMax9Lm1yQ6sGWVibGBUBzitvn126i4pEvWbq9X%2BLTLQpFDnBugEEhZpLmJrLqh2WteVViTAju%2B9GT12sxPUS%2BrbQ5CuBZl9odnXFMj%2BxG%2F0EXyqEpLKdlme8IQ%3D&region=4285&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Koreatown, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Koreatown, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4290, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Koreatown, New York (NY), <strong>United States</strong>", "ResultText": "Koreatown, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9HlcKbZxvgZK1XYBBD6VSL1s6BwcBVIi4SwjqOchY6oG5uKAca3uBFh7wq8SstufKTcLrXnJkK1wWA4E81JZLuHfmG1btJ4rXIGquB6HLlWN2bH5FpPohVfJMl2gR%2BgNO%2BrvhwondAsotaSmENpI6m1ur%2Ftc%2B54Iv4fnCDM4f8d8%3D&region=4290&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Dumbo, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Dumbo, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4264, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Dumbo, New York (NY), <strong>United States</strong>", "ResultText": "Dumbo, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9M7qjcQuYrzv9wMtroOkwMSK4BiwIAA3m5fNbLtFcVhDjLeIHqhjvqxyV1sGJvr6%2BD9bde4b2HvbKRsiB318e%2BgqQMycviD3CIWSJVwpQ8sqUYsJrZz0kJ7TdFZtRBj4KIagiPUtYQl5UixVk8VWHNA%3D%3D&region=4264&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Gowanus, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Gowanus, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4272, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Gowanus, New York (NY), <strong>United States</strong>", "ResultText": "Gowanus, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9vC9YjGqHvJMYuMphPbAooLiPq3KzpOm%2BnEjgPEUnpC3oSaOocMax9Lm1yQ6sGWVibGBUBzitvn126i4pEvWbq9X%2BLTLQpFDnBugEEhZpLmJrLqh2WteVViTAju%2B9GT12qd4YCplpzGfztgD%2FZrijAsj%2BxG%2F0EXyqEpLKdlme8IQ%3D&region=4272&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Williamsburg, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Williamsburg, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4363, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Williamsburg, New York (NY), <strong>United States</strong>", "ResultText": "Williamsburg, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9SkDL69QsqAnV9HPG8ZB9c%2FkVW9XDIwOl1KtY%2B3KMbbU5Ke5W49PCuGZP%2FdhBwtAczyb0Pz4rXtCyvNCg2lM%2FchubLWWbHL40Lq76hhypS48juIav84c04WF0Gq%2FwsWY8OKWlccd2cSgWh3jrrZG2uPxwfs8LN67bt1VkFOa13lo%3D&region=4363&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Meatpacking District, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Meatpacking District, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4299, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Meatpacking District, New York (NY), <strong>United States</strong>", "ResultText": "Meatpacking District, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9%2B4Qg1%2B3cLeKE%2FM%2FRn9%2FJwl%2BTF7qW6icGRZ0FnUqipYKSGPaplsQ3xwgoFWIN8hieMHK2dQg5TDtcBg1t%2Btm%2FkDgCYPGQSwaveXGrkwg%2BCo1tLd3PNpyf6ftBl5MCuYUPkYsyB4vutRjW9CFrco0qHa%2BD0Yl%2FPSjMsrsKZ2ItS9I%3D&region=4299&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Hell's Kitchen, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Hell's Kitchen, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4279, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Hell's Kitchen, New York (NY), <strong>United States</strong>", "ResultText": "Hell's Kitchen, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb93WkRiOlw7pwMuvFrTwkYznreKNTeEWIKLYdqQDnGwnYwVH1M5dulxSAnSZZHQBpMsv4vg%2Faj9ndANThcA0IN7m22IQLX1WPksKVIOcf0AOFBBwcd8n7XXqKFdbmdaE5GQHsMDElYhlajbYD5yYbE3EAAnojBr912Lh3jq72yjck%3D&region=4279&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 0, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": null, "GeoHierarchyName": "United States", "Name": "Broadway Theater District, New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "world", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Broadway Theater District, New York (NY)", "NoOfHotels": 3049, "ObjectId": 4236, "ObjectTypeId": 0, "PageTypeId": 14, "PlaceTypes": null, "ResultAddress": "Broadway Theater District, New York (NY), <strong>United States</strong>", "ResultText": "Broadway Theater District, New York (NY)", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9CHtJ2bjtOAVuYpTWYnrsd1VwSowWDoqVwSzSuvsYCHlbOgcHAVSIuEsI6jnIWOqBubigHGt7gRYe8KvErLbnyk3C615yZCtcFgOBPNSWS7h35htW7SeK1yBqrgehy5Vjdmx%2BRaT6IVXyTJdoEfoDTn37DdUlwQ7mfFRLP76X60Rbq%2F7XPueCL%2BH5wgzOH%2FHf&region=4236&tick=638333400602", "RetinaImage": null, "SearchType": 20, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 318, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": "City", "GeoHierarchyName": "United States", "Name": "New York (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "3,049", "HasImage": true, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "cities", "Image": "//pix5.agoda.net/images/mvc/phone/city/200x200/318.jpg", "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "New York (NY)", "NoOfHotels": 3049, "ObjectId": 318, "ObjectTypeId": 0, "PageTypeId": 5, "PlaceTypes": null, "ResultAddress": "New York (NY), <strong>United States</strong>", "ResultText": "New York (NY), United States", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9et4o1N4RYgoth2pAOcbCdjBUfUzl26XFICdJlkdAGkyy%2Fi%2BD9qP2d0A1OFwDQg3ubbYhAtfVY%2BSwpUg5x%2FQA4UEHBx3yftdeooV1uZ1oTkb05XYu65ekP0zYWFi%2FzriUqJjqosfxFy3LMNu2M9lHcw%3D%3D&city=318&tick=638333400602", "RetinaImage": "//pix5.agoda.net/images/mvc/phone/city/200x200/318@2x.jpg", "SearchType": 1, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 150259, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": "City", "GeoHierarchyName": "United States", "Name": "West New York"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "16,285", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "cities", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "West New York", "NoOfHotels": 16285, "ObjectId": 150259, "ObjectTypeId": 0, "PageTypeId": 5, "PlaceTypes": null, "ResultAddress": "West New York, <strong>United States</strong>", "ResultText": "West New York, United States", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9pJzLx09NuDJWDT5zBE8L9DBUfUzl26XFICdJlkdAGkyy%2Fi%2BD9qP2d0A1OFwDQg3ubbYhAtfVY%2BSwpUg5x%2FQA4UEHBx3yftdeooV1uZ1oTkbl62Qv7yCZeK4KFTWuB6ZrBbmkRBRdWakGSn80KCUKMA%3D%3D&city=150259&tick=638333400602", "RetinaImage": null, "SearchType": 1, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 15612, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": "City", "GeoHierarchyName": "United States", "Name": "Buffalo (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "181", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "cities", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Buffalo (NY)", "NoOfHotels": 181, "ObjectId": 15612, "ObjectTypeId": 0, "PageTypeId": 5, "PlaceTypes": null, "ResultAddress": "Buffalo (NY), <strong>United States</strong>", "ResultText": "Buffalo (NY), United States", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9zEUh0vH5seLq8VV9dwGSLI6UBflTeQywbjBPiQdLITgpTR0Ah8N%2BCcxjhAnbe5JSBp0eoREr2xLYHgqmk0Io4AO0w7eSm%2B7cRtAD45wellhSWDY4Aau4qFjRuYeSYa5yvPQqfGuVuiCfK4Y%2FIZ%2F8Ag%3D%3D&city=15612&tick=638333400602", "RetinaImage": null, "SearchType": 1, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 17145, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": "City", "GeoHierarchyName": "United States", "Name": "Niagara Falls (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "169", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "cities", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Niagara Falls (NY)", "NoOfHotels": 169, "ObjectId": 17145, "ObjectTypeId": 0, "PageTypeId": 5, "PlaceTypes": null, "ResultAddress": "Niagara Falls (NY), <strong>United States</strong>", "ResultText": "Niagara Falls (NY), United States", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb9jYqjxrUpN9wl%2BzeqvEVY6rMhRa%2F5JhndjK%2FXhgjPitdRGGrPpy3TaTdcCoIyYFFWRui3si8H4rddJuZt%2BeVxRo1vXGtuywoUoaiplWNdnsVQisF6UxHKkese2snLwnzKZXu6Y4X8nnqlpKn%2BJRLplMj%2BxG%2F0EXyqEpLKdlme8IQ%3D&city=17145&tick=638333400602", "RetinaImage": null, "SearchType": 1, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}, {"AddressId": null, "AirportCodes": null, "BgImageLoader": null, "CityId": 17127, "CountryISO": "us", "CountryId": 181, "DisplayNames": {"CategoryName": "City", "GeoHierarchyName": "United States", "Name": "Rochester (NY)"}, "ExternalTypeID": 0, "FormattedNoOfHotels": "158", "HasImage": false, "HasSubSuggestion": false, "Header": null, "HotelImage": null, "HotelText": "properties", "IconCssClass": "cities", "Image": null, "Index": 0, "IsAddress": false, "IsBestSeller": false, "IsDefault": false, "IsDisplayGoogleLabel": false, "IsFirstSuggestion": false, "IsHotel": false, "IsPopular": false, "IsRadius": false, "IsSubSuggestion": false, "IsTitle": false, "IsTopPoi": false, "Latitude": 0, "Longtitude": 0, "Name": "Rochester (NY)", "NoOfHotels": 158, "ObjectId": 17127, "ObjectTypeId": 0, "PageTypeId": 5, "PlaceTypes": null, "ResultAddress": "Rochester (NY), <strong>United States</strong>", "ResultText": "Rochester (NY), United States", "ResultUrl": "/search?asq=u2qcKLxwzRU5NDuxJ0kOF3T91go8JoYYMxAgy8FkBH1BN0lGAtYH25sdXoy34qb93NJscjsDJlaVZoMY5elYYzGIQMdwqXSqvRkWV72qKOtiJF8%2FwfJeiG1sBpsguHTTBb%2BZ58XrzTZovriM0y21pmo%2BNAgnY2yMhAjNTlTl1pM5TUfT%2BgIMGHmToZAqT53Oh8kaK%2F1m6K3oPSwlFuizIw%3D%3D&city=17127&tick=638333400602", "RetinaImage": null, "SearchType": 1, "SubSuggestionTitle": null, "SuggestionImage": null, "SuggestionImagePlaceHolder": null, "TopPoiLabel": null}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
c00990e1-b521-44c9-84c1-1cbd5452e0a7/3056443e-6149-4850-bccb-aefab9802d03/0/0
Ski Resorts and Conditions
Ski Resorts and Conditions
9.3
Resort View
View the information of a resort
200
Response
{"data": {"slug": "whistler-blackcomb", "name": "Whistler Blackcomb", "country": "CA", "region": "BC", "href": "http://www.whistlerblackcomb.com/the-mountain/lifts-and-grooming/index.aspx", "units": "metric", "location": {"latitude": 50.10693, "longitude": -122.922073}, "lifts": {"status": {"7th Heaven Express": "closed", "Blackcomb Gondola Lower": "closed", "Blackcomb Gondola Upper": "closed", "Bubly Tube Park": "closed", "Catskinner Express": "closed", "Crystal Ridge Express": "closed", "Excalibur Gondola Lower": "closed", "Excalibur Gondola Upper": "closed", "Excelerator Express": "closed", "Glacier Express": "closed", "Horstman T-Bar": "closed", "Jersey Cream Express": "closed", "Magic Chair": "closed", "Peak 2 Peak Gondola": "closed", "Showcase T-Bar": "closed", "Big Red Express": "closed", "Creekside Gondola": "closed", "Emerald 6 Express": "closed", "Fitzsimmons Express": "closed", "Franz's Chair": "closed", "Garbanzo Express": "closed", "Harmony 6 Express": "closed", "Olympic Chair": "closed", "Peak Express": "closed", "Symphony Express": "closed", "T-Bars": "closed", "Whistler Village Gondola Lower": "closed", "Whistler Village Gondola Upper": "closed"}, "stats": {"open": 0, "hold": 0, "scheduled": 0, "closed": 28, "percentage": {"open": 0, "hold": 0, "scheduled": 0, "closed": 100}}}, "conditions": {"base": 245, "season": 679, "twelve_hours": 0, "twentyfour_hours": 0, "fortyeight_hours": 3, "seven_days": 50}, "twitter": {"user": "WhistlerBlckcmb", "tweets": [{"text": "Possible sunny breaks today and mild temperatures\ud83c\udf24\ufe0f\n\nListen to the Snowphone daily for your weather and snow report. \n\nPowered by @TELUS \nhttps://t.co/fAoIiWWibr", "id_str": "1481652294202523657", "created_at": "Thu Jan 13 15:40:09 +0000 2022", "entities": {"hashtags": [], "symbols": [], "user_mentions": [{"screen_name": "TELUS", "name": "TELUS", "id": 6975832, "id_str": "6975832", "indices": [130, 136]}], "urls": [{"url": "https://t.co/fAoIiWWibr", "expanded_url": "https://soundcloud.com/whistler-blackcomb/snowphone-january-13th-730am-2022?si=0eba8e35cf0d46d5badc03cd2d95ecf9&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing", "display_url": "soundcloud.com/whistler-black\u2026", "indices": [138, 161]}]}}, {"text": "Periods of snow today with mild temperatures.\n\nListen to the Snowphone daily for your weather and snow report. \n\nPowered by @TELUS\nhttps://t.co/AasfPRETYp", "id_str": "1481292758627368960", "created_at": "Wed Jan 12 15:51:29 +0000 2022", "entities": {"hashtags": [], "symbols": [], "user_mentions": [{"screen_name": "TELUS", "name": "TELUS", "id": 6975832, "id_str": "6975832", "indices": [124, 130]}], "urls": [{"url": "https://t.co/AasfPRETYp", "expanded_url": "https://soundcloud.com/whistler-blackcomb/january-12b?si=45e67c285f674b4aa9066d0b481b04e5&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing", "display_url": "soundcloud.com/whistler-black\u2026", "indices": [131, 154]}]}}, {"text": "Enjoy the day at Whistler Blackcomb with 15cm of new snow!\n\nListen to the Snowphone daily for your weather and snow report. \n\nPowered by @TELUS\n\nhttps://t.co/XaOkpIC1zP", "id_str": "1480928679626784771", "created_at": "Tue Jan 11 15:44:46 +0000 2022", "entities": {"hashtags": [], "symbols": [], "user_mentions": [{"screen_name": "TELUS", "name": "TELUS", "id": 6975832, "id_str": "6975832", "indices": [137, 143]}], "urls": [{"url": "https://t.co/XaOkpIC1zP", "expanded_url": "https://soundcloud.com/whistler-blackcomb/january-11b?si=72e9539b4e1145f98f29ffc323d7b1bf&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing", "display_url": "soundcloud.com/whistler-black\u2026", "indices": [145, 168]}]}}]}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "region": {"type": "string"}, "href": {"type": "string"}, "units": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "lifts": {"type": "object", "properties": {"status": {"type": "object", "properties": {"7th Heaven Express": {"type": "string"}, "Blackcomb Gondola Lower": {"type": "string"}, "Blackcomb Gondola Upper": {"type": "string"}, "Bubly Tube Park": {"type": "string"}, "Catskinner Express": {"type": "string"}, "Crystal Ridge Express": {"type": "string"}, "Excalibur Gondola Lower": {"type": "string"}, "Excalibur Gondola Upper": {"type": "string"}, "Excelerator Express": {"type": "string"}, "Glacier Express": {"type": "string"}, "Horstman T-Bar": {"type": "string"}, "Jersey Cream Express": {"type": "string"}, "Magic Chair": {"type": "string"}, "Peak 2 Peak Gondola": {"type": "string"}, "Showcase T-Bar": {"type": "string"}, "Big Red Express": {"type": "string"}, "Creekside Gondola": {"type": "string"}, "Emerald 6 Express": {"type": "string"}, "Fitzsimmons Express": {"type": "string"}, "Franz's Chair": {"type": "string"}, "Garbanzo Express": {"type": "string"}, "Harmony 6 Express": {"type": "string"}, "Olympic Chair": {"type": "string"}, "Peak Express": {"type": "string"}, "Symphony Express": {"type": "string"}, "T-Bars": {"type": "string"}, "Whistler Village Gondola Lower": {"type": "string"}, "Whistler Village Gondola Upper": {"type": "string"}}, "required": ["7th Heaven Express", "Big Red Express", "Blackcomb Gondola Lower", "Blackcomb Gondola Upper", "Bubly Tube Park", "Catskinner Express", "Creekside Gondola", "Crystal Ridge Express", "Emerald 6 Express", "Excalibur Gondola Lower", "Excalibur Gondola Upper", "Excelerator Express", "Fitzsimmons Express", "Franz's Chair", "Garbanzo Express", "Glacier Express", "Harmony 6 Express", "Horstman T-Bar", "Jersey Cream Express", "Magic Chair", "Olympic Chair", "Peak 2 Peak Gondola", "Peak Express", "Showcase T-Bar", "Symphony Express", "T-Bars", "Whistler Village Gondola Lower", "Whistler Village Gondola Upper"]}, "stats": {"type": "object", "properties": {"open": {"type": "integer"}, "hold": {"type": "integer"}, "scheduled": {"type": "integer"}, "closed": {"type": "integer"}, "percentage": {"type": "object", "properties": {"open": {"type": "integer"}, "hold": {"type": "integer"}, "scheduled": {"type": "integer"}, "closed": {"type": "integer"}}, "required": ["closed", "hold", "open", "scheduled"]}}, "required": ["closed", "hold", "open", "percentage", "scheduled"]}}, "required": ["stats", "status"]}, "conditions": {"type": "object", "properties": {"base": {"type": "integer"}, "season": {"type": "integer"}, "twelve_hours": {"type": "integer"}, "twentyfour_hours": {"type": "integer"}, "fortyeight_hours": {"type": "integer"}, "seven_days": {"type": "integer"}}, "required": ["base", "fortyeight_hours", "season", "seven_days", "twelve_hours", "twentyfour_hours"]}, "twitter": {"type": "object", "properties": {"user": {"type": "string"}, "tweets": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "id_str": {"type": "string"}, "created_at": {"type": "string"}, "entities": {"type": "object", "properties": {"hashtags": {"type": "array"}, "symbols": {"type": "array"}, "user_mentions": {"type": "array", "items": {"type": "object", "properties": {"screen_name": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "integer"}, "id_str": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "id_str", "indices", "name", "screen_name"]}}, "urls": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "expanded_url": {"type": "string"}, "display_url": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["display_url", "expanded_url", "indices", "url"]}}}, "required": ["hashtags", "symbols", "urls", "user_mentions"]}}, "required": ["created_at", "entities", "id_str", "text"]}}}, "required": ["tweets", "user"]}}, "required": ["conditions", "country", "href", "lifts", "location", "name", "region", "slug", "twitter", "units"]}}, "required": ["data"]}
c00990e1-b521-44c9-84c1-1cbd5452e0a7/45ce789b-c118-4a37-82c6-60286ec6a2f3/0/0
Ski Resorts and Conditions
Ski Resorts and Conditions
9.3
Resorts
Paginated list of all resorts
200
Response
{"page": 1, "per_page": 25, "pre_page": null, "next_page": 2, "total": 148, "total_pages": 6, "data": [{"slug": "49-degrees-north", "name": "49 Degrees North", "country": "US", "region": "WA", "location": {"latitude": 48.302353, "longitude": -117.564011}, "url": "https://api.skiapi.com/v1/resort/49-degrees-north"}, {"slug": "alpine-meadows", "name": "Alpine Meadows", "country": "US", "region": "CA", "location": {"latitude": 39.148201, "longitude": -120.150902}, "url": "https://api.skiapi.com/v1/resort/alpine-meadows"}, {"slug": "alta", "name": "Alta", "country": "US", "region": "UT", "location": {"latitude": 40.583828, "longitude": -111.63726}, "url": "https://api.skiapi.com/v1/resort/alta"}, {"slug": "alyeska", "name": "Alyeska", "country": "US", "region": "AK", "location": {"latitude": 60.961445, "longitude": -149.102676}, "url": "https://api.skiapi.com/v1/resort/alyeska"}, {"slug": "angel-fire", "name": "Angel Fire", "country": "US", "region": "NM", "location": {"latitude": 36.387402, "longitude": -105.273903}, "url": "https://api.skiapi.com/v1/resort/angel-fire"}, {"slug": "arapahoe-basin", "name": "Arapaho Basin", "country": "US", "region": "CO", "location": {"latitude": 39.642464, "longitude": -105.871872}, "url": "https://api.skiapi.com/v1/resort/arapahoe-basin"}, {"slug": "aspen-highlands", "name": "Aspen Highlands", "country": "US", "region": "CO", "location": {"latitude": 39.182522, "longitude": -106.855904}, "url": "https://api.skiapi.com/v1/resort/aspen-highlands"}, {"slug": "aspen-mountain", "name": "Aspen Mountain", "country": "US", "region": "CO", "location": {"latitude": 39.186714, "longitude": -106.819275}, "url": "https://api.skiapi.com/v1/resort/aspen-mountain"}, {"slug": "attitash", "name": "Attitash", "country": "US", "region": "NH", "location": {"latitude": 44.077778, "longitude": -71.282776}, "url": "https://api.skiapi.com/v1/resort/attitash"}, {"slug": "beavercreek", "name": "Beaver Creek", "country": "US", "region": "CO", "location": {"latitude": 39.600464, "longitude": -106.517899}, "url": "https://api.skiapi.com/v1/resort/beavercreek"}, {"slug": "big-sky", "name": "Big Sky", "country": "US", "region": "MT", "location": {"latitude": 45.283333, "longitude": -111.401389}, "url": "https://api.skiapi.com/v1/resort/big-sky"}, {"slug": "big-white", "name": "Big White", "country": "CA", "region": "BC", "location": {"latitude": 49.888, "longitude": -119.495399}, "url": "https://api.skiapi.com/v1/resort/big-white"}, {"slug": "bluemountain", "name": "Blue Mountain", "country": "CA", "region": "ON", "location": {"latitude": 44.50758, "longitude": -80.316116}, "url": "https://api.skiapi.com/v1/resort/bluemountain"}, {"slug": "bolton-valley", "name": "Bolton Valley", "country": "US", "region": "VT", "location": {"latitude": 44.421673, "longitude": -72.84948}, "url": "https://api.skiapi.com/v1/resort/bolton-valley"}, {"slug": "boreal", "name": "Boreal", "country": "US", "region": "CA", "location": {"latitude": 39.316502, "longitude": -120.270203}, "url": "https://api.skiapi.com/v1/resort/boreal"}, {"slug": "breck", "name": "Breckenridge", "country": "US", "region": "CO", "location": {"latitude": 39.480724, "longitude": -106.066238}, "url": "https://api.skiapi.com/v1/resort/breck"}, {"slug": "brettonwoods", "name": "Bretton Woods", "country": "US", "region": "NH", "location": {"latitude": 44.077122, "longitude": -71.340408}, "url": "https://api.skiapi.com/v1/resort/brettonwoods"}, {"slug": "brianhead", "name": "Brian Head", "country": "US", "region": "UT", "location": {"latitude": 37.692753, "longitude": -112.848129}, "url": "https://api.skiapi.com/v1/resort/brianhead"}, {"slug": "bridger-bowl", "name": "Bridger Bowl", "country": "US", "region": "MT", "location": {"latitude": 45.817974, "longitude": -110.89814}, "url": "https://api.skiapi.com/v1/resort/bridger-bowl"}, {"slug": "brighton", "name": "Brighton", "country": "US", "region": "UT", "location": {"latitude": 40.620697, "longitude": -111.592041}, "url": "https://api.skiapi.com/v1/resort/brighton"}, {"slug": "bromley-mountain", "name": "Bromley Mountain", "country": "US", "region": "VT", "location": {"latitude": 43.213402, "longitude": -72.935013}, "url": "https://api.skiapi.com/v1/resort/bromley-mountain"}, {"slug": "burke-mountain", "name": "Burke Mountain", "country": "US", "region": "VT", "location": {"latitude": 44.587898, "longitude": -71.91745}, "url": "https://api.skiapi.com/v1/resort/burke-mountain"}, {"slug": "buttermilk", "name": "Buttermilk", "country": "US", "region": "CO", "location": {"latitude": 39.206944, "longitude": -106.860474}, "url": "https://api.skiapi.com/v1/resort/buttermilk"}, {"slug": "caberfae-peaks", "name": "Caberfae Peaks", "country": "US", "region": "MI", "location": {"latitude": 44.245014, "longitude": -85.719765}, "url": "https://api.skiapi.com/v1/resort/caberfae-peaks"}, {"slug": "camelback", "name": "Camelback Mountain", "country": "US", "region": "PA", "location": {"latitude": 41.051389, "longitude": -75.355}, "url": "https://api.skiapi.com/v1/resort/camelback"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"page": {"type": "integer"}, "per_page": {"type": "integer"}, "pre_page": {"type": "null"}, "next_page": {"type": "integer"}, "total": {"type": "integer"}, "total_pages": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "region": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "url": {"type": "string"}}, "required": ["country", "location", "name", "region", "slug", "url"]}}}, "required": ["data", "next_page", "page", "per_page", "pre_page", "total", "total_pages"]}
3735830a-da89-4c0c-930e-dc1b3a212532/f88da6c6-2a60-45c3-bb85-6182bcb3580c/0/0
IRCTC
An API with various functionalities for Indian railways IRCTC API. We are not affiliated with Indian railways IRCTC in any form, and this is not an official API, but all the results are real-time and accurate. You can get in touch with us at https://t.me/rapidapisupport. For payment related inquiries, APIs and customised plans.
9.8
Get PNR Status V3
-
200
Response
{"status": true, "message": "Success", "timestamp": 1662104408060, "data": {"Pnr": "4335734389", "TrainNo": "17221", "TrainName": "COA LTT EXPRESS", "Doj": "03-09-2022", "BookingDate": "27-08-2022", "Quota": "GN", "DestinationDoj": "03-09-2022", "SourceDoj": "03-09-2022", "From": "CCT", "To": "SC", "ReservationUpto": "SC", "BoardingPoint": "CCT", "Class": "3A", "ChartPrepared": false, "BoardingStationName": "Kakinada Town", "TrainStatus": "", "TrainCancelledFlag": false, "ReservationUptoName": "Secunderabad Junction", "PassengerCount": 1, "PassengerStatus": [{"Pnr": null, "Number": 1, "Prediction": null, "PredictionPercentage": "100", "ConfirmTktStatus": "Confirm", "Coach": "B5", "Berth": 55, "BookingStatus": "CNF B5 55", "CurrentStatus": "CNF", "CoachPosition": null, "BookingBerthNo": "55", "BookingCoachId": "B5", "BookingStatusNew": "CNF", "BookingStatusIndex": "0", "CurrentBerthNo": "", "CurrentCoachId": "", "BookingBerthCode": "SL", "CurrentBerthCode": null, "CurrentStatusNew": "CNF", "CurrentStatusIndex": "0"}], "DepartureTime": "09:08", "ArrivalTime": "20:20", "ExpectedPlatformNo": "1", "BookingFare": "855", "TicketFare": "855", "CoachPosition": "L SLR D1 D2 D3 S1 S2 S3 S4 S5 S6 S7 B1 B2 B3 B4 B5 A1 A2 H1 SLR", "Rating": 3.9, "FoodRating": 3.4, "PunctualityRating": 4.1, "CleanlinessRating": 4.2, "SourceName": "Kakinada", "DestinationName": null, "Duration": "11:12", "RatingCount": 445, "HasPantry": false}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"Pnr": {"type": "string"}, "TrainNo": {"type": "string"}, "TrainName": {"type": "string"}, "Doj": {"type": "string"}, "BookingDate": {"type": "string"}, "Quota": {"type": "string"}, "DestinationDoj": {"type": "string"}, "SourceDoj": {"type": "string"}, "From": {"type": "string"}, "To": {"type": "string"}, "ReservationUpto": {"type": "string"}, "BoardingPoint": {"type": "string"}, "Class": {"type": "string"}, "ChartPrepared": {"type": "boolean"}, "BoardingStationName": {"type": "string"}, "TrainStatus": {"type": "string"}, "TrainCancelledFlag": {"type": "boolean"}, "ReservationUptoName": {"type": "string"}, "PassengerCount": {"type": "integer"}, "PassengerStatus": {"type": "array", "items": {"type": "object", "properties": {"Pnr": {"type": "null"}, "Number": {"type": "integer"}, "Prediction": {"type": "null"}, "PredictionPercentage": {"type": "string"}, "ConfirmTktStatus": {"type": "string"}, "Coach": {"type": "string"}, "Berth": {"type": "integer"}, "BookingStatus": {"type": "string"}, "CurrentStatus": {"type": "string"}, "CoachPosition": {"type": "null"}, "BookingBerthNo": {"type": "string"}, "BookingCoachId": {"type": "string"}, "BookingStatusNew": {"type": "string"}, "BookingStatusIndex": {"type": "string"}, "CurrentBerthNo": {"type": "string"}, "CurrentCoachId": {"type": "string"}, "BookingBerthCode": {"type": "string"}, "CurrentBerthCode": {"type": "null"}, "CurrentStatusNew": {"type": "string"}, "CurrentStatusIndex": {"type": "string"}}, "required": ["Berth", "BookingBerthCode", "BookingBerthNo", "BookingCoachId", "BookingStatus", "BookingStatusIndex", "BookingStatusNew", "Coach", "CoachPosition", "ConfirmTktStatus", "CurrentBerthCode", "CurrentBerthNo", "CurrentCoachId", "CurrentStatus", "CurrentStatusIndex", "CurrentStatusNew", "Number", "Pnr", "Prediction", "PredictionPercentage"]}}, "DepartureTime": {"type": "string"}, "ArrivalTime": {"type": "string"}, "ExpectedPlatformNo": {"type": "string"}, "BookingFare": {"type": "string"}, "TicketFare": {"type": "string"}, "CoachPosition": {"type": "string"}, "Rating": {"type": "number"}, "FoodRating": {"type": "number"}, "PunctualityRating": {"type": "number"}, "CleanlinessRating": {"type": "number"}, "SourceName": {"type": "string"}, "DestinationName": {"type": "null"}, "Duration": {"type": "string"}, "RatingCount": {"type": "integer"}, "HasPantry": {"type": "boolean"}}, "required": ["ArrivalTime", "BoardingPoint", "BoardingStationName", "BookingDate", "BookingFare", "ChartPrepared", "Class", "CleanlinessRating", "CoachPosition", "DepartureTime", "DestinationDoj", "DestinationName", "Doj", "Duration", "ExpectedPlatformNo", "FoodRating", "From", "HasPantry", "PassengerCount", "PassengerStatus", "Pnr", "PunctualityRating", "Quota", "Rating", "RatingCount", "ReservationUpto", "ReservationUptoName", "SourceDoj", "SourceName", "TicketFare", "To", "TrainCancelledFlag", "TrainName", "TrainNo", "TrainStatus"]}}, "required": ["data", "message", "status", "timestamp"]}
3735830a-da89-4c0c-930e-dc1b3a212532/3725d57e-36c2-4b57-a34b-4749b3121fea/0/0
IRCTC
An API with various functionalities for Indian railways IRCTC API. We are not affiliated with Indian railways IRCTC in any form, and this is not an official API, but all the results are real-time and accurate. You can get in touch with us at https://t.me/rapidapisupport. For payment related inquiries, APIs and customised plans.
9.8
TrainsBetweenStations V3
-
200
Response
{"status": true, "message": "Success", "timestamp": 1680379328922, "data": [{"train_number": "22221", "train_name": "MUMBAI CSMT - HAZRAT NIZAMUDDIN Rajdhani Express", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "CSMT", "train_dstn": "NZM", "from_std": "16:00", "from_sta": "16:00", "local_train_from_sta": 960, "to_sta": "09:55", "to_std": "09:55", "from_day": 0, "to_day": 1, "d_day": 0, "from": "CSMT", "to": "NZM", "from_station_name": "MUMBAI CSMT", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "17:55", "special_train": false, "train_type": "RAJ", "train_date": "26-05-2023", "class_type": ["3A", "2A", "1A"]}, {"train_number": "12951", "train_name": "MUMBAI CENTRAL - NEW DELHI Rajdhani Express", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "MMCT", "train_dstn": "NDLS", "from_std": "17:24", "from_sta": "17:22", "local_train_from_sta": 1042, "to_sta": "08:32", "to_std": "08:32", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BVI", "to": "NDLS", "from_station_name": "BORIVALI", "to_station_name": "NEW DELHI", "duration": "15:8", "special_train": false, "train_type": "RAJ", "train_date": "26-05-2023", "class_type": ["3A", "2A", "1A"]}, {"train_number": "12953", "train_name": "MUMBAI CENTRAL - HAZRAT NIZAMUDDIN August Kranti Rajdhani Exp", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "MMCT", "train_dstn": "NZM", "from_std": "17:35", "from_sta": "17:33", "local_train_from_sta": 1053, "to_sta": "09:43", "to_std": "09:43", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BVI", "to": "NZM", "from_station_name": "BORIVALI", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "16:8", "special_train": false, "train_type": "RAJ", "train_date": "26-05-2023", "class_type": ["3A", "2A", "1A"]}, {"train_number": "12925", "train_name": "MUMBAI BANDRA T - AMRITSAR Paschim SF Express", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "MMCT", "train_dstn": "ASR", "from_std": "11:58", "from_sta": "11:55", "local_train_from_sta": 715, "to_sta": "10:40", "to_std": "11:05", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BVI", "to": "NDLS", "from_station_name": "BORIVALI", "to_station_name": "NEW DELHI", "duration": "22:42", "special_train": false, "train_type": "SUF", "train_date": "26-05-2023", "class_type": ["SL", "3A", "2A", "1A"]}, {"train_number": "12903", "train_name": "MUMBAI CENTRAL - AMRITSAR Golden Temple SF Mail", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "MMCT", "train_dstn": "ASR", "from_std": "19:18", "from_sta": "19:15", "local_train_from_sta": 1155, "to_sta": "13:50", "to_std": "14:05", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BVI", "to": "NZM", "from_station_name": "BORIVALI", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "18:32", "special_train": false, "train_type": "SUF", "train_date": "26-05-2023", "class_type": ["SL", "3A", "2A", "1A"]}, {"train_number": "12137", "train_name": "MUMBAI CSMT - FIROZPUR CANTT SF Punjab Mail", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "CSMT", "train_dstn": "FZR", "from_std": "19:50", "from_sta": "19:47", "local_train_from_sta": 1187, "to_sta": "21:25", "to_std": "21:40", "from_day": 0, "to_day": 1, "d_day": 0, "from": "DR", "to": "NDLS", "from_station_name": "MUMBAI DADAR CENTRAL", "to_station_name": "NEW DELHI", "duration": "25:35", "special_train": false, "train_type": "SUF", "train_date": "26-05-2023", "class_type": ["SL", "3A", "2A", "1A"]}, {"train_number": "22209", "train_name": "MUMBAI CENTRAL - NEW DELHI AC Duronto Exp", "run_days": ["Mon", "Fri"], "train_src": "MMCT", "train_dstn": "NDLS", "from_std": "23:00", "from_sta": "23:00", "local_train_from_sta": 1380, "to_sta": "15:55", "to_std": "15:55", "from_day": 0, "to_day": 1, "d_day": 0, "from": "MMCT", "to": "NDLS", "from_station_name": "MUMBAI CENTRAL", "to_station_name": "NEW DELHI", "duration": "16:55", "special_train": false, "train_type": "DRNT", "train_date": "26-05-2023", "class_type": ["3A", "2A", "1A"]}, {"train_number": "12471", "train_name": "MUMBAI BANDRA T - SMVD KATRA Swaraj SF Express", "run_days": ["Sun", "Mon", "Thu", "Fri"], "train_src": "BDTS", "train_dstn": "SVDK", "from_std": "11:26", "from_sta": "11:23", "local_train_from_sta": 683, "to_sta": "05:25", "to_std": "05:40", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BVI", "to": "NDLS", "from_station_name": "BORIVALI", "to_station_name": "NEW DELHI", "duration": "17:59", "special_train": false, "train_type": "SUF", "train_date": "26-05-2023", "class_type": ["SL", "3A", "2A", "1A"]}, {"train_number": "12247", "train_name": "MUMBAI BANDRA T - HAZRAT NIZAMUDDIN Yuva Exp", "run_days": ["Fri"], "train_src": "BDTS", "train_dstn": "NZM", "from_std": "17:30", "from_sta": "17:30", "local_train_from_sta": 1050, "to_sta": "10:15", "to_std": "10:15", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BDTS", "to": "NZM", "from_station_name": "MUMBAI BANDRA TERMINUS", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "16:45", "special_train": false, "train_type": "SUF", "train_date": "26-05-2023", "class_type": ["CC", "3A"]}, {"train_number": "19019", "train_name": "MUMBAI BANDRA T - HARIDWAR Express", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "BDTS", "train_dstn": "HW", "from_std": "00:35", "from_sta": "00:30", "local_train_from_sta": 30, "to_sta": "02:30", "to_std": "02:45", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BVI", "to": "NZM", "from_station_name": "BORIVALI", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "25:55", "special_train": false, "train_type": "MEX", "train_date": "26-05-2023", "class_type": ["SL", "3A", "2A", "1A"]}, {"train_number": "11057", "train_name": "MUMBAI CSMT - AMRITSAR Express", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "CSMT", "train_dstn": "ASR", "from_std": "00:05", "from_sta": "00:02", "local_train_from_sta": 1442, "to_sta": "03:40", "to_std": "03:55", "from_day": 1, "to_day": 2, "d_day": 1, "from": "TNA", "to": "NDLS", "from_station_name": "THANE", "to_station_name": "NEW DELHI", "duration": "27:35", "special_train": false, "train_type": "MEX", "train_date": "26-05-2023", "class_type": ["SL", "3A", "2A"]}, {"train_number": "12216", "train_name": "MUMBAI BANDRA T - DELHI SARAI ROHILLA Garib Rath Exp", "run_days": ["Tue", "Wed", "Fri", "Sun"], "train_src": "BDTS", "train_dstn": "DEE", "from_std": "12:24", "from_sta": "12:21", "local_train_from_sta": 741, "to_sta": "11:00", "to_std": "11:00", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BVI", "to": "DEE", "from_station_name": "BORIVALI", "to_station_name": "DELHI SARAI ROHILLA", "duration": "22:36", "special_train": false, "train_type": "GBR", "train_date": "26-05-2023", "class_type": ["3A"]}, {"train_number": "12617", "train_name": "ERNAKULAM - HAZRAT NIZAMUDDIN Mangala Lakshadweep SF Exp", "run_days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], "train_src": "ERS", "train_dstn": "NZM", "from_std": "13:30", "from_sta": "13:27", "local_train_from_sta": 2247, "to_sta": "13:20", "to_std": "13:20", "from_day": 1, "to_day": 2, "d_day": 1, "from": "KYN", "to": "NZM", "from_station_name": "KALYAN JN", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "23:50", "special_train": false, "train_type": "SUF", "train_date": "26-05-2023", "class_type": ["SL", "3A", "2A"]}, {"train_number": "12263", "train_name": "PUNE - HAZRAT NIZAMUDDIN AC Duronto Express", "run_days": ["Tue", "Fri"], "train_src": "PUNE", "train_dstn": "NZM", "from_std": "14:25", "from_sta": "14:20", "local_train_from_sta": 860, "to_sta": "06:45", "to_std": "06:45", "from_day": 0, "to_day": 1, "d_day": 0, "from": "BSR", "to": "NZM", "from_station_name": "VASAI ROAD", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "16:20", "special_train": false, "train_type": "DRNT", "train_date": "26-05-2023", "class_type": ["3A", "2A", "1A"]}, {"train_number": "12431", "train_name": "TRIVANDRUM CENTRAL - HAZRAT NIZAMUDDIN Rajdhani Exp", "run_days": ["Wed", "Fri", "Sat"], "train_src": "TVC", "train_dstn": "NZM", "from_std": "18:05", "from_sta": "18:00", "local_train_from_sta": 2520, "to_sta": "12:30", "to_std": "12:30", "from_day": 1, "to_day": 2, "d_day": 1, "from": "PNVL", "to": "NZM", "from_station_name": "PANVEL", "to_station_name": "DELHI HAZRAT NIZAMUDDIN", "duration": "18:25", "special_train": false, "train_type": "RAJ", "train_date": "26-05-2023", "class_type": ["3A", "2A", "1A"]}]}
{"$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": {"train_number": {"type": "string"}, "train_name": {"type": "string"}, "run_days": {"type": "array", "items": {"type": "string"}}, "train_src": {"type": "string"}, "train_dstn": {"type": "string"}, "from_std": {"type": "string"}, "from_sta": {"type": "string"}, "local_train_from_sta": {"type": "integer"}, "to_sta": {"type": "string"}, "to_std": {"type": "string"}, "from_day": {"type": "integer"}, "to_day": {"type": "integer"}, "d_day": {"type": "integer"}, "from": {"type": "string"}, "to": {"type": "string"}, "from_station_name": {"type": "string"}, "to_station_name": {"type": "string"}, "duration": {"type": "string"}, "special_train": {"type": "boolean"}, "train_type": {"type": "string"}, "train_date": {"type": "string"}, "class_type": {"type": "array", "items": {"type": "string"}}}, "required": ["class_type", "d_day", "duration", "from", "from_day", "from_sta", "from_station_name", "from_std", "local_train_from_sta", "run_days", "special_train", "to", "to_day", "to_sta", "to_station_name", "to_std", "train_date", "train_dstn", "train_name", "train_number", "train_src", "train_type"]}}}, "required": ["data", "message", "status", "timestamp"]}
3735830a-da89-4c0c-930e-dc1b3a212532/f5255a08-001f-45e8-9b74-5c8d778aa971/0/0
IRCTC
An API with various functionalities for Indian railways IRCTC API. We are not affiliated with Indian railways IRCTC in any form, and this is not an official API, but all the results are real-time and accurate. You can get in touch with us at https://t.me/rapidapisupport. For payment related inquiries, APIs and customised plans.
9.8
Get Fare
-
200
Response
{"status": true, "message": "Success", "timestamp": 1662275995178, "data": {"general": [{"classType": "3A", "fare": 505, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 441}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 40}, {"title": "GST", "key": "serviceTax", "cost": 24}, {"title": "Total Amount", "key": "total", "cost": 505}]}, {"classType": "SL", "fare": 175, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 155}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 20}, {"title": "Total Amount", "key": "total", "cost": 175}]}, {"classType": "2A", "fare": 710, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 626}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 50}, {"title": "GST", "key": "serviceTax", "cost": 34}, {"title": "Total Amount", "key": "total", "cost": 710}]}, {"classType": "2S", "fare": 105, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 90}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 15}, {"title": "Total Amount", "key": "total", "cost": 105}]}], "tatkal": [{"classType": "3A", "fare": 1105, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 712}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 40}, {"title": "GST", "key": "serviceTax", "cost": 53}, {"title": "Tatkal Charges", "key": "tatkalCharges", "cost": 300}, {"title": "Total Amount", "key": "total", "cost": 1105}]}, {"classType": "SL", "fare": 395, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 275}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 20}, {"title": "Tatkal Charges", "key": "tatkalCharges", "cost": 100}, {"title": "Total Amount", "key": "total", "cost": 395}]}, {"classType": "2A", "fare": 1540, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 1016}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 50}, {"title": "GST", "key": "serviceTax", "cost": 74}, {"title": "Tatkal Charges", "key": "tatkalCharges", "cost": 400}, {"title": "Total Amount", "key": "total", "cost": 1540}]}, {"classType": "2S", "fare": 190, "breakup": [{"title": "Base Charges", "key": "baseFare", "cost": 160}, {"title": "Reservation Charges", "key": "reservationCharges", "cost": 15}, {"title": "Tatkal Charges", "key": "tatkalCharges", "cost": 15}, {"title": "Total Amount", "key": "total", "cost": 190}]}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"general": {"type": "array", "items": {"type": "object", "properties": {"classType": {"type": "string"}, "fare": {"type": "integer"}, "breakup": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "key": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["cost", "key", "title"]}}}, "required": ["breakup", "classType", "fare"]}}, "tatkal": {"type": "array", "items": {"type": "object", "properties": {"classType": {"type": "string"}, "fare": {"type": "integer"}, "breakup": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "key": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["cost", "key", "title"]}}}, "required": ["breakup", "classType", "fare"]}}}, "required": ["general", "tatkal"]}}, "required": ["data", "message", "status", "timestamp"]}
3735830a-da89-4c0c-930e-dc1b3a212532/735b5042-ea1e-4540-b319-b4a6a18c0e13/0/0
IRCTC
An API with various functionalities for Indian railways IRCTC API. We are not affiliated with Indian railways IRCTC in any form, and this is not an official API, but all the results are real-time and accurate. You can get in touch with us at https://t.me/rapidapisupport. For payment related inquiries, APIs and customised plans.
9.8
TrainsBetweenStations
-
200
Response
{"status": true, "message": "Success", "timestamp": 1665490384272, "data": [{"train_number": "12545", "train_name": "Karmbhoomi Exp", "train_type": "M", "run_days": ["Wed"], "train_origin_station": "Raxaul", "train_origin_station_code": "RXL", "train_destination_station": "Mumbai", "train_destination_station_code": "LTT", "depart_time": "22:35:00", "arrival_time": "05:30:00", "distance": "1800", "class_type": ["2S"], "day_of_journey": 1}, {"train_number": "05529", "train_name": "Jyg Ltt Spl", "train_type": "M", "run_days": ["Mon"], "train_origin_station": "Jainagar", "train_origin_station_code": "JYG", "train_destination_station": "Mumbai", "train_destination_station_code": "LTT", "depart_time": "03:30:00", "arrival_time": "13:00:00", "distance": "1799", "class_type": ["2A", "3A", "SL"], "day_of_journey": 2}, {"train_number": "19038", "train_name": "Avadh Express", "train_type": "M", "run_days": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], "train_origin_station": "Barauni", "train_origin_station_code": "BJU", "train_destination_station": "Mumbai", "train_destination_station_code": "BDTS", "depart_time": "07:20:00", "arrival_time": "04:05:00", "distance": "2255", "class_type": ["2A", "3A", "SL", "2S"], "day_of_journey": 1}, {"train_number": "15646", "train_name": "Dbrg Ltt Exp", "train_type": "M", "run_days": ["Tue", "Sat"], "train_origin_station": "Dibrugarh", "train_origin_station_code": "DBRG", "train_destination_station": "Mumbai", "train_destination_station_code": "LTT", "depart_time": "09:35:00", "arrival_time": "17:50:00", "distance": "1799", "class_type": ["2A", "3A", "SL"], "day_of_journey": 2}]}
{"$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": {"train_number": {"type": "string"}, "train_name": {"type": "string"}, "train_type": {"type": "string"}, "run_days": {"type": "array", "items": {"type": "string"}}, "train_origin_station": {"type": "string"}, "train_origin_station_code": {"type": "string"}, "train_destination_station": {"type": "string"}, "train_destination_station_code": {"type": "string"}, "depart_time": {"type": "string"}, "arrival_time": {"type": "string"}, "distance": {"type": "string"}, "class_type": {"type": "array", "items": {"type": "string"}}, "day_of_journey": {"type": "integer"}}, "required": ["arrival_time", "class_type", "day_of_journey", "depart_time", "distance", "run_days", "train_destination_station", "train_destination_station_code", "train_name", "train_number", "train_origin_station", "train_origin_station_code", "train_type"]}}}, "required": ["data", "message", "status", "timestamp"]}
2ca6da50-5273-4e57-a61c-93e02979e6dc/a97c27b3-239a-4b74-b21d-a3c4bbdc37db/0/0
Best Booking.com Hotel
Fetch the best booking.com hotel in town
9.2
find best booking.com accommodation
find best booking.com accommodation
200
OK - FOUND
{"link": "https://www.booking.com/hotel/de/eastseven-berlin-hostel-berlin1.de.html?aid=1938431", "name": "EastSeven Berlin", "rating": 9.1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"link": {"type": "string"}, "name": {"type": "string"}, "rating": {"type": "number"}}, "required": ["link", "name", "rating"]}
f494b281-3eef-4019-a21a-aa0d06a1b53f/ecd1176d-ed81-4fc6-b95a-58f9345f8d81/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
facilityTypes
Returns facility types names and their translations.
200
Example_1
{"result": [{"facility_type_id": "<integer>", "name": "<string>", "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}]}, {"facility_type_id": "<integer>", "name": "<string>", "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}]}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/d25c0dd0-e80b-4d55-9dc4-313c401deda7/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
roomTypes
Returns room types names and their translations.
200
null
{"result": [{"name": "<string>", "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}], "room_type_id": "<integer>"}, {"name": "<string>", "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}], "room_type_id": "<integer>"}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/f017f1e2-5273-4414-ac52-808f3548d39c/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
roomFacilityTypes
Returns room facility types names and their translations.
200
null
{"result": [{"type": "<string>", "room_facility_type_id": "<integer>", "name": "<string>", "facility_type_id": "<integer>", "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}]}, {"type": "<string>", "room_facility_type_id": "<integer>", "name": "<string>", "facility_type_id": "<integer>", "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}]}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/b366aadc-1ead-4f43-829e-e7e4c53ecf18/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
chainTypes
Returns a list of hotel chains (in English).
200
null
{"result": [{"name": "<string>", "chain_id": "<integer>"}, {"name": "<string>", "chain_id": "<integer>"}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/a465fecd-1520-4b57-86ac-584256269d2d/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
paymentTypes
Returns a list of payments (in English). Only payments with {bookable} set to 1, can be used in processBooking. For processBooking, we always support Visa, Mastercard and American Express.
200
null
{"result": [{"name": "<string>", "bookable": "<boolean>", "payment_id": "<integer>"}, {"name": "<string>", "bookable": "<boolean>", "payment_id": "<integer>"}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/10d2eeff-accd-4ddf-9dfd-502294c5f6c1/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
districts
Returns all the districts where Booking.com offers hotels. Additional information available (via extras parameter) are: * location: Latitude and longitude
200
null
{"result": [{"district_id": "<integer>", "location": {"latitude": "<string>", "longitude": "<string>"}, "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}], "country": "<string>", "name": "<string>", "city_id": "<integer>", "nr_hotels": "<integer>"}, {"district_id": "<integer>", "location": {"latitude": "<string>", "longitude": "<string>"}, "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}], "country": "<string>", "name": "<string>", "city_id": "<integer>", "nr_hotels": "<integer>"}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/abc6c49b-aa7e-46bd-9783-6bb44925439a/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
countries
Returns all the countries where booking.com offers hotels.
200
null
{"result": [{"country": "<string>", "name": "<string>", "area": "<string>", "translations": [{"area": "<string>", "name": "<string>", "language": "<string>"}, {"area": "<string>", "name": "<string>", "language": "<string>"}]}, {"country": "<string>", "name": "<string>", "area": "<string>", "translations": [{"area": "<string>", "name": "<string>", "language": "<string>"}, {"area": "<string>", "name": "<string>", "language": "<string>"}]}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/ffc48468-c7a1-45a1-b0a4-6107673287e2/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
hotelTypes
Returns hotel types names and their translations.
200
null
{"result": [{"hotel_type_id": "<integer>", "name": "<string>", "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}]}, {"hotel_type_id": "<integer>", "name": "<string>", "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}]}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/4940115a-8e22-4e54-910f-3d943166ef71/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
cities
Returns a list of cities where Booking.com offers hotels. Additional information available (via extras parameter) are: * location: Latitude and longitude. * timezone: Timezone of the city.
200
null
{"result": [{"country": "<string>", "name": "<string>", "nr_hotels": "<integer>", "city_id": "<integer>", "location": {"longitude": "<string>", "latitude": "<string>"}, "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}], "timezone": {"name": "<string>", "offset": "<integer>"}}, {"country": "<string>", "name": "<string>", "nr_hotels": "<integer>", "city_id": "<integer>", "location": {"longitude": "<string>", "latitude": "<string>"}, "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}], "timezone": {"name": "<string>", "offset": "<integer>"}}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/24aa5864-484e-4eb0-b4f1-6f9c599366bc/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
regions
Returns all the regions where Booking.com offers hotels.
200
null
{"result": [{"name": "<string>", "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}], "region_id": "<integer>", "country": "<string>", "region_type": "<string>"}, {"name": "<string>", "translations": [{"language": "<string>", "name": "<string>"}, {"language": "<string>", "name": "<string>"}], "region_id": "<integer>", "country": "<string>", "region_type": "<string>"}]}
{"type": "object"}
f494b281-3eef-4019-a21a-aa0d06a1b53f/e7c6e05e-683c-4955-936c-669c1311a199/0/0
BOOKING COM API
Elevate your application with our RealTime Booking.com API, the market's fastest route to live accommodation data. This robust API grants immediate access to a world of listings, prices, and availability, ensuring your service offers the latest information with unmatched reliability. Perfect for travel platforms and apps seeking to enhance user experience with real-time booking features. Get started now and stay ahead in the dynamic world of travel!
8.4
hotelFacilityTypes
Returns hotel facility types names and their translations.
200
null
{"result": [{"facility_type_id": "<integer>", "name": "<string>", "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}], "hotel_facility_type_id": "<integer>", "type": "<string>"}, {"facility_type_id": "<integer>", "name": "<string>", "translations": [{"name": "<string>", "language": "<string>"}, {"name": "<string>", "language": "<string>"}], "hotel_facility_type_id": "<integer>", "type": "<string>"}]}
{"type": "object"}
8491951a-c0d1-4b99-ad8c-907ba2213634/9b5edf57-4e78-4ffb-8736-97d59283f351/0/0
borders
USA Cross Border Waiting Times is an API service that provides real-time updates on wait times at various border crossings between the United States/Canada and United States/Mexico.
7.8
USA Borders Waiting Times
Returns all usa ports with description and wait times.
200
New Example
{"query": {"country": "Mexico", "portName": "Andrade"}, "ports": [{"port_number": "250201", "border": "Mexican Border", "port_name": "Andrade", "crossing_name": "", "hours": "6 am-10 pm", "date": "1/8/2023", "port_status": "Closed", "commercial_automation_type": "Manual", "passenger_automation_type": "Manual", "pedestrain_automation_type": "Manual", "commercial_vehicle_lanes": {"maximum_lanes": "1", "standard_lanes": {"operational_status": "Update Pending", "update_time": "", "delay_minutes": "", "lanes_open": ""}, "FAST_lanes": {"operational_status": "Update Pending", "update_time": "", "delay_minutes": "", "lanes_open": ""}}, "passenger_vehicle_lanes": {"maximum_lanes": "3", "standard_lanes": {"operational_status": "Update Pending", "update_time": "", "delay_minutes": "", "lanes_open": ""}, "NEXUS_SENTRI_lanes": {"operational_status": "Update Pending", "update_time": "", "delay_minutes": "", "lanes_open": ""}, "ready_lanes": {"operational_status": "Update Pending", "update_time": "", "delay_minutes": "", "lanes_open": ""}}, "pedestrian_lanes": {"maximum_lanes": "4", "standard_lanes": {"operational_status": "Update Pending", "update_time": "", "delay_minutes": "", "lanes_open": ""}, "ready_lanes": {"operational_status": "Update Pending", "update_time": "", "delay_minutes": "", "lanes_open": ""}}}], "total": 1}
{"type": "object", "properties": {"query": {"type": "object", "properties": {"country": {"type": "string"}, "portName": {"type": "string"}}}, "ports": {"type": "array", "items": {"type": "object", "properties": {"port_number": {"type": "string"}, "border": {"type": "string"}, "port_name": {"type": "string"}, "crossing_name": {"type": "string"}, "hours": {"type": "string"}, "date": {"type": "string"}, "port_status": {"type": "string"}, "commercial_automation_type": {"type": "string"}, "passenger_automation_type": {"type": "string"}, "pedestrain_automation_type": {"type": "string"}, "commercial_vehicle_lanes": {"type": "object", "properties": {"maximum_lanes": {"type": "string"}, "standard_lanes": {"type": "object", "properties": {"operational_status": {"type": "string"}, "update_time": {"type": "string"}, "delay_minutes": {"type": "string"}, "lanes_open": {"type": "string"}}}, "FAST_lanes": {"type": "object", "properties": {"operational_status": {"type": "string"}, "update_time": {"type": "string"}, "delay_minutes": {"type": "string"}, "lanes_open": {"type": "string"}}}}}, "passenger_vehicle_lanes": {"type": "object", "properties": {"maximum_lanes": {"type": "string"}, "standard_lanes": {"type": "object", "properties": {"operational_status": {"type": "string"}, "update_time": {"type": "string"}, "delay_minutes": {"type": "string"}, "lanes_open": {"type": "string"}}}, "NEXUS_SENTRI_lanes": {"type": "object", "properties": {"operational_status": {"type": "string"}, "update_time": {"type": "string"}, "delay_minutes": {"type": "string"}, "lanes_open": {"type": "string"}}}, "ready_lanes": {"type": "object", "properties": {"operational_status": {"type": "string"}, "update_time": {"type": "string"}, "delay_minutes": {"type": "string"}, "lanes_open": {"type": "string"}}}}}, "pedestrian_lanes": {"type": "object", "properties": {"maximum_lanes": {"type": "string"}, "standard_lanes": {"type": "object", "properties": {"operational_status": {"type": "string"}, "update_time": {"type": "string"}, "delay_minutes": {"type": "string"}, "lanes_open": {"type": "string"}}}, "ready_lanes": {"type": "object", "properties": {"operational_status": {"type": "string"}, "update_time": {"type": "string"}, "delay_minutes": {"type": "string"}, "lanes_open": {"type": "string"}}}}}}}}, "total": {"type": "integer"}}}
105ea1a7-986c-452f-8489-97b17821c1fc/a124b53b-a0d6-43e6-810e-c86ddc91fb8d/0/0
World Scuba Diving Sites Api
Are you a scuba diver looking for interesting dive sites around the world? You can now easily search for them using a text query to the endpoint based on a location or region. With our list of GPS coordinates for scuba diving sites, you can quickly find the coordinates of the places you want to explore and add them to your diving itinerary. Simply enter the name of the location or region you are interested in, and our system will provide you with a list of relevant coordinates for you to use ...
9
Query Divesites 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": "0126ccc3-6d33-4cb9-a6dd-1519273acf43", "name": "The Rock", "region": "Racha Noi Island, Phuket", "lat": "7.552420449639636", "lng": "98.33433151245119", "ocean": "Indian Ocean, Andaman Sea, Strait Of Malacca", "Location": "Asia, Thailand, Southern Thailand, Phuket, Racha Noi Island"}, {"id": "01c6e49f-45ab-4bb4-bfee-eff9c67f9d22", "name": "Paradise Reef", "region": "Phuket, Southern Thailand", "lat": "7.893819147272116", "lng": "98.2584571838379", "ocean": "Indian Ocean, Andaman Sea, Strait Of Malacca", "Location": "Asia, Thailand, Southern Thailand, Phuket"}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "region": {"type": "string"}, "lat": {"type": "string"}, "lng": {"type": "string"}, "ocean": {"type": "string"}, "Location": {"type": "string"}}}}}}
69b58c8a-f993-4511-8a5b-2f522a7e9396/a821a716-10fe-49b3-b7a5-aae8b361ba66/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
Get Config
-
200
Response
{"status": true, "message": "Success", "timestamp": 1699261690630, "data": [{"country": "Andorra", "market": "AD", "locale": "es-ES", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "United Arab Emirates", "market": "AE", "locale": "en-US", "currencyTitle": "United Arab Emirates Dirham", "currency": "AED", "currencySymbol": "AED"}, {"country": "Afghanistan", "market": "AF", "locale": "en-GB", "currencyTitle": "Afghan Afghani", "currency": "AFN", "currencySymbol": "AFN"}, {"country": "Antigua and Barbuda", "market": "AG", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Anguilla", "market": "AI", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Albania", "market": "AL", "locale": "en-GB", "currencyTitle": "Albanian Lek", "currency": "ALL", "currencySymbol": "Lek"}, {"country": "Armenia", "market": "AM", "locale": "ru-RU", "currencyTitle": "Armenian Dram", "currency": "AMD", "currencySymbol": "\u0564\u0580."}, {"country": "Angola", "market": "AO", "locale": "pt-PT", "currencyTitle": "Angolan Kwanza", "currency": "AOA", "currencySymbol": "Kz"}, {"country": "Antarctica", "market": "AQ", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Argentina", "market": "AR", "locale": "es-MX", "currencyTitle": "Argentine Peso", "currency": "ARS", "currencySymbol": "$"}, {"country": "American Samoa", "market": "AS", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Austria", "market": "AT", "locale": "de-DE", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Australia", "market": "AU", "locale": "en-GB", "currencyTitle": "Australian Dollar", "currency": "AUD", "currencySymbol": "$"}, {"country": "Aruba", "market": "AW", "locale": "en-GB", "currencyTitle": "Aruban Florin", "currency": "AWG", "currencySymbol": "Afl."}, {"country": "Azerbaijan", "market": "AZ", "locale": "en-GB", "currencyTitle": "Azerbaijani Manat", "currency": "AZN", "currencySymbol": "\u20bc"}, {"country": "Bosnia and Herzegovina", "market": "BA", "locale": "en-GB", "currencyTitle": "Bosnia-Herzegovina Convertible Mark", "currency": "BAM", "currencySymbol": "\u041a\u041c"}, {"country": "Barbados", "market": "BB", "locale": "en-GB", "currencyTitle": "Barbadian Dollar", "currency": "BBD", "currencySymbol": "$"}, {"country": "Bangladesh", "market": "BD", "locale": "en-GB", "currencyTitle": "Bangladeshi Taka", "currency": "BDT", "currencySymbol": "BDT"}, {"country": "Belgium", "market": "BE", "locale": "nl-NL", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Burkina Faso", "market": "BF", "locale": "en-GB", "currencyTitle": "West African CFA Franc", "currency": "XOF", "currencySymbol": "F"}, {"country": "Bulgaria", "market": "BG", "locale": "bg-BG", "currencyTitle": "Bulgarian Lev", "currency": "BGN", "currencySymbol": "\u043b\u0432."}, {"country": "Bahrain", "market": "BH", "locale": "en-GB", "currencyTitle": "Bahraini Dinar", "currency": "BHD", "currencySymbol": "\u062f.\u0628.\u200f"}, {"country": "Burundi", "market": "BI", "locale": "en-GB", "currencyTitle": "Burundian Franc", "currency": "BIF", "currencySymbol": "FBu"}, {"country": "Benin", "market": "BJ", "locale": "en-GB", "currencyTitle": "West African CFA Franc", "currency": "XOF", "currencySymbol": "F"}, {"country": "Saint Barthelemy", "market": "BL", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Bermuda", "market": "BM", "locale": "en-GB", "currencyTitle": "Bermudan Dollar", "currency": "BMD", "currencySymbol": "$"}, {"country": "Brunei", "market": "BN", "locale": "en-GB", "currencyTitle": "Brunei Dollar", "currency": "BND", "currencySymbol": "$"}, {"country": "Bolivia", "market": "BO", "locale": "es-MX", "currencyTitle": "Bolivian Boliviano", "currency": "BOB", "currencySymbol": "Bs"}, {"country": "Caribbean Netherlands", "market": "BQ", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Brazil", "market": "BR", "locale": "pt-BR", "currencyTitle": "Brazilian Real", "currency": "BRL", "currencySymbol": "R$"}, {"country": "Bahamas", "market": "BS", "locale": "en-GB", "currencyTitle": "Bahamian Dollar", "currency": "BSD", "currencySymbol": "$"}, {"country": "Bhutan", "market": "BT", "locale": "en-GB", "currencyTitle": "Bhutanese Ngultrum", "currency": "BTN", "currencySymbol": "Nu."}, {"country": "Botswana", "market": "BW", "locale": "en-GB", "currencyTitle": "Botswanan Pula", "currency": "BWP", "currencySymbol": "P"}, {"country": "Belarus", "market": "BY", "locale": "ru-RU", "currencyTitle": "Belarusian Ruble", "currency": "BYN", "currencySymbol": "Br"}, {"country": "Belize", "market": "BZ", "locale": "en-GB", "currencyTitle": "Belize Dollar", "currency": "BZD", "currencySymbol": "BZ$"}, {"country": "Canada", "market": "CA", "locale": "en-US", "currencyTitle": "Canadian Dollar", "currency": "CAD", "currencySymbol": "C$"}, {"country": "Cocos (Keeling) Islands", "market": "CC", "locale": "en-GB", "currencyTitle": "Australian Dollar", "currency": "AUD", "currencySymbol": "$"}, {"country": "DR Congo", "market": "CD", "locale": "en-GB", "currencyTitle": "Congolese Franc", "currency": "CDF", "currencySymbol": "FC"}, {"country": "Central African Republic", "market": "CF", "locale": "en-GB", "currencyTitle": "Central African CFA Franc", "currency": "XAF", "currencySymbol": "F"}, {"country": "Congo", "market": "CG", "locale": "en-GB", "currencyTitle": "Central African CFA Franc", "currency": "XAF", "currencySymbol": "F"}, {"country": "Switzerland", "market": "CH", "locale": "de-DE", "currencyTitle": 2, "currency": "CHF", "currencySymbol": "CHF"}, {"country": "Ivory Coast", "market": "CI", "locale": "fr-FR", "currencyTitle": "West African CFA Franc", "currency": "XOF", "currencySymbol": "F"}, {"country": "Cook Islands", "market": "CK", "locale": "en-GB", "currencyTitle": "New Zealand Dollar", "currency": "NZD", "currencySymbol": "$"}, {"country": "Chile", "market": "CL", "locale": "es-MX", "currencyTitle": "Chilean Peso", "currency": "CLP", "currencySymbol": "$"}, {"country": "Cameroon", "market": "CM", "locale": "en-GB", "currencyTitle": "Central African CFA Franc", "currency": "XAF", "currencySymbol": "F"}, {"country": "China", "market": "CN", "locale": "zh-CN", "currencyTitle": "Chinese Yuan", "currency": "CNY", "currencySymbol": "\u00a5"}, {"country": "Colombia", "market": "CO", "locale": "es-MX", "currencyTitle": "Colombian Peso", "currency": "COP", "currencySymbol": "$"}, {"country": "Costa Rica", "market": "CR", "locale": "es-MX", "currencyTitle": "Costa Rican Col\u00f3n", "currency": "CRC", "currencySymbol": "\u20a1"}, {"country": "Cuba", "market": "CU", "locale": "es-MX", "currencyTitle": "Cuban Peso", "currency": "CUP", "currencySymbol": "$MN"}, {"country": "Cape Verde", "market": "CV", "locale": "en-GB", "currencyTitle": "Cape Verdean Escudo", "currency": "CVE", "currencySymbol": "$"}, {"country": "Curacao", "market": "CW", "locale": "en-GB", "currencyTitle": "Netherlands Antillean Guilder", "currency": "ANG", "currencySymbol": "NAf."}, {"country": "Christmas Island", "market": "CX", "locale": "en-GB", "currencyTitle": "Australian Dollar", "currency": "AUD", "currencySymbol": "$"}, {"country": "Cyprus", "market": "CY", "locale": "el-GR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Czech Republic", "market": "CZ", "locale": "cs-CZ", "currencyTitle": "Czech Koruna", "currency": "CZK", "currencySymbol": "K\u010d"}, {"country": "Germany", "market": "DE", "locale": "de-DE", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Djibouti", "market": "DJ", "locale": "en-GB", "currencyTitle": "Djiboutian Franc", "currency": "DJF", "currencySymbol": "Fdj"}, {"country": "Denmark", "market": "DK", "locale": "da-DK", "currencyTitle": "Danish Krone", "currency": "DKK", "currencySymbol": "kr."}, {"country": "Dominica", "market": "DM", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Dominican Republic", "market": "DO", "locale": "es-MX", "currencyTitle": "Dominican Peso", "currency": "DOP", "currencySymbol": "RD$"}, {"country": "Algeria", "market": "DZ", "locale": "fr-FR", "currencyTitle": "Algerian Dinar", "currency": "DZD", "currencySymbol": "\u062f.\u062c.\u200f"}, {"country": "Ecuador", "market": "EC", "locale": "es-MX", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Estonia", "market": "EE", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Egypt", "market": "EG", "locale": "en-GB", "currencyTitle": "Egyptian Pound", "currency": "EGP", "currencySymbol": "\u062c.\u0645.\u200f"}, {"country": "Eritrea", "market": "ER", "locale": "en-GB", "currencyTitle": "Eritrean Nakfa", "currency": "ERN", "currencySymbol": "Nfk"}, {"country": "Spain", "market": "ES", "locale": "es-ES", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Ethiopia", "market": "ET", "locale": "en-GB", "currencyTitle": "Ethiopian Birr", "currency": "ETB", "currencySymbol": "Br"}, {"country": "Finland", "market": "FI", "locale": "fi-FI", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Fiji", "market": "FJ", "locale": "en-GB", "currencyTitle": "Fijian Dollar", "currency": "FJD", "currencySymbol": "$"}, {"country": "Falkland Islands", "market": "FK", "locale": "en-GB", "currencyTitle": "British Pound", "currency": "GBP", "currencySymbol": "\u00a3"}, {"country": "Micronesia", "market": "FM", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Faroe Islands", "market": "FO", "locale": "en-GB", "currencyTitle": "Danish Krone", "currency": "DKK", "currencySymbol": "kr."}, {"country": "France", "market": "FR", "locale": "fr-FR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Gabon", "market": "GA", "locale": "en-GB", "currencyTitle": "Central African CFA Franc", "currency": "XAF", "currencySymbol": "F"}, {"country": "Grenada", "market": "GD", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Georgia", "market": "GE", "locale": "en-GB", "currencyTitle": "Georgian Lari", "currency": "GEL", "currencySymbol": "\u20be"}, {"country": "French Guiana", "market": "GF", "locale": "fr-FR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Guernsey", "market": "GG", "locale": "en-GB", "currencyTitle": "British Pound", "currency": "GBP", "currencySymbol": "\u00a3"}, {"country": "Ghana", "market": "GH", "locale": "en-GB", "currencyTitle": "Ghanaian Cedi", "currency": "GHS", "currencySymbol": "GH\u00a2"}, {"country": "Gibraltar", "market": "GI", "locale": "en-GB", "currencyTitle": "Gibraltar Pound", "currency": "GIP", "currencySymbol": "\u00a3"}, {"country": "Greenland", "market": "GL", "locale": "en-GB", "currencyTitle": "Danish Krone", "currency": "DKK", "currencySymbol": "kr."}, {"country": "Gambia", "market": "GM", "locale": "en-GB", "currencyTitle": "Gambian Dalasi", "currency": "GMD", "currencySymbol": "D"}, {"country": "Guinea", "market": "GN", "locale": "en-GB", "currencyTitle": "Guinean Franc", "currency": "GNF", "currencySymbol": "FG"}, {"country": "Guadeloupe", "market": "GP", "locale": "fr-FR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Equatorial Guinea", "market": "GQ", "locale": "en-GB", "currencyTitle": "Central African CFA Franc", "currency": "XAF", "currencySymbol": "F"}, {"country": "Greece", "market": "GR", "locale": "el-GR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "South Georgia & South Sandwich Islands", "market": "GS", "locale": "en-GB", "currencyTitle": "British Pound", "currency": "GBP", "currencySymbol": "\u00a3"}, {"country": "Guatemala", "market": "GT", "locale": "es-MX", "currencyTitle": "Guatemalan Quetzal", "currency": "GTQ", "currencySymbol": "Q"}, {"country": "Guam", "market": "GU", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Guinea-Bissau", "market": "GW", "locale": "en-GB", "currencyTitle": "Guinean Franc", "currency": "GNF", "currencySymbol": "FG"}, {"country": "Guyana", "market": "GY", "locale": "en-GB", "currencyTitle": "Guyanaese Dollar", "currency": "GYD", "currencySymbol": "$"}, {"country": "Hong Kong", "market": "HK", "locale": "zh-TW", "currencyTitle": "Hong Kong Dollar", "currency": "HKD", "currencySymbol": "HK$"}, {"country": "Honduras", "market": "HN", "locale": "es-MX", "currencyTitle": "Honduran Lempira", "currency": "HNL", "currencySymbol": "L."}, {"country": "Croatia", "market": "HR", "locale": "en-GB", "currencyTitle": "Croatian Kuna", "currency": "HRK", "currencySymbol": "kn"}, {"country": "Haiti", "market": "HT", "locale": "en-GB", "currencyTitle": "Haitian Gourde", "currency": "HTG", "currencySymbol": "G"}, {"country": "Hungary", "market": "HU", "locale": "hu-HU", "currencyTitle": "Hungarian Forint", "currency": "HUF", "currencySymbol": "Ft"}, {"country": "Indonesia", "market": "ID", "locale": "id-ID", "currencyTitle": "Indonesian Rupiah", "currency": "IDR", "currencySymbol": "Rp"}, {"country": "Ireland", "market": "IE", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Israel", "market": "IL", "locale": "en-US", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "India", "market": "IN", "locale": "en-GB", "currencyTitle": "Indian Rupee", "currency": "INR", "currencySymbol": "\u20b9"}, {"country": "Iraq", "market": "IQ", "locale": "en-GB", "currencyTitle": "Iraqi Dinar", "currency": "IQD", "currencySymbol": "\u062f.\u0639.\u200f"}, {"country": "Iran", "market": "IR", "locale": "en-GB", "currencyTitle": "Iranian Rial", "currency": "IRR", "currencySymbol": "\u0631\u064a\u0627\u0644"}, {"country": "Iceland", "market": "IS", "locale": "en-GB", "currencyTitle": "Icelandic Kr\u00f3na", "currency": "ISK", "currencySymbol": "kr."}, {"country": "Italy", "market": "IT", "locale": "it-IT", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Jamaica", "market": "JM", "locale": "en-GB", "currencyTitle": "Jamaican Dollar", "currency": "JMD", "currencySymbol": "J$"}, {"country": "Jordan", "market": "JO", "locale": "en-GB", "currencyTitle": "Jordanian Dinar", "currency": "JOD", "currencySymbol": "\u062f.\u0627.\u200f"}, {"country": "Japan", "market": "JP", "locale": "ja-JP", "currencyTitle": "Japanese Yen", "currency": "JPY", "currencySymbol": "\u00a5"}, {"country": "Kenya", "market": "KE", "locale": "en-GB", "currencyTitle": "Kenyan Shilling", "currency": "KES", "currencySymbol": "S"}, {"country": "Kyrgyzstan", "market": "KG", "locale": "ru-RU", "currencyTitle": 2, "currency": "KGS", "currencySymbol": "\u0441\u043e\u043c"}, {"country": "Cambodia", "market": "KH", "locale": "en-GB", "currencyTitle": "Cambodian Riel", "currency": "KHR", "currencySymbol": "KHR"}, {"country": "Kiribati", "market": "KI", "locale": "en-GB", "currencyTitle": "Australian Dollar", "currency": "AUD", "currencySymbol": "$"}, {"country": "Comoros", "market": "KM", "locale": "en-GB", "currencyTitle": "Comorian Franc", "currency": "KMF", "currencySymbol": "CF"}, {"country": "Saint Kitts and Nevis", "market": "KN", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Kosovo", "market": "KO", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "North Korea", "market": "KP", "locale": "en-GB", "currencyTitle": "North Korean Won", "currency": "KPW", "currencySymbol": "\u20a9"}, {"country": "South Korea", "market": "KR", "locale": "ko-KR", "currencyTitle": "South Korean Won", "currency": "KRW", "currencySymbol": "\u20a9"}, {"country": "Kuwait", "market": "KW", "locale": "en-GB", "currencyTitle": "Kuwaiti Dinar", "currency": "KWD", "currencySymbol": "\u062f.\u0643.\u200f"}, {"country": "Cayman Islands", "market": "KY", "locale": "en-GB", "currencyTitle": "Cayman Islands Dollar", "currency": "KYD", "currencySymbol": "$"}, {"country": "Kazakhstan", "market": "KZ", "locale": "ru-RU", "currencyTitle": 2, "currency": "KZT", "currencySymbol": "\u0422"}, {"country": "Laos", "market": "LA", "locale": "en-GB", "currencyTitle": "Laotian Kip", "currency": "LAK", "currencySymbol": "\u20ad"}, {"country": "Lebanon", "market": "LB", "locale": "en-GB", "currencyTitle": "Lebanese Pound", "currency": "LBP", "currencySymbol": "\u0644.\u0644.\u200f"}, {"country": "Saint Lucia", "market": "LC", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Liechtenstein", "market": "LI", "locale": "de-DE", "currencyTitle": 2, "currency": "CHF", "currencySymbol": "CHF"}, {"country": "Sri Lanka", "market": "LK", "locale": "en-GB", "currencyTitle": "Sri Lankan Rupee", "currency": "LKR", "currencySymbol": "Rp"}, {"country": "Liberia", "market": "LR", "locale": "en-GB", "currencyTitle": "Liberian Dollar", "currency": "LRD", "currencySymbol": "$"}, {"country": "Lesotho", "market": "LS", "locale": "en-GB", "currencyTitle": "Lesotho Loti", "currency": "LSL", "currencySymbol": "M"}, {"country": "Lithuania", "market": "LT", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Luxembourg", "market": "LU", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Latvia", "market": "LV", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Libya", "market": "LY", "locale": "en-GB", "currencyTitle": "Libyan Dinar", "currency": "LYD", "currencySymbol": "\u062f.\u0644.\u200f"}, {"country": "Morocco", "market": "MA", "locale": "fr-FR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Monaco", "market": "MC", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Moldova", "market": "MD", "locale": "en-GB", "currencyTitle": "Moldovan Leu", "currency": "MDL", "currencySymbol": "lei"}, {"country": "Montenegro", "market": "ME", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Madagascar", "market": "MG", "locale": "en-GB", "currencyTitle": "Malagasy Ariary", "currency": "MGA", "currencySymbol": "Ar"}, {"country": "Marshall Islands", "market": "MH", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "North Macedonia", "market": "MK", "locale": "en-GB", "currencyTitle": "Macedonian Denar", "currency": "MKD", "currencySymbol": "\u0434\u0435\u043d."}, {"country": "Mali", "market": "ML", "locale": "en-GB", "currencyTitle": "West African CFA Franc", "currency": "XOF", "currencySymbol": "F"}, {"country": "Myanmar", "market": "MM", "locale": "en-GB", "currencyTitle": "Myanmar Kyat", "currency": "MMK", "currencySymbol": "K"}, {"country": "Mongolia", "market": "MN", "locale": "en-GB", "currencyTitle": "Mongolian Tugrik", "currency": "MNT", "currencySymbol": "\u20ae"}, {"country": "Macau", "market": "MO", "locale": "zh-TW", "currencyTitle": "Macanese Pataca", "currency": "MOP", "currencySymbol": "MOP$"}, {"country": "Northern Mariana Islands", "market": "MP", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Martinique", "market": "MQ", "locale": "fr-FR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Mauritania", "market": "MR", "locale": "en-GB", "currencyTitle": "Mauritanian Ouguiya", "currency": "MRO", "currencySymbol": "UM"}, {"country": "Montserrat", "market": "MS", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Malta", "market": "MT", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Mauritius", "market": "MU", "locale": "en-GB", "currencyTitle": "Mauritian Rupee", "currency": "MUR", "currencySymbol": "Rs"}, {"country": "Maldives", "market": "MV", "locale": "en-GB", "currencyTitle": "Maldivian Rufiyaa", "currency": "MVR", "currencySymbol": "MVR"}, {"country": "Malawi", "market": "MW", "locale": "en-GB", "currencyTitle": "Malawian Kwacha", "currency": "MWK", "currencySymbol": "MK"}, {"country": "Mexico", "market": "MX", "locale": "es-MX", "currencyTitle": "Mexican Peso", "currency": "MXN", "currencySymbol": "$"}, {"country": "Malaysia", "market": "MY", "locale": "en-GB", "currencyTitle": "Malaysian Ringgit", "currency": "MYR", "currencySymbol": "RM"}, {"country": "Mozambique", "market": "MZ", "locale": "en-GB", "currencyTitle": "Mozambican Metical", "currency": "MZN", "currencySymbol": "MT"}, {"country": "Namibia", "market": "NA", "locale": "en-GB", "currencyTitle": "Namibian Dollar", "currency": "NAD", "currencySymbol": "$"}, {"country": "New Caledonia", "market": "NC", "locale": "en-GB", "currencyTitle": "CFP Franc", "currency": "XPF", "currencySymbol": "F"}, {"country": "Niger", "market": "NE", "locale": "en-GB", "currencyTitle": "West African CFA Franc", "currency": "XOF", "currencySymbol": "F"}, {"country": "Nigeria", "market": "NG", "locale": "en-GB", "currencyTitle": "Nigerian Naira", "currency": "NGN", "currencySymbol": "\u20a6"}, {"country": "Nicaragua", "market": "NI", "locale": "es-MX", "currencyTitle": "Nicaraguan C\u00f3rdoba", "currency": "NIO", "currencySymbol": "C$"}, {"country": "Netherlands", "market": "NL", "locale": "nl-NL", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Norway", "market": "NO", "locale": "nb-NO", "currencyTitle": "Norwegian Krone", "currency": "NOK", "currencySymbol": "kr"}, {"country": "Nepal", "market": "NP", "locale": "en-GB", "currencyTitle": "Nepalese Rupee", "currency": "NPR", "currencySymbol": "\u0930\u0941"}, {"country": "Nauru", "market": "NR", "locale": "en-GB", "currencyTitle": "Australian Dollar", "currency": "AUD", "currencySymbol": "$"}, {"country": "Niue", "market": "NU", "locale": "en-GB", "currencyTitle": "New Zealand Dollar", "currency": "NZD", "currencySymbol": "$"}, {"country": "New Zealand", "market": "NZ", "locale": "en-GB", "currencyTitle": "New Zealand Dollar", "currency": "NZD", "currencySymbol": "$"}, {"country": "Oman", "market": "OM", "locale": "en-GB", "currencyTitle": "Omani Rial", "currency": "OMR", "currencySymbol": "\u0631.\u0639.\u200f"}, {"country": "Panama", "market": "PA", "locale": "es-MX", "currencyTitle": "Panamanian Balboa", "currency": "PAB", "currencySymbol": "B/."}, {"country": "Peru", "market": "PE", "locale": "es-MX", "currencyTitle": 2, "currency": "PEN", "currencySymbol": "S/."}, {"country": "French Polynesia", "market": "PF", "locale": "fr-FR", "currencyTitle": "CFP Franc", "currency": "XPF", "currencySymbol": "F"}, {"country": "Papua New Guinea", "market": "PG", "locale": "en-GB", "currencyTitle": "Papua New Guinean Kina", "currency": "PGK", "currencySymbol": "K"}, {"country": "Philippines", "market": "PH", "locale": "en-GB", "currencyTitle": "Philippine Piso", "currency": "PHP", "currencySymbol": "P"}, {"country": "Pakistan", "market": "PK", "locale": "en-GB", "currencyTitle": "Pakistani Rupee", "currency": "PKR", "currencySymbol": "Rs"}, {"country": "Poland", "market": "PL", "locale": "pl-PL", "currencyTitle": "Polish Zloty", "currency": "PLN", "currencySymbol": "z\u0142"}, {"country": "St. Pierre and Miquelon", "market": "PM", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Puerto Rico", "market": "PR", "locale": "es-MX", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Palestinian Territories", "market": "PS", "locale": "en-US", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Portugal", "market": "PT", "locale": "pt-PT", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Palau", "market": "PW", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Paraguay", "market": "PY", "locale": "es-MX", "currencyTitle": "Paraguayan Guarani", "currency": "PYG", "currencySymbol": "Gs"}, {"country": "Qatar", "market": "QA", "locale": "en-GB", "currencyTitle": "Qatari Rial", "currency": "QAR", "currencySymbol": "\u0631.\u0642.\u200f"}, {"country": "Reunion", "market": "RE", "locale": "fr-FR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Romania", "market": "RO", "locale": "ro-RO", "currencyTitle": "Romanian Leu", "currency": "RON", "currencySymbol": "lei"}, {"country": "Serbia", "market": "RS", "locale": "en-GB", "currencyTitle": "Serbian Dinar", "currency": "RSD", "currencySymbol": "\u0414\u0438\u043d."}, {"country": "Russia", "market": "RU", "locale": "ru-RU", "currencyTitle": "Russian Ruble", "currency": "RUB", "currencySymbol": "\u20bd"}, {"country": "Rwanda", "market": "RW", "locale": "en-GB", "currencyTitle": "Rwandan Franc", "currency": "RWF", "currencySymbol": "RWF"}, {"country": "Saudi Arabia", "market": "SA", "locale": "ar-AE", "currencyTitle": "Saudi Riyal", "currency": "SAR", "currencySymbol": "SAR"}, {"country": "Solomon Islands", "market": "SB", "locale": "en-GB", "currencyTitle": "Solomon Islands Dollar", "currency": "SBD", "currencySymbol": "$"}, {"country": "Seychelles", "market": "SC", "locale": "en-GB", "currencyTitle": "Seychellois Rupee", "currency": "SCR", "currencySymbol": "Rs"}, {"country": "Sudan", "market": "SD", "locale": "en-GB", "currencyTitle": "Sudanese Pound", "currency": "SDG", "currencySymbol": "\u062c.\u0633.\u200f"}, {"country": "Sweden", "market": "SE", "locale": "sv-SE", "currencyTitle": "Swedish Krona", "currency": "SEK", "currencySymbol": "SEK"}, {"country": "Singapore", "market": "SG", "locale": "en-GB", "currencyTitle": "Singapore Dollar", "currency": "SGD", "currencySymbol": "$"}, {"country": "St. Helena", "market": "SH", "locale": "en-GB", "currencyTitle": "St. Helena Pound", "currency": "SHP", "currencySymbol": "\u00a3"}, {"country": "Slovenia", "market": "SI", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Slovakia", "market": "SK", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Sierra Leone", "market": "SL", "locale": "en-GB", "currencyTitle": "Sierra Leonean Leone", "currency": "SLL", "currencySymbol": "Le"}, {"country": "Senegal", "market": "SN", "locale": "fr-FR", "currencyTitle": "West African CFA Franc", "currency": "XOF", "currencySymbol": "F"}, {"country": "Somalia", "market": "SO", "locale": "en-GB", "currencyTitle": "Somali Shilling", "currency": "SOS", "currencySymbol": "S"}, {"country": "Suriname", "market": "SR", "locale": "en-GB", "currencyTitle": "Surinamese Dollar", "currency": "SRD", "currencySymbol": "$"}, {"country": "South Sudan", "market": "SS", "locale": "en-GB", "currencyTitle": "Sudanese Pound", "currency": "SDG", "currencySymbol": "\u062c.\u0633.\u200f"}, {"country": "Sao Tome and Principe", "market": "ST", "locale": "en-GB", "currencyTitle": "S\u00e3o Tom\u00e9 & Pr\u00edncipe Dobra", "currency": "STD", "currencySymbol": "Db"}, {"country": "El Salvador", "market": "SV", "locale": "es-MX", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "St Maarten", "market": "SX", "locale": "en-GB", "currencyTitle": "Netherlands Antillean Guilder", "currency": "ANG", "currencySymbol": "NAf."}, {"country": "Syria", "market": "SY", "locale": "en-GB", "currencyTitle": "Syrian Pound", "currency": "SYP", "currencySymbol": "\u0644.\u0633.\u200f"}, {"country": "Eswatini", "market": "SZ", "locale": "en-GB", "currencyTitle": "Swazi Lilangeni", "currency": "SZL", "currencySymbol": "E"}, {"country": "Turks and Caicos Islands", "market": "TC", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Chad", "market": "TD", "locale": "en-GB", "currencyTitle": "Central African CFA Franc", "currency": "XAF", "currencySymbol": "F"}, {"country": "Togo", "market": "TG", "locale": "en-GB", "currencyTitle": "West African CFA Franc", "currency": "XOF", "currencySymbol": "F"}, {"country": "Thailand", "market": "TH", "locale": "th-TH", "currencyTitle": "Thai Baht", "currency": "THB", "currencySymbol": "\u0e3f"}, {"country": "Tajikistan", "market": "TJ", "locale": "en-GB", "currencyTitle": "Tajikistani Somoni", "currency": "TJS", "currencySymbol": "TJS"}, {"country": "East Timor", "market": "TL", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Turkmenistan", "market": "TM", "locale": "en-GB", "currencyTitle": "Turkmenistani Manat", "currency": "TMT", "currencySymbol": "m"}, {"country": "Tunisia", "market": "TN", "locale": "fr-FR", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Tonga", "market": "TO", "locale": "en-GB", "currencyTitle": "Tongan Pa\u02bbanga", "currency": "TOP", "currencySymbol": "T$"}, {"country": "Turkey", "market": "TR", "locale": "tr-TR", "currencyTitle": "Turkish Lira", "currency": "TRY", "currencySymbol": "TL"}, {"country": "Trinidad and Tobago", "market": "TT", "locale": "en-GB", "currencyTitle": "Trinidad & Tobago Dollar", "currency": "TTD", "currencySymbol": "TT$"}, {"country": "Tuvalu", "market": "TV", "locale": "en-GB", "currencyTitle": "Australian Dollar", "currency": "AUD", "currencySymbol": "$"}, {"country": "Taiwan", "market": "TW", "locale": "zh-TW", "currencyTitle": "New Taiwan Dollar", "currency": "TWD", "currencySymbol": "NT$"}, {"country": "Tanzania", "market": "TZ", "locale": "en-GB", "currencyTitle": "Tanzanian Shilling", "currency": "TZS", "currencySymbol": "TSh"}, {"country": "Ukraine", "market": "UA", "locale": "uk-UA", "currencyTitle": "Ukrainian Hryvnia", "currency": "UAH", "currencySymbol": "\u0433\u0440\u043d."}, {"country": "Uganda", "market": "UG", "locale": "en-GB", "currencyTitle": "Ugandan Shilling", "currency": "UGX", "currencySymbol": "USh"}, {"country": "United Kingdom", "market": "UK", "locale": "en-GB", "currencyTitle": "British Pound", "currency": "GBP", "currencySymbol": "\u00a3"}, {"country": "United States", "market": "US", "locale": "en-US", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Uruguay", "market": "UY", "locale": "es-MX", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Uzbekistan", "market": "UZ", "locale": "en-GB", "currencyTitle": "Uzbekistani Som", "currency": "UZS", "currencySymbol": "\u0441\u045e\u043c"}, {"country": "Vatican City", "market": "VA", "locale": "it-IT", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "Saint Vincent and the Grenadines", "market": "VC", "locale": "en-GB", "currencyTitle": "East Caribbean Dollar", "currency": "XCD", "currencySymbol": "$"}, {"country": "Venezuela", "market": "VE", "locale": "es-MX", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "British Virgin Islands", "market": "VG", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "US Virgin Islands", "market": "VI", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}, {"country": "Vietnam", "market": "VN", "locale": "vi-VN", "currencyTitle": "Vietnamese Dong", "currency": "VND", "currencySymbol": "\u20ab"}, {"country": "Vanuatu", "market": "VU", "locale": "en-GB", "currencyTitle": "Vanuatu Vatu", "currency": "VUV", "currencySymbol": "VT"}, {"country": "Wallis and Futuna Islands", "market": "WF", "locale": "en-GB", "currencyTitle": "CFP Franc", "currency": "XPF", "currencySymbol": "F"}, {"country": "Samoa", "market": "WS", "locale": "en-GB", "currencyTitle": "Samoan Tala", "currency": "WST", "currencySymbol": "WS$"}, {"country": "Yemen", "market": "YE", "locale": "en-GB", "currencyTitle": "Yemeni Rial", "currency": "YER", "currencySymbol": "\u0631.\u064a.\u200f"}, {"country": "Mayotte", "market": "YT", "locale": "en-GB", "currencyTitle": "Euro", "currency": "EUR", "currencySymbol": "\u20ac"}, {"country": "South Africa", "market": "ZA", "locale": "en-GB", "currencyTitle": "South African Rand", "currency": "ZAR", "currencySymbol": "R"}, {"country": "Zambia", "market": "ZM", "locale": "en-GB", "currencyTitle": "Zambian Kwacha", "currency": "ZMW", "currencySymbol": "ZK"}, {"country": "Zimbabwe", "market": "ZW", "locale": "en-GB", "currencyTitle": "US Dollar", "currency": "USD", "currencySymbol": "$"}]}
{"$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": {"country": {"type": "string"}, "market": {"type": "string"}, "locale": {"type": "string"}, "currencyTitle": {"type": ["integer", "string"]}, "currency": {"type": "string"}, "currencySymbol": {"type": "string"}}, "required": ["country", "currency", "currencySymbol", "currencyTitle", "locale", "market"]}}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/fba10218-281e-4603-ae05-11ff701192e6/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
Test API
To check if server is up and running
200
Response
{"status": true, "message": "Server is up and running"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["message", "status"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/30d02385-302d-485b-93f0-937717863658/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
Location to Lat Long
Get location/address latitude and longitude
200
Response
{"status": true, "message": "Success", "timestamp": 1699608424538, "data": [{"business_status": "OPERATIONAL", "formatted_address": "Carr A Sauceda de la Borda 307, 98612 Guadalupe, Zac., Mexico", "geometry": {"location": {"lat": 22.7685926, "lng": -102.5001838}, "viewport": {"northeast": {"lat": 22.76996647989272, "lng": -102.4989068201073}, "southwest": {"lat": 22.76726682010728, "lng": -102.5016064798927}}}, "name": "New Normal", "opening_hours": {"open_now": false}, "place_id": "ChIJEUw3dWtJgoYRAAlfhravh40", "plus_code": {"compound_code": "QF9X+CW Guadalupe, Zacatecas", "global_code": "75JVQF9X+CW"}, "rating": 0, "reference": "ChIJEUw3dWtJgoYRAAlfhravh40", "types": ["clothing_store", "point_of_interest", "store", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "Zona A, Lomas de la Soledad, 98040 Zacatecas, Mexico", "geometry": {"location": {"lat": 22.7709249, "lng": -102.5832539}, "viewport": {"northeast": {"lat": 22.77229717989272, "lng": -102.5818990201073}, "southwest": {"lat": 22.76959752010728, "lng": -102.5845986798927}}}, "name": "New era", "place_id": "ChIJkwZbk7pPgoYRIRDoFhE1-zo", "plus_code": {"compound_code": "QCC8+9M Zacatecas", "global_code": "75JVQCC8+9M"}, "rating": 0, "reference": "ChIJkwZbk7pPgoYRIRDoFhE1-zo", "types": ["store", "point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "98440 Zacatecas, Mexico", "geometry": {"location": {"lat": 23.634501, "lng": -102.552784}, "viewport": {"northeast": {"lat": 23.63585082989272, "lng": -102.5514341701073}, "southwest": {"lat": 23.63315117010728, "lng": -102.5541338298927}}}, "name": "New Triakstan", "place_id": "ChIJ5a1Szt13hIYRlSWiCFzuwrA", "plus_code": {"compound_code": "JCMW+RV Mezquitillo, Zacatecas", "global_code": "75MVJCMW+RV"}, "rating": 0, "reference": "ChIJ5a1Szt13hIYRlSWiCFzuwrA", "types": ["point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "CLOSED_TEMPORARILY", "formatted_address": "HIGHLAND FRACTIONATION, Blvd. Luis Donaldo Colosio ESQ, 98440 Ciudad de M\u00e9xico, Zac., Mexico", "geometry": {"location": {"lat": 23.634501, "lng": -102.552784}, "viewport": {"northeast": {"lat": 23.63585082989272, "lng": -102.5514341701073}, "southwest": {"lat": 23.63315117010728, "lng": -102.5541338298927}}}, "name": "Altozano New Hermosillo", "permanently_closed": true, "place_id": "ChIJcVh62CF2hIYRzqnD9cbNW8E", "rating": 0, "reference": "ChIJcVh62CF2hIYRzqnD9cbNW8E", "types": ["point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "Av. Hidalgo 119, Zacatecas Centro, 98000 Zacatecas, Zac., Mexico", "geometry": {"location": {"lat": 22.7726082, "lng": -102.5744713}, "viewport": {"northeast": {"lat": 22.77394202989272, "lng": -102.5730745701073}, "southwest": {"lat": 22.77124237010728, "lng": -102.5757742298927}}}, "name": "NEW AGE", "place_id": "ChIJm2eR7fVPgoYR027f_g9jVrk", "plus_code": {"compound_code": "QCFG+26 Zacatecas", "global_code": "75JVQCFG+26"}, "rating": 2.8, "reference": "ChIJm2eR7fVPgoYR027f_g9jVrk", "types": ["point_of_interest", "store", "establishment"], "user_ratings_total": 4}, {"business_status": "OPERATIONAL", "formatted_address": "98400, Allende 27, Centro, R\u00edo Grande, Zac., Mexico", "geometry": {"location": {"lat": 23.8264349, "lng": -103.0336197}, "viewport": {"northeast": {"lat": 23.82776827989272, "lng": -103.0321922701073}, "southwest": {"lat": 23.82506862010727, "lng": -103.0348919298927}}}, "name": "Tienda De Ropa NEW STYLE", "opening_hours": {"open_now": false}, "photos": [{"height": 404, "html_attributions": ["<a href=\"https://maps.google.com/maps/contrib/114502873580392395035\">A Google User</a>"], "photo_reference": "AcJnMuGqR825qb-CYJMcTshckazuxc8FKKhMxNgu09xcUZvPHX9kr0jrD7hl4i3bxl9XHF4hyeE5h8NVH5TyPCX54f2lBre6krdpNolz4IhUlg9x5VbxXr8Sc6z6tfMa0rn_IecdCmVC0_8rjmLDQOU7EM6YyLQCKRxpBAN13cSk4GQTDicZ", "width": 404}], "place_id": "ChIJtVTh76qRhIYRWMVtnAymoYA", "plus_code": {"compound_code": "RXG8+HH R\u00edo Grande, Zacatecas", "global_code": "75MRRXG8+HH"}, "rating": 0, "reference": "ChIJtVTh76qRhIYRWMVtnAymoYA", "types": ["clothing_store", "point_of_interest", "store", "establishment"], "user_ratings_total": 0}, {"business_status": "CLOSED_TEMPORARILY", "formatted_address": "Miguel Hidalgo 2, Dulce Grande, 78660 Dulce Grande, S.L.P., Mexico", "geometry": {"location": {"lat": 23.0034511, "lng": -102.1733862}, "viewport": {"northeast": {"lat": 23.00482262989272, "lng": -102.1720483701073}, "southwest": {"lat": 23.00212297010728, "lng": -102.1747480298927}}}, "name": "New bar xD jose's", "permanently_closed": true, "place_id": "ChIJ4bRkXQXTg4YRMmw1CyAmkL0", "plus_code": {"compound_code": "2R3G+9J Dulce Grande, San Luis Potosi", "global_code": "75MV2R3G+9J"}, "rating": 0, "reference": "ChIJ4bRkXQXTg4YRMmw1CyAmkL0", "types": ["bar", "point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "C. 5 de Mayo, Centro, 98600 Guadalupe, Zac., Mexico", "geometry": {"location": {"lat": 22.7522316, "lng": -102.5140701}, "viewport": {"northeast": {"lat": 22.75359802989272, "lng": -102.5127126201073}, "southwest": {"lat": 22.75089837010728, "lng": -102.5154122798927}}}, "name": "CELULARES A CREDITO (NEW CELL)", "opening_hours": {"open_now": false}, "photos": [{"height": 3000, "html_attributions": ["<a href=\"https://maps.google.com/maps/contrib/104293931183995890060\">A Google User</a>"], "photo_reference": "AcJnMuFLCvxvUlWMwWrgIEQrEJqFrtVcl5DoAIhOpZE73OA55gSrprPYTT2MMX1NKYYvRHP6hnO1043PN71xN-AMYKSLIY1ZEJ_e-qy3qoLnZjIkDqNqxTnwMgblKhxJivaYvZSeMo5DyWjlm5R_Jcpne_OUdqV4MP9_iaN2lxKk-59UOvz5", "width": 4000}], "place_id": "ChIJ5-I8nkBJgoYRsMeCQYghE0U", "plus_code": {"compound_code": "QF2P+V9 Guadalupe, Zacatecas", "global_code": "75JVQF2P+V9"}, "rating": 5, "reference": "ChIJ5-I8nkBJgoYRsMeCQYghE0U", "types": ["point_of_interest", "store", "establishment"], "user_ratings_total": 1}, {"business_status": "OPERATIONAL", "formatted_address": "C. Primero de Enero 40, Ampliacion las Minas, 98615 Mexico, Zac., Mexico", "geometry": {"location": {"lat": 22.7650065, "lng": -102.5167749}, "viewport": {"northeast": {"lat": 22.76637812989273, "lng": -102.5154523701073}, "southwest": {"lat": 22.76367847010728, "lng": -102.5181520298927}}}, "name": "GAMERS NEW", "place_id": "ChIJH0h2xhdJgoYRXTt_l7B-hhY", "plus_code": {"compound_code": "QF8M+27 Ampliacion las Minas, Guadalupe, Zacatecas", "global_code": "75JVQF8M+27"}, "rating": 0, "reference": "ChIJH0h2xhdJgoYRXTt_l7B-hhY", "types": ["point_of_interest", "store", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "C. Benito Ju\u00e1rez Garc\u00eda #214, Centro, 78700 Matehuala, S.L.P., Mexico", "geometry": {"location": {"lat": 23.6497812, "lng": -100.6448039}, "viewport": {"northeast": {"lat": 23.65113367989272, "lng": -100.6434337701073}, "southwest": {"lat": 23.64843402010728, "lng": -100.6461334298927}}}, "name": "Ropa de Moda \"New York\"", "opening_hours": {"open_now": true}, "photos": [{"height": 4000, "html_attributions": ["<a href=\"https://maps.google.com/maps/contrib/105777773325321392414\">A Google User</a>"], "photo_reference": "AcJnMuFFO8pAfAKZg8ekqeTm4gCuRT9CqeUNh_RvHkWvlsh4CvgVnvMPHZZjvSO0ubtkbwnYTV2EARu6qrvpWCqUpcxGkKkjVGl2g3sHBzVdVbtUm-InHLEzH0xoDPBjNX0HM2YEQbx1WxIzoKt1U16dTFcrxkJqvkXI7u0gFeQxIXZU1PIQ", "width": 3000}], "place_id": "ChIJq8iATi6pgIYRirJTJF0FmYs", "plus_code": {"compound_code": "J9X4+W3 Matehuala, San Luis Potosi", "global_code": "75MXJ9X4+W3"}, "rating": 5, "reference": "ChIJq8iATi6pgIYRirJTJF0FmYs", "types": ["clothing_store", "point_of_interest", "store", "establishment"], "user_ratings_total": 1}, {"business_status": "OPERATIONAL", "formatted_address": "Carr. Panamericana 117, Plan de Ayala, 99014, Plan de Ayala, 99014 Fresnillo, Zac., Mexico", "geometry": {"location": {"lat": 23.2024243, "lng": -102.8915904}, "viewport": {"northeast": {"lat": 23.20370697989272, "lng": -102.8903579701073}, "southwest": {"lat": 23.20100732010728, "lng": -102.8930576298927}}}, "name": "Tractores New Holland", "photos": [{"height": 1280, "html_attributions": ["<a href=\"https://maps.google.com/maps/contrib/116728869940205883259\">A Google User</a>"], "photo_reference": "AcJnMuEkqOQ2kaZ0l89OitFuf2lV9d4LpGnW6C3yzCEYzvrPqCKgl8O7vKJJXlS0gZaR2boUB8SJit24S0RobVEFe-Ts5ChJ9PHICEsve2mqGV2Qi-gF86utHZOK7NUZ_R1d3aZB8vrjRQQNeaNMHfDC6IXH_tQ3_M6-0tx5ZEoF5UIHkulb", "width": 960}], "place_id": "ChIJ-xoJK2cLg4YRN12i5vo5v6o", "plus_code": {"compound_code": "6425+X9 Fresnillo, Zacatecas", "global_code": "75MV6425+X9"}, "rating": 4.1, "reference": "ChIJ-xoJK2cLg4YRN12i5vo5v6o", "types": ["food", "point_of_interest", "store", "establishment"], "user_ratings_total": 15}, {"business_status": "OPERATIONAL", "formatted_address": "A Torre\u00f3n 61.5, Ignacio Allende, 98400 R\u00edo Grande, Zac., Mexico", "geometry": {"location": {"lat": 23.830047, "lng": -103.0463672}, "viewport": {"northeast": {"lat": 23.83148177989272, "lng": -103.0449783201073}, "southwest": {"lat": 23.82878212010728, "lng": -103.0476779798927}}}, "name": "New Holland", "opening_hours": {"open_now": false}, "place_id": "ChIJpa6BugSRhIYRjx0sXHO9OVE", "plus_code": {"compound_code": "RXJ3+2F R\u00edo Grande, Zacatecas", "global_code": "75MRRXJ3+2F"}, "rating": 4, "reference": "ChIJpa6BugSRhIYRjx0sXHO9OVE", "types": ["point_of_interest", "establishment"], "user_ratings_total": 4}, {"business_status": "OPERATIONAL", "formatted_address": "Primavera 2 - A, Ca\u00f1ada del Sol, 98619 Guadalupe, Zac., Mexico", "geometry": {"location": {"lat": 22.7674961, "lng": -102.5357584}, "viewport": {"northeast": {"lat": 22.76883037989272, "lng": -102.5344116701073}, "southwest": {"lat": 22.76613072010727, "lng": -102.5371113298927}}}, "name": "OFICINAS ADMINISTRATIVAS NEW MONT", "place_id": "ChIJHWzS0MJPgoYR54DzBpYEgfg", "plus_code": {"compound_code": "QF87+XM Guadalupe, Zacatecas", "global_code": "75JVQF87+XM"}, "rating": 0, "reference": "ChIJHWzS0MJPgoYR54DzBpYEgfg", "types": ["point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "CLOSED_TEMPORARILY", "formatted_address": "Calz. Revoluci\u00f3n Mexicana 284, Las Fuentes, 98615 Guadalupe, Zac., Mexico", "geometry": {"location": {"lat": 22.7525997, "lng": -102.5006718}, "viewport": {"northeast": {"lat": 22.75389742989272, "lng": -102.4993514201073}, "southwest": {"lat": 22.75119777010728, "lng": -102.5020510798927}}}, "name": "New Holland", "permanently_closed": true, "place_id": "ChIJo1343RtJgoYRZqXWzCGRmao", "plus_code": {"compound_code": "QF3X+2P Guadalupe, Zacatecas", "global_code": "75JVQF3X+2P"}, "rating": 0, "reference": "ChIJo1343RtJgoYRZqXWzCGRmao", "types": ["point_of_interest", "store", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "La Escondida, Lazaro Cardenas, 98160 Zacatecas, Zac., Mexico", "geometry": {"location": {"lat": 22.774949, "lng": -102.607419}, "viewport": {"northeast": {"lat": 22.77629662989273, "lng": -102.6060340701073}, "southwest": {"lat": 22.77359697010728, "lng": -102.6087337298927}}}, "name": "NEW AGE RENTA DE AUTOS", "opening_hours": {"open_now": false}, "place_id": "ChIJ6Qd67ntOgoYRzNmKJS3CKAo", "plus_code": {"compound_code": "Q9FV+X2 Zacatecas", "global_code": "75JVQ9FV+X2"}, "rating": 5, "reference": "ChIJ6Qd67ntOgoYRzNmKJS3CKAo", "types": ["car_rental", "point_of_interest", "establishment"], "user_ratings_total": 3}, {"business_status": "OPERATIONAL", "formatted_address": "98969 Zacatecas, Mexico", "geometry": {"location": {"lat": 22.249396, "lng": -101.3664387}, "viewport": {"northeast": {"lat": 22.25094842989272, "lng": -101.3656162701073}, "southwest": {"lat": 22.24824877010728, "lng": -101.3683159298927}}}, "name": "The New Atarjeas City", "place_id": "ChIJ90WNpvbVgYYRwGNRsfpmHSo", "plus_code": {"compound_code": "6JXM+QC Atarjeas, Zacatecas", "global_code": "75JW6JXM+QC"}, "rating": 0, "reference": "ChIJ90WNpvbVgYYRwGNRsfpmHSo", "types": ["lodging", "point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "Centenario 10, interino 3, 46200 Colotl\u00e1n, Jal., Mexico", "geometry": {"location": {"lat": 22.1179448, "lng": -103.262129}, "viewport": {"northeast": {"lat": 22.11929082989272, "lng": -103.2607397701073}, "southwest": {"lat": 22.11659117010728, "lng": -103.2634394298927}}}, "name": "Re-New Colotl\u00e1n", "opening_hours": {"open_now": false}, "place_id": "ChIJ4YPLsryhgoYRbiQXoDbqU7c", "plus_code": {"compound_code": "4P9Q+54 Colotl\u00e1n, Jalisco", "global_code": "75JR4P9Q+54"}, "rating": 0, "reference": "ChIJ4YPLsryhgoYRbiQXoDbqU7c", "types": ["point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "OPERATIONAL", "formatted_address": "Calle, Anacleto L\u00f3pez # 8, \u00c1lamos, 99390 Jerez de Garc\u00eda Salinas, Zac., Mexico", "geometry": {"location": {"lat": 22.6385347, "lng": -102.9934959}, "viewport": {"northeast": {"lat": 22.63984242989272, "lng": -102.9921703701073}, "southwest": {"lat": 22.63714277010727, "lng": -102.9948700298927}}}, "name": "CYBER NEW", "opening_hours": {"open_now": false}, "place_id": "ChIJDXQiVRzwgoYRrPO7TgDU-Ug", "plus_code": {"compound_code": "J2Q4+CJ Jerez de Garc\u00eda Salinas, Zacatecas", "global_code": "75JVJ2Q4+CJ"}, "rating": 4.6, "reference": "ChIJDXQiVRzwgoYRrPO7TgDU-Ug", "types": ["point_of_interest", "establishment"], "user_ratings_total": 8}, {"business_status": "OPERATIONAL", "formatted_address": "C. 5 de Mayo 51, Centro, 98600 Guadalupe, Zac., Mexico", "geometry": {"location": {"lat": 22.7535727, "lng": -102.5185503}, "viewport": {"northeast": {"lat": 22.75491757989273, "lng": -102.5172003701073}, "southwest": {"lat": 22.75221792010728, "lng": -102.5199000298927}}}, "name": "ESTILISTA PROFESIONAL New Style", "place_id": "ChIJlUTE_VxcBxQRQa7bRMxZWCY", "plus_code": {"compound_code": "QF3J+CH Guadalupe, Zacatecas", "global_code": "75JVQF3J+CH"}, "rating": 0, "reference": "ChIJlUTE_VxcBxQRQa7bRMxZWCY", "types": ["beauty_salon", "point_of_interest", "establishment"], "user_ratings_total": 0}, {"business_status": "CLOSED_TEMPORARILY", "formatted_address": "Unnamed Road, Coah., Mexico", "geometry": {"location": {"lat": 25.1992777, "lng": -101.0888231}, "viewport": {"northeast": {"lat": 25.20068062989272, "lng": -101.0874596201073}, "southwest": {"lat": 25.19798097010728, "lng": -101.0901592798927}}}, "name": "Rancho New Water", "permanently_closed": true, "place_id": "ChIJQVabkhjZh4YRzCqtuyYdyBU", "plus_code": {"compound_code": "5WX6+MF Baldemar Lopez Tovar, Coahuila", "global_code": "75QW5WX6+MF"}, "rating": 0, "reference": "ChIJQVabkhjZh4YRzCqtuyYdyBU", "types": ["point_of_interest", "establishment"], "user_ratings_total": 0}]}
{"$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": {"business_status": {"type": "string"}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "name": {"type": "string"}, "opening_hours": {"type": "object", "properties": {"open_now": {"type": "boolean"}}, "required": ["open_now"]}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "rating": {"type": "number"}, "reference": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "user_ratings_total": {"type": "integer"}, "permanently_closed": {"type": "boolean"}, "photos": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "html_attributions": {"type": "array", "items": {"type": "string"}}, "photo_reference": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "html_attributions", "photo_reference", "width"]}}}, "required": ["business_status", "formatted_address", "geometry", "name", "place_id", "rating", "reference", "types", "user_ratings_total"]}}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/eae68603-73bd-4940-b63d-d92996b98972/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getNearbyMap
-
200
Response
{"status": true, "timestamp": 1699211733178, "data": {"transportations": [{"id": "95673320", "type": "Airport", "coordinate": {"longitude": 72.851667, "latitude": 19.088056}, "name": "Mumbai", "linearDistance": 19560, "distanceFromHotel": "19.56 km from hotel"}, {"id": "215455631", "type": "BusStation", "coordinate": {"longitude": 72.8735198, "latitude": 19.2592733}, "name": "Dahisar Bus Station", "linearDistance": 362, "distanceFromHotel": "0.36 km from hotel"}, {"id": "214853491", "type": "BusStation", "coordinate": {"longitude": 72.8717564, "latitude": 19.2586529}, "name": "Dahisar Toll Naka", "linearDistance": 490, "distanceFromHotel": "0.49 km from hotel"}, {"id": "210916995", "type": "TrainStation", "coordinate": {"longitude": 72.854065, "latitude": 19.23143}, "name": "Borivali Railway Station", "linearDistance": 4045, "distanceFromHotel": "4.04 km from hotel"}, {"id": "210889811", "type": "TrainStation", "coordinate": {"longitude": 72.846316, "latitude": 19.166559}, "name": "Goregaon Railway Station", "linearDistance": 11069, "distanceFromHotel": "11.07 km from hotel"}, {"id": "205755178", "type": "MetroStation", "coordinate": {"longitude": 72.8377778, "latitude": 19.1269444}, "name": "Azad Nagar station", "linearDistance": 15563, "distanceFromHotel": "15.56 km from hotel"}, {"id": "205755200", "type": "MetroStation", "coordinate": {"longitude": 72.8302778, "latitude": 19.1283333}, "name": "D.N. Nagar station", "linearDistance": 15627, "distanceFromHotel": "15.63 km from hotel"}], "poiInfo": [{"entityId": "211157541", "poiName": "Sardar Vallabhbhai Patel Vidyalaya and Jr. College", "poiType": "School", "linearDistance": 1681, "coordinate": {"latitude": 19.249828338623047, "longitude": 72.8652114868164}, "score": 10021, "poiTypeCategory": "Education", "poiTypeLocale": "School", "poiTypeCategoryLocale": "Education", "distanceFromHotel": "1.68 km from hotel"}, {"entityId": "207178311", "poiName": "Narayan Electrical & Electronics", "poiType": "TouristAttraction", "linearDistance": 1951, "coordinate": {"latitude": 19.245222, "longitude": 72.870299}, "score": 5017, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.95 km from hotel"}, {"entityId": "214083514", "poiName": "Manraj Giat Market", "poiType": "ShoppingMall", "linearDistance": 336, "coordinate": {"latitude": 19.259958, "longitude": 72.87228}, "score": 44, "poiTypeCategory": "Shopping", "poiTypeLocale": "Entertainment", "poiTypeCategoryLocale": "Shopping", "distanceFromHotel": "0.34 km from hotel"}, {"entityId": "215152166", "poiName": "Louis Philippe", "poiType": "ShoppingMall", "linearDistance": 361, "coordinate": {"latitude": 19.2657457, "longitude": 72.8738171}, "score": 43, "poiTypeCategory": "Shopping", "poiTypeLocale": "Entertainment", "poiTypeCategoryLocale": "Shopping", "distanceFromHotel": "0.36 km from hotel"}, {"entityId": "215978505", "poiName": "ISRAA CONVENT SCHOOL", "poiType": "School", "linearDistance": 635, "coordinate": {"latitude": 19.2670595, "longitude": 72.8777046}, "score": 39, "poiTypeCategory": "Education", "poiTypeLocale": "School", "poiTypeCategoryLocale": "Education", "distanceFromHotel": "0.64 km from hotel"}, {"entityId": "215160397", "poiName": "Gulab Pan Bedi Shop", "poiType": "ShoppingMall", "linearDistance": 675, "coordinate": {"latitude": 19.2564685, "longitude": 72.8751594}, "score": 38, "poiTypeCategory": "Shopping", "poiTypeLocale": "Entertainment", "poiTypeCategoryLocale": "Shopping", "distanceFromHotel": "0.68 km from hotel"}, {"entityId": "215181666", "poiName": "Penkarpada Datta Mandir", "poiType": "TouristAttraction", "linearDistance": 719, "coordinate": {"latitude": 19.2683917, "longitude": 72.871201}, "score": 38, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "0.72 km from hotel"}, {"entityId": "211947041", "poiName": "INOX: Thakur Mall, Dahisar", "poiType": "LeisureCenterBuilding", "linearDistance": 711, "coordinate": {"latitude": 19.256701, "longitude": 72.871101}, "score": 38, "poiTypeCategory": "Entertainment", "poiTypeLocale": "Entertainment", "poiTypeCategoryLocale": "Entertainment", "distanceFromHotel": "0.71 km from hotel"}, {"entityId": "207324191", "poiName": "Shri Dharmachakra Prabhav Tirth", "poiType": "TouristAttraction", "linearDistance": 819, "coordinate": {"latitude": 19.2554206848145, "longitude": 72.871711730957}, "imageUrls": ["https://d2xf5gjipzd8cd.cloudfront.net/POI/207324191/1995968/1995968_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207324191/1995960/1995960_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207324191/1995961/1995961_WxH.jpg"], "score": 36, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "0.82 km from hotel"}, {"entityId": "214881258", "poiName": "Shanti Dham Park", "poiType": "TouristAttraction", "linearDistance": 1012, "coordinate": {"latitude": 19.2716196, "longitude": 72.8736204}, "score": 33, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.01 km from hotel"}, {"entityId": "215216320", "poiName": "Sports Ground", "poiType": "LeisureCenterBuilding", "linearDistance": 1259, "coordinate": {"latitude": 19.2737505, "longitude": 72.8757185}, "score": 29, "poiTypeCategory": "Entertainment", "poiTypeLocale": "Entertainment", "poiTypeCategoryLocale": "Entertainment", "distanceFromHotel": "1.26 km from hotel"}, {"entityId": "207477368", "poiName": "Madhuram Hall", "poiType": "TouristAttraction", "linearDistance": 1369, "coordinate": {"latitude": 19.26071, "longitude": 72.86116}, "score": 27, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.37 km from hotel"}, {"entityId": "215324907", "poiName": "Amar Jawan Memorial", "poiType": "TouristAttraction", "linearDistance": 1326, "coordinate": {"latitude": 19.2735231, "longitude": 72.8691406}, "score": 27, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.33 km from hotel"}, {"entityId": "207556095", "poiName": "Mumbai G.P.O", "reviewScore": 3.5, "reviewCount": 2, "poiType": "TouristAttraction", "linearDistance": 1422, "coordinate": {"latitude": 19.25468, "longitude": 72.86331}, "imageUrls": ["https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452679/2452679_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452727/2452727_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452782/2452782_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452688/2452688_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452703/2452703_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452737/2452737_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452685/2452685_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452687/2452687_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452674/2452674_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207556095/2452725/2452725_WxH.jpg"], "score": 26, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.42 km from hotel", "formatReviewScore": "3.5"}, {"entityId": "214263518", "poiName": "F-wing Gayatri Dham It's B", "poiType": "TouristAttraction", "linearDistance": 1485, "coordinate": {"latitude": 19.2754491, "longitude": 72.877703}, "score": 25, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.49 km from hotel"}, {"entityId": "215318483", "poiName": "H-wing Silver It's Crown j", "poiType": "TouristAttraction", "linearDistance": 1486, "coordinate": {"latitude": 19.275458, "longitude": 72.8777067}, "score": 25, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.49 km from hotel"}, {"entityId": "215439928", "poiName": "KITE School", "poiType": "School", "linearDistance": 1526, "coordinate": {"latitude": 19.2720734, "longitude": 72.863618}, "score": 24, "poiTypeCategory": "Education", "poiTypeLocale": "School", "poiTypeCategoryLocale": "Education", "distanceFromHotel": "1.53 km from hotel"}, {"entityId": "207568968", "poiName": "ISKCON Mira Road", "address": "Mira Road | Hare Krishna Dham, Shristi, Sector 1, Near Royal Collage, Thane 401105, India", "poiType": "TouristAttraction", "linearDistance": 1554, "coordinate": {"latitude": 19.27459, "longitude": 72.881554}, "imageUrls": ["https://d2xf5gjipzd8cd.cloudfront.net/POI/207568968/2478588/2478588_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/207568968/2478592/2478592_WxH.jpg"], "score": 24, "poiTypeCategory": "Landmark", "poiTypeLocale": "Attractions", "poiTypeCategoryLocale": "Landmark", "distanceFromHotel": "1.55 km from hotel"}, {"entityId": "214472311", "poiName": "Shree Vishwakarma High School", "poiType": "School", "linearDistance": 1609, "coordinate": {"latitude": 19.248843, "longitude": 72.868766}, "score": 23, "poiTypeCategory": "Education", "poiTypeLocale": "School", "poiTypeCategoryLocale": "Education", "distanceFromHotel": "1.61 km from hotel"}, {"entityId": "211876659", "poiName": "Heaven on Earth -spa express- at T2", "poiType": "LeisureCenterBuilding", "linearDistance": 1670, "coordinate": {"latitude": 19.2571907043457, "longitude": 72.8591766357422}, "imageUrls": ["https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793370/2793370_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793363/2793363_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793191/2793191_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793282/2793282_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793359/2793359_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793467/2793467_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793243/2793243_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793283/2793283_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793353/2793353_WxH.jpg", "https://d2xf5gjipzd8cd.cloudfront.net/POI/211876659/2793360/2793360_WxH.jpg"], "score": 22, "poiTypeCategory": "Entertainment", "poiTypeLocale": "Entertainment", "poiTypeCategoryLocale": "Entertainment", "distanceFromHotel": "1.67 km from hotel"}], "nearestTransportation": {"nearestOne": {"id": "215455631", "type": "BusStation", "coordinate": {"longitude": 72.8735198, "latitude": 19.2592733}, "name": "Dahisar Bus Station", "linearDistance": 362, "distanceFromHotel": "0.36 km from hotel"}, "description": "0.36 km from Dahisar Bus Station"}, "attractionsSummary": "20 Attractions within 1.95 km"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"transportations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "coordinate": {"type": "object", "properties": {"longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "name": {"type": "string"}, "linearDistance": {"type": "integer"}, "distanceFromHotel": {"type": "string"}}, "required": ["coordinate", "distanceFromHotel", "id", "linearDistance", "name", "type"]}}, "poiInfo": {"type": "array", "items": {"type": "object", "properties": {"entityId": {"type": "string"}, "poiName": {"type": "string"}, "poiType": {"type": "string"}, "linearDistance": {"type": "integer"}, "coordinate": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "score": {"type": "integer"}, "poiTypeCategory": {"type": "string"}, "poiTypeLocale": {"type": "string"}, "poiTypeCategoryLocale": {"type": "string"}, "distanceFromHotel": {"type": "string"}, "imageUrls": {"type": "array", "items": {"type": "string"}}, "reviewScore": {"type": "number"}, "reviewCount": {"type": "integer"}, "formatReviewScore": {"type": "string"}, "address": {"type": "string"}}, "required": ["coordinate", "distanceFromHotel", "entityId", "linearDistance", "poiName", "poiType", "poiTypeCategory", "poiTypeCategoryLocale", "poiTypeLocale", "score"]}}, "nearestTransportation": {"type": "object", "properties": {"nearestOne": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "coordinate": {"type": "object", "properties": {"longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "name": {"type": "string"}, "linearDistance": {"type": "integer"}, "distanceFromHotel": {"type": "string"}}, "required": ["coordinate", "distanceFromHotel", "id", "linearDistance", "name", "type"]}, "description": {"type": "string"}}, "required": ["description", "nearestOne"]}, "attractionsSummary": {"type": "string"}}, "required": ["attractionsSummary", "nearestTransportation", "poiInfo", "transportations"]}}, "required": ["data", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/a05c90bb-3e14-4041-b910-d8008ec31091/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getLocationByCoordinates
-
200
Response
{"status": true, "timestamp": 1699211261631, "data": {"district": {"id": "216271193", "name": "Dahisar"}, "city": {"id": null, "name": null}, "lat_lon": "19.2624847,72.874057"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"district": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "city": {"type": "object", "properties": {"id": {"type": "null"}, "name": {"type": "null"}}, "required": ["id", "name"]}, "lat_lon": {"type": "string"}}, "required": ["city", "district", "lat_lon"]}}, "required": ["data", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/e3a1c11c-8de6-4ec7-857c-ecc1077f3dad/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
searchHotelOrDestination
-
200
Response
{"status": true, "timestamp": 1699211234893, "data": [{"hierarchy": "Eforie Sud|Constan\u021ba County|Romania", "location": "44.019958, 28.645029", "score": 1.0308807050275341, "entityName": "Karol", "entityId": "129235093", "entityType": "hotel", "suggestItem": "{strong}Karol{/strong}, Eforie Sud, Constan\u021ba County, Romania", "class": "Hotel", "pois": null}, {"hierarchy": "Delhi|India", "location": "28.645455, 77.183712", "score": 0.8650031140168924, "entityName": "TG Rooms Karol Bagh Karol Bagh", "entityId": "213307050", "entityType": "hotel", "suggestItem": "TG Rooms {strong}Karol{/strong} Bagh Karol Bagh, Delhi, India", "class": "Hotel", "pois": null}, {"hierarchy": "Faro District|Portugal", "location": "37.006214249166625, -7.907563767849678", "score": 0.7967605242093299, "entityName": "Faro", "entityId": "27541630", "entityType": "city", "suggestItem": "F{strong}aro{/strong}, F{strong}aro{/strong} District, Portugal", "class": "City", "pois": null}, {"hierarchy": "New Delhi|Delhi|India", "location": "28.647238, 77.1875879", "score": 0.7128356143833744, "entityName": "Gold inn Karol Bagh", "entityId": "190606479", "entityType": "hotel", "suggestItem": "Gold inn {strong}Karol{/strong} Bagh, New Delhi, Delhi, India", "class": "Hotel", "pois": null}, {"hierarchy": "East Macedonia and Thrace|Greece", "location": "40.96474, 24.356668", "score": 0.6622838507479258, "entityName": "karol.gr", "entityId": "210724850", "entityType": "shopping centre", "suggestItem": "{strong}karol{/strong}.gr, East Macedonia and Thrace, Greece", "class": "ShoppingMall", "pois": null}, {"hierarchy": "Portimao|Faro District|Portugal", "location": "37.12212, -8.5389", "score": 0.6443060123089174, "entityName": "Karol Vaz 3", "entityId": "213864717", "entityType": "hotel", "suggestItem": "{strong}Karol{/strong} Vaz 3, Portimao, F{strong}aro{/strong} District, Portugal", "class": "Hotel", "pois": null}, {"hierarchy": "Portimao|Faro District|Portugal", "location": "37.12135, -8.538", "score": 0.6408969352401847, "entityName": "Karol Vaz", "entityId": "213179647", "entityType": "hotel", "suggestItem": "{strong}Karol{/strong} Vaz, Portimao, F{strong}aro{/strong} District, Portugal", "class": "Hotel", "pois": null}, {"hierarchy": "Maria Alm am Steinernen Meer|Salzburg|Austria", "location": "47.402507, 12.904193", "score": 0.6408969352401847, "entityName": "Karola", "entityId": "213135752", "entityType": "hotel", "suggestItem": "{strong}Karol{/strong}a, Maria Alm am Steinernen Meer, Salzburg, Austria", "class": "Hotel", "pois": null}, {"hierarchy": "Delhi|India", "location": "28.64596, 77.184555", "score": 0.6267819864720925, "entityName": "TG Stays Karol Bagh", "entityId": "213298541", "entityType": "hotel", "suggestItem": "TG Stays {strong}Karol{/strong} Bagh, Delhi, India", "class": "Hotel", "pois": null}, {"hierarchy": "Villabate|Metropolitan City of Palermo|Sicily|Italy", "location": "38.07480239868164, 13.442706108093262", "score": 0.6258503856025583, "entityName": "Karol RSA", "entityId": "210339780", "entityType": "hospital", "suggestItem": "{strong}Karol{/strong} RSA, Villabate, Metropolitan City of Palermo, Sicily, Italy", "class": "Hospital", "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"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/247dd6c0-31c3-4225-a30c-93dcf6e0cde4/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
searchAirport
-
200
Response
{"status": true, "message": "Success", "timestamp": 1699210627631, "data": [{"id": "eyJzaWQiOiJOWUNBIiwiZWlkIjoiMjc1Mzc1NDIiLCJwZWlkIjoiMjc1Mzc1NDIiLCJmcHQiOiJDSVRZIn0=", "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"}}}, {"id": "eyJzaWQiOiJKRksiLCJlaWQiOiI5NTU2NTA1OCIsInBlaWQiOiIyNzUzNzU0MiIsImZwdCI6IkFJUlBPUlQifQ==", "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"}}}, {"id": "eyJzaWQiOiJFV1IiLCJlaWQiOiI5NTU2NTA1OSIsInBlaWQiOiIyNzUzNzU0MiIsImZwdCI6IkFJUlBPUlQifQ==", "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"}}}, {"id": "eyJzaWQiOiJMR0EiLCJlaWQiOiI5NTU2NTA1NyIsInBlaWQiOiIyNzUzNzU0MiIsImZwdCI6IkFJUlBPUlQifQ==", "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"}}}, {"id": "eyJzaWQiOiJTV0YiLCJlaWQiOiI5NTU2NjI4MCIsInBlaWQiOiIyNzUzNzU0MiIsImZwdCI6IkFJUlBPUlQifQ==", "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"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "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": ["id", "navigation", "presentation"]}}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/2bbf9ada-ac8a-4c67-80ca-e67818bf8f8a/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
searchFlightsEverywhere
-
200
Response
{"status": true, "message": "Success", "timestamp": 1699211107447, "data": [{"id": "eyJvIjoiTllDQSIsImQiOiJVUyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "US", "CountryNameEnglish": "United States", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "9220.49", "CellIndex": 0, "CountryDDBID": "29475437", "ResultsInFeed": 75}, "Payload": {"CountryId": "US", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/US/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/12b715db2fe88a58ee57ae99b985b32a/GettyImages-153734070.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 9220.49, "CurrencyId": "INR", "CountryName": "United States"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJDTyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "CO", "CountryNameEnglish": "Colombia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "13849.02", "CellIndex": 1, "CountryDDBID": "29475425", "ResultsInFeed": 75}, "Payload": {"CountryId": "CO", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/CO/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/91a3af3b70ff1445ab546f2fc37c68e2/gettyimages-530753093.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 13849.02, "CurrencyId": "INR", "CountryName": "Colombia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJDQSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "CA", "CountryNameEnglish": "Canada", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "14229.9", "CellIndex": 2, "CountryDDBID": "29475436", "ResultsInFeed": 75}, "Payload": {"CountryId": "CA", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/CA/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/2ae02fb73aaad6e6bd4d3d3bb7d8278a/GettyImages-162384798.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 14229.9, "CurrencyId": "INR", "CountryName": "Canada"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJKTSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "JM", "CountryNameEnglish": "Jamaica", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "14564.4", "CellIndex": 3, "CountryDDBID": "29475406", "ResultsInFeed": 75}, "Payload": {"CountryId": "JM", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/JM/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/4de13258df3952fbc9732e4e0ca8e7e0/GettyImages-453506289.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 14564.4, "CurrencyId": "INR", "CountryName": "Jamaica"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJNWCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "MX", "CountryNameEnglish": "Mexico", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "15106.73", "CellIndex": 4, "CountryDDBID": "29475432", "ResultsInFeed": 75}, "Payload": {"CountryId": "MX", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/MX/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/1ad5fff55243bd5f76c33e3577c2540d/GettyImages-483527336.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 15106.73, "CurrencyId": "INR", "CountryName": "Mexico"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PR", "CountryNameEnglish": "Puerto Rico", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "16979.01", "CellIndex": 5, "CountryDDBID": "29475085", "ResultsInFeed": 75}, "Payload": {"CountryId": "PR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/m/60b0a9f4bc25015a/original/Garita-Old-San-Juan.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 16979.01, "CurrencyId": "INR", "CountryName": "Puerto Rico"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJMQyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "LC", "CountryNameEnglish": "Saint Lucia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "18712.15", "CellIndex": 6, "CountryDDBID": "29475414", "ResultsInFeed": 75}, "Payload": {"CountryId": "LC", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/LC/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/57fb5936996a04f32652858a583c278b/GettyImages-140406176.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 18712.15, "CurrencyId": "INR", "CountryName": "Saint Lucia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJETyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "DO", "CountryNameEnglish": "Dominican Republic", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "18724.63", "CellIndex": 7, "CountryDDBID": "29475407", "ResultsInFeed": 75}, "Payload": {"CountryId": "DO", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/DO/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://images.skyscnr.com/images/tiles/600x600/DO.jpg", "PriceTemplate": "from @@price@@", "Price": 18724.63, "CurrencyId": "INR", "CountryName": "Dominican Republic"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJTWCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "SX", "CountryNameEnglish": "St Maarten", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "19926.14", "CellIndex": 8, "CountryDDBID": "29475155", "ResultsInFeed": 75}, "Payload": {"CountryId": "SX", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/SX/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/m/69ea3c07ccb02581/original/GettyImages-1051160556.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 19926.14, "CurrencyId": "INR", "CountryName": "St Maarten"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJTViIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "SV", "CountryNameEnglish": "El Salvador", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "20132.19", "CellIndex": 9, "CountryDDBID": "29475418", "ResultsInFeed": 75}, "Payload": {"CountryId": "SV", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/SV/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/8f89ef4e9cc75ac6f15d0970098fa649/GettyImages-144336523.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 20132.19, "CurrencyId": "INR", "CountryName": "El Salvador"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJHVCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "GT", "CountryNameEnglish": "Guatemala", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "22418.36", "CellIndex": 10, "CountryDDBID": "29475419", "ResultsInFeed": 75}, "Payload": {"CountryId": "GT", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/GT/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/78e2f795245db5609c6ab722cdfbd590/GettyImages-87544422.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 22418.36, "CurrencyId": "INR", "CountryName": "Guatemala"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJFUyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "ES", "CountryNameEnglish": "Spain", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "23251.48", "CellIndex": 11, "CountryDDBID": "29475369", "ResultsInFeed": 75}, "Payload": {"CountryId": "ES", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/ES/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/e0241c97c2b33b71e9c278bc89bb17ed/GettyImages-178640523.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 23251.48, "CurrencyId": "INR", "CountryName": "Spain"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJBVyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "AW", "CountryNameEnglish": "Aruba", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "25826.65", "CellIndex": 12, "CountryDDBID": "29475099", "ResultsInFeed": 75}, "Payload": {"CountryId": "AW", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/AW/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/25c024ad9fcead1738d8cc66bc7ff68a/GettyImages-178430560.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 25826.65, "CurrencyId": "INR", "CountryName": "Aruba"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJVSyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "UK", "CountryNameEnglish": "United Kingdom", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "26118.33", "CellIndex": 13, "CountryDDBID": "29475375", "ResultsInFeed": 75}, "Payload": {"CountryId": "UK", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/UK/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/1017dd4cef7a773021e1b335b3410d30/GettyImages-487828389.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 26118.33, "CurrencyId": "INR", "CountryName": "United Kingdom"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJJUyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "IS", "CountryNameEnglish": "Iceland", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "26155.8", "CellIndex": 14, "CountryDDBID": "29475374", "ResultsInFeed": 75}, "Payload": {"CountryId": "IS", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/IS/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/b6c9eab07efe88e1533e7cbbbb13fa89/GettyImages-529240739.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 26155.8, "CurrencyId": "INR", "CountryName": "Iceland"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQVCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PT", "CountryNameEnglish": "Portugal", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "26620.52", "CellIndex": 15, "CountryDDBID": "29475349", "ResultsInFeed": 75}, "Payload": {"CountryId": "PT", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PT/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/e48dd065c801bef1b761c506a5a2fde9/GettyImages-467824014.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 26620.52, "CurrencyId": "INR", "CountryName": "Portugal"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJDVSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "CU", "CountryNameEnglish": "Cuba", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "26634.8", "CellIndex": 16, "CountryDDBID": "29475408", "ResultsInFeed": 75}, "Payload": {"CountryId": "CU", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/CU/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/48fa161f8a25489d6487cdda8287fcc2/GettyImages-469739618.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 26634.8, "CurrencyId": "INR", "CountryName": "Cuba"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJITiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "HN", "CountryNameEnglish": "Honduras", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "26992.48", "CellIndex": 17, "CountryDDBID": "29475420", "ResultsInFeed": 75}, "Payload": {"CountryId": "HN", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/HN/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://images.skyscnr.com/images/tiles/600x600/HN.jpg", "PriceTemplate": "from @@price@@", "Price": 26992.48, "CurrencyId": "INR", "CountryName": "Honduras"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJOTyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "NO", "CountryNameEnglish": "Norway", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "27615.98", "CellIndex": 18, "CountryDDBID": "29475390", "ResultsInFeed": 75}, "Payload": {"CountryId": "NO", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/NO/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/8ab21fe9e704f373e61689e635e63c60/GettyImages-498373538.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 27615.98, "CurrencyId": "INR", "CountryName": "Norway"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJTRSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "SE", "CountryNameEnglish": "Sweden", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "27624.01", "CellIndex": 19, "CountryDDBID": "29475377", "ResultsInFeed": 75}, "Payload": {"CountryId": "SE", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/SE/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/ff74ff6df34c2b06f6f895e14fe32512/GettyImages-100891056.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 27624.01, "CurrencyId": "INR", "CountryName": "Sweden"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJFQyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "EC", "CountryNameEnglish": "Ecuador", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "27765.84", "CellIndex": 20, "CountryDDBID": "29475424", "ResultsInFeed": 75}, "Payload": {"CountryId": "EC", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/EC/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://images.skyscnr.com/images/tiles/600x600/EC.jpg", "PriceTemplate": "from @@price@@", "Price": 27765.84, "CurrencyId": "INR", "CountryName": "Ecuador"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJDUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "CR", "CountryNameEnglish": "Costa Rica", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "28078.03", "CellIndex": 21, "CountryDDBID": "29475422", "ResultsInFeed": 75}, "Payload": {"CountryId": "CR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/CR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/5d83a541a6e2c21eec264c04e5752429/GettyImages-492356834.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 28078.03, "CurrencyId": "INR", "CountryName": "Costa Rica"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJWSSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "VI", "CountryNameEnglish": "US Virgin Islands", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "28736.32", "CellIndex": 22, "CountryDDBID": "29475171", "ResultsInFeed": 75}, "Payload": {"CountryId": "VI", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/VI/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/f42af96e2e895b3d58d4ab403946a77f/eyeem-26313617-115511928.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 28736.32, "CurrencyId": "INR", "CountryName": "US Virgin Islands"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJGUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "FR", "CountryNameEnglish": "France", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "29055.65", "CellIndex": 23, "CountryDDBID": "29475385", "ResultsInFeed": 75}, "Payload": {"CountryId": "FR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/FR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/c88da2b091534f7baf8536b3959ce83a/GettyImages-495057957.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 29055.65, "CurrencyId": "INR", "CountryName": "France"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJJVCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "IT", "CountryNameEnglish": "Italy", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "29125.23", "CellIndex": 24, "CountryDDBID": "29475393", "ResultsInFeed": 75}, "Payload": {"CountryId": "IT", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/IT/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/f348d79cfdf70286dc759d24618a23c3/GettyImages-182281845.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 29125.23, "CurrencyId": "INR", "CountryName": "Italy"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQQSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PA", "CountryNameEnglish": "Panama", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "29465.08", "CellIndex": 25, "CountryDDBID": "29475426", "ResultsInFeed": 75}, "Payload": {"CountryId": "PA", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PA/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://images.skyscnr.com/images/tiles/600x600/PA.jpg", "PriceTemplate": "from @@price@@", "Price": 29465.08, "CurrencyId": "INR", "CountryName": "Panama"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJOTCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "NL", "CountryNameEnglish": "Netherlands", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "29610.47", "CellIndex": 26, "CountryDDBID": "29475378", "ResultsInFeed": 75}, "Payload": {"CountryId": "NL", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/NL/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/ad69d6422f78bb52563685faad33e0c1/GettyImages-516036155.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 29610.47, "CurrencyId": "INR", "CountryName": "Netherlands"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJDSCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "CH", "CountryNameEnglish": "Switzerland", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "30400.77", "CellIndex": 27, "CountryDDBID": "29475376", "ResultsInFeed": 75}, "Payload": {"CountryId": "CH", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/CH/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/92ec24310bc1e0c2c5022132dd1d4d55/GettyImages-178766147.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 30400.77, "CurrencyId": "INR", "CountryName": "Switzerland"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJERSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "DE", "CountryNameEnglish": "Germany", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "30400.77", "CellIndex": 28, "CountryDDBID": "29475381", "ResultsInFeed": 75}, "Payload": {"CountryId": "DE", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/DE/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/917a21468839141dd406892864a9f52e/GettyImages-490614171.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 30400.77, "CurrencyId": "INR", "CountryName": "Germany"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJCRSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "BE", "CountryNameEnglish": "Belgium", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "30863.72", "CellIndex": 29, "CountryDDBID": "29475380", "ResultsInFeed": 75}, "Payload": {"CountryId": "BE", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/BE/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/7f99e0b77af76bf7e89a614cba3a1d9d/GettyImages-517851449.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 30863.72, "CurrencyId": "INR", "CountryName": "Belgium"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJJRSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "IE", "CountryNameEnglish": "Ireland", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "30882.45", "CellIndex": 30, "CountryDDBID": "29475383", "ResultsInFeed": 75}, "Payload": {"CountryId": "IE", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/IE/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/34f61dd7f8deb4059c12b0b8de9ee002/GettyImages-472229890.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 30882.45, "CurrencyId": "INR", "CountryName": "Ireland"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJHUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "GR", "CountryNameEnglish": "Greece", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "31855.61", "CellIndex": 31, "CountryDDBID": "29475229", "ResultsInFeed": 75}, "Payload": {"CountryId": "GR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/GR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/26babb582bc1d7572fed1877d7f81fa6/GettyImages-181391203.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 31855.61, "CurrencyId": "INR", "CountryName": "Greece"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQTCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PL", "CountryNameEnglish": "Poland", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "31864.53", "CellIndex": 32, "CountryDDBID": "29475260", "ResultsInFeed": 75}, "Payload": {"CountryId": "PL", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PL/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/16636d692d5905702ad23e3d35c65e48/GettyImages-178367416.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 31864.53, "CurrencyId": "INR", "CountryName": "Poland"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJNSyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "MK", "CountryNameEnglish": "North Macedonia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "31872.56", "CellIndex": 33, "CountryDDBID": "29475256", "ResultsInFeed": 75}, "Payload": {"CountryId": "MK", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/MK/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/af5081211572a25b7ceef576add12ee1/GettyImages-495469625.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 31872.56, "CurrencyId": "INR", "CountryName": "North Macedonia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJBTCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "AL", "CountryNameEnglish": "Albania", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "31872.56", "CellIndex": 34, "CountryDDBID": "29475259", "ResultsInFeed": 75}, "Payload": {"CountryId": "AL", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/AL/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/d4acb8b30e8cfcb36db339ce50fd23ae/GettyImages-485428808.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 31872.56, "CurrencyId": "INR", "CountryName": "Albania"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJCUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "BR", "CountryNameEnglish": "Brazil", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "34229.19", "CellIndex": 35, "CountryDDBID": "29475405", "ResultsInFeed": 75}, "Payload": {"CountryId": "BR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/BR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/69907554dc47aab9e74edf172e01fb44/GettyImages-516984709.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 34229.19, "CurrencyId": "INR", "CountryName": "Brazil"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJTSSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "SI", "CountryNameEnglish": "Slovenia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "34382.61", "CellIndex": 36, "CountryDDBID": "29475394", "ResultsInFeed": 75}, "Payload": {"CountryId": "SI", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/SI/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/119b73c5f7597401e98579c81634e8e5/GettyImages-495685019.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 34382.61, "CurrencyId": "INR", "CountryName": "Slovenia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJNQSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "MA", "CountryNameEnglish": "Morocco", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "35054.28", "CellIndex": 37, "CountryDDBID": "29475370", "ResultsInFeed": 75}, "Payload": {"CountryId": "MA", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/MA/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/0c1b0ffcf42566b18ce3934ccf32c415/GettyImages-136909106.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 35054.28, "CurrencyId": "INR", "CountryName": "Morocco"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJEWiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "DZ", "CountryNameEnglish": "Algeria", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "35054.28", "CellIndex": 38, "CountryDDBID": "29475372", "ResultsInFeed": 75}, "Payload": {"CountryId": "DZ", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/DZ/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/4352971de8ba6cb9b7f0589898912aff/GettyImages-186025166.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 35054.28, "CurrencyId": "INR", "CountryName": "Algeria"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJUUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "TR", "CountryNameEnglish": "T\u00fcrkiye (Turkey)", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "36894.46", "CellIndex": 39, "CountryDDBID": "29475221", "ResultsInFeed": 75}, "Payload": {"CountryId": "TR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/TR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/d23308b5729b733820564edb659313d2/GettyImages-474693922.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 36894.46, "CurrencyId": "INR", "CountryName": "T\u00fcrkiye (Turkey)"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJTQSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "SA", "CountryNameEnglish": "Saudi Arabia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "37226.28", "CellIndex": 40, "CountryDDBID": "29475192", "ResultsInFeed": 75}, "Payload": {"CountryId": "SA", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/SA/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://images.skyscnr.com/images/tiles/600x600/SA.jpg", "PriceTemplate": "from @@price@@", "Price": 37226.28, "CurrencyId": "INR", "CountryName": "Saudi Arabia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJFRyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "EG", "CountryNameEnglish": "Egypt", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "38392.11", "CellIndex": 41, "CountryDDBID": "29475226", "ResultsInFeed": 75}, "Payload": {"CountryId": "EG", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/EG/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/acc18b20b3d6fc6edee095dc709c2e8a/GettyImages-516505363.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 38392.11, "CurrencyId": "INR", "CountryName": "Egypt"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJBRSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "AE", "CountryNameEnglish": "United Arab Emirates", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "38662.38", "CellIndex": 42, "CountryDDBID": "29475216", "ResultsInFeed": 75}, "Payload": {"CountryId": "AE", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/AE/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/e87b304f10a700cae0d08ea920c8be32/GettyImages-470434611.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 38662.38, "CurrencyId": "INR", "CountryName": "United Arab Emirates"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJJTiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "IN", "CountryNameEnglish": "India", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "39651.59", "CellIndex": 43, "CountryDDBID": "29475284", "ResultsInFeed": 75}, "Payload": {"CountryId": "IN", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/IN/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/ec26cc7ac3371abc1b8ea45df0b88791/GettyImages-480882769.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 39651.59, "CurrencyId": "INR", "CountryName": "India"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJTTiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "SN", "CountryNameEnglish": "Senegal", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "45422.77", "CellIndex": 44, "CountryDDBID": "29475346", "ResultsInFeed": 75}, "Payload": {"CountryId": "SN", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/SN/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/7815bd951e38c30da006f80f2000aa2b/GettyImages-533574555.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 45422.77, "CurrencyId": "INR", "CountryName": "Senegal"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJKUCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "JP", "CountryNameEnglish": "Japan", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "47858.79", "CellIndex": 45, "CountryDDBID": "29475330", "ResultsInFeed": 75}, "Payload": {"CountryId": "JP", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/JP/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/dd114ccd4424789005cbd0f6cd8881e1/GettyImages-131906563.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 47858.79, "CurrencyId": "INR", "CountryName": "Japan"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJUVyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "TW", "CountryNameEnglish": "Taiwan", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "49347.52", "CellIndex": 46, "CountryDDBID": "29475323", "ResultsInFeed": 75}, "Payload": {"CountryId": "TW", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/TW/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/05accaec28ad48ea37b4c5e13bbbfa7b/GettyImages-166140632.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 49347.52, "CurrencyId": "INR", "CountryName": "Taiwan"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQRSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PE", "CountryNameEnglish": "Peru", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "50824.65", "CellIndex": 47, "CountryDDBID": "29475431", "ResultsInFeed": 75}, "Payload": {"CountryId": "PE", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PE/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/2394fc52fc62f304fa3ddfcd87cf2395/GettyImages-116596842.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 50824.65, "CurrencyId": "INR", "CountryName": "Peru"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQSyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PK", "CountryNameEnglish": "Pakistan", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "51383.04", "CellIndex": 48, "CountryDDBID": "29475277", "ResultsInFeed": 75}, "Payload": {"CountryId": "PK", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PK/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/6ee766b3cf0f075d4f8bc2cab3471747/GettyImages-475444191.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 51383.04, "CurrencyId": "INR", "CountryName": "Pakistan"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJHSCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "GH", "CountryNameEnglish": "Ghana", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "51465.99", "CellIndex": 49, "CountryDDBID": "29475352", "ResultsInFeed": 75}, "Payload": {"CountryId": "GH", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/GH/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/27b5bf4121188c2e040cb1afdbaf659c/GettyImages-480217257.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 51465.99, "CurrencyId": "INR", "CountryName": "Ghana"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJLVyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "KW", "CountryNameEnglish": "Kuwait", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "51736.27", "CellIndex": 50, "CountryDDBID": "29475212", "ResultsInFeed": 75}, "Payload": {"CountryId": "KW", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/KW/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/afaacdea074d53702da4daccbdfdd28a/GettyImages-115889746.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 51736.27, "CurrencyId": "INR", "CountryName": "Kuwait"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJCRCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "BD", "CountryNameEnglish": "Bangladesh", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "53045.71", "CellIndex": 51, "CountryDDBID": "29475278", "ResultsInFeed": 75}, "Payload": {"CountryId": "BD", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/BD/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/439353930da4951ef91a1e18516c1a2b/GettyImages-119412560.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 53045.71, "CurrencyId": "INR", "CountryName": "Bangladesh"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJVWSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "UY", "CountryNameEnglish": "Uruguay", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "53993.0", "CellIndex": 52, "CountryDDBID": "29475404", "ResultsInFeed": 75}, "Payload": {"CountryId": "UY", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/UY/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/f75c768db1779c2fc5be61ba68c670bc/GettyImages-475313976.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 53993, "CurrencyId": "INR", "CountryName": "Uruguay"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJTRyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "SG", "CountryNameEnglish": "Singapore", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "55027.71", "CellIndex": 53, "CountryDDBID": "29475332", "ResultsInFeed": 75}, "Payload": {"CountryId": "SG", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/SG/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/5359c305bbed8c4e18b252b159a67cfa/GettyImages-187011688.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 55027.71, "CurrencyId": "INR", "CountryName": "Singapore"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJOUCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "NP", "CountryNameEnglish": "Nepal", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "59588.45", "CellIndex": 54, "CountryDDBID": "29475314", "ResultsInFeed": 75}, "Payload": {"CountryId": "NP", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/NP/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/c8cecb6d5971d7ca1feb542c276a6618/GettyImages-462451385.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 59588.45, "CurrencyId": "INR", "CountryName": "Nepal"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJLUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "KR", "CountryNameEnglish": "South Korea", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "60829.2", "CellIndex": 55, "CountryDDBID": "29475329", "ResultsInFeed": 75}, "Payload": {"CountryId": "KR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/KR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/db465e93dcaad614e9bfcaddb5865e36/GettyImages-505777764.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 60829.2, "CurrencyId": "INR", "CountryName": "South Korea"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJDSSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "CI", "CountryNameEnglish": "Ivory Coast", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "64136.7", "CellIndex": 56, "CountryDDBID": "29475351", "ResultsInFeed": 75}, "Payload": {"CountryId": "CI", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/CI/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/5e4a1d8925d4eb1e09b6e67944054d51/GettyImages-480145073.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 64136.7, "CurrencyId": "INR", "CountryName": "Ivory Coast"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJaQSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "ZA", "CountryNameEnglish": "South Africa", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "64679.92", "CellIndex": 57, "CountryDDBID": "29475272", "ResultsInFeed": 75}, "Payload": {"CountryId": "ZA", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/ZA/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/4d394cbaa3bd9e013799160cef9041dd/GettyImages-504279936.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 64679.92, "CurrencyId": "INR", "CountryName": "South Africa"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJWTiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "VN", "CountryNameEnglish": "Vietnam", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "64783.39", "CellIndex": 58, "CountryDDBID": "29475319", "ResultsInFeed": 75}, "Payload": {"CountryId": "VN", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/VN/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/0012f421f0682d22815185912d6e105c/GettyImages-481711830.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 64783.39, "CurrencyId": "INR", "CountryName": "Vietnam"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJCRiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "BF", "CountryNameEnglish": "Burkina Faso", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "67919.63", "CellIndex": 59, "CountryDDBID": "29475355", "ResultsInFeed": 75}, "Payload": {"CountryId": "BF", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/BF/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/a6f52c4479a7e3a1d6fe71b924a2b039/GettyImages-454231583.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 67919.63, "CurrencyId": "INR", "CountryName": "Burkina Faso"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJISyIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "HK", "CountryNameEnglish": "Hong Kong", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "68108.73", "CellIndex": 60, "CountryDDBID": "44290646", "ResultsInFeed": 75}, "Payload": {"CountryId": "HK", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/HK/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/ad4e19fe7f426ba07750fdb64c5fcd1c/hkga_464624727.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 68108.73, "CurrencyId": "INR", "CountryName": "Hong Kong"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJBVSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "AU", "CountryNameEnglish": "Australia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "69306.67", "CellIndex": 61, "CountryDDBID": "29475336", "ResultsInFeed": 75}, "Payload": {"CountryId": "AU", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/AU/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/aa63694be729955d3709259f1cd989ea/GettyImages-484018307.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 69306.67, "CurrencyId": "INR", "CountryName": "Australia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQSCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PH", "CountryNameEnglish": "Philippines", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "73204.66", "CellIndex": 62, "CountryDDBID": "29475324", "ResultsInFeed": 75}, "Payload": {"CountryId": "PH", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PH/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/4256a18a3673a5f3926fc37bb2b80beb/GettyImages-517678055.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 73204.66, "CurrencyId": "INR", "CountryName": "Philippines"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJJUSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "IQ", "CountryNameEnglish": "Iraq", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "74260.78", "CellIndex": 63, "CountryDDBID": "29475186", "ResultsInFeed": 75}, "Payload": {"CountryId": "IQ", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/IQ/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/552cea75dab8a1cf06731d4a8dfab435/GettyImages-468435302.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 74260.78, "CurrencyId": "INR", "CountryName": "Iraq"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJQRiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "PF", "CountryNameEnglish": "French Polynesia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "77785.92", "CellIndex": 64, "CountryDDBID": "29475161", "ResultsInFeed": 75}, "Payload": {"CountryId": "PF", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/PF/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/25deda2a3dabbe636988110729c3e3a0/GettyImages-177387658.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 77785.92, "CurrencyId": "INR", "CountryName": "French Polynesia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJVWiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "UZ", "CountryNameEnglish": "Uzbekistan", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "78234.59", "CellIndex": 65, "CountryDDBID": "29475316", "ResultsInFeed": 75}, "Payload": {"CountryId": "UZ", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/UZ/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/db8618a8d4d3dcb74d88b3c431aaa965/GettyImages-177749248.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 78234.59, "CurrencyId": "INR", "CountryName": "Uzbekistan"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJJRCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "ID", "CountryNameEnglish": "Indonesia", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "81518.0", "CellIndex": 66, "CountryDDBID": "29475321", "ResultsInFeed": 75}, "Payload": {"CountryId": "ID", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/ID/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/500895cfc34ed09c588403e89b0d40af/GettyImages-177723673.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 81518, "CurrencyId": "INR", "CountryName": "Indonesia"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJJTCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "IL", "CountryNameEnglish": "Israel", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "85741.57", "CellIndex": 67, "CountryDDBID": "29475217", "ResultsInFeed": 75}, "Payload": {"CountryId": "IL", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/IL/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/f5c3712b7fe4d1bdbb7e84261abbf904/GettyImages-486858743.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 85741.57, "CurrencyId": "INR", "CountryName": "Israel"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJBUiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "AR", "CountryNameEnglish": "Argentina", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "86514.04", "CellIndex": 68, "CountryDDBID": "29475428", "ResultsInFeed": 75}, "Payload": {"CountryId": "AR", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/AR/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/e2ef29b11c3586421a32b14b9951b01c/gettyimages-673156625.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 86514.04, "CurrencyId": "INR", "CountryName": "Argentina"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJUSCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "TH", "CountryNameEnglish": "Thailand", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "87993.85", "CellIndex": 69, "CountryDDBID": "29475320", "ResultsInFeed": 75}, "Payload": {"CountryId": "TH", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/TH/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/e0a42512a8f7baba699430c43d90e339/GettyImages-465582049.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 87993.85, "CurrencyId": "INR", "CountryName": "Thailand"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJDTiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "CN", "CountryNameEnglish": "China", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "91336.13", "CellIndex": 70, "CountryDDBID": "29475326", "ResultsInFeed": 75}, "Payload": {"CountryId": "CN", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/CN/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/ec6e1a573dde92117986911e9c097f0b/GettyImages-462416635.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 91336.13, "CurrencyId": "INR", "CountryName": "China"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJMQSIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "LA", "CountryNameEnglish": "Laos", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "101436.12", "CellIndex": 71, "CountryDDBID": "29475322", "ResultsInFeed": 75}, "Payload": {"CountryId": "LA", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/LA/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/e35a5f10eaee80f926f15debf1a6b5ad/GettyImages-466597700.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 101436.12, "CurrencyId": "INR", "CountryName": "Laos"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJUVCIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "TT", "CountryNameEnglish": "Trinidad and Tobago", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "123237.24", "CellIndex": 72, "CountryDDBID": "29475410", "ResultsInFeed": 75}, "Payload": {"CountryId": "TT", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/TT/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/90e395fad90d862ab1915073267e7121/eyeem-26313617-115322642.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 123237.24, "CurrencyId": "INR", "CountryName": "Trinidad and Tobago"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJOWiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "NZ", "CountryNameEnglish": "New Zealand", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "132909.97", "CellIndex": 73, "CountryDDBID": "29475342", "ResultsInFeed": 75}, "Payload": {"CountryId": "NZ", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/NZ/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/298f7876c93ca82e92877c5c672bd5aa/GettyImages-176796713.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 132909.97, "CurrencyId": "INR", "CountryName": "New Zealand"}}, {"id": "eyJvIjoiTllDQSIsImQiOiJLWiIsImZkIjoiMjAyMy0xMS0wNyIsInRkIjoiMjAyMy0xMS0wNyJ9", "Meta": {"CountryId": "KZ", "CountryNameEnglish": "Kazakhstan", "PricedResultsInFeed": 75, "ImageType": "photo", "Price": "563937.92", "CellIndex": 74, "CountryDDBID": "29475317", "ResultsInFeed": 75}, "Payload": {"CountryId": "KZ", "Href": "/api/legacy/feed/v3/goios/IN/INR/en-GB/NYCA/KZ/2023-11-07/2023-11-07?one_way=true&direct=false", "ImageUrl": "https://content.skyscnr.com/bfb43286b5011fbe5266eb0f9766d0d7/GettyImages-486101600.jpg?crop=400px:400px&quality=75", "PriceTemplate": "from @@price@@", "Price": 563937.92, "CurrencyId": "INR", "CountryName": "Kazakhstan"}}]}
{"$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"}, "Meta": {"type": "object", "properties": {"CountryId": {"type": "string"}, "CountryNameEnglish": {"type": "string"}, "PricedResultsInFeed": {"type": "integer"}, "ImageType": {"type": "string"}, "Price": {"type": "string"}, "CellIndex": {"type": "integer"}, "CountryDDBID": {"type": "string"}, "ResultsInFeed": {"type": "integer"}}, "required": ["CellIndex", "CountryDDBID", "CountryId", "CountryNameEnglish", "ImageType", "Price", "PricedResultsInFeed", "ResultsInFeed"]}, "Payload": {"type": "object", "properties": {"CountryId": {"type": "string"}, "Href": {"type": "string"}, "ImageUrl": {"type": "string"}, "PriceTemplate": {"type": "string"}, "Price": {"type": "number"}, "CurrencyId": {"type": "string"}, "CountryName": {"type": "string"}}, "required": ["CountryId", "CountryName", "CurrencyId", "Href", "ImageUrl", "Price", "PriceTemplate"]}}, "required": ["Meta", "Payload", "id"]}}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/a97efa59-724a-4e08-8537-fc46abb81efe/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getAmenities
-
200
Response
{"status": true, "message": "Success", "timestamp": 1699211076728, "data": {"data": [{"id": "DEL-DXB-EK-513-20231107-FIRST", "links": {"legs": ["DEL-DXB-EK-513-20231107-FIRST"]}}, {"id": "DXB-JFK-EK-201-20231107-FIRST", "links": {"legs": ["DXB-JFK-EK-201-20231107-FIRST"]}}, {"id": "JFK-KWI-KU-118-20231112-FIRST", "links": {"legs": ["JFK-KWI-KU-118-20231112-FIRST"]}}, {"id": "KWI-DXB-KU-673-20231113-FIRST", "links": {"legs": ["KWI-DXB-KU-673-20231113-FIRST"]}}, {"id": "DXB-DEL-EK-512-20231113-FIRST", "links": {"legs": ["DXB-DEL-EK-512-20231113-FIRST"]}}, {"id": "DEL-DXB-EK-517-20231117-FIRST", "links": {"legs": ["DEL-DXB-EK-517-20231117-FIRST"]}}, {"id": "DXB-BOM-EK-500-20231117-FIRST", "links": {"legs": ["DXB-BOM-EK-500-20231117-FIRST"]}}], "linked": {"aircrafts": [{"cabin_pressure": "normal", "display_text": "777 (widebody)", "id": 3, "model": "777", "quality": "n/a", "type": "widebody", "updated_at": "2023-11-04T00:20:26Z", "window_size": "standard"}, {"cabin_pressure": "enhanced", "display_text": "A380 (jumbo)", "id": 37, "model": "A380", "quality": "n/a", "type": "jumbo", "updated_at": "2023-11-04T00:20:27Z", "window_size": "larger"}], "entertainments": [{"cost": "free", "display_text": "Seatback on-demand & live TV", "exists": "yes", "id": 13, "offerings": [{"content_type": "avod", "delivery_medium": "in-seat", "selection_type": "on-demand"}, "and", {"content_type": "iptv", "delivery_medium": "in-seat", "selection_type": "live"}], "quality": "n/a", "type": "on-demand", "updated_at": "2023-11-04T00:20:26Z"}, {"cost": "free", "display_text": "Seatback on-demand video", "exists": "yes", "id": 20, "offerings": {"content_type": "avod", "delivery_medium": "in-seat", "selection_type": "on-demand"}, "quality": "n/a", "type": "on-demand", "updated_at": "2023-11-04T00:20:27Z"}], "fresh_foods": [{"cost": "free", "display_text": "Meal provided", "exists": "yes", "id": 10, "quality": "n/a", "type": "meal", "updated_at": "2023-11-04T00:20:26Z"}], "layouts": [{"direct_aisle_access": "yes", "display_text": "1-2-1 seat layout", "id": 12, "quality": "n/a", "row_layout": "1-2-1", "type": "forward", "updated_at": "2023-11-04T00:20:27Z"}], "legs": [{"id": "DEL-DXB-EK-513-20231107-FIRST", "links": {"segments": ["DEL-DXB-EK-513-20231107-FIRST"]}}, {"id": "DXB-JFK-EK-201-20231107-FIRST", "links": {"segments": ["DXB-JFK-EK-201-20231107-FIRST"]}}, {"id": "JFK-KWI-KU-118-20231112-FIRST", "links": {"segments": ["JFK-KWI-KU-118-20231112-FIRST"]}}, {"id": "KWI-DXB-KU-673-20231113-FIRST", "links": {"segments": ["KWI-DXB-KU-673-20231113-FIRST"]}}, {"id": "DXB-DEL-EK-512-20231113-FIRST", "links": {"segments": ["DXB-DEL-EK-512-20231113-FIRST"]}}, {"id": "DEL-DXB-EK-517-20231117-FIRST", "links": {"segments": ["DEL-DXB-EK-517-20231117-FIRST"]}}, {"id": "DXB-BOM-EK-500-20231117-FIRST", "links": {"segments": ["DXB-BOM-EK-500-20231117-FIRST"]}}], "powers": [{"chance": "no", "cost": "free", "display_text": "Power & USB outlets", "distribution": "all", "exists": "yes", "id": 6, "multiple_at_seat": "no", "power_outlet": "yes", "quality": "n/a", "type": "power/usb", "updated_at": "2023-11-04T00:20:27Z", "usb_port": "yes"}], "seats": [{"display_text": "Private suite", "flatness": "full flat", "id": 93, "legroom": "n/a", "pitch": "90", "quality": "n/a", "type": "private suite", "updated_at": "2023-11-04T00:20:34Z", "width": "n/a"}, {"display_text": "Private suite", "flatness": "full flat", "id": 191, "legroom": "n/a", "pitch": "84", "quality": "n/a", "type": "private suite", "updated_at": "2023-11-04T00:20:38Z", "width": "n/a"}, {"display_text": "Private suite", "flatness": "full flat", "id": 604, "legroom": "n/a", "pitch": "75", "quality": "n/a", "type": "private suite", "updated_at": "2023-11-04T00:20:48Z", "width": "n/a"}], "segments": [{"id": "DEL-DXB-EK-513-20231107-FIRST", "links": {"aircraft": 3, "entertainment": 13, "fresh_food": 10, "layout": 12, "power": 6, "seat": 93, "wifi": 158}}, {"id": "DXB-JFK-EK-201-20231107-FIRST", "links": {"aircraft": 37, "entertainment": 13, "fresh_food": 10, "layout": 12, "power": 6, "seat": 604, "wifi": 666}}, {"id": "JFK-KWI-KU-118-20231112-FIRST", "links": {"aircraft": 3, "entertainment": 20, "fresh_food": 10, "layout": 12, "power": 6, "seat": 191, "wifi": 158}}, {"id": "KWI-DXB-KU-673-20231113-FIRST", "links": {"aircraft": 3, "entertainment": 20, "fresh_food": 10, "layout": 12, "power": 6, "seat": 191, "wifi": 158}}, {"id": "DXB-DEL-EK-512-20231113-FIRST", "links": {"aircraft": 3, "entertainment": 13, "fresh_food": 10, "layout": 12, "power": 6, "seat": 93, "wifi": 158}}, {"id": "DEL-DXB-EK-517-20231117-FIRST", "links": {"aircraft": 3, "entertainment": 13, "fresh_food": 10, "layout": 12, "power": 6, "seat": 93, "wifi": 158}}, {"id": "DXB-BOM-EK-500-20231117-FIRST", "links": {"aircraft": 37, "entertainment": 13, "fresh_food": 10, "layout": 12, "power": 6, "seat": 604, "wifi": 666}}], "wifis": [{"chance": "full", "connectivity_type": "wifi", "cost": "paid", "coverage": "full", "display_text": "Basic web browsing (fee)", "exists": "yes", "id": 158, "performance": "better", "quality": "n/a", "type": "wifi", "updated_at": "2023-11-04T00:20:35Z"}, {"chance": "full", "connectivity_type": "wifi", "cost": "paid", "coverage": "full", "display_text": "Email & messaging (fee)", "exists": "yes", "id": 666, "performance": "basic", "quality": "n/a", "type": "wifi", "updated_at": "2023-06-05T22:58:36Z"}]}, "meta": {"unmatched_keys": []}, "uuid": "1699211076613-euw1p-2d5bc243e451423c81ca"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "links": {"type": "object", "properties": {"legs": {"type": "array", "items": {"type": "string"}}}, "required": ["legs"]}}, "required": ["id", "links"]}}, "linked": {"type": "object", "properties": {"aircrafts": {"type": "array", "items": {"type": "object", "properties": {"cabin_pressure": {"type": "string"}, "display_text": {"type": "string"}, "id": {"type": "integer"}, "model": {"type": "string"}, "quality": {"type": "string"}, "type": {"type": "string"}, "updated_at": {"type": "string"}, "window_size": {"type": "string"}}, "required": ["cabin_pressure", "display_text", "id", "model", "quality", "type", "updated_at", "window_size"]}}, "entertainments": {"type": "array", "items": {"type": "object", "properties": {"cost": {"type": "string"}, "display_text": {"type": "string"}, "exists": {"type": "string"}, "id": {"type": "integer"}, "offerings": {"anyOf": [{"type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"content_type": {"type": "string"}, "delivery_medium": {"type": "string"}, "selection_type": {"type": "string"}}, "required": ["content_type", "delivery_medium", "selection_type"]}]}}, {"type": "object", "properties": {"content_type": {"type": "string"}, "delivery_medium": {"type": "string"}, "selection_type": {"type": "string"}}, "required": ["content_type", "delivery_medium", "selection_type"]}]}, "quality": {"type": "string"}, "type": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["cost", "display_text", "exists", "id", "offerings", "quality", "type", "updated_at"]}}, "fresh_foods": {"type": "array", "items": {"type": "object", "properties": {"cost": {"type": "string"}, "display_text": {"type": "string"}, "exists": {"type": "string"}, "id": {"type": "integer"}, "quality": {"type": "string"}, "type": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["cost", "display_text", "exists", "id", "quality", "type", "updated_at"]}}, "layouts": {"type": "array", "items": {"type": "object", "properties": {"direct_aisle_access": {"type": "string"}, "display_text": {"type": "string"}, "id": {"type": "integer"}, "quality": {"type": "string"}, "row_layout": {"type": "string"}, "type": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["direct_aisle_access", "display_text", "id", "quality", "row_layout", "type", "updated_at"]}}, "legs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "links": {"type": "object", "properties": {"segments": {"type": "array", "items": {"type": "string"}}}, "required": ["segments"]}}, "required": ["id", "links"]}}, "powers": {"type": "array", "items": {"type": "object", "properties": {"chance": {"type": "string"}, "cost": {"type": "string"}, "display_text": {"type": "string"}, "distribution": {"type": "string"}, "exists": {"type": "string"}, "id": {"type": "integer"}, "multiple_at_seat": {"type": "string"}, "power_outlet": {"type": "string"}, "quality": {"type": "string"}, "type": {"type": "string"}, "updated_at": {"type": "string"}, "usb_port": {"type": "string"}}, "required": ["chance", "cost", "display_text", "distribution", "exists", "id", "multiple_at_seat", "power_outlet", "quality", "type", "updated_at", "usb_port"]}}, "seats": {"type": "array", "items": {"type": "object", "properties": {"display_text": {"type": "string"}, "flatness": {"type": "string"}, "id": {"type": "integer"}, "legroom": {"type": "string"}, "pitch": {"type": "string"}, "quality": {"type": "string"}, "type": {"type": "string"}, "updated_at": {"type": "string"}, "width": {"type": "string"}}, "required": ["display_text", "flatness", "id", "legroom", "pitch", "quality", "type", "updated_at", "width"]}}, "segments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "links": {"type": "object", "properties": {"aircraft": {"type": "integer"}, "entertainment": {"type": "integer"}, "fresh_food": {"type": "integer"}, "layout": {"type": "integer"}, "power": {"type": "integer"}, "seat": {"type": "integer"}, "wifi": {"type": "integer"}}, "required": ["aircraft", "entertainment", "fresh_food", "layout", "power", "seat", "wifi"]}}, "required": ["id", "links"]}}, "wifis": {"type": "array", "items": {"type": "object", "properties": {"chance": {"type": "string"}, "connectivity_type": {"type": "string"}, "cost": {"type": "string"}, "coverage": {"type": "string"}, "display_text": {"type": "string"}, "exists": {"type": "string"}, "id": {"type": "integer"}, "performance": {"type": "string"}, "quality": {"type": "string"}, "type": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["chance", "connectivity_type", "cost", "coverage", "display_text", "exists", "id", "performance", "quality", "type", "updated_at"]}}}, "required": ["aircrafts", "entertainments", "fresh_foods", "layouts", "legs", "powers", "seats", "segments", "wifis"]}, "meta": {"type": "object", "properties": {"unmatched_keys": {"type": "array"}}, "required": ["unmatched_keys"]}, "uuid": {"type": "string"}}, "required": ["data", "linked", "meta", "uuid"]}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/c6f648fc-6ec9-4aa9-9525-f94100e3be41/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getPriceCalendar
-
200
Response
{"status": true, "message": "Success", "timestamp": 1699210709719, "data": {"flights": {"noPriceLabel": "No price information", "groups": [{"id": "low", "label": "\u00a3"}, {"id": "medium", "label": "\u00a3\u00a3"}, {"id": "high", "label": "\u00a3\u00a3\u00a3"}], "days": [{"day": "2023-11-06", "group": "medium", "price": 40743.39}, {"day": "2023-11-07", "group": "medium", "price": 41293.75}, {"day": "2023-11-08", "group": "low", "price": 38052.26}, {"day": "2023-11-09", "group": "low", "price": 38052.26}, {"day": "2023-11-10", "group": "medium", "price": 40337.53}, {"day": "2023-11-11", "group": "medium", "price": 40330.4}, {"day": "2023-11-12", "group": "medium", "price": 40330.4}, {"day": "2023-11-13", "group": "low", "price": 38045.12}, {"day": "2023-11-14", "group": "low", "price": 38052.26}, {"day": "2023-11-15", "group": "low", "price": 38052.26}, {"day": "2023-11-16", "group": "low", "price": 38045.12}, {"day": "2023-11-17", "group": "medium", "price": 40330.4}, {"day": "2023-11-18", "group": "medium", "price": 40337.53}, {"day": "2023-11-19", "group": "medium", "price": 40330.4}, {"day": "2023-11-20", "group": "low", "price": 38045.12}, {"day": "2023-11-21", "group": "low", "price": 38045.12}, {"day": "2023-11-22", "group": "low", "price": 38045.12}, {"day": "2023-11-23", "group": "low", "price": 38045.12}, {"day": "2023-11-24", "group": "medium", "price": 40330.4}, {"day": "2023-11-25", "group": "medium", "price": 45625.25}, {"day": "2023-11-26", "group": "medium", "price": 46023.07}, {"day": "2023-11-27", "group": "low", "price": 38052.26}, {"day": "2023-11-28", "group": "low", "price": 38052.26}, {"day": "2023-11-29", "group": "low", "price": 38045.12}, {"day": "2023-11-30", "group": "low", "price": 38052.26}, {"day": "2023-12-01", "group": "medium", "price": 40337.53}, {"day": "2023-12-02", "group": "medium", "price": 40330.4}, {"day": "2023-12-03", "group": "medium", "price": 40330.4}, {"day": "2023-12-04", "group": "low", "price": 38052.26}, {"day": "2023-12-05", "group": "low", "price": 38052.26}, {"day": "2023-12-06", "group": "low", "price": 38045.12}, {"day": "2023-12-07", "group": "low", "price": 38045.12}, {"day": "2023-12-08", "group": "medium", "price": 40330.4}, {"day": "2023-12-09", "group": "medium", "price": 40358.05}, {"day": "2023-12-10", "group": "medium", "price": 43713.71}, {"day": "2023-12-11", "group": "low", "price": 38052.26}, {"day": "2023-12-12", "group": "low", "price": 38045.12}, {"day": "2023-12-13", "group": "low", "price": 38045.12}, {"day": "2023-12-14", "group": "medium", "price": 41102.86}, {"day": "2023-12-15", "group": "medium", "price": 40330.4}, {"day": "2023-12-16", "group": "medium", "price": 40337.53}, {"day": "2023-12-17", "group": "medium", "price": 40200.17}, {"day": "2023-12-18", "group": "low", "price": 38045.12}, {"day": "2023-12-19", "group": "low", "price": 38052.26}, {"day": "2023-12-20", "group": "low", "price": 38045.12}, {"day": "2023-12-21", "group": "low", "price": 38052.26}, {"day": "2023-12-22", "group": "medium", "price": 40330.4}, {"day": "2023-12-23", "group": "high", "price": 51903.96}, {"day": "2023-12-24", "group": "medium", "price": 40330.4}, {"day": "2023-12-25", "group": "high", "price": 51565.9}, {"day": "2023-12-26", "group": "high", "price": 62922.7}, {"day": "2023-12-27", "group": "high", "price": 58511.82}, {"day": "2023-12-28", "group": "high", "price": 60315.42}, {"day": "2023-12-29", "group": "high", "price": 60720.38}, {"day": "2023-12-30", "group": "high", "price": 62922.7}, {"day": "2023-12-31", "group": "high", "price": 67708.23}, {"day": "2024-01-01", "group": "high", "price": 67495.93}, {"day": "2024-01-02", "group": "high", "price": 67835.78}, {"day": "2024-01-03", "group": "high", "price": 53767.33}, {"day": "2024-01-04", "group": "high", "price": 61885.32}, {"day": "2024-01-05", "group": "high", "price": 64002.01}, {"day": "2024-01-06", "group": "high", "price": 64780.72}, {"day": "2024-01-07", "group": "medium", "price": 48720.45}, {"day": "2024-01-08", "group": "high", "price": 56827.74}, {"day": "2024-01-09", "group": "high", "price": 63080.59}, {"day": "2024-01-10", "group": "high", "price": 53022.51}, {"day": "2024-01-11", "group": "high", "price": 58436.89}, {"day": "2024-01-12", "group": "high", "price": 54696.78}, {"day": "2024-01-13", "group": "high", "price": 55918.8}, {"day": "2024-01-14", "group": "high", "price": 53971.59}, {"day": "2024-01-15", "group": "high", "price": 56046.36}, {"day": "2024-01-16", "group": "medium", "price": 45905.33}, {"day": "2024-01-17", "group": "medium", "price": 41705.85}, {"day": "2024-01-18", "group": "medium", "price": 46428.93}, {"day": "2024-01-19", "group": "medium", "price": 44859.92}, {"day": "2024-01-20", "group": "high", "price": 55619.99}, {"day": "2024-01-21", "group": "medium", "price": 41406.14}, {"day": "2024-01-22", "group": "low", "price": 38045.12}, {"day": "2024-01-23", "group": "medium", "price": 40743.39}, {"day": "2024-01-24", "group": "medium", "price": 43790.43}, {"day": "2024-01-25", "group": "low", "price": 38052.26}, {"day": "2024-01-26", "group": "medium", "price": 40330.4}, {"day": "2024-01-27", "group": "medium", "price": 40330.4}, {"day": "2024-01-28", "group": "medium", "price": 40330.4}, {"day": "2024-01-29", "group": "low", "price": 38052.26}, {"day": "2024-01-30", "group": "low", "price": 38378.73}, {"day": "2024-01-31", "group": "low", "price": 38052.26}, {"day": "2024-02-01", "group": "low", "price": 38045.12}, {"day": "2024-02-02", "group": "medium", "price": 40358.05}, {"day": "2024-02-03", "group": "medium", "price": 40330.4}, {"day": "2024-02-04", "group": "medium", "price": 40330.4}, {"day": "2024-02-05", "group": "low", "price": 38378.73}, {"day": "2024-02-06", "group": "low", "price": 38333.23}, {"day": "2024-02-07", "group": "low", "price": 38333.23}, {"day": "2024-02-08", "group": "medium", "price": 40092.24}, {"day": "2024-02-09", "group": "low", "price": 39796.99}, {"day": "2024-02-10", "group": "medium", "price": 40634.57}, {"day": "2024-02-11", "group": "medium", "price": 40743.39}, {"day": "2024-02-12", "group": "low", "price": 38045.12}, {"day": "2024-02-13", "group": "low", "price": 38045.12}, {"day": "2024-02-14", "group": "medium", "price": 40743.39}, {"day": "2024-02-15", "group": "low", "price": 38045.12}, {"day": "2024-02-16", "group": "medium", "price": 40360.73}, {"day": "2024-02-17", "group": "medium", "price": 40092.24}, {"day": "2024-02-18", "group": "medium", "price": 40330.4}, {"day": "2024-02-19", "group": "medium", "price": 40399.08}, {"day": "2024-02-20", "group": "low", "price": 38052.26}, {"day": "2024-02-21", "group": "low", "price": 38127.19}, {"day": "2024-02-22", "group": "low", "price": 38045.12}, {"day": "2024-02-23", "group": "medium", "price": 40358.05}, {"day": "2024-02-24", "group": "medium", "price": 45625.25}, {"day": "2024-02-25", "group": "medium", "price": 43663.76}, {"day": "2024-02-26", "group": "low", "price": 38848.8}, {"day": "2024-02-27", "group": "medium", "price": 41038.64}, {"day": "2024-02-28", "group": "low", "price": 38071.88}, {"day": "2024-02-29", "group": "low", "price": 38045.12}, {"day": "2024-03-01", "group": "medium", "price": 40330.4}, {"day": "2024-03-02", "group": "medium", "price": 40092.24}, {"day": "2024-03-03", "group": "medium", "price": 40330.4}, {"day": "2024-03-04", "group": "low", "price": 38079.02}, {"day": "2024-03-05", "group": "low", "price": 38131.65}, {"day": "2024-03-06", "group": "low", "price": 38071.88}, {"day": "2024-03-07", "group": "low", "price": 38079.02}, {"day": "2024-03-08", "group": "medium", "price": 40330.4}, {"day": "2024-03-09", "group": "medium", "price": 40092.24}, {"day": "2024-03-10", "group": "low", "price": 39796.99}, {"day": "2024-03-11", "group": "medium", "price": 40092.24}, {"day": "2024-03-12", "group": "low", "price": 38071.88}, {"day": "2024-03-13", "group": "low", "price": 38045.12}, {"day": "2024-03-14", "group": "low", "price": 38045.12}, {"day": "2024-03-15", "group": "medium", "price": 40633.68}, {"day": "2024-03-16", "group": "medium", "price": 39836.24}, {"day": "2024-03-17", "group": "low", "price": 39796.99}, {"day": "2024-03-18", "group": "medium", "price": 39824.64}, {"day": "2024-03-20", "group": "low", "price": 37792.69}, {"day": "2024-03-21", "group": "low", "price": 38071.88}, {"day": "2024-03-22", "group": "medium", "price": 39824.64}, {"day": "2024-03-23", "group": "medium", "price": 39824.64}, {"day": "2024-03-24", "group": "medium", "price": 41406.14}, {"day": "2024-03-25", "group": "low", "price": 39796.99}, {"day": "2024-03-26", "group": "low", "price": 38078.13}, {"day": "2024-03-27", "group": "medium", "price": 41137.65}, {"day": "2024-03-28", "group": "low", "price": 38127.19}, {"day": "2024-03-29", "group": "medium", "price": 39824.64}, {"day": "2024-03-30", "group": "medium", "price": 40092.24}, {"day": "2024-03-31", "group": "low", "price": 39804.13}, {"day": "2024-04-01", "group": "medium", "price": 45835.76}, {"day": "2024-04-02", "group": "low", "price": 38052.26}, {"day": "2024-04-03", "group": "medium", "price": 45400.47}, {"day": "2024-04-04", "group": "low", "price": 38071.88}, {"day": "2024-04-05", "group": "medium", "price": 48114.79}, {"day": "2024-04-06", "group": "medium", "price": 48749.89}, {"day": "2024-04-07", "group": "medium", "price": 46587.7}, {"day": "2024-04-08", "group": "medium", "price": 47016.75}, {"day": "2024-04-09", "group": "medium", "price": 41093.05}, {"day": "2024-04-10", "group": "low", "price": 38052.26}, {"day": "2024-04-11", "group": "medium", "price": 41403.46}, {"day": "2024-04-12", "group": "medium", "price": 45656.47}, {"day": "2024-04-13", "group": "high", "price": 50502.64}, {"day": "2024-04-14", "group": "medium", "price": 40333.07}, {"day": "2024-04-15", "group": "high", "price": 51730.02}, {"day": "2024-04-16", "group": "low", "price": 38045.12}, {"day": "2024-04-17", "group": "medium", "price": 41093.05}, {"day": "2024-04-18", "group": "medium", "price": 41100.19}, {"day": "2024-04-20", "group": "high", "price": 50502.64}, {"day": "2024-04-21", "group": "medium", "price": 45625.25}, {"day": "2024-04-23", "group": "medium", "price": 41121.59}, {"day": "2024-04-24", "group": "medium", "price": 45867.87}, {"day": "2024-04-26", "group": "medium", "price": 45985.61}, {"day": "2024-04-27", "group": "high", "price": 51432.1}, {"day": "2024-04-28", "group": "high", "price": 54011.73}, {"day": "2024-04-29", "group": "high", "price": 51873.63}, {"day": "2024-04-30", "group": "low", "price": 38045.12}, {"day": "2024-05-01", "group": "medium", "price": 45558.35}, {"day": "2024-05-02", "group": "medium", "price": 42257.1}, {"day": "2024-05-03", "group": "medium", "price": 42880.6}, {"day": "2024-05-04", "group": "medium", "price": 46616.25}, {"day": "2024-05-05", "group": "medium", "price": 42538.96}, {"day": "2024-05-06", "group": "medium", "price": 42601.4}, {"day": "2024-05-07", "group": "medium", "price": 42880.6}, {"day": "2024-05-08", "group": "medium", "price": 49206.58}, {"day": "2024-05-09", "group": "medium", "price": 42880.6}, {"day": "2024-05-10", "group": "medium", "price": 44444.25}, {"day": "2024-05-11", "group": "high", "price": 52378.5}, {"day": "2024-05-12", "group": "high", "price": 155584.33}, {"day": "2024-05-13", "group": "medium", "price": 50483.02}, {"day": "2024-05-14", "group": "medium", "price": 48774.86}, {"day": "2024-05-15", "group": "medium", "price": 48280.7}, {"day": "2024-05-16", "group": "high", "price": 50921.88}, {"day": "2024-05-17", "group": "medium", "price": 44470.12}, {"day": "2024-05-18", "group": "medium", "price": 45609.19}, {"day": "2024-05-20", "group": "medium", "price": 44857.24}, {"day": "2024-05-21", "group": "medium", "price": 42257.1}, {"day": "2024-05-22", "group": "medium", "price": 45392.44}, {"day": "2024-05-23", "group": "high", "price": 196289.37}, {"day": "2024-05-24", "group": "medium", "price": 44444.25}, {"day": "2024-05-25", "group": "medium", "price": 43839.48}, {"day": "2024-05-26", "group": "medium", "price": 48749.89}, {"day": "2024-05-28", "group": "high", "price": 51285.81}, {"day": "2024-05-29", "group": "high", "price": 51840.63}, {"day": "2024-05-30", "group": "high", "price": 51901.28}, {"day": "2024-05-31", "group": "medium", "price": 42601.4}, {"day": "2024-06-01", "group": "medium", "price": 42227.66}, {"day": "2024-06-02", "group": "high", "price": 156824.2}, {"day": "2024-06-03", "group": "high", "price": 50669.45}, {"day": "2024-06-04", "group": "high", "price": 51615.85}, {"day": "2024-06-05", "group": "high", "price": 51701.48}, {"day": "2024-06-06", "group": "medium", "price": 43840.38}, {"day": "2024-06-07", "group": "medium", "price": 43870.7}, {"day": "2024-06-09", "group": "medium", "price": 48783.78}, {"day": "2024-06-10", "group": "medium", "price": 43203.5}, {"day": "2024-06-11", "group": "low", "price": 38052.26}, {"day": "2024-06-12", "group": "medium", "price": 41403.46}, {"day": "2024-06-14", "group": "medium", "price": 48783.78}, {"day": "2024-06-15", "group": "medium", "price": 43840.38}, {"day": "2024-06-17", "group": "medium", "price": 45106.11}, {"day": "2024-06-18", "group": "medium", "price": 44979.45}, {"day": "2024-06-20", "group": "medium", "price": 45081.13}, {"day": "2024-06-21", "group": "medium", "price": 42601.4}, {"day": "2024-06-22", "group": "medium", "price": 42854.73}, {"day": "2024-06-24", "group": "medium", "price": 42227.66}, {"day": "2024-06-26", "group": "medium", "price": 41729.93}, {"day": "2024-06-28", "group": "medium", "price": 42880.6}, {"day": "2024-07-01", "group": "high", "price": 51285.81}, {"day": "2024-07-02", "group": "high", "price": 54306.09}, {"day": "2024-07-04", "group": "medium", "price": 44419.28}, {"day": "2024-07-07", "group": "medium", "price": 44419.28}, {"day": "2024-07-08", "group": "medium", "price": 44080.32}, {"day": "2024-07-09", "group": "medium", "price": 44419.28}, {"day": "2024-07-10", "group": "medium", "price": 44388.06}, {"day": "2024-07-11", "group": "medium", "price": 41971.66}, {"day": "2024-07-12", "group": "medium", "price": 44419.28}, {"day": "2024-07-15", "group": "medium", "price": 44771.61}, {"day": "2024-07-21", "group": "high", "price": 54846.63}, {"day": "2024-07-22", "group": "high", "price": 57385.23}, {"day": "2024-07-23", "group": "high", "price": 63698.73}, {"day": "2024-07-29", "group": "high", "price": 69099.73}, {"day": "2024-07-30", "group": "high", "price": 63696.95}, {"day": "2024-07-31", "group": "high", "price": 63696.95}, {"day": "2024-08-02", "group": "high", "price": 64063.56}, {"day": "2024-08-05", "group": "high", "price": 65656.65}, {"day": "2024-08-06", "group": "high", "price": 64124.21}, {"day": "2024-08-11", "group": "high", "price": 62657.78}, {"day": "2024-08-12", "group": "high", "price": 63849.48}, {"day": "2024-08-13", "group": "high", "price": 63696.95}, {"day": "2024-08-14", "group": "high", "price": 76250.81}, {"day": "2024-08-15", "group": "high", "price": 65656.65}, {"day": "2024-08-16", "group": "high", "price": 68175.63}, {"day": "2024-08-18", "group": "high", "price": 63008.33}, {"day": "2024-08-19", "group": "high", "price": 64701.33}, {"day": "2024-08-20", "group": "high", "price": 64663.87}, {"day": "2024-08-23", "group": "high", "price": 63004.77}, {"day": "2024-08-27", "group": "high", "price": 69417.28}, {"day": "2024-08-28", "group": "high", "price": 56533.38}, {"day": "2024-08-29", "group": "high", "price": 66588.78}, {"day": "2024-08-30", "group": "high", "price": 69417.28}, {"day": "2024-09-01", "group": "high", "price": 54265.06}, {"day": "2024-09-03", "group": "high", "price": 54643.26}, {"day": "2024-09-13", "group": "medium", "price": 43663.76}, {"day": "2024-09-17", "group": "medium", "price": 41093.05}, {"day": "2024-09-18", "group": "medium", "price": 41093.05}, {"day": "2024-09-25", "group": "medium", "price": 41093.05}, {"day": "2024-10-01", "group": "medium", "price": 41093.05}, {"day": "2024-10-02", "group": "medium", "price": 41880.68}, {"day": "2024-10-09", "group": "medium", "price": 41121.59}, {"day": "2024-10-10", "group": "medium", "price": 41403.46}, {"day": "2024-10-14", "group": "medium", "price": 41437.36}, {"day": "2024-10-15", "group": "medium", "price": 41137.65}, {"day": "2024-10-16", "group": "medium", "price": 41137.65}, {"day": "2024-10-17", "group": "medium", "price": 41121.59}, {"day": "2024-10-19", "group": "medium", "price": 43633.44}, {"day": "2024-10-24", "group": "low", "price": 38071.88}, {"day": "2024-10-26", "group": "high", "price": 244661.95}, {"day": "2024-10-30", "group": "low", "price": 38071.88}, {"day": "2024-11-01", "group": "high", "price": 84926.3}], "currency": "INR"}, "priceForReturnFlight": {"price": 100504.89, "currency": "INR"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "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"]}, "priceForReturnFlight": {"type": "object", "properties": {"price": {"type": "number"}, "currency": {"type": "string"}}, "required": ["currency", "price"]}}, "required": ["flights", "priceForReturnFlight"]}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/40acce8c-a156-4da5-aa2e-871aa9a92623/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getPrice
-
200
Response
{"status": true, "timestamp": 1699211598266, "data": {"metaInfo": {"ratesCta": "Go to site", "rates": [{"partnerName": "Agoda", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_ad.png", "partnerId": "h_ad", "roomType": "Double room", "roomPolicies": "Room only, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_ad/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=22&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=14570.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJhNDI3OTBiYTRhOWMwYzMxODhhNjZlM2ZiNTZhZTU0NCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LmFnb2RhLmNvbS9lbi1nYi9wYXJ0bmVycy9wYXJ0bmVyc2VhcmNoLmFzcHg%2FY2lkPTE4NDYzNzEmaGlkPTQzODc5JmN1cnJlbmN5PUlOUiZjaGVja2luPTIwMjMtMTEtMDcmY2hlY2tvdXQ9MjAyMy0xMS0wOCZOdW1iZXJvZkFkdWx0cz0yJk51bWJlcm9mQ2hpbGRyZW49MiZjaGlsZGFnZXM9MCwxNyZSb29tcz0xJm1jaWQ9MzMyIn0%3D&max_price=64000.0&channel=iphone", "rawPrice": 14570, "rawPriceGbp": 142, "price": "\u20b9 14,570", "rateBriefFeatures": ["Room only", "Non refundable", "Double room"], "isOfficial": false, "isShowHotelName": false}, {"partnerName": "ZenHotels", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_zh.png", "partnerId": "h_zh", "roomType": "Room", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_zh/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=927794&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=63868.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICI0NTMxZGVjMzY5ODg5OTc2Mzg4NzJmMWRhYTAxYTNiZCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LnplbmhvdGVscy5jb20vZ28vcm9vbXMvdGhlX2xhbGl0X3Jlc2lkZW5jeV9tdW1iYWkvP2N1cj1JTlImZGF0ZXM9MDcuMTEuMjAyMy0wOC4xMS4yMDIzJmd1ZXN0cz0yYW5kMC4xNyZsYW5nPWVuJnBhcnRuZXJfZGF0YT1wQ3BKOWdTeF8yRDZHdVNpZWE2R2F5ZmE4NFpYTE5wdXRaa2ZOMVFncDJ3T0RrZk9VLVU0YmdpVTZILVppNmp1U1NFMjlqUWFJNnRjX3Q1MVNNYnpKN2U0SWhDTUI2OUQ2Q3pwWU1YazdLcjVZMDZZZjU2NWVYSlVyT0Y1Y2QyaTAzLV9OYTUwOW1uMC1BJTNEJTNEJnBhcnRuZXJfc2x1Zz1mb2dnLmFmZmlsaWF0ZS5iNGVjJnJlcXVlc3RfaWQ9JnJvb209cy1iM2U5MDM3Ni0yNzhmLTViOWItYmQ1NS04MGRhMGM1MTEzMDQmc2Nyb2xsPXByaWNlcyZ1dG1fY2FtcGFpZ249ZW4taW4mdXRtX21lZGl1bT1jcGEtbWV0YXNlYXJjaCZ1dG1fc291cmNlPWZvZ2cifQ%3D%3D&max_price=64000.0&channel=iphone", "rawPrice": 63868, "rawPriceGbp": 621, "price": "\u20b9 63,868", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Room"], "isOfficial": false, "isShowHotelName": false}, {"partnerName": "Expedia", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_xp.png", "partnerId": "h_xp", "roomType": "Suite", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_xp/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=1&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=64000.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJjOWM3NzQ0MjQxNWQyYzk4YWQ5YTA4OTk3YTllZGQ2ZCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LmV4cGVkaWEuY28uaW4vSG90ZWwtU2VhcmNoP21wZD1JTlImdHBpZD0yNyZtcGU9MTY5OTIxMTU5NyZlbmREYXRlPTIwMjMtMTEtMDgmYWR1bHRzPTImbXBtPTI0JmNoaWQ9MmE2ZTJhMzgtZThiNC00NzU1LTllOTAtMzI2YWRiYTE0MTNlJmVhcGlkPTE3JmNoaWxkcmVuPTFfMCwxXzE3Jm1jdGM9MyZjdXJyZW5jeT1JTlImcmF0ZXBsYW5pZD0yMzQyMjcwMzYmbGFuZ2lkPTIwNTcmc2VsZWN0ZWQ9OTc3Mjg4JnN0YXJ0RGF0ZT0yMDIzLTExLTA3Jm1wYj0xMTUyMC4wMCZtcGE9NjQwMDAuMDAifQ%3D%3D&max_price=64000.0&channel=iphone", "rawPrice": 64000, "rawPriceGbp": 622, "price": "\u20b9 64,000", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Suite"], "isOfficial": false, "isShowHotelName": false}, {"partnerName": "Hotels.com", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_hc.png", "partnerId": "h_hc", "roomType": "Suite", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_hc/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=17&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=64000.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJhZmFmZGI2N2IxNGNlNmE5YzUxMmY3YWMzMmU5NDVjMSJ9LCAidXJsIjogImh0dHBzOi8vaW4uaG90ZWxzLmNvbS9Ib3RlbC1TZWFyY2g%2FbXBkPUlOUiZ0cGlkPTMyMDImbXBlPTE2OTkyMTE1OTcmZW5kRGF0ZT0yMDIzLTExLTA4JmFkdWx0cz0yJm1wbT0yNCZjaGlkPWVlY2FlNTU5LTUyYTAtNGFiNy1iMGExLTIwM2I1Nzk5ZDg5ZiZlYXBpZD0zNiZjaGlsZHJlbj0xXzAsMV8xNyZtY3RjPTMmY3VycmVuY3k9SU5SJnJhdGVwbGFuaWQ9MjM0MjI3MDM2JmxhbmdpZD0yMDU3JnNlbGVjdGVkPTk3NzI4OCZzdGFydERhdGU9MjAyMy0xMS0wNyZtcGI9MTE1MjAuMDAmbXBhPTY0MDAwLjAwIn0%3D&max_price=64000.0&channel=iphone", "rawPrice": 64000, "rawPriceGbp": 622, "price": "\u20b9 64,000", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Suite"], "isOfficial": false, "isShowHotelName": false}]}, "roomTypes": [], "cheapestPrice": {"price": "\u20b9 14,570", "totalWithTaxes": "\u20b9 17,193", "funnelType": "meta", "partnerId": "h_ad", "rateAttributes": [], "rawPrice": 14570}, "exclusiveDeal": null, "mostPopularRates": [{"partnerName": "ZenHotels", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_zh.png", "partnerId": "h_zh", "roomType": "Room", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_zh/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=927794&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=63868.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICI0NTMxZGVjMzY5ODg5OTc2Mzg4NzJmMWRhYTAxYTNiZCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LnplbmhvdGVscy5jb20vZ28vcm9vbXMvdGhlX2xhbGl0X3Jlc2lkZW5jeV9tdW1iYWkvP2N1cj1JTlImZGF0ZXM9MDcuMTEuMjAyMy0wOC4xMS4yMDIzJmd1ZXN0cz0yYW5kMC4xNyZsYW5nPWVuJnBhcnRuZXJfZGF0YT1wQ3BKOWdTeF8yRDZHdVNpZWE2R2F5ZmE4NFpYTE5wdXRaa2ZOMVFncDJ3T0RrZk9VLVU0YmdpVTZILVppNmp1U1NFMjlqUWFJNnRjX3Q1MVNNYnpKN2U0SWhDTUI2OUQ2Q3pwWU1YazdLcjVZMDZZZjU2NWVYSlVyT0Y1Y2QyaTAzLV9OYTUwOW1uMC1BJTNEJTNEJnBhcnRuZXJfc2x1Zz1mb2dnLmFmZmlsaWF0ZS5iNGVjJnJlcXVlc3RfaWQ9JnJvb209cy1iM2U5MDM3Ni0yNzhmLTViOWItYmQ1NS04MGRhMGM1MTEzMDQmc2Nyb2xsPXByaWNlcyZ1dG1fY2FtcGFpZ249ZW4taW4mdXRtX21lZGl1bT1jcGEtbWV0YXNlYXJjaCZ1dG1fc291cmNlPWZvZ2cifQ%3D%3D&max_price=64000.0&channel=iphone", "rawPrice": 63868, "rawPriceGbp": 621, "price": "\u20b9 63,868", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Room"], "isOfficial": false, "isShowHotelName": false, "funnelType": "meta"}, {"partnerName": "Expedia", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_xp.png", "partnerId": "h_xp", "roomType": "Suite", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_xp/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=1&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=64000.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJjOWM3NzQ0MjQxNWQyYzk4YWQ5YTA4OTk3YTllZGQ2ZCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LmV4cGVkaWEuY28uaW4vSG90ZWwtU2VhcmNoP21wZD1JTlImdHBpZD0yNyZtcGU9MTY5OTIxMTU5NyZlbmREYXRlPTIwMjMtMTEtMDgmYWR1bHRzPTImbXBtPTI0JmNoaWQ9MmE2ZTJhMzgtZThiNC00NzU1LTllOTAtMzI2YWRiYTE0MTNlJmVhcGlkPTE3JmNoaWxkcmVuPTFfMCwxXzE3Jm1jdGM9MyZjdXJyZW5jeT1JTlImcmF0ZXBsYW5pZD0yMzQyMjcwMzYmbGFuZ2lkPTIwNTcmc2VsZWN0ZWQ9OTc3Mjg4JnN0YXJ0RGF0ZT0yMDIzLTExLTA3Jm1wYj0xMTUyMC4wMCZtcGE9NjQwMDAuMDAifQ%3D%3D&max_price=64000.0&channel=iphone", "rawPrice": 64000, "rawPriceGbp": 622, "price": "\u20b9 64,000", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Suite"], "isOfficial": false, "isShowHotelName": false, "funnelType": "meta"}, {"partnerName": "Hotels.com", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_hc.png", "partnerId": "h_hc", "roomType": "Suite", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_hc/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=17&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=64000.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJhZmFmZGI2N2IxNGNlNmE5YzUxMmY3YWMzMmU5NDVjMSJ9LCAidXJsIjogImh0dHBzOi8vaW4uaG90ZWxzLmNvbS9Ib3RlbC1TZWFyY2g%2FbXBkPUlOUiZ0cGlkPTMyMDImbXBlPTE2OTkyMTE1OTcmZW5kRGF0ZT0yMDIzLTExLTA4JmFkdWx0cz0yJm1wbT0yNCZjaGlkPWVlY2FlNTU5LTUyYTAtNGFiNy1iMGExLTIwM2I1Nzk5ZDg5ZiZlYXBpZD0zNiZjaGlsZHJlbj0xXzAsMV8xNyZtY3RjPTMmY3VycmVuY3k9SU5SJnJhdGVwbGFuaWQ9MjM0MjI3MDM2JmxhbmdpZD0yMDU3JnNlbGVjdGVkPTk3NzI4OCZzdGFydERhdGU9MjAyMy0xMS0wNyZtcGI9MTE1MjAuMDAmbXBhPTY0MDAwLjAwIn0%3D&max_price=64000.0&channel=iphone", "rawPrice": 64000, "rawPriceGbp": 622, "price": "\u20b9 64,000", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Suite"], "isOfficial": false, "isShowHotelName": false, "funnelType": "meta"}], "noOfferPartners": [{"is_dbook": false, "logo": "www.skyscanner.co.in/images/websites/220x80/h_mq.png", "partner_type": "OTA", "is_official": false, "website_id": "h_mq", "name": "MakeMyTrip"}, {"is_dbook": false, "logo": "www.skyscanner.co.in/images/websites/220x80/h_yt.png", "partner_type": "OTA", "is_official": false, "website_id": "h_yt", "name": "Yatra"}, {"is_dbook": false, "logo": "www.skyscanner.co.in/images/websites/220x80/h_bc.png", "partner_type": "OTA", "is_official": false, "website_id": "h_bc", "name": "Booking.com"}, {"is_dbook": false, "logo": "www.skyscanner.co.in/images/websites/220x80/h_fd.png", "partner_type": "OTA", "is_official": false, "website_id": "h_fd", "name": "Vio.com"}, {"is_dbook": false, "logo": "www.skyscanner.co.in/images/websites/220x80/h_wp.png", "partner_type": "Chain", "is_official": true, "website_id": "h_wp", "name": "WIHP Hotels"}], "isShowMostPopularSeeAll": false, "policyInfo": "Taxes and fees not included.", "otaRates": [{"partnerName": "Agoda", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_ad.png", "partnerId": "h_ad", "roomType": "Double room", "roomPolicies": "Room only, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_ad/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=22&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=14570.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJhNDI3OTBiYTRhOWMwYzMxODhhNjZlM2ZiNTZhZTU0NCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LmFnb2RhLmNvbS9lbi1nYi9wYXJ0bmVycy9wYXJ0bmVyc2VhcmNoLmFzcHg%2FY2lkPTE4NDYzNzEmaGlkPTQzODc5JmN1cnJlbmN5PUlOUiZjaGVja2luPTIwMjMtMTEtMDcmY2hlY2tvdXQ9MjAyMy0xMS0wOCZOdW1iZXJvZkFkdWx0cz0yJk51bWJlcm9mQ2hpbGRyZW49MiZjaGlsZGFnZXM9MCwxNyZSb29tcz0xJm1jaWQ9MzMyIn0%3D&max_price=64000.0&channel=iphone", "rawPrice": 14570, "rawPriceGbp": 142, "price": "\u20b9 14,570", "rateBriefFeatures": ["Room only", "Non refundable", "Double room"], "isOfficial": false, "isShowHotelName": false, "funnelType": "meta"}, {"partnerName": "ZenHotels", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_zh.png", "partnerId": "h_zh", "roomType": "Room", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_zh/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=927794&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=63868.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICI0NTMxZGVjMzY5ODg5OTc2Mzg4NzJmMWRhYTAxYTNiZCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LnplbmhvdGVscy5jb20vZ28vcm9vbXMvdGhlX2xhbGl0X3Jlc2lkZW5jeV9tdW1iYWkvP2N1cj1JTlImZGF0ZXM9MDcuMTEuMjAyMy0wOC4xMS4yMDIzJmd1ZXN0cz0yYW5kMC4xNyZsYW5nPWVuJnBhcnRuZXJfZGF0YT1wQ3BKOWdTeF8yRDZHdVNpZWE2R2F5ZmE4NFpYTE5wdXRaa2ZOMVFncDJ3T0RrZk9VLVU0YmdpVTZILVppNmp1U1NFMjlqUWFJNnRjX3Q1MVNNYnpKN2U0SWhDTUI2OUQ2Q3pwWU1YazdLcjVZMDZZZjU2NWVYSlVyT0Y1Y2QyaTAzLV9OYTUwOW1uMC1BJTNEJTNEJnBhcnRuZXJfc2x1Zz1mb2dnLmFmZmlsaWF0ZS5iNGVjJnJlcXVlc3RfaWQ9JnJvb209cy1iM2U5MDM3Ni0yNzhmLTViOWItYmQ1NS04MGRhMGM1MTEzMDQmc2Nyb2xsPXByaWNlcyZ1dG1fY2FtcGFpZ249ZW4taW4mdXRtX21lZGl1bT1jcGEtbWV0YXNlYXJjaCZ1dG1fc291cmNlPWZvZ2cifQ%3D%3D&max_price=64000.0&channel=iphone", "rawPrice": 63868, "rawPriceGbp": 621, "price": "\u20b9 63,868", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Room"], "isOfficial": false, "isShowHotelName": false, "funnelType": "meta"}, {"partnerName": "Expedia", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_xp.png", "partnerId": "h_xp", "roomType": "Suite", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_xp/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=1&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=64000.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJjOWM3NzQ0MjQxNWQyYzk4YWQ5YTA4OTk3YTllZGQ2ZCJ9LCAidXJsIjogImh0dHBzOi8vd3d3LmV4cGVkaWEuY28uaW4vSG90ZWwtU2VhcmNoP21wZD1JTlImdHBpZD0yNyZtcGU9MTY5OTIxMTU5NyZlbmREYXRlPTIwMjMtMTEtMDgmYWR1bHRzPTImbXBtPTI0JmNoaWQ9MmE2ZTJhMzgtZThiNC00NzU1LTllOTAtMzI2YWRiYTE0MTNlJmVhcGlkPTE3JmNoaWxkcmVuPTFfMCwxXzE3Jm1jdGM9MyZjdXJyZW5jeT1JTlImcmF0ZXBsYW5pZD0yMzQyMjcwMzYmbGFuZ2lkPTIwNTcmc2VsZWN0ZWQ9OTc3Mjg4JnN0YXJ0RGF0ZT0yMDIzLTExLTA3Jm1wYj0xMTUyMC4wMCZtcGE9NjQwMDAuMDAifQ%3D%3D&max_price=64000.0&channel=iphone", "rawPrice": 64000, "rawPriceGbp": 622, "price": "\u20b9 64,000", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Suite"], "isOfficial": false, "isShowHotelName": false, "funnelType": "meta"}, {"partnerName": "Hotels.com", "partnerLogo": "https://www.skyscanner.co.in/images/websites/220x80/h_hc.png", "partnerId": "h_hc", "roomType": "Suite", "roomPolicies": "Breakfast included, Non refundable", "deeplink": "www.skyscanner.co.in/hotel_deeplink/4.0/IN/en-GB/INR/h_hc/47023082/2023-11-07/2023-11-08/hotel/hotel/hotels?guests=2&rooms=1&legacy_provider_id=17&request_id=26d764b0-7ae2-4473-992f-190d7b56b4c8&q_datetime_utc=2023-11-05T19%3A13%3A18&redirect_delay=1000&children_ages=0%2C17&appName=goiPhone&appVersion=7.100&client_id=skyscanner_app&tm_city_code=IBOM&tm_country_code=IN&tm_place_name=Mumbai&tm_stars=5&ticket_price=64000.0&deeplink_data=eyJmaWVsZHMiOiB7InNpZ25hdHVyZSI6ICJhZmFmZGI2N2IxNGNlNmE5YzUxMmY3YWMzMmU5NDVjMSJ9LCAidXJsIjogImh0dHBzOi8vaW4uaG90ZWxzLmNvbS9Ib3RlbC1TZWFyY2g%2FbXBkPUlOUiZ0cGlkPTMyMDImbXBlPTE2OTkyMTE1OTcmZW5kRGF0ZT0yMDIzLTExLTA4JmFkdWx0cz0yJm1wbT0yNCZjaGlkPWVlY2FlNTU5LTUyYTAtNGFiNy1iMGExLTIwM2I1Nzk5ZDg5ZiZlYXBpZD0zNiZjaGlsZHJlbj0xXzAsMV8xNyZtY3RjPTMmY3VycmVuY3k9SU5SJnJhdGVwbGFuaWQ9MjM0MjI3MDM2JmxhbmdpZD0yMDU3JnNlbGVjdGVkPTk3NzI4OCZzdGFydERhdGU9MjAyMy0xMS0wNyZtcGI9MTE1MjAuMDAmbXBhPTY0MDAwLjAwIn0%3D&max_price=64000.0&channel=iphone", "rawPrice": 64000, "rawPriceGbp": 622, "price": "\u20b9 64,000", "rateBriefFeatures": ["Breakfast included", "Non refundable", "Suite"], "isOfficial": false, "isShowHotelName": false, "funnelType": "meta"}], "localCurrency": "", "searchId": "fa7d3877c44b7b6e1efa4329d2ec285e9bcdae0bda81b9b82bc5a02561b11b42", "requestId": "26d764b0-7ae2-4473-992f-190d7b56b4c8"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"metaInfo": {"type": "object", "properties": {"ratesCta": {"type": "string"}, "rates": {"type": "array", "items": {"type": "object", "properties": {"partnerName": {"type": "string"}, "partnerLogo": {"type": "string"}, "partnerId": {"type": "string"}, "roomType": {"type": "string"}, "roomPolicies": {"type": "string"}, "deeplink": {"type": "string"}, "rawPrice": {"type": "integer"}, "rawPriceGbp": {"type": "integer"}, "price": {"type": "string"}, "rateBriefFeatures": {"type": "array", "items": {"type": "string"}}, "isOfficial": {"type": "boolean"}, "isShowHotelName": {"type": "boolean"}}, "required": ["deeplink", "isOfficial", "isShowHotelName", "partnerId", "partnerLogo", "partnerName", "price", "rateBriefFeatures", "rawPrice", "rawPriceGbp", "roomPolicies", "roomType"]}}}, "required": ["rates", "ratesCta"]}, "roomTypes": {"type": "array"}, "cheapestPrice": {"type": "object", "properties": {"price": {"type": "string"}, "totalWithTaxes": {"type": "string"}, "funnelType": {"type": "string"}, "partnerId": {"type": "string"}, "rateAttributes": {"type": "array"}, "rawPrice": {"type": "integer"}}, "required": ["funnelType", "partnerId", "price", "rateAttributes", "rawPrice", "totalWithTaxes"]}, "exclusiveDeal": {"type": "null"}, "mostPopularRates": {"type": "array", "items": {"type": "object", "properties": {"partnerName": {"type": "string"}, "partnerLogo": {"type": "string"}, "partnerId": {"type": "string"}, "roomType": {"type": "string"}, "roomPolicies": {"type": "string"}, "deeplink": {"type": "string"}, "rawPrice": {"type": "integer"}, "rawPriceGbp": {"type": "integer"}, "price": {"type": "string"}, "rateBriefFeatures": {"type": "array", "items": {"type": "string"}}, "isOfficial": {"type": "boolean"}, "isShowHotelName": {"type": "boolean"}, "funnelType": {"type": "string"}}, "required": ["deeplink", "funnelType", "isOfficial", "isShowHotelName", "partnerId", "partnerLogo", "partnerName", "price", "rateBriefFeatures", "rawPrice", "rawPriceGbp", "roomPolicies", "roomType"]}}, "noOfferPartners": {"type": "array", "items": {"type": "object", "properties": {"is_dbook": {"type": "boolean"}, "logo": {"type": "string"}, "partner_type": {"type": "string"}, "is_official": {"type": "boolean"}, "website_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["is_dbook", "is_official", "logo", "name", "partner_type", "website_id"]}}, "isShowMostPopularSeeAll": {"type": "boolean"}, "policyInfo": {"type": "string"}, "otaRates": {"type": "array", "items": {"type": "object", "properties": {"partnerName": {"type": "string"}, "partnerLogo": {"type": "string"}, "partnerId": {"type": "string"}, "roomType": {"type": "string"}, "roomPolicies": {"type": "string"}, "deeplink": {"type": "string"}, "rawPrice": {"type": "integer"}, "rawPriceGbp": {"type": "integer"}, "price": {"type": "string"}, "rateBriefFeatures": {"type": "array", "items": {"type": "string"}}, "isOfficial": {"type": "boolean"}, "isShowHotelName": {"type": "boolean"}, "funnelType": {"type": "string"}}, "required": ["deeplink", "funnelType", "isOfficial", "isShowHotelName", "partnerId", "partnerLogo", "partnerName", "price", "rateBriefFeatures", "rawPrice", "rawPriceGbp", "roomPolicies", "roomType"]}}, "localCurrency": {"type": "string"}, "searchId": {"type": "string"}, "requestId": {"type": "string"}}, "required": ["cheapestPrice", "exclusiveDeal", "isShowMostPopularSeeAll", "localCurrency", "metaInfo", "mostPopularRates", "noOfferPartners", "otaRates", "policyInfo", "requestId", "roomTypes", "searchId"]}}, "required": ["data", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/df6a236d-fa79-4913-9815-7c46707251e6/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getHotelDetails
-
200
Response
{"status": true, "timestamp": 1699211546724, "data": {"general": {"name": "The Lalit Mumbai", "stars": 5}, "goodToKnow": {"title": "Good to know", "checkinTime": {"title": "Check in from", "time": "14:00"}, "checkoutTime": {"title": "Check out before", "time": "12:00"}, "description": {"title": "Hotel description", "content": "The Lalit Mumbai is located along Sahar Airport Road, about 1 km from Sahar International Airport. The hotel offers an outdoor pool, flat-screen cable TVs and 6 dining options.", "image": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614104/654614104_WxH.jpg", "translated": false, "needTranslation": false, "locale": "en-GB"}, "policies": {"title": "Hotel policies", "content": [{"icon": "family", "translated": false, "needTranslation": false, "locale": "en-GB", "key": "Children", "type": "Children", "values": [{"content": "Children are welcome at this hotel."}]}, {"icon": "hotels--pets-allowed", "translated": false, "needTranslation": false, "locale": "en-GB", "key": "Pets", "type": "Pets", "values": [{"content": "Pets are not allowed."}]}, {"icon": "food", "translated": false, "needTranslation": false, "locale": "en-GB", "key": "Breakfast", "type": "Breakfast", "values": [{"content": "Breakfast available."}], "details": [{"translated": false, "needTranslation": false, "locale": "en-GB", "key": "BreakfastOptions", "type": "Breakfast options", "values": [{"content": "Asian breakfast, Continental breakfast."}]}, {"translated": false, "needTranslation": false, "locale": "en-GB", "key": "BreakfastPrice", "type": "Breakfast price", "values": [{"content": "Please contact hotel for price information."}]}]}, {"icon": "information--language-alert", "translated": false, "needTranslation": false, "locale": "en-GB", "key": "ImportantNoticeFromTheHotel", "type": "Important information from the hotel", "values": [{"content": "Please inform The Lalit Mumbai-Airport in advance of your expected arrival time. You can use the Special Requests box when booking, or contact the property directly with the contact details provided in your confirmation. Guests are required to show a photo identification and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply. In response to Coronavirus (COVID-19), additional safety and sanitation measures are in effect at this property. Food & beverage services at this property may be limited or unavailable due to Coronavirus (COVID-19). Due to Coronavirus (COVID-19), this property is taking steps to help protect the safety of guests and staff. Certain services and amenities may be reduced or unavailable as a result. In accordance with government guidelines to minimise transmission of the Coronavirus (COVID-19), this property may request additional documentation from guests to validate identity, travel itinerary and other relevant information, during dates where such guidelines exist. Please note that strong-smelling food/beverages forbidden within hotel premises."}]}, {"icon": "payment-card", "translated": false, "needTranslation": false, "locale": "en-GB", "key": "PaymentMethod", "type": "Accepted payment methods", "values": [{"title": "The hotel accepts the following payment methods:", "content": ["Cash", "Visa Card", "American Express Card", "Master Card"]}]}]}}, "childrenAndExtraBed": {"title": "Children and extra bed", "content": [{"translated": false, "needTranslation": false, "locale": "en-GB", "key": "HotelRemarks", "type": "Hotel remarks", "values": [{"content": "Any further increase due to the GST Implementation or any future Levy of State/Central Tax will be applicable over and above the current rate. Please note that Wifi is chargeable for the two other room categories ie Deluxe and Premier Room. The property does not allow room parties, visitors, outside liquor and food in guest rooms. The property does not permit food and beverages from outside. Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out."}], "title": "Other"}]}, "location": {"title": "Location", "shortAddress": "Sahar Airport Road, Mumbai", "address": "Sahar Airport Road, 400059 Mumbai, India", "rawAddress": {"adm1": "Maharashtra", "street_address": "Sahar Airport Road", "postcode": "400059", "city": "Mumbai", "nation": "India", "cityId": "27539520"}, "coordinates": {"latitude": 19.10487, "longitude": 72.8756}, "cta": "Explore"}, "gallery": {"images": [{"category": "Pool", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943227/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943227/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943227/1195943227_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007049/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007049/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007049/962007049_WxH.jpg"}, {"category": "Video", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943227/1195943227_WxH.jpg", "uri": "https://d2xf5gjipzd8cd.cloudfront.net/videos/hotels/85322.mp4"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943257/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943257/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943257/1195943257_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614168/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614168/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614168/654614168_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057720/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057720/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057720/1116057720_WxH.jpg"}, {"category": "Pool", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614104/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614104/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614104/654614104_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614129/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614129/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614129/654614129_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614155/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614155/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614155/654614155_WxH.jpg"}, {"category": "Gym", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007056/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007056/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007056/962007056_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614084/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614084/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614084/654614084_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614098/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614098/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614098/654614098_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006977/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006977/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006977/962006977_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052605/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052605/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052605/1088052605_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613980/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613980/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613980/654613980_WxH.jpg"}, {"category": "Pool", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/461746076/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/461746076/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/461746076/461746076_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007004/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007004/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007004/962007004_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614213/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614213/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614213/654614213_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614001/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614001/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614001/654614001_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390739/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390739/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390739/1204390739_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052593/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052593/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052593/1088052593_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052604/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052604/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052604/1088052604_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614224/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614224/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614224/654614224_WxH.jpg"}, {"category": "Pool", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614111/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614111/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614111/654614111_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057853/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057853/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057853/1116057853_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614229/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614229/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614229/654614229_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614013/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614013/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614013/654614013_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614055/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614055/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614055/654614055_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390730/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390730/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390730/1204390730_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057904/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057904/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057904/1116057904_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140600/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140600/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140600/777140600_WxH.jpg"}, {"category": "Pool", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007085/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007085/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007085/962007085_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614136/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614136/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614136/654614136_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614179/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614179/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614179/654614179_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581673/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581673/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581673/1234581673_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390727/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390727/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390727/1204390727_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052602/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052602/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052602/1088052602_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007068/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007068/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007068/962007068_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057439/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057439/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057439/1116057439_WxH.jpg"}, {"category": "Pool", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057695/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057695/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057695/1116057695_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614192/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614192/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614192/654614192_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006997/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006997/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006997/962006997_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614124/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614124/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614124/654614124_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613971/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613971/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613971/654613971_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581727/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581727/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581727/1234581727_WxH.jpg"}, {"category": "Outlook", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614173/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614173/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614173/654614173_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052607/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052607/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052607/1088052607_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614207/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614207/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614207/654614207_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057890/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057890/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057890/1116057890_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614091/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614091/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614091/654614091_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614023/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614023/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614023/654614023_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/991061198/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/991061198/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/991061198/991061198_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052608/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052608/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052608/1088052608_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390723/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390723/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390723/1204390723_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614218/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614218/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614218/654614218_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089010/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089010/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089010/1272089010_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943249/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943249/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943249/1195943249_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390732/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390732/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390732/1204390732_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614142/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614142/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614142/654614142_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943224/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943224/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943224/1195943224_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614227/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614227/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614227/654614227_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390728/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390728/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390728/1204390728_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614066/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614066/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614066/654614066_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057477/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057477/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057477/1116057477_WxH.jpg"}, {"category": "Lobby", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052603/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052603/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052603/1088052603_WxH.jpg"}, {"category": "MeetingRoom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614187/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614187/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614187/654614187_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006937/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006937/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006937/962006937_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007044/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007044/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007044/962007044_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613959/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613959/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613959/654613959_WxH.jpg"}, {"category": "Bathroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089004/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089004/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089004/1272089004_WxH.jpg"}, {"category": "RestaurantBar", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116058006/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116058006/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116058006/1116058006_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089021/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089021/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089021/1272089021_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089026/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089026/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089026/1272089026_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007031/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007031/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007031/962007031_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614030/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614030/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614030/654614030_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614233/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614233/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614233/654614233_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390729/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390729/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390729/1204390729_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057763/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057763/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057763/1116057763_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614116/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614116/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614116/654614116_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390725/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390725/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390725/1204390725_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390737/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390737/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390737/1204390737_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089016/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089016/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1272089016/1272089016_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613935/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613935/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654613935/654613935_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057880/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057880/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057880/1116057880_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943234/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943234/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1195943234/1195943234_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614236/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614236/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614236/654614236_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614047/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614047/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614047/654614047_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052606/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052606/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052606/1088052606_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057939/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057939/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057939/1116057939_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390726/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390726/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390726/1204390726_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057549/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057549/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057549/1116057549_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581831/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581831/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1234581831/1234581831_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140597/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140597/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140597/777140597_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057962/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057962/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057962/1116057962_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057627/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057627/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057627/1116057627_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614199/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614199/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614199/654614199_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390731/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390731/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390731/1204390731_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052615/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052615/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052615/1088052615_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007102/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007102/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007102/962007102_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057976/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057976/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057976/1116057976_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140612/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140612/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140612/777140612_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140616/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140616/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/777140616/777140616_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614249/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614249/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614249/654614249_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390741/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390741/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1204390741/1204390741_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057611/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057611/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057611/1116057611_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007091/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007091/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962007091/962007091_WxH.jpg"}, {"category": "Bedroom", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052612/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052612/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1088052612/1088052612_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057871/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057871/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116057871/1116057871_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614150/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614150/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614150/654614150_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006932/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006932/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/962006932/962006932_WxH.jpg"}, {"category": "Others", "thumbnail": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614254/rmt.jpg", "gallery": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614254/rmca.jpg", "dynamic": "https://d2xf5gjipzd8cd.cloudfront.net/available/654614254/654614254_WxH.jpg"}], "categories": [{"name": "All", "count": 111, "displayName": "All (111)"}, {"name": "Pool", "count": 6, "displayName": "Pool (6)"}, {"name": "Bedroom", "count": 28, "displayName": "Bedroom (28)"}, {"name": "Video", "count": 1, "displayName": "Videos (1)"}, {"name": "Bathroom", "count": 10, "displayName": "Bathroom (10)"}, {"name": "Outlook", "count": 6, "displayName": "Outside (6)"}, {"name": "Lobby", "count": 9, "displayName": "Entrance (9)"}, {"name": "MeetingRoom", "count": 9, "displayName": "Business (9)"}, {"name": "RestaurantBar", "count": 10, "displayName": "Food & drink (10)"}, {"name": "Gym", "count": 1, "displayName": "Fitness (1)"}, {"name": "Others", "count": 31, "displayName": "Highlights (31)"}]}, "amenities": {"title": "Amenities", "ctaAll": "See all", "ctaLess": "Show less", "content": [{"icon": "health-fitness", "description": "Outdoor pool, Ticket office, Non-smoking, Disabled facilities, Disabled facilities, Room service, Iron, Massage, Fitness centre, Children's pool, Sauna, Photocopier, Valet parking, Wi-Fi, Wi-Fi, Bar, Spa, Laundry, Express check-in, Concierge, Doorman, Heating, Heating, Baby-sitting, Express check-out, Front desk 24 hour, Smoking areas, Steam room, Meeting facilities, Internet access, Beach umbrellas, Parking, Nightclub, Fax, Pool, Currency exchange, Security, Business centre, Airport shuttle, Banqueting service, Garden, Restaurant, UV sunbeds, Cash machine, Beauty salon, Hairdressers, Lift, Shuttle service, Game room, Tours, Wheelchair access, Air conditioning, Luggage storage, Trouser press, Safe deposit box, Safe deposit box, Caf\u00e9, Car hire"}], "contentV2": [{"id": "InTheRooms", "category": "In the rooms", "items": [{"id": "AirConditioning", "description": "Air conditioning", "icon": "aircon"}]}, {"id": "PopularAndEssential", "category": "Popular and essential", "items": [{"id": "WifiService", "description": "Wi-Fi", "icon": "wifi"}, {"id": "Parking", "description": "Parking", "icon": "parking"}, {"id": "AirConditioning", "description": "Air conditioning", "icon": "aircon"}, {"id": "AirportShuttleService", "description": "Airport shuttle", "icon": "bus"}, {"id": "Pool", "description": "Pool", "icon": ""}, {"id": "FitnessCenter", "description": "Fitness centre", "icon": "health-fitness"}, {"id": "Spa", "description": "Spa", "icon": "hotels--jacuzzi"}, {"id": "FrontDesk24hService", "description": "Front desk 24 hour", "icon": "services"}, {"id": "Restaurant", "description": "Restaurant", "icon": "meal"}, {"id": "NonSmokingService", "description": "Non-smoking", "icon": "hotels--smoking"}, {"id": "Laundry", "description": "Laundry", "icon": "cloakroom"}, {"id": "BabySittingService", "description": "Baby-sitting", "icon": "baby-carriage"}, {"id": "Lift", "description": "Lift", "icon": "swap--vertical"}, {"id": "DisabledFacility", "description": "Disabled facilities", "icon": "hotels--disabled-facilities"}, {"id": "BusinessCenter", "description": "Business centre"}, {"id": "MeetingRoom", "description": "Meeting facilities", "icon": "business"}, {"id": "BanquetingService", "description": "Banqueting service"}, {"id": "Bar", "description": "Bar", "icon": "bar"}, {"id": "Cafe", "description": "Caf\u00e9", "icon": "cafe"}, {"id": "ChildrenPool", "description": "Children's pool"}]}, {"id": "TransportAndParking", "category": "Transport and parking", "items": [{"id": "AirportShuttleService", "description": "Airport shuttle", "icon": "bus"}, {"id": "CarRental", "description": "Car hire", "icon": "cars"}, {"id": "Parking", "description": "Parking", "icon": "parking"}, {"id": "ShuttleService", "description": "Shuttle service"}, {"id": "ValetParkingService", "description": "Valet parking"}]}, {"id": "ForTheFamily", "category": "For the family", "items": [{"id": "BabySittingService", "description": "Baby-sitting", "icon": "baby-carriage"}, {"id": "ChildrenPool", "description": "Children's pool"}]}, {"id": "FoodAndDrink", "category": "Food and drink", "items": [{"id": "BanquetingService", "description": "Banqueting service"}, {"id": "Bar", "description": "Bar", "icon": "bar"}, {"id": "Cafe", "description": "Caf\u00e9", "icon": "cafe"}, {"id": "Restaurant", "description": "Restaurant", "icon": "meal"}]}, {"id": "LeisureAndEntertainment", "category": "Leisure and entertainment", "items": [{"id": "BeautySalon", "description": "Beauty salon"}, {"id": "GameRoom", "description": "Game room"}, {"id": "MassageService", "description": "Massage"}, {"id": "Nightclub", "description": "Nightclub"}, {"id": "Sauna", "description": "Sauna", "icon": "onsen"}, {"id": "Spa", "description": "Spa", "icon": "hotels--jacuzzi"}, {"id": "SteamRoom", "description": "Steam room", "icon": "hotels--jacuzzi"}, {"id": "SunUmbrella", "description": "Beach umbrellas"}, {"id": "UVSunbeds", "description": "UV sunbeds"}]}, {"id": "BusinessFacilities", "category": "Business facilities", "items": [{"id": "BusinessCenter", "description": "Business centre"}, {"id": "MeetingRoom", "description": "Meeting facilities", "icon": "business"}]}, {"id": "Services", "category": "Services", "items": [{"id": "CashMachine", "description": "Cash machine"}, {"id": "ConciergeService", "description": "Concierge", "icon": "luggageall"}, {"id": "CurrencyExchangeService", "description": "Currency exchange"}, {"id": "DoormanService", "description": "Doorman"}, {"id": "ExpressCheckinService", "description": "Express check-in", "icon": "fast-track"}, {"id": "ExpressCheckoutService", "description": "Express check-out", "icon": "fast-track"}, {"id": "FrontDesk24hService", "description": "Front desk 24 hour", "icon": "services"}, {"id": "Hairdressers", "description": "Hairdressers"}, {"id": "LuggageStorage", "description": "Luggage storage", "icon": "luggageall"}, {"id": "RoomService", "description": "Room service", "icon": "services"}, {"id": "SafeDepositBox", "description": "Safe deposit box", "icon": "lock"}, {"id": "SecurityService", "description": "Security"}, {"id": "TourService", "description": "Tours"}]}, {"id": "HealthcareAndAccessibility", "category": "Healthcare and accessibility", "items": [{"id": "DisabledFacility", "description": "Disabled facilities", "icon": "hotels--disabled-facilities"}, {"id": "FirstAidRoom", "description": "First aid room"}, {"id": "Lift", "description": "Lift", "icon": "swap--vertical"}, {"id": "WheelChairAccess", "description": "Wheelchair access", "icon": "hotels--disabled-facilities"}]}, {"id": "MediaAndTechnology", "category": "Media and technology", "items": [{"id": "Fax", "description": "Fax"}, {"id": "Photocopier", "description": "Photocopier"}]}, {"id": "SportAndFitness", "category": "Sport and fitness", "items": [{"id": "FitnessCenter", "description": "Fitness centre", "icon": "health-fitness"}, {"id": "OutdoorSwimmingPool", "description": "Outdoor pool"}, {"id": "Pool", "description": "Pool", "icon": ""}]}, {"id": "HotelAndOutdoorFacilities", "category": "Hotel and outdoor facilities", "items": [{"id": "Garden", "description": "Garden"}, {"id": "Laundry", "description": "Laundry", "icon": "cloakroom"}, {"id": "NonSmokingService", "description": "Non-smoking", "icon": "hotels--smoking"}, {"id": "SmokingArea", "description": "Smoking areas"}, {"id": "TicketOffice", "description": "Ticket office", "icon": "ticket"}]}, {"id": "WiFiAndInternet", "category": "WiFi and internet", "items": [{"id": "InternetAccessService", "description": "Internet access", "icon": "globe"}, {"id": "WifiService", "description": "Wi-Fi", "icon": "wifi"}]}]}, "reviews": {"title": "Traveller ratings", "newTitle": "Hotel rating", "cta": "Read reviews", "summaryDescription": "Reviews by hotel guests", "rating": 9, "ratingDescription": "rating_excellent", "ratingDescriptionText": "Excellent", "numberOfReviewsLabel": "6237 reviews", "numberOfReviewsLabelExpanded": "Based on 6237 reviews", "badges": [], "guests": {"title": "TYPE OF GUESTS", "entries": []}, "categories": {"title": "SUMMARY OF RATINGS", "entries": []}, "explanations": [{"title": "HOW OUR SUMMARY OF REVIEWS WORKS", "content": "We analyse 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 analysed 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": "0.59 km from Airport Road station", "reviewRatingSummary": {"scoreLogoImageUrl": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png", "score": "4.5", "formatScore": "4.5", "totalScore": "5", "count": "6237 reviews", "countNumber": 6237, "formatCountString": "6,237", "color": "colorMonteverde", "scoreDesc": "Excellent", "highlights": "", "categories": [{"type": "cleanliness", "score": "4.5", "formatScore": "4.5", "color": "colorMonteverde", "name": "Cleanliness", "highlights": "", "description": "Excellent"}, {"type": "location", "score": "4.5", "formatScore": "4.5", "color": "colorMonteverde", "name": "Location", "highlights": "", "description": "Excellent"}, {"type": "service", "score": "4.5", "formatScore": "4.5", "color": "colorMonteverde", "name": "Service", "highlights": "", "description": "Excellent"}, {"type": "rooms", "score": "4.0", "formatScore": "4.0", "color": "colorMonteverde", "name": "Rooms", "highlights": "", "description": "Very good"}, {"type": "value", "score": "4.0", "formatScore": "4.0", "color": "colorMonteverde", "name": "Value", "highlights": "", "description": "Very good"}, {"type": "sleepquality", "score": "4.5", "formatScore": "4.5", "color": "colorMonteverde", "name": "Sleep quality", "highlights": "", "description": "Excellent"}], "cleanlinessMessage": "Hotel cleanliness is rated 4.5/5", "locationMessage": "Hotel location is rated 4.5/5", "highScoreReviews": [{"type": "location", "score": "4.5", "icon": "thumbs-up", "text": "{tag}Great choice - 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"}}, "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", "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"]}}, "title": {"type": "string"}}, "required": ["key", "locale", "needTranslation", "title", "translated", "type", "values"]}}}, "required": ["content", "title"]}, "location": {"type": "object", "properties": {"title": {"type": "string"}, "shortAddress": {"type": "string"}, "address": {"type": "string"}, "rawAddress": {"type": "object", "properties": {"adm1": {"type": "string"}, "street_address": {"type": "string"}, "postcode": {"type": "string"}, "city": {"type": "string"}, "nation": {"type": "string"}, "cityId": {"type": "string"}}, "required": ["adm1", "city", "cityId", "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"}, "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"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/ae9c48ae-693c-41ad-b71e-7ddeb4390328/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
flightDetails
-
200
Response
{"status": true, "message": "Success", "timestamp": 1699303160813, "data": {"flightId": "DEL-LHR-BA-256-20231107-ECONOMY,LHR-JFK-BA-113-20231107-ECONOMY,JFK-LHR-BA-172-20231108-ECONOMY,LHR-DEL-BA-143-20231109-ECONOMY", "itinerary": {"legs": [{"id": "10957-2311071050--32480-1-12712-2311071935", "origin": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "segments": [{"id": "10957-13554-2311071050-2311071510--32480", "origin": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 590, "dayChange": 0, "flightNumber": "BA256", "departure": "2023-11-07T10:50:00", "arrival": "2023-11-07T15:10:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "duration", "body": {"value": "<style0>1h 10m</style0> connection in airport", "isHighlighted": false, "position": 0}}]}, {"id": "13554-12712-2311071620-2311071935--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "BA113", "departure": "2023-11-07T16:20:00", "arrival": "2023-11-07T19:35:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}}], "layovers": [{"segmentId": "10957-13554-2311071050-2311071510--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 70}], "duration": 1155, "stopCount": 1, "departure": "2023-11-07T10:50:00", "arrival": "2023-11-07T19:35:00", "dayChange": 0}, {"id": "12712-2311082055--32480-1-10957-2311100115", "origin": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "destination": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "segments": [{"id": "12712-13554-2311082055-2311090840--32480", "origin": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 405, "dayChange": 1, "flightNumber": "BA172", "departure": "2023-11-08T20:55:00", "arrival": "2023-11-09T08:40:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "duration", "body": {"value": "<style0>2h 30m</style0> connection in airport", "isHighlighted": false, "position": 0}}]}, {"id": "13554-10957-2311091110-2311100115--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "duration": 515, "dayChange": 1, "flightNumber": "BA143", "departure": "2023-11-09T11:10:00", "arrival": "2023-11-10T01:15:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "normal", "body": {"value": "You'll arrive 2 days later", "isHighlighted": true, "position": 0}, "date": {"value": "2023-11-10T01:15:00", "isHighlighted": true, "position": 1}}]}], "layovers": [{"segmentId": "12712-13554-2311082055-2311090840--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 150}], "duration": 1070, "stopCount": 1, "departure": "2023-11-08T20:55:00", "arrival": "2023-11-10T01:15:00", "dayChange": 2}], "pricingOptions": [{"agents": [{"id": "ba__", "name": "British Airways", "isCarrier": true, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/ba__/2/10957.12712.2023-11-07,12712.10957.2023-11-08/air/airli/flights?itinerary=flight|-32480|256|10957|2023-11-07T10:50|13554|2023-11-07T15:10|590|VLNC00B6|V|Basic;flight|-32480|113|13554|2023-11-07T16:20|12712|2023-11-07T19:35|495|VLNC00B6|V|Basic,flight|-32480|172|12712|2023-11-08T20:55|13554|2023-11-09T08:40|405|MLNC00B6|M|Basic;flight|-32480|143|13554|2023-11-09T11:10|10957|2023-11-10T01:15|515|MLNC00B6|M|Basic&carriers=-32480&operators=-32480;-32480,-32480;-32480&passengers=1;10,1&channel=iphone&cabin_class=economy&fps_session_id=b1f609b2-67b2-4841-a2f0-b48773adf1a9&ticket_price=3926.98&is_npt=false&is_multipart=false&client_id=skyscanner_app&q_ids=H4sIAAAAAAAA_-NS4WJJSoyPF2LmOBsqxczRo6vQ8GfpKjaNhvmrV7EZsSkwajFxMQIALC_xhyYAAAA|-3744093546880631641|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-11-06T20:33:02&pqid=false", "price": 3926.98, "rating": {"value": 2.87, "count": 2052}, "updateStatus": "CURRENT", "segments": [{"id": "10957-13554-2311071050-2311071510--32480", "origin": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 590, "dayChange": 0, "flightNumber": "BA256", "departure": "2023-11-07T10:50:00", "arrival": "2023-11-07T15:10:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "duration", "body": {"value": "<style0>1h 10m</style0> connection in airport", "isHighlighted": false, "position": 0}}]}, {"id": "13554-12712-2311071620-2311071935--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "BA113", "departure": "2023-11-07T16:20:00", "arrival": "2023-11-07T19:35:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}}, {"id": "12712-13554-2311082055-2311090840--32480", "origin": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 405, "dayChange": 1, "flightNumber": "BA172", "departure": "2023-11-08T20:55:00", "arrival": "2023-11-09T08:40:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "duration", "body": {"value": "<style0>2h 30m</style0> connection in airport", "isHighlighted": false, "position": 0}}]}, {"id": "13554-10957-2311091110-2311100115--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "duration": 515, "dayChange": 1, "flightNumber": "BA143", "departure": "2023-11-09T11:10:00", "arrival": "2023-11-10T01:15:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "normal", "body": {"value": "You'll arrive 2 days later", "isHighlighted": true, "position": 0}, "date": {"value": "2023-11-10T01:15:00", "isHighlighted": true, "position": 1}}]}], "isDirectDBookUrl": false, "quoteAge": 6}], "totalPrice": 3926.98, "fare": {"leg_details": []}}, {"agents": [{"id": "bfus", "name": "Bravofly", "isCarrier": false, "bookingProposition": "PBOOK", "url": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/bfus/2/10957.12712.2023-11-07,12712.10957.2023-11-08/air/trava/flights?itinerary=flight|-32480|256|10957|2023-11-07T10:50|13554|2023-11-07T15:10|590|-|V|-;flight|-32480|113|13554|2023-11-07T16:20|12712|2023-11-07T19:35|495|-|V|-,flight|-32480|172|12712|2023-11-08T20:55|13554|2023-11-09T08:40|405|-|M|-;flight|-32480|143|13554|2023-11-09T11:10|10957|2023-11-10T01:15|515|-|M|-&carriers=-32480&operators=-32480;-32480,-32480;-32480&passengers=1;10,1&channel=iphone&cabin_class=economy&fps_session_id=b1f609b2-67b2-4841-a2f0-b48773adf1a9&ticket_price=3996.80&is_npt=false&is_multipart=false&client_id=skyscanner_app&q_ids=H4sIAAAAAAAA_-NS4WJJSistFmLmOBsqxczRo6vQ8GfpKjaNhvmrV7EZsSkwajFxMQIAy8BjrSYAAAA|-3380985770693135100|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2023-11-06T20:33:06&pqid=true", "price": 3996.8, "rating": {"value": 2.78, "count": 1335}, "updateStatus": "CURRENT", "segments": [{"id": "10957-13554-2311071050-2311071510--32480", "origin": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 590, "dayChange": 0, "flightNumber": "BA256", "departure": "2023-11-07T10:50:00", "arrival": "2023-11-07T15:10:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "duration", "body": {"value": "<style0>1h 10m</style0> connection in airport", "isHighlighted": false, "position": 0}}]}, {"id": "13554-12712-2311071620-2311071935--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "duration": 495, "dayChange": 0, "flightNumber": "BA113", "departure": "2023-11-07T16:20:00", "arrival": "2023-11-07T19:35:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}}, {"id": "12712-13554-2311082055-2311090840--32480", "origin": {"id": "12712", "name": "New York John F. Kennedy", "displayCode": "JFK", "city": "New York"}, "destination": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "duration": 405, "dayChange": 1, "flightNumber": "BA172", "departure": "2023-11-08T20:55:00", "arrival": "2023-11-09T08:40:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "duration", "body": {"value": "<style0>2h 30m</style0> connection in airport", "isHighlighted": false, "position": 0}}]}, {"id": "13554-10957-2311091110-2311100115--32480", "origin": {"id": "13554", "name": "London Heathrow", "displayCode": "LHR", "city": "London"}, "destination": {"id": "10957", "name": "Indira Gandhi International ", "displayCode": "DEL", "city": "New Delhi"}, "duration": 515, "dayChange": 1, "flightNumber": "BA143", "departure": "2023-11-09T11:10:00", "arrival": "2023-11-10T01:15:00", "marketingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "operatingCarrier": {"id": "-32480", "name": "British Airways", "displayCode": "BA", "displayCodeType": "IATA", "brandColor": "#0054A5", "logo": "https://content.skyscnr.com/b2e377ae6e6e1ce962b4f949f83b6fd6/ai-template-british-airways-thumb-1-xxxhdpi.png", "altId": "BA"}, "goodToKnowItems": [{"icon": "normal", "body": {"value": "You'll arrive 2 days later", "isHighlighted": true, "position": 0}, "date": {"value": "2023-11-10T01:15:00", "isHighlighted": true, "position": 1}}]}], "isDirectDBookUrl": false, "quoteAge": 6}], "totalPrice": 3996.8, "fare": {"leg_details": []}}], "isTransferRequired": false, "destinationImage": "https://content.skyscnr.com/b62fd4346123d1eb9f7525c8f72f2a8a/stock-photo-new-york-city-at-twilight-128894587.jpg", "operatingCarrierSafetyAttributes": [{"carrierID": "-32480", "carrierName": "British Airways", "faceMasksCompulsory": null, "aircraftDeepCleanedDaily": null, "attendantsWearPPE": null, "cleaningPacksProvided": null, "foodServiceChanges": null, "safetyUrl": null}], "flexibleTicketPolicies": []}, "pollingCompleted": false}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"flightId": {"type": "string"}, "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"}, "brandColor": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "brandColor", "displayCode", "displayCodeType", "id", "logo", "name"]}, "operatingCarrier": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "displayCodeType": {"type": "string"}, "brandColor": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "brandColor", "displayCode", "displayCodeType", "id", "logo", "name"]}, "goodToKnowItems": {"type": "array", "items": {"type": "object", "properties": {"icon": {"type": "string"}, "body": {"type": "object", "properties": {"value": {"type": "string"}, "isHighlighted": {"type": "boolean"}, "position": {"type": "integer"}}, "required": ["isHighlighted", "position", "value"]}, "date": {"type": "object", "properties": {"value": {"type": "string"}, "isHighlighted": {"type": "boolean"}, "position": {"type": "integer"}}, "required": ["isHighlighted", "position", "value"]}}, "required": ["body", "icon"]}}}, "required": ["arrival", "dayChange", "departure", "destination", "duration", "flightNumber", "id", "marketingCarrier", "operatingCarrier", "origin"]}}, "layovers": {"type": "array", "items": {"type": "object", "properties": {"segmentId": {"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"}}, "required": ["destination", "duration", "origin", "segmentId"]}}, "duration": {"type": "integer"}, "stopCount": {"type": "integer"}, "departure": {"type": "string"}, "arrival": {"type": "string"}, "dayChange": {"type": "integer"}}, "required": ["arrival", "dayChange", "departure", "destination", "duration", "id", "layovers", "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"}, "brandColor": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "brandColor", "displayCode", "displayCodeType", "id", "logo", "name"]}, "operatingCarrier": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayCode": {"type": "string"}, "displayCodeType": {"type": "string"}, "brandColor": {"type": "string"}, "logo": {"type": "string"}, "altId": {"type": "string"}}, "required": ["altId", "brandColor", "displayCode", "displayCodeType", "id", "logo", "name"]}, "goodToKnowItems": {"type": "array", "items": {"type": "object", "properties": {"icon": {"type": "string"}, "body": {"type": "object", "properties": {"value": {"type": "string"}, "isHighlighted": {"type": "boolean"}, "position": {"type": "integer"}}, "required": ["isHighlighted", "position", "value"]}, "date": {"type": "object", "properties": {"value": {"type": "string"}, "isHighlighted": {"type": "boolean"}, "position": {"type": "integer"}}, "required": ["isHighlighted", "position", "value"]}}, "required": ["body", "icon"]}}}, "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"}, "fare": {"type": "object", "properties": {"leg_details": {"type": "array"}}, "required": ["leg_details"]}}, "required": ["agents", "fare", "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": ["flightId", "itinerary", "pollingCompleted"]}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/957917d7-cb26-414e-ae1d-3ff5499ebfcc/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
searchFlightEverywhereDetails
-
200
Response
{"status": true, "message": "Success", "timestamp": 1699211145220, "data": [{"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "ORLB", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 110.88, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/c28501cdbe2c9e109ba3a073fcc58357/GettyImages-176999562.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Orlando", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 1, "Price": 110.88, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "PITA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 132.85, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/ad2865d9f85eb6e445295cc923cb1437/GettyImages-450678173.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Pittsburgh", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 2, "Price": 132.85, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "AVLA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 135.99, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/7bc4dd59864dc8396be9d298f1cdf865/GettyImages-148051012.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Asheville", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 3, "Price": 135.99, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "BOSA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 136.13, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/f4333b3908e186ecd7e134239339c24d/boston.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Boston", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 4, "Price": 136.13, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "RDUA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 138.88, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/6c9fb18d543d5416d65a5965b7aa14f5/GettyImages-472835364.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Durham", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 5, "Price": 138.88, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "ONTA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 145.44, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/a5b1049ee8ed53ae722d55e9692c6ad0/eyeem-26050318-104644170.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Ontario", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 6, "Price": 145.44, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "TPAA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 146.12, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/37928f400f157b6948b2f906a6a6a23b/GettyImages-178898980.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Tampa", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 7, "Price": 146.12, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "INDA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 146.83, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/39637720c0349c11a63a861415dbaa91/GettyImages-466953472.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Indianapolis", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 8, "Price": 146.83, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "MIAA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 146.88, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/e8876138a899f8e239785a906becdeb0/GettyImages-505892311.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Miami", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 9, "Price": 146.88, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "SAVA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 146.91, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/1e5163c19d96ecf237030d506e2dd67e/GettyImages-476688134.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Savannah", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 10, "Price": 146.91, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "FLLA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 147.84, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/f78f87719371a3d2fa181110265259b1/GettyImages-164343879.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Fort Lauderdale", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 11, "Price": 147.84, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "DTTA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 147.84, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/48392dce981a878fd671e3890feaed71/GettyImages-455653047.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Detroit", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 12, "Price": 147.84, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "CLTA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 148.17, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/a0e7862b4e1f1e7c2e8ce32765a7cbea/GettyImages-178436020.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Charlotte", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 13, "Price": 148.17, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "CHIA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 148.89, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/fb510ffb5376ed43182ec12f35594366/GettyImages-179123717.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Chicago", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 14, "Price": 148.89, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "SJCA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 149.19, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/47c4c498c19bf84eb5397c882ea11ccc/San%20Jose-GettyImages-171331160.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "San Jose", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 15, "Price": 149.19, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "SYRA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 150.86, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/967df2fb4b542ba3f5d948e9ccfe5bb7/gettyimages-477378192.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Syracuse", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 16, "Price": 150.86, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "ATLA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 153.84, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/40558e6ae03ec84d48583d6addcaf57e/GettyImages-148403778.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Atlanta", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 17, "Price": 153.84, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "BUFA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 159.11, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/fab5e8f8a3094666e184c5e1bc0f08a5/GettyImages-159168713.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Buffalo", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 18, "Price": 159.11, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "HOUA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 165.88, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/335d3160c65f5c503c3bda39a636f18f/GettyImages-78051064.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Houston", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 19, "Price": 165.88, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "SATA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 168.11, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/92fcfd3b03069e66170c73a8cd4205f4/GettyImages-480780272.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "San Antonio", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 20, "Price": 168.11, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "FMYA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 168.14, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/b03ccf7b10dafa2253e1c37c06f01d4e/GettyImages-536292087.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Fort Myers", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 21, "Price": 168.14, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "LASA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 172.05, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/00576d2aa3f6283d67e85fa7f26be1ee/las-vegas.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Las Vegas", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 22, "Price": 172.05, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "BNAA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 172.12, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/b84f5aba3c6036f86906e29d7b34eabc/GettyImages-475159348.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Nashville", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 23, "Price": 172.12, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "AUSA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 173.83, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/4e34502cf0d721de389a514dfae93c5d/GettyImages-513954563.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Austin", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 24, "Price": 173.83, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "CMHA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 173.84, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/acd7c37b9488832309483741854ae4ce/GettyImages-476647190.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Columbus", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 25, "Price": 173.84, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "CLEA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 173.84, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/935b147f8aed533bdec21a669309b2fe/GettyImages-526256483.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Cleveland", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 26, "Price": 173.84, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "ORFA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 175.84, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/fd7998095f911126611f1ee7fc5467b5/GettyImages-86504319.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Norfolk", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 27, "Price": 175.84, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "PHXA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 178.89, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/6d3e91dafbd13946c27ba58475f0f996/GettyImages-468931577.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Phoenix", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 28, "Price": 178.89, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "PNSA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 185.12, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/6a403d76784b21c29bca201c8f224763/blurry-placeholder-005.jpg", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Pensacola", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 29, "Price": 185.12, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "placeholder"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "MSYA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 188.92, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/726b0acdeb8b6912178b2965273c1c2b/GettyImages-56350582.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "New Orleans", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 30, "Price": 188.92, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "MSPA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 190.81, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/8f7ffd0bbbe27f4874a53d3c6fdb558f/GettyImages-484603227.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Minneapolis", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 31, "Price": 190.81, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "PBIA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 191.82, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/5050c309b428692aa2e687fa7a71412e/GettyImages-511063023.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "West Palm Beach", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 32, "Price": 191.82, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "DFWA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 197.82, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/cdf705ac2b62b523c232de276a3c5835/GettyImages-526371301.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Dallas", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 33, "Price": 197.82, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "WASA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 198.84, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/419f8c4a179ee821eea90f7e2c60f85f/eyeem-26050318-95055228.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Washington D.C.", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 34, "Price": 198.84, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "PHLA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 202.11, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/m/6e5b3ef7312da8cd/original/GettyImages-466260728.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Philadelphia", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 35, "Price": 202.11, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "SDFA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 202.83, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/1f79cb840230f5cbdf7dc5eef0b89bd5/GettyImages-178482220.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Louisville", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 36, "Price": 202.83, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "CVGA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 202.83, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/9f2f2a9a42f5a79f7dbcba0619fbdd6f/GettyImages-508198593.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Cincinnati", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 37, "Price": 202.83, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "MKEA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 208.13, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/c31b80308c05d644cf454934aa5e3426/GettyImages-149147177.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Milwaukee", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 38, "Price": 208.13, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "LAXA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 215.97, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/m/578071f64c11af10/original/ST3-100-CALI-Q222-Destination-Spotlight-LA.png?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Los Angeles", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 39, "Price": 215.97, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "CHSA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 220.11, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/193030657dd27c114d7b58246eccc14d/GettyImages-87704272.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Charleston", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 40, "Price": 220.11, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "DENA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 223.8, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/7d1759a15c90eb6e209b8f223b599b7a/GettyImages-521112273.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Denver", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 41, "Price": 223.8, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "SLCA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 236.1, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/7360bcf60ce6fb10ed07858245c07522/GettyImages-474192330.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Salt Lake City", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 42, "Price": 236.1, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "SFOA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 239.18, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/m/3fa39d25309c274f/original/ST3-100-CALI-Q222-Destination-Spotlight-SF.png?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "San Francisco", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 43, "Price": 239.18, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "MKCA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 248.11, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/ed418f09a556db3cfc8b924ddcde2a90/GettyImages-477843762.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Kansas City", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 44, "Price": 248.11, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "GSOA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 258.11, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/e8a79d905f878ab1b3a7450eb9c7cd65/Greensboro%20_%20High%20Point-GettyImages-473141980.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Greensboro / High Point", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 45, "Price": 258.11, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "SEAA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 263.11, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/92241bf8f4ebedb68359b1c4c2dea29e/GettyImages-159241343.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Seattle", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 46, "Price": 263.11, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "CSGA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 273.31, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/999c38aa047037491dc88951704860c2/blurry-placeholder-004.jpg", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Columbus", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 47, "Price": 273.31, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "placeholder"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "ABQA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 288.19, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/12de2ac3717cab3632d4e3818a6850d9/GettyImages-477728100.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Albuquerque", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 48, "Price": 288.19, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "SANA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 309.07, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/21300f8aa924315ac1c7ffb124b0de4c/GettyImages-176804751.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "San Diego", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 49, "Price": 309.07, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "MSNA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 313.99, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/a71633634f986d5ed5945fd31f1d6ba6/GettyImages-176855353.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Madison", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 50, "Price": 313.99, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "LITA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 318.1, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/e9506586094c55435d50a372478fb219/GettyImages-163304716.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Little Rock", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 51, "Price": 318.1, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "BGMA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 333.79, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/2c94887c6728026566df31680aaf620c/blurry-placeholder-003.jpg", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Binghamton", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 52, "Price": 333.79, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "placeholder"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "GSPA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 378.08, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/af51e9b2c9733656e9a3331a2844aebd/GettyImages-188055544.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Greenville", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 53, "Price": 378.08, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "LGBA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 378.64, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/bb4ab7b86fc1f019c465cc49cd8bf5c2/GettyImages-486265823.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Long Beach", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 54, "Price": 378.64, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "BHMA", "OutboundDepartureDate": "2023-11-07", "Direct": true, "CurrencyId": "USD", "Price": 388.77, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/d9864aea4354c1fbbbe4248086537296/GettyImages-477016451.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Birmingham", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 55, "Price": 388.77, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "PDXA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 393.19, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/58b74af8d609ac229cf93b3abf3c5f7e/GettyImages-139714293.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Portland", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 56, "Price": 393.19, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "ANCA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 398.79, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/69cd492b05da080f10e5014703e9610d/GettyImages-463180575.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Anchorage", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 57, "Price": 398.79, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "EWR", "DestinationPlaceId": "EUGA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 429.87, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/fbaf1390d797ec604ef9ff9ea895d9e7/blurry-placeholder-001.jpg", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Eugene", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 58, "Price": 429.87, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "placeholder"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "BOIA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 444.06, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/5470ebdf4967d31c46ad738fc32379b8/GettyImages-186625434.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Boise", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 59, "Price": 444.06, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "TUSA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 444.06, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/d0936a51101ab99d374ca8a691ef021d/GettyImages-487695165.jpg?crop=400px:400px&quality=75", "NextScreen": "topdeals+", "Height": 175, "Subtitle": null, "Title": "Tucson", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 60, "Price": 444.06, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "photo"}}}, {"Quote": {"OriginPlaceId": "JFK", "DestinationPlaceId": "FATA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 444.06, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/77b3e7164518886ace1aa1d4ec0d13fe/blurry-placeholder-002.jpg", "NextScreen": "topdeals+", "Height": 150, "Subtitle": null, "Title": "Fresno", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 61, "Price": 444.06, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "placeholder"}}}, {"Quote": {"OriginPlaceId": "LGA", "DestinationPlaceId": "HOBA", "OutboundDepartureDate": "2023-11-07", "Direct": false, "CurrencyId": "USD", "Price": 535.88, "OriginPlaceType": "Airport"}, "ImageUrl": "https://content.skyscnr.com/6a403d76784b21c29bca201c8f224763/blurry-placeholder-005.jpg", "NextScreen": "topdeals+", "Height": 125, "Subtitle": null, "Title": "Hobbs", "FullSpan": false, "Meta": {"Generic": {"CellIndex": 62, "Price": 535.88, "ResultsInFeed": 62, "PricedResultsInFeed": 62, "ImageType": "placeholder"}}}]}
{"$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": {"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": {"CellIndex": {"type": "integer"}, "Price": {"type": "number"}, "ResultsInFeed": {"type": "integer"}, "PricedResultsInFeed": {"type": "integer"}, "ImageType": {"type": "string"}}, "required": ["CellIndex", "ImageType", "Price", "PricedResultsInFeed", "ResultsInFeed"]}}, "required": ["Generic"]}}, "required": ["FullSpan", "Height", "ImageUrl", "Meta", "NextScreen", "Quote", "Subtitle", "Title"]}}}, "required": ["data", "message", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/6d6f4485-27b6-4cd6-91b9-3c5d2226e524/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getReviews
-
200
Response
{"status": true, "timestamp": 1699211639144, "data": {"reviews": [{"hotelId": 95820742, "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": 5, "formatRating": "5.0", "review": {"text": "We had excellent stay Deepika and Karan was helpful", "title": null, "images": [], "commentDate": "2022-12-15", "commentDateDesc": "Comment:"}, "reviewId": 439271456, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "678705827", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "With honours"}, {"hotelId": 95820742, "userIcon": "family", "userIconColor": "Erfoud", "userType": "Family traveller", "checkinDate": "", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Family trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": false, "locale": "en-GB", "rating": 3, "formatRating": "3.0", "review": {"text": "Staff bit stiff but all ok at the end, food was ok and stay also", "title": null, "images": [], "commentDate": "2023-03-18", "commentDateDesc": "Comment:"}, "reviewId": 438636882, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "753199695", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Satisfactory"}, {"hotelId": 95820742, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "2016-11-20", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": true, "locale": "zh-CN", "rating": 5, "formatRating": "5.0", "review": {"text": "\u673a\u573a\u8fb9\u4e0a\uff0c\u4ea4\u901a\u4fbf\u5229\uff0c\u4ef7\u683c\u6709\u70b9\u5c0f\u8d35", "title": null, "images": [], "commentDate": "2016-12-19", "commentDateDesc": "Comment:"}, "reviewId": 53509778, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "144095661", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "With honours"}, {"hotelId": 95820742, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "2016-04-28", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": true, "locale": "zh-CN", "rating": 5, "formatRating": "5.0", "review": {"text": "\u73af\u5883\u536b\u751f\u4e0d\u9519", "title": null, "images": [], "commentDate": "2016-11-14", "commentDateDesc": "Comment:"}, "reviewId": 10303534, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "140265698", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "With honours"}, {"hotelId": 95820742, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "2016-04-14", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": true, "locale": "zh-CN", "rating": 4.5, "formatRating": "4.5", "review": {"text": "\u5b5f\u4e70\u673a\u573a\u65c1\u8fb9 \u9002\u5408\u5dee\u65c5\u4f4f\u5bbf", "title": null, "images": [], "commentDate": "2016-12-08", "commentDateDesc": "Comment:"}, "reviewId": 53329936, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "142968982", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Excellent"}, {"hotelId": 95820742, "userIcon": "business", "userIconColor": "Valensole", "userType": "Business traveller", "checkinDate": "2017-01-31", "checkinDateDesc": "Date of stay:", "partnerLogo": "https://www.skyscanner.com/images/websites/220x80/d_ct.png", "tripType": "Business trip", "isShowMachineTranslation": false, "isNeedMachineTranslation": true, "locale": "zh-CN", "rating": 4.300000190734863, "formatRating": "4.3", "review": {"text": "\u9152\u5e97\u6709\u70b9\u8001\u4e86\uff0c\u4f46\u662f\u670d\u52a1\u8fd8\u53ef\u4ee5\uff0c\u65e9\u9910\u4e30\u5bcc\uff01\n\u9002\u5408\u5546\u52a1\u51fa\u5dee\u4eba\u58eb\uff0c\u5230T2\u5927\u7ea6\u51fa\u79df\u8f66\u5341\u4e94\u5206\u949f\u8f66\u7a0b\n\u4e0b\u6b21\u8fd8\u4f1a\u9009\u62e9\u4f4f\u8fd9\u91cc", "title": null, "images": [], "commentDate": "2017-02-04", "commentDateDesc": "Comment:"}, "reviewId": 52090853, "countryName": null, "totalRating": 5, "partner": "d_ct", "link": null, "partnerReviewId": "149418515", "userLocation": null, "countryImage": null, "likeNum": 0, "scoreDesc": "Excellent"}], "searchStatus": {"completed": true, "reviewPartner": [{"partnerId": "h_vs", "total": 5566, "score": 4.5, "taScoreImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, {"partnerId": "d_ct", "total": 6, "score": 4.5, "ctripTotalAvailable": 6}]}, "title": "What other travellers are saying", "cta": "See more", "summaryCTA": "Where are these ratings from?", "dialogTitle": "So, what do other travellers 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": "Traveller type", "values": [{"id": "all", "count": 6, "label": "All travellers(6)", "title": "All travellers"}, {"id": "business", "count": 5, "label": "Business traveller (5)", "title": "Business traveller"}, {"id": "family", "count": 1, "label": "Family traveller (1)", "title": "Family traveller"}]}, {"type": "filter_locale", "title": "Language", "values": [{"id": "all", "count": 6, "label": "All languages(6)", "title": "All languages"}, {"id": "en-GB", "count": 2, "label": "English (United Kingdom) (2)", "title": "English (United Kingdom)"}, {"id": "zh-CN", "count": 4, "label": "\u7b80\u4f53\u4e2d\u6587 (4)", "title": "\u7b80\u4f53\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": "meal", "count": 2, "label": "Meal (2)", "title": "Meal"}, {"id": "service", "count": 2, "label": "Service (2)", "title": "Service"}, {"id": "transportation", "count": 2, "label": "Transportation (2)", "title": "Transportation"}, {"id": "business", "count": 1, "label": "Business (1)", "title": "Business"}]}]}}
{"$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"}, "images": {"type": "array"}, "commentDate": {"type": "string"}, "commentDateDesc": {"type": "string"}}, "required": ["commentDate", "commentDateDesc", "images", "text", "title"]}, "reviewId": {"type": "integer"}, "countryName": {"type": "null"}, "totalRating": {"type": "integer"}, "partner": {"type": "string"}, "link": {"type": "null"}, "partnerReviewId": {"type": "string"}, "userLocation": {"type": "null"}, "countryImage": {"type": "null"}, "likeNum": {"type": "integer"}, "scoreDesc": {"type": "string"}}, "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"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/a6a7c9b8-8f7e-461f-ae12-e1c9e7369e77/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getNearByAirports
-
200
Response
{"status": true, "timestamp": 1699210656518, "data": {"current": {"id": "eyJzaWQiOiJCT00iLCJlaWQiOiI5NTY3MzMyMCIsInBlaWQiOiIyNzUzOTUyMCIsImZwdCI6IkFJUlBPUlQifQ==", "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": {"id": {"type": "string"}, "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": ["id", "navigation", "presentation"]}, "nearby": {"type": "array"}, "recent": {"type": "array"}}, "required": ["current", "nearby", "recent"]}}, "required": ["data", "status", "timestamp"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/0d72d397-2d7a-4382-ac31-e0a5212b4d48/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
searchLocation
-
200
Response
{"status": true, "timestamp": 1699211753698, "data": [{"hierarchy": "Riley County|Kansas|United States", "location": "39.1836081815, -96.5716695606", "entity_name": "Manhattan", "highlight": {"entity_name": "<em>Manh</em>attan", "hierarchy": "Riley County|Kansas|United States"}, "entity_id": "27544925", "class": "City"}, {"hierarchy": "Manchester|City and Borough of Manchester|England|United Kingdom", "location": "53.358812, -2.272687", "entity_name": "Manchester (MAN)", "highlight": {"entity_name": "<em>Man</em>chester (<em>MAN</em>)", "hierarchy": "<em>Man</em>chester|City and Borough of Manchester|England|United Kingdom"}, "entity_id": "95673540", "class": "Airport"}, {"hierarchy": "New York|New York|United States", "location": "40.81662230547852, -73.95431013661063", "entity_name": "Manhattanville", "highlight": {"entity_name": "<em>Manh</em>attanville", "hierarchy": "New York|New York|United States"}, "entity_id": "90712793", "class": "District"}, {"hierarchy": "Spain", "location": "39.861389, 4.215278", "entity_name": "Menorca (MAH)", "highlight": {"entity_name": "Menorca (MAH)", "hierarchy": "Spain"}, "entity_id": "104120218", "class": "Airport"}, {"hierarchy": "Westchester County|New York|United States", "location": "41.2381498927, -73.7773558381", "entity_name": "Manhattan Park", "highlight": {"entity_name": "<em>Manh</em>attan Park", "hierarchy": "Westchester County|New York|United States"}, "entity_id": "46871638", "class": "City"}, {"hierarchy": "Manhattan|Riley County|Kansas|United States", "location": "39.142222, -96.668889", "entity_name": "Manhattan (MHK)", "highlight": {"entity_name": "<em>Manh</em>attan (MHK)", "hierarchy": "<em>Manh</em>attan|Riley County|Kansas|United States"}, "entity_id": "95674172", "class": "Airport"}, {"hierarchy": "Manhumirim|Minas Gerais|Brazil", "location": "-20.3577777732, -41.958055501", "entity_name": "Manhumirim", "highlight": {"entity_name": "<em>Manh</em>umirim", "hierarchy": "<em>Manh</em>umirim|Minas Gerais|Brazil"}, "entity_id": "46614451", "class": "City"}, {"hierarchy": "New York|New York|United States", "location": "40.7738002597, -73.9697378906", "entity_name": "Manhattan", "highlight": {"entity_name": "<em>Manh</em>attan", "hierarchy": "New York|New York|United States"}, "entity_id": "27562849", "class": "District"}, {"hierarchy": "Manhua\u00e7u|Minas Gerais|Brazil", "location": "-20.19529841070721, -42.106886039908126", "entity_name": "Manhua\u00e7u", "highlight": {"entity_name": "<em>Manh</em>ua\u00e7u", "hierarchy": "<em>Manh</em>ua\u00e7u|Minas Gerais|Brazil"}, "entity_id": "216766819", "class": "City"}, {"hierarchy": "T\u1ec9nh Long An|Mekong Delta|Vietnam", "location": "10.8166666973, 106.2666666832", "entity_name": "Gi\u1ed3ng Manh Manh", "highlight": {"entity_name": "Gi\u1ed3ng <em>Manh</em> Manh", "hierarchy": "T\u1ec9nh Long An|Mekong Delta|Vietnam"}, "entity_id": "45886355", "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"]}
69b58c8a-f993-4511-8a5b-2f522a7e9396/d650d912-7173-4a43-99f8-187f4b578810/0/0
Sky Scrapper
This API can be used to inquire about prices for real-time flights, hotels, rental cars etc form website like SkyScanner.
9.8
getSimilarHotels
-
200
Response
{"status": true, "timestamp": 1699211702686, "data": [{"hotelId": "95825447", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1179544992/1179544992_WxH.jpg", "name": "Four Seasons Hotel Mumbai", "stars": 5, "distance": "0.47 km", "distanceFromHotel": "0.47 km", "exclusiveInfo": null, "price": "\u20b9 22,259", "cug": {"type": "mobile", "priceWithoutDiscount": "\u20b9 26,733", "icons": ["mobile"], "discount": "17% off", "rawDiscountPercentage": 17, "rawType": "apps"}, "cheapestOfferPartnerId": "h_fd", "rawPrice": 22259, "rating": {"description": "Excellent", "count": 2774, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8203148, "latitude": 18.9942981}}, {"hotelId": "46962878", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1207801634/1207801634_WxH.jpg", "name": "ITC Grand Central, a Luxury Collection Hotel, Mumbai", "stars": 5, "distance": "1.58 km", "distanceFromHotel": "1.58 km", "exclusiveInfo": null, "price": "\u20b9 18,462", "cheapestOfferPartnerId": "h_zh", "rawPrice": 18462, "rating": {"description": "With honours", "count": 5206, "value": "5.0", "formatValue": "5.0", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/5.0-64600-4.png"}, "coordinate": {"longitude": 72.8390524, "latitude": 18.9982434}}, {"hotelId": "46952652", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1077261445/1077261445_WxH.jpg", "name": "Sun-n-Sand Mumbai Juhu Beach", "stars": 5, "distance": "12.81 km", "distanceFromHotel": "12.81 km", "exclusiveInfo": null, "price": "\u20b9 9,412", "cheapestOfferPartnerId": "h_ad", "rawPrice": 9412, "rating": {"description": "Very good", "count": 1107, "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": 72.82434, "latitude": 19.10949}}, {"hotelId": "47027042", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/988571291/988571291_WxH.jpg", "name": "Novotel Mumbai Juhu Beach", "stars": 5, "distance": "12.72 km", "distanceFromHotel": "12.72 km", "exclusiveInfo": null, "price": "\u20b9 12,973", "cheapestOfferPartnerId": "h_zh", "rawPrice": 12973, "rating": {"description": "Very good", "count": 3752, "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": 72.8243382, "latitude": 19.1087247}}, {"hotelId": "46956572", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1142939301/1142939301_WxH.jpg", "name": "Taj Lands End", "stars": 5, "distance": "5.58 km", "distanceFromHotel": "5.58 km", "exclusiveInfo": null, "price": "\u20b9 18,570", "cug": {"type": "mobile", "priceWithoutDiscount": "\u20b9 24,537", "icons": ["mobile"], "discount": "24% off", "rawDiscountPercentage": 24, "rawType": "apps"}, "cheapestOfferPartnerId": "h_fd", "rawPrice": 18570, "rating": {"description": "Excellent", "count": 7295, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8192683, "latitude": 19.0439124}}, {"hotelId": "115509952", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1279635795/1279635795_WxH.jpg", "name": "The Taj Mahal Palace, Mumbai", "stars": 5, "distance": "8.03 km", "distanceFromHotel": "8.03 km", "exclusiveInfo": null, "price": "\u20b9 26,992", "cheapestOfferPartnerId": "h_ct", "rawPrice": 26992, "rating": {"description": "Excellent", "count": 9906, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8332028, "latitude": 18.9216631}}, {"hotelId": "95820742", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/759352579/759352579_WxH.jpg", "name": "The Orchid Hotel Mumbai Vile Parle", "stars": 5, "distance": "11.89 km", "distanceFromHotel": "11.89 km", "exclusiveInfo": null, "price": "\u20b9 8,981", "cheapestOfferPartnerId": "h_zh", "rawPrice": 8981, "rating": {"description": "Excellent", "count": 5566, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8549583, "latitude": 19.0973152}}, {"hotelId": "47023446", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1136002657/1136002657_WxH.jpg", "name": "JW Marriott Mumbai Juhu", "stars": 5, "distance": "11.96 km", "distanceFromHotel": "11.96 km", "exclusiveInfo": null, "price": "\u20b9 16,799", "cug": {"type": "mobile", "priceWithoutDiscount": "\u20b9 20,060", "icons": ["mobile"], "discount": "16% off", "rawDiscountPercentage": 16, "rawType": "apps"}, "cheapestOfferPartnerId": "h_fd", "rawPrice": 16799, "rating": {"description": "Excellent", "count": 4967, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8262233, "latitude": 19.1018504}}, {"hotelId": "47023017", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/755742929/755742929_WxH.jpg", "name": "InterContinental Marine Drive Mumbai, an IHG Hotel", "stars": 5, "distance": "6.49 km", "distanceFromHotel": "6.49 km", "exclusiveInfo": null, "price": "\u20b9 15,999", "cheapestOfferPartnerId": "h_hc", "rawPrice": 15999, "rating": {"description": "Excellent", "count": 1251, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8243363, "latitude": 18.9351518}}, {"hotelId": "46948833", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/1116061852/1116061852_WxH.jpg", "name": "President - Ihcl SeleQtions", "stars": 5, "distance": "8.77 km", "distanceFromHotel": "8.77 km", "exclusiveInfo": null, "price": "\u20b9 19,119", "cug": {"type": "mobile", "priceWithoutDiscount": "\u20b9 25,951", "icons": ["mobile"], "discount": "26% off", "rawDiscountPercentage": 26, "rawType": "apps"}, "cheapestOfferPartnerId": "h_fd", "rawPrice": 19119, "rating": {"description": "Excellent", "count": 3987, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8207265, "latitude": 18.9145933}}, {"hotelId": "136308180", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/988861012/988861012_WxH.jpg", "name": "Taj Santacruz", "stars": 5, "distance": "11.38 km", "distanceFromHotel": "11.38 km", "exclusiveInfo": null, "price": "\u20b9 17,550", "cug": {"type": "general", "priceWithoutDiscount": "\u20b9 22,659", "icons": [], "discount": "Special offer 23% off", "rawDiscountPercentage": 23, "rawType": "general"}, "cheapestOfferPartnerId": "h_mq", "rawPrice": 17550, "rating": {"description": "Excellent", "count": 3191, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.8543433, "latitude": 19.092607}}, {"hotelId": "47029991", "heroImage": "https://d2xf5gjipzd8cd.cloudfront.net/available/759351707/759351707_WxH.jpg", "name": "Ramada Plaza by Wyndham Palm Grove", "stars": 5, "distance": "11.63 km", "distanceFromHotel": "11.63 km", "exclusiveInfo": null, "price": "\u20b9 8,310", "cug": {"type": "general", "priceWithoutDiscount": "\u20b9 15,492", "icons": [], "discount": "Special offer 46% off", "rawDiscountPercentage": 46, "rawType": "general"}, "cheapestOfferPartnerId": "h_mq", "rawPrice": 8310, "rating": {"description": "Excellent", "count": 2462, "value": "4.5", "formatValue": "4.5", "color": "colorMonteverde", "taImage": "https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png"}, "coordinate": {"longitude": 72.82747, "latitude": 19.09877}}]}
{"$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"]}
d59904f6-2420-4eab-bd52-a08e6d3d7359/066a41f7-839e-49c1-823a-b67cae501289/0/0
Flixbus
New Flixbus API that provides Flixbus travel search, timetables, stops, cities, routes and autocomplete.
9.2
Search trips
Search trips between two cities or stations
200
New Example
{"headers": {"response_time": 1206, "response_timestamp": "2022-02-15T07:11:32.928Z", "response_id": 17948919}, "journeys": [{"dep_offset": "2022-02-16T00:10:00.000", "arr_offset": "2022-02-16T02:35:00.000", "dep_name": "Ljubljana", "arr_name": "Zagreb", "duration": "02:25", "changeovers": 0, "segments": [{"dep_offset": "2022-02-16T00:10:00.000", "dep_name": "Ljubljana", "arr_offset": "2022-02-16T02:35:00.000", "arr_name": "Zagreb", "intermediate_stop": [], "product_type": "bus", "product": "flixbus"}], "deeplink": "https://shop.flixbus.com/search?adult=1&children=&departureCity=40de8044-8646-11e6-9066-549f350fcb0c&arrivalCity=40dea87d-8646-11e6-9066-549f350fcb0c&rideDate=16.02.2022&bike_slot=0&currency=EUR", "fares": [{"price_in_cents": 1299}]}, {"dep_offset": "2022-02-16T08:10:00.000", "arr_offset": "2022-02-16T10:35:00.000", "dep_name": "Ljubljana", "arr_name": "Zagreb", "duration": "02:25", "changeovers": 0, "segments": [{"dep_offset": "2022-02-16T08:10:00.000", "dep_name": "Ljubljana", "arr_offset": "2022-02-16T10:35:00.000", "arr_name": "Zagreb", "intermediate_stop": [], "product_type": "bus", "product": "flixbus"}], "deeplink": "https://shop.flixbus.com/search?adult=1&children=&departureCity=40de8044-8646-11e6-9066-549f350fcb0c&arrivalCity=40dea87d-8646-11e6-9066-549f350fcb0c&rideDate=16.02.2022&bike_slot=0&currency=EUR", "fares": [{"price_in_cents": 1499}]}, {"dep_offset": "2022-02-16T18:00:00.000", "arr_offset": "2022-02-16T20:20:00.000", "dep_name": "Ljubljana", "arr_name": "Zagreb", "duration": "02:20", "changeovers": 0, "segments": [{"dep_offset": "2022-02-16T18:00:00.000", "dep_name": "Ljubljana", "arr_offset": "2022-02-16T20:20:00.000", "arr_name": "Zagreb", "intermediate_stop": [], "product_type": "bus", "product": "flixbus"}], "deeplink": "https://shop.flixbus.com/search?adult=1&children=&departureCity=40de8044-8646-11e6-9066-549f350fcb0c&arrivalCity=40dea87d-8646-11e6-9066-549f350fcb0c&rideDate=16.02.2022&bike_slot=0&currency=EUR", "fares": [{"price_in_cents": 1099, "additional_info": "3 Sitzpl\u00e4tze zu diesem Preis verf\u00fcgbar"}]}]}
{"type": "object", "properties": {"headers": {"type": "object", "properties": {"response_time": {"type": "integer"}, "response_timestamp": {"type": "string"}, "response_id": {"type": "integer"}}}, "journeys": {"type": "array", "items": {"type": "object", "properties": {"dep_offset": {"type": "string"}, "arr_offset": {"type": "string"}, "dep_name": {"type": "string"}, "arr_name": {"type": "string"}, "duration": {"type": "string"}, "changeovers": {"type": "integer"}, "segments": {"type": "array", "items": {"type": "object", "properties": {"dep_offset": {"type": "string"}, "dep_name": {"type": "string"}, "arr_offset": {"type": "string"}, "arr_name": {"type": "string"}, "intermediate_stop": {"type": "array"}, "product_type": {"type": "string"}, "product": {"type": "string"}}}}, "deeplink": {"type": "string"}, "fares": {"type": "array", "items": {"type": "object"}}}}}}}
d59904f6-2420-4eab-bd52-a08e6d3d7359/c14e6b4b-108b-4d12-8e74-fbeb464a43a7/0/0
Flixbus
New Flixbus API that provides Flixbus travel search, timetables, stops, cities, routes and autocomplete.
9.2
Get timetable
Returns timetable for a given station id and date
200
New Example
{"headers": {"response_time": 223, "response_timestamp": "2022-02-15T07:05:23.532Z", "response_id": 17948877}, "schedule": {"station": {"uuid": "dcbd21fc-9603-11e6-9066-549f350fcb0c", "name": "Ljubljana bus station", "latitude": 46.057722, "longitude": 14.510167, "timezone": "Europe/Ljubljana"}, "departures": [{"time": "00:30", "delay": 0, "is_cancelled": false, "line_code": "N1971", "direction": "Sarajevo (bus station)", "stops": [{"uuid": "dcbabe0c-9603-11e6-9066-549f350fcb0c", "name": "Frankfurt central train station"}, {"uuid": "dcbac575-9603-11e6-9066-549f350fcb0c", "name": "Mannheim central bus station"}, {"uuid": "dcbacb9f-9603-11e6-9066-549f350fcb0c", "name": "Karlsruhe central train station"}, {"uuid": "dcbbf59f-9603-11e6-9066-549f350fcb0c", "name": "Pforzheim central bus station (Erbprinzstra\u00dfe)"}, {"uuid": "dcbf78bb-9603-11e6-9066-549f350fcb0c", "name": "Stuttgart Airport Busterminal (SAB)"}, {"uuid": "dcbbd372-9603-11e6-9066-549f350fcb0c", "name": "Ulm (Eberhard-Finckh-Stra\u00dfe)"}, {"uuid": "dcbb0c6a-9603-11e6-9066-549f350fcb0c", "name": "Augsburg (Augsburg P+R Nord)"}, {"uuid": "dcbabbfa-9603-11e6-9066-549f350fcb0c", "name": "Munich central bus station"}, {"uuid": "dcbd21fc-9603-11e6-9066-549f350fcb0c", "name": "Ljubljana bus station"}, {"uuid": "95871dc5-7479-4622-ac4d-422639919564", "name": "Brod"}, {"uuid": "02159885-30f7-4d18-baa4-1f541c7e1752", "name": "Derventa (bus station NAS)"}, {"uuid": "b86ce0e7-ec2c-4e7c-bb9d-5c189002dcba", "name": "Doboj"}, {"uuid": "3a9225ce-4fe5-44e2-863b-68b0c71c6103", "name": "Maglaj"}, {"uuid": "3cc7f63e-4e2b-4724-b4b0-ed1f24e8ceab", "name": "\u017dep\u010de"}, {"uuid": "f87c7d23-8c5c-46b1-ab9f-eddccc12e0b9", "name": "Zenica"}, {"uuid": "0e424ec1-faee-48c7-8dac-2d53b8bd778b", "name": "Kakanj"}, {"uuid": "cf8ee953-0d67-4b94-a1aa-13971ca11e4f", "name": "Visoko"}, {"uuid": "3ad08a1a-8ef7-45ef-9a73-d567231a567f", "name": "Sarajevo (bus station)"}]}, {"time": "03:15", "delay": 0, "is_cancelled": false, "line_code": "N1971", "direction": "Frankfurt central train station", "stops": [{"uuid": "3ad08a1a-8ef7-45ef-9a73-d567231a567f", "name": "Sarajevo (bus station)"}, {"uuid": "cf8ee953-0d67-4b94-a1aa-13971ca11e4f", "name": "Visoko"}, {"uuid": "0e424ec1-faee-48c7-8dac-2d53b8bd778b", "name": "Kakanj"}, {"uuid": "f87c7d23-8c5c-46b1-ab9f-eddccc12e0b9", "name": "Zenica"}, {"uuid": "3cc7f63e-4e2b-4724-b4b0-ed1f24e8ceab", "name": "\u017dep\u010de"}, {"uuid": "3a9225ce-4fe5-44e2-863b-68b0c71c6103", "name": "Maglaj"}, {"uuid": "b86ce0e7-ec2c-4e7c-bb9d-5c189002dcba", "name": "Doboj"}, {"uuid": "02159885-30f7-4d18-baa4-1f541c7e1752", "name": "Derventa (bus station NAS)"}, {"uuid": "95871dc5-7479-4622-ac4d-422639919564", "name": "Brod"}, {"uuid": "dcbd21fc-9603-11e6-9066-549f350fcb0c", "name": "Ljubljana bus station"}, {"uuid": "dcbabbfa-9603-11e6-9066-549f350fcb0c", "name": "Munich central bus station"}, {"uuid": "dcbb0c6a-9603-11e6-9066-549f350fcb0c", "name": "Augsburg (Augsburg P+R Nord)"}, {"uuid": "dcbbd372-9603-11e6-9066-549f350fcb0c", "name": "Ulm (Eberhard-Finckh-Stra\u00dfe)"}, {"uuid": "dcbf78bb-9603-11e6-9066-549f350fcb0c", "name": "Stuttgart Airport Busterminal (SAB)"}, {"uuid": "dcbbf59f-9603-11e6-9066-549f350fcb0c", "name": "Pforzheim central bus station (Erbprinzstra\u00dfe)"}, {"uuid": "dcbacb9f-9603-11e6-9066-549f350fcb0c", "name": "Karlsruhe central train station"}, {"uuid": "dcbac575-9603-11e6-9066-549f350fcb0c", "name": "Mannheim central bus station"}, {"uuid": "dcbabe0c-9603-11e6-9066-549f350fcb0c", "name": "Frankfurt central train station"}]}], "arrivals": [{"time": "00:30", "delay": 0, "is_cancelled": false, "line_code": "N1971", "direction": "Sarajevo (bus station)", "stops": [{"uuid": "dcbabe0c-9603-11e6-9066-549f350fcb0c", "name": "Frankfurt central train station"}, {"uuid": "dcbac575-9603-11e6-9066-549f350fcb0c", "name": "Mannheim central bus station"}, {"uuid": "dcbacb9f-9603-11e6-9066-549f350fcb0c", "name": "Karlsruhe central train station"}, {"uuid": "dcbbf59f-9603-11e6-9066-549f350fcb0c", "name": "Pforzheim central bus station (Erbprinzstra\u00dfe)"}, {"uuid": "dcbf78bb-9603-11e6-9066-549f350fcb0c", "name": "Stuttgart Airport Busterminal (SAB)"}, {"uuid": "dcbbd372-9603-11e6-9066-549f350fcb0c", "name": "Ulm (Eberhard-Finckh-Stra\u00dfe)"}, {"uuid": "dcbb0c6a-9603-11e6-9066-549f350fcb0c", "name": "Augsburg (Augsburg P+R Nord)"}, {"uuid": "dcbabbfa-9603-11e6-9066-549f350fcb0c", "name": "Munich central bus station"}, {"uuid": "dcbd21fc-9603-11e6-9066-549f350fcb0c", "name": "Ljubljana bus station"}, {"uuid": "95871dc5-7479-4622-ac4d-422639919564", "name": "Brod"}, {"uuid": "02159885-30f7-4d18-baa4-1f541c7e1752", "name": "Derventa (bus station NAS)"}, {"uuid": "b86ce0e7-ec2c-4e7c-bb9d-5c189002dcba", "name": "Doboj"}, {"uuid": "3a9225ce-4fe5-44e2-863b-68b0c71c6103", "name": "Maglaj"}, {"uuid": "3cc7f63e-4e2b-4724-b4b0-ed1f24e8ceab", "name": "\u017dep\u010de"}, {"uuid": "f87c7d23-8c5c-46b1-ab9f-eddccc12e0b9", "name": "Zenica"}, {"uuid": "0e424ec1-faee-48c7-8dac-2d53b8bd778b", "name": "Kakanj"}, {"uuid": "cf8ee953-0d67-4b94-a1aa-13971ca11e4f", "name": "Visoko"}, {"uuid": "3ad08a1a-8ef7-45ef-9a73-d567231a567f", "name": "Sarajevo (bus station)"}]}, {"time": "03:15", "delay": 0, "is_cancelled": false, "line_code": "N1971", "direction": "Frankfurt central train station", "stops": [{"uuid": "3ad08a1a-8ef7-45ef-9a73-d567231a567f", "name": "Sarajevo (bus station)"}, {"uuid": "cf8ee953-0d67-4b94-a1aa-13971ca11e4f", "name": "Visoko"}, {"uuid": "0e424ec1-faee-48c7-8dac-2d53b8bd778b", "name": "Kakanj"}, {"uuid": "f87c7d23-8c5c-46b1-ab9f-eddccc12e0b9", "name": "Zenica"}, {"uuid": "3cc7f63e-4e2b-4724-b4b0-ed1f24e8ceab", "name": "\u017dep\u010de"}, {"uuid": "3a9225ce-4fe5-44e2-863b-68b0c71c6103", "name": "Maglaj"}, {"uuid": "b86ce0e7-ec2c-4e7c-bb9d-5c189002dcba", "name": "Doboj"}, {"uuid": "02159885-30f7-4d18-baa4-1f541c7e1752", "name": "Derventa (bus station NAS)"}, {"uuid": "95871dc5-7479-4622-ac4d-422639919564", "name": "Brod"}, {"uuid": "dcbd21fc-9603-11e6-9066-549f350fcb0c", "name": "Ljubljana bus station"}, {"uuid": "dcbabbfa-9603-11e6-9066-549f350fcb0c", "name": "Munich central bus station"}, {"uuid": "dcbb0c6a-9603-11e6-9066-549f350fcb0c", "name": "Augsburg (Augsburg P+R Nord)"}, {"uuid": "dcbbd372-9603-11e6-9066-549f350fcb0c", "name": "Ulm (Eberhard-Finckh-Stra\u00dfe)"}, {"uuid": "dcbf78bb-9603-11e6-9066-549f350fcb0c", "name": "Stuttgart Airport Busterminal (SAB)"}, {"uuid": "dcbbf59f-9603-11e6-9066-549f350fcb0c", "name": "Pforzheim central bus station (Erbprinzstra\u00dfe)"}, {"uuid": "dcbacb9f-9603-11e6-9066-549f350fcb0c", "name": "Karlsruhe central train station"}, {"uuid": "dcbac575-9603-11e6-9066-549f350fcb0c", "name": "Mannheim central bus station"}, {"uuid": "dcbabe0c-9603-11e6-9066-549f350fcb0c", "name": "Frankfurt central train station"}]}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"headers": {"type": "object", "properties": {"response_time": {"type": "integer"}, "response_timestamp": {"type": "string"}, "response_id": {"type": "integer"}}, "required": ["response_id", "response_time", "response_timestamp"]}, "schedule": {"type": "object", "properties": {"station": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "timezone": {"type": "string"}}, "required": ["latitude", "longitude", "name", "timezone", "uuid"]}, "departures": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "delay": {"type": "integer"}, "is_cancelled": {"type": "boolean"}, "line_code": {"type": "string"}, "direction": {"type": "string"}, "stops": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "uuid"]}}}, "required": ["delay", "direction", "is_cancelled", "line_code", "stops", "time"]}}, "arrivals": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "delay": {"type": "integer"}, "is_cancelled": {"type": "boolean"}, "line_code": {"type": "string"}, "direction": {"type": "string"}, "stops": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "uuid"]}}}, "required": ["delay", "direction", "is_cancelled", "line_code", "stops", "time"]}}}, "required": ["arrivals", "departures", "station"]}}, "required": ["headers", "schedule"]}
d59904f6-2420-4eab-bd52-a08e6d3d7359/14606cd5-1d58-4f20-9590-987cc29b0c33/0/0
Flixbus
New Flixbus API that provides Flixbus travel search, timetables, stops, cities, routes and autocomplete.
9.2
Autocomplete
Search for Flixbus stations
200
New Example
[{"zipcode": "1000", "score": 18.964796, "country": {"code": "si", "name": "Slovenia"}, "address": "Trg Osvobodilne fronte 4", "city": {"name": "Ljubljana", "legacy_id": 1925, "id": "40de8044-8646-11e6-9066-549f350fcb0c", "slug": "ljubljana"}, "name": "Ljubljana bus station", "legacy_id": 2235, "location": {"lat": 46.057722, "lon": 14.510167}, "id": "dcbd21fc-9603-11e6-9066-549f350fcb0c", "importance_order": 0, "slug": "ljubljana"}]
{"type": "array", "items": {"type": "object", "properties": {"zipcode": {"type": "string"}, "score": {"type": "number"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "address": {"type": "string"}, "city": {"type": "object", "properties": {"name": {"type": "string"}, "legacy_id": {"type": "integer"}, "id": {"type": "string"}, "slug": {"type": "string"}}}, "name": {"type": "string"}, "legacy_id": {"type": "integer"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}}, "id": {"type": "string"}, "importance_order": {"type": "integer"}, "slug": {"type": "string"}}}}
95635e45-5432-47ad-86a9-6dfbc889359e/ee8cce38-539c-4de6-8ceb-e02ea663ad82/0/0
Deutsche Bahn
Search stations and trips within Deutsche Bahn network. Find a train or public transport stop, search trains, trams, subway, and buses between two stations in the german railway network.. Get journey and fare data, departure and arrival times for any stop in Germany
2.3
Search trips
Find trips between two stations
200
New Example
{"headers": {"response_time": 2935, "response_timestamp": "2022-02-15T07:32:21.430Z", "api": "bahn_app", "response_id": 17948927}, "journeys": [{"dep_offset": "2022-02-16T08:59:00.000", "dep_name": "Flughafen BER - Terminal 1-2", "arr_offset": "2022-02-16T09:28:00.000", "arr_name": "Berlin Alexanderplatz", "duration": "00:29", "changeovers": 0, "deeplink": "https://reiseauskunft.bahn.de/bin/query.exe/dn?K=2&SS=8011201&ZS=8011155&T=202202160859&E=U&M=D&RT.1=E&E.1=0&VH=T%248011201%248011155%24202202160859%24202202160928%24RB%2018610%24", "segments": [{"dep_offset": "2022-02-16T08:59:00.000", "dep_name": "Flughafen BER - Terminal 1-2", "dep_platform": "3", "arr_offset": "2022-02-16T09:28:00.000", "arr_name": "Berlin Alexanderplatz", "arr_platform": "2", "product": "RB 18610"}], "fares": [{"name": "Price not available", "price_in_cents": "n/a"}]}, {"dep_offset": "2022-02-16T09:09:00.000", "dep_name": "Flughafen BER - Terminal 1-2 (S-Bahn)", "arr_offset": "2022-02-16T09:52:00.000", "arr_name": "Berlin Alexanderplatz (S)", "duration": "00:43", "changeovers": 0, "deeplink": "https://reiseauskunft.bahn.de/bin/query.exe/dn?K=2&SS=8089201&ZS=8089001&T=202202160909&E=U&M=D&RT.1=E&E.1=0&VH=T%248089201%248089001%24202202160909%24202202160952%24S%209%24", "segments": [{"dep_offset": "2022-02-16T09:09:00.000", "dep_name": "Flughafen BER - Terminal 1-2 (S-Bahn)", "dep_platform": "5", "arr_offset": "2022-02-16T09:52:00.000", "arr_name": "Berlin Alexanderplatz (S)", "arr_platform": "4", "product": "S 9"}], "fares": [{"name": "Price not available", "price_in_cents": "n/a"}]}, {"dep_offset": "2022-02-16T09:15:00.000", "dep_name": "Flughafen BER - Terminal 1-2", "arr_offset": "2022-02-16T09:47:00.000", "arr_name": "Berlin Alexanderplatz (S)", "duration": "00:32", "changeovers": 2, "deeplink": "https://reiseauskunft.bahn.de/bin/query.exe/dn?K=2&SS=8011201&ZS=8089001&T=202202160915&E=U&M=D&RT.1=E&E.1=0&VH=T%248011201%248011162%24202202160915%24202202160932%24FEX18920%24%C2%A7T%248089028%248089001%24202202160938%24202202160947%24S%205%24", "segments": [{"dep_offset": "2022-02-16T09:15:00.000", "dep_name": "Flughafen BER - Terminal 1-2", "dep_platform": "1", "arr_offset": "2022-02-16T09:32:00.000", "arr_name": "Berlin Ostkreuz", "arr_platform": "14", "product": "FEX18920"}, {"dep_offset": "2022-02-16T09:32:00.000", "dep_name": "Berlin Ostkreuz", "dep_platform": "n/a", "arr_offset": "2022-02-16T09:37:00.000", "arr_name": "Berlin Ostkreuz (S)", "arr_platform": "n/a", "product": "Walk"}, {"dep_offset": "2022-02-16T09:38:00.000", "dep_name": "Berlin Ostkreuz (S)", "dep_platform": "6", "arr_offset": "2022-02-16T09:47:00.000", "arr_name": "Berlin Alexanderplatz (S)", "arr_platform": "4", "product": "S 5"}], "fares": [{"name": "Price not available", "price_in_cents": "n/a"}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"headers": {"type": "object", "properties": {"response_time": {"type": "integer"}, "response_timestamp": {"type": "string"}, "api": {"type": "string"}, "response_id": {"type": "integer"}}, "required": ["api", "response_id", "response_time", "response_timestamp"]}, "journeys": {"type": "array", "items": {"type": "object", "properties": {"dep_offset": {"type": "string"}, "dep_name": {"type": "string"}, "arr_offset": {"type": "string"}, "arr_name": {"type": "string"}, "duration": {"type": "string"}, "changeovers": {"type": "integer"}, "deeplink": {"type": "string"}, "segments": {"type": "array", "items": {"type": "object", "properties": {"dep_offset": {"type": "string"}, "dep_name": {"type": "string"}, "dep_platform": {"type": "string"}, "arr_offset": {"type": "string"}, "arr_name": {"type": "string"}, "arr_platform": {"type": "string"}, "product": {"type": "string"}}, "required": ["arr_name", "arr_offset", "arr_platform", "dep_name", "dep_offset", "dep_platform", "product"]}}, "fares": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "price_in_cents": {"type": "string"}}, "required": ["name", "price_in_cents"]}}}, "required": ["arr_name", "arr_offset", "changeovers", "deeplink", "dep_name", "dep_offset", "duration", "fares", "segments"]}}}, "required": ["headers", "journeys"]}
95635e45-5432-47ad-86a9-6dfbc889359e/87a4fcc1-6b21-4ab6-a282-7820b50dfd7f/0/0
Deutsche Bahn
Search stations and trips within Deutsche Bahn network. Find a train or public transport stop, search trains, trams, subway, and buses between two stations in the german railway network.. Get journey and fare data, departure and arrival times for any stop in Germany
2.3
Autocomplete
Search for train and public transport stations in Germany and across Europe
200
New Example
[{"id": "008011160", "name": "Berlin Hbf"}, {"id": "008011201", "name": "BER Berlin Brandenburg Airport"}, {"id": "008096003", "name": "BERLIN"}, {"id": "008011102", "name": "Berlin Gesundbrunnen"}, {"id": "008010404", "name": "Berlin-Spandau"}, {"id": "008010255", "name": "Berlin Ostbahnhof"}, {"id": "008011113", "name": "Berlin S\u00fcdkreuz"}, {"id": "008010406", "name": "Berlin Zoologischer Garten"}, {"id": "008011155", "name": "Berlin Alexanderplatz"}, {"id": "008011306", "name": "Berlin Friedrichstra\u00dfe"}, {"id": "008010036", "name": "Berlin-Lichtenberg"}, {"id": "008011167", "name": "Berlin Jungfernheide"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}}}
31773249-6e49-4f65-8bc3-f33a1978f084/de767b50-9a89-4bea-bd0b-56fdfe0917e1/1/0
Booking com
Find all hotels, view prices, photos of the hotels, reviews. Find car rental deals. You can make a website like: hotels.com, booking.com, agoda.com
9.9
Important information
Important information of vehicles
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"}}}}}}
31773249-6e49-4f65-8bc3-f33a1978f084/30d537ca-fcfd-4faf-a54f-966621d8aba3/1/0
Booking com
Find all hotels, view prices, photos of the hotels, reviews. Find car rental deals. You can make a website like: hotels.com, booking.com, agoda.com
9.9
Exchange rates
Get currency exchange rates
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"}}}}}}
31773249-6e49-4f65-8bc3-f33a1978f084/58b792df-a2ec-46c5-bb91-9ab2f75c67aa/0/0
Booking com
Find all hotels, view prices, photos of the hotels, reviews. Find car rental deals. You can make a website like: hotels.com, booking.com, agoda.com
9.9
Car rental details
Car rental details by vehicle_id. First, call Search car rental
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"}}}}}}