Last active
December 2, 2019 15:09
-
-
Save simonwh/9cb63e42df941548179daf80c85901a8 to your computer and use it in GitHub Desktop.
Frontend endpoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Calendar highlights for origin/destination combination STO-PAR | |
GET https://bookcf.tripx.eu/wp-json/tripx/v1/calendar-highlights/STO-PAR | |
[ | |
{ | |
"startDate": "2016-07-08T00:00:00", | |
"endDate": "2020-10-31T00:00:00", | |
"days": [ | |
true, | |
true, | |
true, | |
true, | |
true, | |
true, | |
true | |
], | |
"leadTime": 0, | |
"destinationCode": "PAR", | |
"departureAirport": "STO", | |
"way": "Both" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lists all available origin airports for selected destination (PAR). | |
GET https://bookcf.tripx.eu/wp-json/tripx/v1/origin-destinations/PAR | |
["OSL","CPH","STO","BGO","HEL","LGW","TRD","SVG","GOT","BOO","AES","EVE","MOL","TOS","KRS","UME","HAU","AAL","LLA","MLA","ALF","BLL","HAM","EDI","OUL","LHR","ROM","MUC","FRA","BDU","STN","LTN","TRF","KRN","MAN","MMX","LYR","LCY","SEN","BER","DUS","VXO","AAR","OSD","LPI","KLR","AGH","SFT","SDL","VBY","RNB","KSU"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lists all destinations available. | |
GET https://bookcf.tripx.eu/wp-json/tripx/v1/destinations | |
[ | |
{ | |
"name": "Argentina", | |
"slug": "/destinations/argentina", | |
"code": "AR", | |
"thumbnail": "https://tripx-wp.imgix.net/3/2018/12/BUE16.jpg?auto=format", | |
"countHotels": 8, | |
"countDestinations": 1, | |
"destinations": [ | |
{ | |
"name": "Buenos Aires", | |
"slug": "/destinations/argentina/buenos-aires", | |
"code": "BUE", | |
"thumbnail": "https://tripx-wp.imgix.net/3/2018/12/BUE14.jpg?auto=format", | |
"countHotels": 8, | |
"alias": [ | |
"buenos aires", | |
"bue", | |
"argentina" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Austria", | |
"slug": "/destinations/austria", | |
"code": "AT", | |
"thumbnail": "https://tripx-wp.imgix.net/3/2016/11/austria4.jpg?auto=format", | |
"countHotels": 24, | |
"countDestinations": 1, | |
"destinations": [ | |
{ | |
"name": "Vienna", | |
"slug": "/destinations/austria/vienna", | |
"code": "VIE", | |
"thumbnail": "https://tripx-wp.imgix.net/3/2016/11/austria5.jpg?auto=format", | |
"countHotels": 24, | |
"alias": [ | |
"vienna", | |
"vie", | |
"austria" | |
] | |
} | |
] | |
}, | |
{ "...": "..."} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List all available destinations for selected origin (VXO) | |
GET https://bookcf.tripx.se/wp-json/tripx/v1/origin-destinations/VXO | |
["LON","BCN","AMS","PAR","STO","GDN","SIT","BER","GRO","BUD","SKP","PRG","MIL","GOT","EDI","HAM"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lists all origins available | |
https://bookcf.tripx.eu/wp-json/tripx/v1/origins | |
[ | |
{ | |
"code": "CPH", | |
"name": "Copenhagen", | |
"enabled": true | |
}, | |
{ | |
"code": "STO", | |
"name": "Stockholm (All airports)", | |
"enabled": true | |
}, | |
{ | |
"code": "GOT", | |
"name": "Gothenburg", | |
"enabled": true | |
}, | |
{ "...": "..."} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package search | |
POST https://front.tripx.eu/v1/search?domain=bookcf.tripx.eu | |
{ | |
"origins": [ | |
"STO" | |
], | |
"destinations": [ | |
"PAR" | |
], | |
"dates": { | |
"from": "2020-01-10", | |
"to": "2020-01-17", | |
"flexibleDates": true | |
}, | |
"roomConfigurations": [ | |
{ | |
"numberOfAdults": 2, | |
"numberOfChildren": 0, | |
"childrenAges": [] | |
} | |
] | |
} | |
Response | |
You can ignore the filterData and just look in 'results'. The first 10 results will have hotel data available in 'hotels' property, if more is needed an additional request for further hotel data is necessary. But since we only want to show a handful of packages, this is probably enough. | |
{ | |
"duration": 1, | |
"filterData": { | |
"boardType": { | |
"current": null, | |
"possible": [ | |
"BB", | |
"SC" | |
] | |
}, | |
"cities": { | |
"current": null, | |
"possible": [ | |
{ | |
"id": "Paris", | |
"name": "Paris" | |
} | |
] | |
}, | |
"hotelFacilities": { | |
"current": null, | |
"possible": [ | |
{ | |
"id": 92, | |
"name": "Air Condition" | |
}, | |
{ | |
"id": 88, | |
"name": "WiFi" | |
}, | |
{ | |
"id": 41, | |
"name": "Lift" | |
}, | |
{ | |
"id": 90, | |
"name": "Parking" | |
}, | |
{ | |
"id": 57, | |
"name": "Restaurant" | |
}, | |
{ | |
"id": 31, | |
"name": "Fitness-center" | |
}, | |
{ | |
"id": 35, | |
"name": "Indoor pool" | |
}, | |
{ | |
"id": 67, | |
"name": "Spa" | |
}, | |
{ | |
"id": 93, | |
"name": "Rooftop terrace" | |
} | |
] | |
}, | |
"hotelPriceRange": { | |
"current": null, | |
"possible": [ | |
185, | |
1135 | |
] | |
}, | |
"hotelScore": { | |
"current": null, | |
"possible": [ | |
65, | |
96 | |
] | |
}, | |
"hotelStars": { | |
"current": null, | |
"possible": [ | |
3, | |
3.5, | |
4, | |
4.5, | |
5 | |
] | |
}, | |
"hotelThemes": { | |
"current": null, | |
"possible": [ | |
{ | |
"id": 12, | |
"name": "City" | |
}, | |
{ | |
"id": 17, | |
"name": "Family" | |
}, | |
{ | |
"id": 49, | |
"name": "Boutique" | |
}, | |
{ | |
"id": 48, | |
"name": "Apartment" | |
}, | |
{ | |
"id": 50, | |
"name": "Luxury" | |
} | |
] | |
}, | |
"numberOfDays": { | |
"current": null, | |
"possible": [ | |
4, | |
6 | |
] | |
} | |
}, | |
"hotels": [ | |
{ | |
"id": 7650, | |
"name": "121 Paris Hotel", | |
"slug": "/destinations/france/paris/121-paris-hotel", | |
"reviewsCount": 480, | |
"score": 70, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.88995, | |
"longitude": 2.320999 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/iStock-515149626.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_9dad578de0b3ed2c67deacd750be1c2b84c0c10a.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_46134cf416e281019b004f28ab81c65a2a148cf3.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_28244db528354bb34e826532557b04468096ebd6.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_aec142e9aeae6bbaf64a6cf2249dc16b65cff74d.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_5615b6eb3747a57bf41cbb78a6be67ce6980005d.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_57d634119b38d705285430a6b01c2bcb4b513c16.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/69872237.jpg" | |
], | |
"shortDescription": "Budget friendly hotel in Paris. Great base for sightseeing." | |
}, | |
{ | |
"id": 8895, | |
"name": "Ibis Styles Paris Massena Olympiades", | |
"slug": "/destinations/france/paris/ibis-styles-paris-massena-olympiades", | |
"reviewsCount": 4331, | |
"score": 82, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.82351, | |
"longitude": 2.371548 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_442883f25370ceae45747d0141e0f3c4f1760794.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/40424001.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_8fe001ce2ce57a8ad0f7dd97a8cf11dbb38251ea.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_144da54b30a7e1cbc5aafb3a3be2c90ba076a830.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_65dca2f4c32b2ada00a8c633df9671054f7c3b42.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/36925075.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_6d62a15172015c838d7fcc21bf2d9914a5ce2409.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/36926320.jpg" | |
], | |
"shortDescription": "Sought-after hotel located in Paris. Great for relaxing and taking in the sights." | |
}, | |
{ | |
"id": 8882, | |
"name": "Urban Bivouac Hôtel Tolbiac Olympiades", | |
"slug": "/destinations/france/paris/urban-bivouac-hotel-tolbiac-olympiades", | |
"reviewsCount": 74, | |
"score": 92, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.82727, | |
"longitude": 2.366902 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/541cb759_z.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/72f3f0ec_z.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/f73ef499_z.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/reception.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Hotel-029.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/cb077913_z.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/2018-06-URBAN-BIVOUAC-_-Premieres-photos-001.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Hotel-007.jpg" | |
], | |
"shortDescription": "First class hotel situated in Paris. Perfect for a vacation filled with relaxation and sightseeing." | |
}, | |
{ | |
"id": 254, | |
"name": "Charing Cross Hotel", | |
"slug": "/destinations/france/paris/charing-cross-hotel", | |
"reviewsCount": 693, | |
"score": 65, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87494, | |
"longitude": 2.323538 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Entrance[28].jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Lobby-reception.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Doubleroom[12].jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Double-twin.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Tripple-room.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/Bathroom[9].jpg" | |
], | |
"shortDescription": "Popular hotel in Paris. Great base for sightseeing." | |
}, | |
{ | |
"id": 8892, | |
"name": "Hotel Comète Paris", | |
"slug": "/destinations/france/paris/hotel-comete-paris", | |
"reviewsCount": 778, | |
"score": 90, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84858, | |
"longitude": 2.408036 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/63403047.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_d886620a78a80bb6b88b5d619ae9ed538c12d95d.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_62018724d4d89658dd02291614410c8653fd3a49.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_46c40c186ab07f99ea321e498781414fd06e883e.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/63235255.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_c02e0dfa7c1093ff17ef098ddc3d4e0ed30d0b98.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/63234561.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_feeba15d2760de71b90165230260dbeb01b29c4b.jpg" | |
], | |
"shortDescription": "Exquisite hotel situated in Paris. Perfect for a vacation filled with relaxation and sightseeing." | |
}, | |
{ | |
"id": 6955, | |
"name": "Hotel Pergolèse", | |
"slug": "/destinations/france/paris/hotel-pergolese", | |
"reviewsCount": 1279, | |
"score": 75, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87564, | |
"longitude": 2.286173 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/89312144.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44975316.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/14135116.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44077464.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/89029048.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44077506.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44077433.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44077626.jpg" | |
], | |
"shortDescription": "Popular family hotel in Paris. Appreciated by families travelling with children." | |
}, | |
{ | |
"id": 8648, | |
"name": "CitizenM Paris Gare de Lyon", | |
"slug": "/destinations/france/paris/citizenm-paris-gare-de-lyon", | |
"reviewsCount": 15251, | |
"score": 88, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84364, | |
"longitude": 2.371933 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/112784950.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/108966761.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/108965609.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/108966735.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/108967526.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/108967559.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/108967521.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/108967532.jpg" | |
], | |
"shortDescription": "Appreciated hotel located in Paris. Great for relaxing and taking in the sights." | |
}, | |
{ | |
"id": 8886, | |
"name": "Hotel George by Astotel", | |
"slug": "/destinations/france/paris/hotel-george-by-astotel", | |
"reviewsCount": 868, | |
"score": 91, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.8796, | |
"longitude": 2.336449 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_2683dc526d7158c6babeb4b506513c4798aa1401.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44198563.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_4819a345c847996b82f53cec5c86c4fa580be9d2.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_84b438e03e4e3c7a66dd75040a27db8cf1024552.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_8a3254c2d42f317606fd37689207106c55eeed23.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44198562.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/130764381.jpg", | |
"https://tripx-images.imgix.net/TSPRO/hotelimages/44198622.jpg" | |
], | |
"shortDescription": "Prestigeous hotel situated in the heart of Paris. Perfect for a vacation filled with relaxation and sightseeing." | |
}, | |
{ | |
"id": 8878, | |
"name": "Hotel Montmartre mon Amour ", | |
"slug": "/destinations/france/paris/hotel-montmartre-mon-amour", | |
"reviewsCount": 892, | |
"score": 80, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.88665, | |
"longitude": 2.34496 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_c8e245e4b1149922240859682dda38354b5a3cc7.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_9f1cffc0ada5a9aa5f01a3a8142efe9efb2cdfd9.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_c20b25534753a65c46e701b129c851bf5d15f047.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_9407529f51b5c312ff6bb29f10d7e34ac66d3b9d.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_cf4a3cf330087b9f21a56c9cfc56e139206c666d.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_1f501ba6acc60c5fcc2e3c78a6a974ac27672e32.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_c6d1e30b575211e3d0ab78425bd1d17d4fd47de2.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_df4115bc38ed3bede455d886e3cb939605f20004.jpg" | |
], | |
"shortDescription": "Unique boutique hotel located in Paris with great vibe and appealing personal touch." | |
}, | |
{ | |
"id": 6977, | |
"name": "Elysees Ceramic Hotel", | |
"slug": "/destinations/france/paris/elysees-ceramic-hotel", | |
"reviewsCount": 3442, | |
"score": 84, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.8768, | |
"longitude": 2.297592 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
}, | |
"images": [ | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_b5457c8bdbe7696f1fe4415530ba34aca172a6d2.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_fc43d4cbd1d0e360947e93c6ca54a3f189cf5b4a.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_06e8e81ab27ebff1528e25331540e99c41e595fc.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_248d06b55a31fea835d8c0e6baf91ba0fee81224.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_ffaa2bf81c724972d57f01e73f60cef8fe81ab17.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_073e813caec087c701e7f17503b5b8d43118aa89.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_8a250f6656f52b642e2e43b806591672801c97c5.jpg", | |
"https://tripx-images.imgix.net/TSPRO/bbhotelimages/bb5_c275e03bc2a1923cfe42f1d7013a881930fd2297.jpg" | |
], | |
"shortDescription": "Comfortable hotel located in Paris. Great for relaxing and taking in the sights." | |
}, | |
{ | |
"id": 7649, | |
"name": " Hotel Waldorf Montparnasse", | |
"slug": "/destinations/france/paris/hotel-waldorf-montparnasse", | |
"reviewsCount": 1098, | |
"score": 85, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84253, | |
"longitude": 2.323625 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8888, | |
"name": "Hotel Joke by Astotel", | |
"slug": "/destinations/france/paris/hotel-joke-by-astotel", | |
"reviewsCount": 991, | |
"score": 92, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.8825, | |
"longitude": 2.331851 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6984, | |
"name": "Hotel Elysa Luxembourg", | |
"slug": "/destinations/france/paris/hotel-elysa-luxembourg", | |
"reviewsCount": 1535, | |
"score": 81, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84649, | |
"longitude": 2.34091 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8887, | |
"name": "Hotel Joyce by Astotel", | |
"slug": "/destinations/france/paris/hotel-joyce-by-astotel", | |
"reviewsCount": 748, | |
"score": 89, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87935, | |
"longitude": 2.334215 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8881, | |
"name": "Le Fabe", | |
"slug": "/destinations/france/paris/le-fabe", | |
"reviewsCount": 1528, | |
"score": 88, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.83374, | |
"longitude": 2.315131 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6985, | |
"name": "Hotel Ibis Styles Paris Eiffel Cambronne", | |
"slug": "/destinations/france/paris/hotel-ibis-styles-paris-eiffel-cambronne", | |
"reviewsCount": 2151, | |
"score": 74, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84804, | |
"longitude": 2.300735 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 203, | |
"name": "Londres et New York Hotel", | |
"slug": "/destinations/france/paris/londres-et-new-york-hotel", | |
"reviewsCount": 492, | |
"score": 80, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87547, | |
"longitude": 2.326527 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6954, | |
"name": "Le Parisis Paris Tour Eiffel ", | |
"slug": "/destinations/france/paris/le-parisis-paris-tour-eiffel", | |
"reviewsCount": 1757, | |
"score": 87, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84969, | |
"longitude": 2.295392 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8891, | |
"name": "Idol Hotel Paris by Elegancia", | |
"slug": "/destinations/france/paris/idol-hotel-paris-by-elegancia", | |
"reviewsCount": 1608, | |
"score": 91, | |
"stars": 4.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.8795, | |
"longitude": 2.320286 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6953, | |
"name": "Ibis Styles Paris Tolbiac Bibliotheque ", | |
"slug": "/destinations/france/paris/ibis-styles-paris-tolbiac-bibliotheque", | |
"reviewsCount": 3372, | |
"score": 82, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.82902, | |
"longitude": 2.37406 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8893, | |
"name": "Vic Eiffel Hotel", | |
"slug": "/destinations/france/paris/vic-eiffel-hotel", | |
"reviewsCount": 1147, | |
"score": 92, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84524, | |
"longitude": 2.309923 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8890, | |
"name": "Hotel Le Robinet d'Or", | |
"slug": "/destinations/france/paris/hotel-le-robinet-dor", | |
"reviewsCount": 1273, | |
"score": 90, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87815, | |
"longitude": 2.364748 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6982, | |
"name": "Hôtel Le Notre Dame Saint Michel", | |
"slug": "/destinations/france/paris/hotel-le-notre-dame-saint-michel", | |
"reviewsCount": 844, | |
"score": 85, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.85301, | |
"longitude": 2.34678 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8883, | |
"name": "LAZ' Hôtel Spa Urbain", | |
"slug": "/destinations/france/paris/laz-hotel-spa-urbain", | |
"reviewsCount": 1269, | |
"score": 87, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87868, | |
"longitude": 2.327766 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 7653, | |
"name": "Aparthotel Adagio Access Paris Bastille", | |
"slug": "/destinations/france/paris/aparthotel-adagio-access-paris-bastille", | |
"reviewsCount": 1138, | |
"score": 78, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.8497, | |
"longitude": 2.3725 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8885, | |
"name": "Hotel Mistral", | |
"slug": "/destinations/france/paris/hotel-mistral", | |
"reviewsCount": 977, | |
"score": 92, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.83693, | |
"longitude": 2.323869 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 7651, | |
"name": "9hotel Montparnasse ", | |
"slug": "/destinations/france/paris/9hotel-montparnasse", | |
"reviewsCount": 1340, | |
"score": 85, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.83377, | |
"longitude": 2.317525 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6983, | |
"name": "Mercure Paris Notre Dame Saint Germain des Prés", | |
"slug": "/destinations/france/paris/mercure-paris-notre-dame-saint-germain-des-pres", | |
"reviewsCount": 1313, | |
"score": 79, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.85034, | |
"longitude": 2.345032 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8362, | |
"name": "Holiday Inn Paris - Notre Dame", | |
"slug": "/destinations/france/paris/holiday-inn-paris-notre-dame", | |
"reviewsCount": 2292, | |
"score": 82, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.85279, | |
"longitude": 2.342244 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6956, | |
"name": "Melia Paris Champs Elysees ", | |
"slug": "/destinations/france/paris/melia-paris-champs-elysees", | |
"reviewsCount": 276, | |
"score": 82, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.86885, | |
"longitude": 2.282895 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6980, | |
"name": "Best Western Premier Louvre Saint Honore", | |
"slug": "/destinations/france/paris/best-western-premier-louvre-saint-honore", | |
"reviewsCount": 890, | |
"score": 80, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.86176, | |
"longitude": 2.340758 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 253, | |
"name": "Le Belmont Champs Elysées", | |
"slug": "/destinations/france/paris/le-belmont-champs-elysees", | |
"reviewsCount": 951, | |
"score": 85, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.86909, | |
"longitude": 2.297698 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 201, | |
"name": "Hotel Atmospheres", | |
"slug": "/destinations/france/paris/hotel-atmospheres", | |
"reviewsCount": 1148, | |
"score": 87, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84882, | |
"longitude": 2.348135 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8889, | |
"name": "Hotel Ekta Champs Elysées", | |
"slug": "/destinations/france/paris/hotel-ekta-champs-elysees", | |
"reviewsCount": 49, | |
"score": 92, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87127, | |
"longitude": 2.298161 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8884, | |
"name": "Okko Hotels Paris Porte De Versailles", | |
"slug": "/destinations/france/paris/okko-hotels-paris-porte-de-versailles", | |
"reviewsCount": 3818, | |
"score": 90, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.83257, | |
"longitude": 2.278151 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6978, | |
"name": "Hotel Rochester Champs Elysees", | |
"slug": "/destinations/france/paris/hotel-rochester-champs-elysees", | |
"reviewsCount": 1445, | |
"score": 90, | |
"stars": 4.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87239, | |
"longitude": 2.309325 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 200, | |
"name": "Hôtel Magellan", | |
"slug": "/destinations/france/paris/hotel-magellan", | |
"reviewsCount": 809, | |
"score": 92, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.88328, | |
"longitude": 2.29257 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8880, | |
"name": "Sourire Boutique Hotel Particulier", | |
"slug": "/destinations/france/paris/sourire-boutique-hotel-particulier", | |
"reviewsCount": 322, | |
"score": 96, | |
"stars": 4, | |
"location": { | |
"coordinates": { | |
"latitude": 48.85503, | |
"longitude": 2.275534 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 7652, | |
"name": "Abbatial Saint Germain", | |
"slug": "/destinations/france/paris/abbatial-saint-germain", | |
"reviewsCount": 2905, | |
"score": 85, | |
"stars": 3.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.84974, | |
"longitude": 2.35048 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 8879, | |
"name": "Hotel Le Relais Du Marais", | |
"slug": "/destinations/france/paris/hotel-le-relais-du-marais", | |
"reviewsCount": 2668, | |
"score": 84, | |
"stars": 3, | |
"location": { | |
"coordinates": { | |
"latitude": 48.86642, | |
"longitude": 2.360923 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6979, | |
"name": "Hilton Paris Opera", | |
"slug": "/destinations/france/paris/hilton-paris-opera", | |
"reviewsCount": 2117, | |
"score": 83, | |
"stars": 4.5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87561, | |
"longitude": 2.32548 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6959, | |
"name": "Radisson Blu Champs Elysees", | |
"slug": "/destinations/france/paris/radisson-blu-champs-elysees", | |
"reviewsCount": 775, | |
"score": 75, | |
"stars": 5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87137, | |
"longitude": 2.297196 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
}, | |
{ | |
"id": 6957, | |
"name": "Paris Marriott Champs Elysees Hotel", | |
"slug": "/destinations/france/paris/paris-marriott-champs-elysees-hotel", | |
"reviewsCount": 1381, | |
"score": 86, | |
"stars": 5, | |
"location": { | |
"coordinates": { | |
"latitude": 48.87089, | |
"longitude": 2.304911 | |
}, | |
"destination": "Paris", | |
"city": "Paris", | |
"country": "France" | |
} | |
} | |
], | |
"results": [ | |
{ | |
"hotelId": 7650, | |
"price": 185, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8895, | |
"price": 215, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 8882, | |
"price": 225, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27758, | |
"name": "Standard Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 254, | |
"price": 235, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 8892, | |
"price": 235, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6955, | |
"price": 255, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27758, | |
"name": "Standard Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8648, | |
"price": 255, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27750, | |
"name": "Standard King" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8886, | |
"price": 265, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 8878, | |
"price": 265, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6977, | |
"price": 265, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 7649, | |
"price": 265, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27798, | |
"name": "Premium Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8888, | |
"price": 275, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 6984, | |
"price": 275, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8887, | |
"price": 275, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 8881, | |
"price": 275, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6985, | |
"price": 275, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 203, | |
"price": 275, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6954, | |
"price": 275, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8891, | |
"price": 285, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27758, | |
"name": "Standard Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6953, | |
"price": 285, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 8893, | |
"price": 285, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27822, | |
"name": "Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8890, | |
"price": 285, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6982, | |
"price": 295, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8883, | |
"price": 295, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27758, | |
"name": "Standard Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 7653, | |
"price": 295, | |
"dates": { | |
"from": "2020-01-10", | |
"to": "2020-01-15", | |
"days": 6 | |
}, | |
"room": { | |
"id": 27679, | |
"name": "Standard Studio " | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8885, | |
"price": 315, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27806, | |
"name": "Premium" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 7651, | |
"price": 315, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6983, | |
"price": 325, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8362, | |
"price": 325, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27822, | |
"name": "Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6956, | |
"price": 345, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6980, | |
"price": 345, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27766, | |
"name": "Standard Twin" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 253, | |
"price": 345, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 201, | |
"price": 355, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8889, | |
"price": 355, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8884, | |
"price": 365, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27758, | |
"name": "Standard Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 6978, | |
"price": 385, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 200, | |
"price": 395, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8880, | |
"price": 405, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27822, | |
"name": "Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 7652, | |
"price": 405, | |
"dates": { | |
"from": "2020-01-10", | |
"to": "2020-01-15", | |
"days": 6 | |
}, | |
"room": { | |
"id": 27806, | |
"name": "Premium" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 8879, | |
"price": 425, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6979, | |
"price": 495, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27806, | |
"name": "Premium" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
}, | |
{ | |
"hotelId": 6959, | |
"price": 515, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27774, | |
"name": "Standard" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "BB", | |
"name": "Breakfast included" | |
} | |
}, | |
{ | |
"hotelId": 6957, | |
"price": 645, | |
"dates": { | |
"from": "2020-01-12", | |
"to": "2020-01-15", | |
"days": 4 | |
}, | |
"room": { | |
"id": 27718, | |
"name": "Deluxe Queen" | |
}, | |
"airport": { | |
"code": "STO", | |
"name": "Stockholm (All airports)" | |
}, | |
"board": { | |
"code": "SC", | |
"name": "Meals can be added" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment