Skip to main content

Booking funnel

This workflow covers how to make a simple hotel reservation in Toulouse France, for an adult, for one night and on D+1 (tomorrow).

Manage the Result List

LR

First a call is made to get the list of all Accor hotels either at the very destination, or a radius, BBOX or identifiers. The hotels come with general information.

In this example the request is based on the DestinationCatalog Properties
 

JavaScript - Fetch (Expand)

var myHeaders = new Headers();
myHeaders.append("apikey", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");

var requestOptions = {
  method: 'GET',
  headers: myHeaders,
  redirect: 'follow'
};

fetch("https://api.accor.com/catalog/v1/hotels?q=toulouse", requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));
JSON Response (Expand)

{
    "place": {
        "id": "ChIJ_1J17G-7rhIRMBBBL5z2BgQ",
        "type": "political",
        "label": "Toulouse, France",
        "enlargement": false,
        "searchBox": {
            "bottomLeft": {
                "lng": "1.309072",
                "lat": "43.498688"
            },
            "topRight": {
                "lng": "1.556612",
                "lat": "43.702719"
            },
            "boxCenter": {
                "lng": "1.444209",
                "lat": "43.604652"
            }
        }
    },
    "statistics": {
        "hotel": {
            "total": 36,
            "brand": {
                "MSH": 1,
                "ADG": 1,
                "NOV": 3,
                "PUL": 2,
                "MGA": 1,
                "IBB": 5,
                "MER": 5,
                "IBS": 7,
                "HOF": 3,
                "ADA": 2,
                "IBH": 6
            },
            "lodging": {
                "HTL": 33,
                "APT": 3
            },
            "rating": {
                "star": {
                    "2": 6,
                    "3": 15,
                    "null": 3,
                    "4": 10,
                    "5": 2
                },
                "tripadvisor": {
                    "2": 3,
                    "3": 11,
                    "4": 22
                }
            },
            "label": {
                "extended_stay": 5,
                "fastcom": 36,
                "asfst": 29,
                "suite_night_upgrade": 1
            },
            "loyalty": {
                "advantageAllowed": 0,
                "burnAllowed": 0,
                "earnAllowed": 0,
                "huazhuRewards": 0,
                "memberRate": 4,
                "status": {
                    "participating_hotel": 0,
                    "partner_hotel": 0,
                    "partner_hotel_huazhu": 0,
                    "non_participating": 7
                }
            },
            "amenity": {
                "parking": 24,
                "baby_sitting": 9,
                "air_conditioning": 30,
                "hammam": 1,
                "child_facilities": 5,
                "tea_machine": 6,
                "golf": 3,
                "bar": 24,
                "laundry": 19,
                "fitness": 6,
                "wheelchair_access": 32,
                "sauna": 2,
                "meeting_rooms": 23,
                "kitchen": 3,
                "massage": 2,
                "pet": 2,
                "coffee_machine": 11,
                "wifi": 36,
                "spa": 3,
                "restaurant": 16,
                "pool": 8,
                "hearing_room": 2,
                "electric_charging_terminal": 5,
                "tennis": 4,
                "business_center": 2,
                "shuttle": 10,
                "non_smoking": 28,
                "iron": 21,
                "privative_bathroom": 28
            }
        }
    },
    "results": [
        {
            "score": 36,
            "distance": 0.11612151,
            "hotel": {
                "id": "9912",
                "name": "ibis Styles Toulouse Centre Capitole",
                "description": "A 17th-century building on the Place du Capitole, transformed into a mansion two centuries later, our hotel combines exceptional heritage and design via its renovations. Our modern, comfortable, air-conditioned bedrooms with built-in Chromecast, are music-themed, just like the rest of the hotel, from the reception with its musical chandelier to its coworking space and exceptional wine bar.",
                "status": "OPEN",
                "advantages": [
                    "Certified ALLSAFE by Bureau Veritas",
                    "On the Place du Capitole",
                    "Completely renovated hotel",
                    "24/7 reception desk",
                    "Inner courtyard steeped in history"
                ],
                "lodging": "HTL",
                "brand": "IBS",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 3
                },
                "spokenLanguages": [
                    "RU",
                    "ZH",
                    "EN",
                    "ES",
                    "FR",
                    "IT"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "electric_charging_terminal",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "parking",
                        "privative_bathroom",
                        "wheelchair_access"
                    ],
                    "paying": [
                        "shuttle",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/9912_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/9912_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/9912_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/9912_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/9912_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/9912_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/9912_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/9912_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/9912_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/9912_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61211754",
                    "mail": "H9912@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "2 Rue Du Taur",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.442863",
                        "lat": "43.605027"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/9912/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 585
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 35,
            "distance": 0.24217066,
            "hotel": {
                "id": "8505",
                "name": "Novotel Toulouse Centre Wilson",
                "description": "In the heart of Toulouse, the hotel welcomes you in a listed historic building. With 3 meeting rooms and 1 event room, enjoy its architecture, contemporary decor and its 2 huge Eiffel-style glass windows under which you can enjoy breakfast and the lounge bar menu. Relax in our fitness area with its sauna and hammam and in our partner brasserie Le Capoul, which its terrace on Place Wilson.",
                "status": "OPEN",
                "advantages": [
                    "Certified ALLSAFE by Bureau Veritas",
                    "Fully equipped, light-filled meeting rooms-free high-speed WiFi",
                    "Catering available in partnership with \"La Brasserie Le Capoul\"",
                    "Paid public car park near the hotel - Sauna - Hammam - Fitness room",
                    "Lounge bar and cozy seating area - Video games and indoor games area"
                ],
                "destinationDescription": "See another side of Toulouse at Novotel Centre Wilson. Take advantage of the hotel's services and great location and enjoy an unforgettable experience in La Ville Rose. Our team can't wait to welcome you!",
                "seoDescription": "Novotel Toulouse Wilson is 328 yards from Place du Capitole and 164 yards from the bus and Metro. You'll be in an ideal spot to explore La Ville Rose and the local way of life. Stroll along Canal du Midi, under the shade of 100-year-old plane trees. Take some time to sample our local cuisine at the iconic Victor Hugo market. Take off to Cité de l'Espace where the young-and young at heart-will be amazed.",
                "managerMessage": "Novotel Toulouse Wilson welcomes you! Whether you're here for work or pleasure, make time for yourself. We'll take care of the rest. Enjoy the lifestyle of La Ville Rose and discover our local cuisine.",
                "flashInfo": "Great to see you again! Our teams look forward to welcoming you back for breakfast and bar service. You can also enjoy gourmet dishes prepared by our partner, Brasserie Capoul, as an in-room service, on the terrace or in the dining area. We are certified ALLSAFE, ensuring full health measures to welcome you in the best conditions.",
                "lodging": "HTL",
                "brand": "NOV",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "ES",
                    "FR"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "child_facilities",
                        "coffee_machine",
                        "fitness",
                        "meeting_rooms",
                        "non_smoking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi",
                        "sauna",
                        "hammam",
                        "laundry"
                    ],
                    "paying": [
                        "parking",
                        "shuttle"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "346x260": "https://www.ahstatic.com/photos/8505_ho_00_p_346x260.jpg",
                            "953x385": "https://www.ahstatic.com/photos/8505_ho_00_p_953x385.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8505_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8505_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8505_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/8505_ho_00_p_1024x768.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8505_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8505_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8505_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8505_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8505_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61107070",
                    "fax": "5/61219670",
                    "mail": "H8505@accor.com",
                    "generalManager": {
                        "firstName": "Xavier",
                        "lastName": "Hofmann"
                    }
                },
                "localization": {
                    "address": {
                        "street": "15 Place Wilson",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "CIT",
                    "gps": {
                        "lng": "1.447107",
                        "lat": "43.605235"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/8505/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 1716
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 34,
            "distance": 0.3359999,
            "hotel": {
                "id": "1260",
                "name": "Mercure Toulouse Centre Wilson Capitole hotel",
                "description": "In the center of Toulouse and very close to the train station, the 4-star Mercure Toulouse Centre Wilson Capitole hotel is a beautiful red brick building, typical of Toulouse architecture. Make the most of the hotel's location close to the tourist sites, restaurants and theaters, such as Place Wilson, Place due Capitole and St Sernin. In the evening, relax in the hotel lounge bar or enjoy the comfort of your fully equipped room.",
                "status": "OPEN",
                "advantages": [
                    "Labeled ALLSAFE by Bureau Veritas",
                    "In the downtown area and a 5-minute walk from Place du Capitole",
                    "Metro station just 2 minutes' walk away",
                    "Private car park with direct access to the rooms",
                    "The conference center is 5 minutes by metro"
                ],
                "destinationDescription": "Right in the heart of the 'pink city' and within walking distance of Toulouse's main attractions, a stroll from our hotel takes you to Place du Capitole, Place Wilson and the Saint-Sernin basilica, and on to dine in the city's finest restaurants",
                "seoDescription": "The Mercure Toulouse Centre Wilson Capitole hotel is ideally located in the heart of the city center and 5 minutes from Place du Capitole. Discover the historical monuments of the town such as the Church of the Jacobins and the Basilica of Saint Sernin.",
                "managerMessage": "We are labelled ALLSAFE Bureau Veritas to guarantee the implementation of all health measures and accommodate you in the best conditions. We are ready and looking forward to welcoming you!",
                "flashInfo": "A Health Pass must be shown to access the hotel breakfast room. Breakfast is available in-room for those without a Health Pass. You can book with complete peace of mind: our ALLSAFE certificate, developed and approved by Bureau Veritas, ensures that new health and protection standards are followed in our hotels. FLEXIBLE RATES: cancellable up until check-in day.",
                "lodging": "HTL",
                "brand": "MER",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 3,
                    "maxChildAge": 11,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "FR",
                    "ES",
                    "EN",
                    "DE",
                    "TH"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "coffee_machine",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "parking"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1260_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1260_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1260_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1260_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1260_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1260_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1260_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1260_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1260_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1260_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/34454060",
                    "fax": "5/34454061",
                    "mail": "H1260@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "7 rue Labeda",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.448382",
                        "lat": "43.604654"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/1260/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 1022
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 33,
            "distance": 0.36006257,
            "hotel": {
                "id": "0370",
                "name": "Mercure Toulouse Centre Saint-Georges Hotel",
                "description": "The Mercure Toulouse Centre Saint Georges invites you live like a local. In the heart of the pink city, restaurants, shops, museums and transport are just a few steps away. The trendy hotel has 10 meeting rooms, spacious family rooms and apartments. During your stay come enjoy our cocktails at the Bar Le Mahogany Club; when the days get warmer, head to our shady terrace for drinks by the swimming lane.",
                "status": "OPEN",
                "advantages": [
                    "At the heart of the historic center of Toulouse",
                    "Private terrace with outdoor lap pool heated to 28° (seasonal)",
                    "Modern family rooms and spacious, comfortable apartments",
                    "Gourmet brunch available all summer",
                    "Le Mahogany summertime terrace cocktail bar"
                ],
                "destinationDescription": "At Mercure Toulouse Centre St Georges, discover and enjoy everything close by. Science lovers? visit the City of Space, Aeroscopia and Airbus; Love nature? stroll along the Canal du Midi or the Garonne.",
                "seoDescription": "Mercure Toulouse Centre St Georges is right in the historic center near the Place du Capitole, Augustinians Museum, Jacobins and Basilica of St Sernin, a must-see stop on the Santiago de Compostela Way. Ideal for visiting the region's sites: Albi and its cathedral, Carcassonne castle, the medieval villages of Cordes-sur-Ciel and Moissac, the Dordogne valley and its gastronomy, Lourdes and Rocamadour.",
                "managerMessage": "The Pont Neuf is its necklace, the Grave are its earrings and it has brick dust for face powder, sings Bigflo and Oli. The team at Mercure Toulouse Centre Saint-Georges shares the true face of Toulouse.",
                "flashInfo": "Our hotel has obtained the ALLSAFE cleanliness and prevention label, verified by Bureau Veritas. This ensures that our hygiene and prevention measures meet the highest standards.",
                "lodging": "HTL",
                "brand": "MER",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 3,
                    "maxChildAge": 16,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "IT",
                    "FR",
                    "JA",
                    "DE",
                    "ES",
                    "EN"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "EXTENDED_STAY",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "business_center",
                        "coffee_machine",
                        "golf",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "pool",
                        "privative_bathroom",
                        "tennis",
                        "wheelchair_access",
                        "wifi"
                    ],
                    "paying": [
                        "parking",
                        "spa",
                        "laundry"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0370_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0370_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0370_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0370_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0370_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0370_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0370_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0370_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0370_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0370_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/62277979",
                    "fax": "5/62277900",
                    "mail": "H0370@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "rue saint Jérome",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.448394",
                        "lat": "43.603511"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/0370/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 872
                    }
                },
                "checkInHour": "15:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 32,
            "distance": 0.46868238,
            "hotel": {
                "id": "B395",
                "name": "Mama Shelter Toulouse",
                "description": "Mama has arrived in the pink city! Located in the heart of Toulouse, a stone's throw from the Jardin Pierre Goudouli and the Jean Jaurès metro stop, the Mama Shelter hotel offers 120 comfortable and connected rooms. Enjoy our 48-seat MamaCinéma, delicious cocktails, smart meeting rooms, superb rooftop terrace with pizza oven, and the interior courtyard where you'll find the restaurant terrace with fireplace and Argentine grill. Mama always spoils you!",
                "status": "OPEN",
                "advantages": [
                    "Private, 20-seat movie theater",
                    "Rooftop and Argentinian grill",
                    "Colorful, cheerful design in the lobby, restaurant and rooms",
                    "4 studios (conference rooms) available",
                    "Located in the heart of Toulouse on Boulevard Lazare Carnot"
                ],
                "lodging": "HTL",
                "brand": "MSH",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 3,
                    "maxChildAge": 11,
                    "maxPax": 4,
                    "maxRoom": 3
                },
                "spokenLanguages": [
                    "ES",
                    "FR",
                    "EN"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "hearing_room",
                        "meeting_rooms",
                        "non_smoking",
                        "privative_bathroom",
                        "restaurant",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "pet",
                        "shuttle"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/b395_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/b395_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/b395_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/b395_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/b395_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/b395_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/b395_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/b395_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/b395_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/b395_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "0531505005",
                    "mail": "toulouse@mamashelter.com"
                },
                "localization": {
                    "address": {
                        "street": "54 Boulevard Lazare Carnot",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "CIT",
                    "gps": {
                        "lng": "1.449934",
                        "lat": "43.605414"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/B395/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.5,
                        "nbReviews": 242
                    }
                },
                "checkInHour": "15:00",
                "checkInHourTo": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 31,
            "distance": 0.61599046,
            "hotel": {
                "id": "A086",
                "name": "La Cour des Consuls Hotel&Spa Toulouse-MGallery",
                "description": "In Old Toulouse, this 5-star hotel's rooms/suites, in a charming 18th-century family home, provide an intimate, cosy setting. Thomas Vonderscher, Michelin-star chef, created the gourmet Le Cénacle's menu. The Club offers champagne-based cocktails, and the Executive Lounge and library invite you to linger in surprising ways. Elegant meeting spaces, a spa and gym complement this luxury wellness bracket.",
                "status": "OPEN",
                "advantages": [
                    "Classic architectural elements",
                    "Chic and prestigious Michelin-starred restaurant",
                    "Light and rejuvenation in its Spa by Graine de Pastel.",
                    "Secure private car park",
                    "Certified ALLSAFE"
                ],
                "destinationDescription": "Halfway between the Atlantic and Mediterranean coasts, at the foot of the Pyrenees mountains, Toulouse enjoys a privileged location in the South West of France. Succumb to the colorful charm of the aptly named \"ville rose\" (pink city).",
                "managerMessage": "At La Cour des Consuls Hotel & Spa in the heart of Toulouse, the entire team and I will ensure you have the best possible stay in the \"Pink City\".",
                "flashInfo": "Our teams are all set to give you the best possible welcome in compliance with latest government policy. Guests over 17 will need to show a Health Pass to access hotel amenities (bar, restaurant, breakfast room, spa).",
                "lodging": "HTL",
                "brand": "MGA",
                "scale": "UP",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 12,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "FR"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "coffee_machine",
                        "electric_charging_terminal",
                        "fitness",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "privative_bathroom",
                        "restaurant",
                        "spa",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "parking",
                        "shuttle",
                        "massage"
                    ]
                },
                "media": {
                    "count": 15,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a086_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a086_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a086_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a086_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a086_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a086_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a086_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a086_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a086_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a086_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/67161999",
                    "fax": "5/34316734",
                    "mail": "HA086@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "46 rue des Couteliers",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.441731",
                        "lat": "43.599411"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/A086/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 5.0
                    },
                    "tripadvisor": {
                        "score": 4.5,
                        "nbReviews": 492
                    }
                },
                "checkInHour": "16:00",
                "checkInHourTo": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 30,
            "distance": 0.6528036,
            "hotel": {
                "id": "1429",
                "name": "ibis Toulouse Centre",
                "description": "In the heart of Toulouse and a 10-minute walk from the historical center, the ibis Toulouse Centre hotel is perfect for your business or leisure stays. Take advantage of our comfortable, quiet, air-conditioned rooms and free WIFI throughout the hotel. A 1 0-minute walk from Toulouse Matabiau train station, 164 yards (150 m) from the airport shuttle bus stop and 219 yards (200 m) from Jeanne d'Arc metro station. You can park your vehicle at the nearby Jeanne d'Arc public car park at reduced rates.",
                "status": "OPEN",
                "advantages": [
                    "Monday to Thursday: Dish of the day",
                    "Public car park Jeanne d'Arc (fee) located 50m from the hotel"
                ],
                "destinationDescription": "Situated in the heart of the historic and commercial heritage of Toulouse.",
                "managerMessage": "Welcome to Occitainie. We are certified ALLSAFE by Bureau Veritas to ensure the implementation of all health measures and welcome you safely. We are all set and look forward to welcoming you",
                "flashInfo": "Notre hôtel a obtenu le label de propreté et prévention ALLSAFE , vérifié par Bureau Veritas. Cela vous garantit que nos mesures d'hygiène et de prévention respectent les normes les plus élevées.",
                "lodging": "HTL",
                "brand": "IBH",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 2,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "iron",
                        "meeting_rooms",
                        "parking",
                        "privative_bathroom",
                        "restaurant",
                        "wifi",
                        "laundry"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1429_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1429_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1429_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1429_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1429_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1429_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1429_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1429_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1429_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1429_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61636163",
                    "fax": "5/61630746",
                    "mail": "H1429@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "2, Rue Claire Pauilhac",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.446011",
                        "lat": "43.610376"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/1429/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 1296
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 29,
            "distance": 0.86273557,
            "hotel": {
                "id": "1091",
                "name": "Pullman Toulouse Centre Ramblas",
                "description": "After three years’ renovation, the heart of Toulouse has extended to the new Ramblas district. The Pullman Toulouse Centre Ramblas stands in an exceptional location with great access. From our hotel, stroll along the leafy Ramblas and reach the historic center or Matabiau Train Station within minutes on foot. Parking is always easy with our secure private parking and drop-off area just outside the hotel.",
                "status": "OPEN",
                "advantages": [
                    "From August 9, health pass mandatory to access the restaurant + bar",
                    "On the new Ramblas and a 10-minute walk from the Capitole",
                    "TripAdvisor certificate of excellence 2020",
                    "Secure private car park with valet service",
                    "Labeled ALLSAFE by Bureau Veritas"
                ],
                "destinationDescription": "Our 9 rooms all have daylight and can accommodate 2 to 300 people. The 550 m2 of meeting space combines comfort and high-tech equipment: click share, HD video projectors, fiber optic Wi-Fi.",
                "seoDescription": "Famous for being synonymous with good living, Toulouse will win you over with its architecture. Let us point you to the heart of the Pink City, wander around its historical center and discover its many sensational attractions such as Place du Capitole, the Jacobins monastery and the Basilica of Saint Sernin. Take a leisurely stroll along the Canal du Midi, take off on an adventure at Cité de l'Espace, relive aviation history at Aéroscopia or cheer for Stade Toulousain (10 minutes from the hotel).",
                "managerMessage": "We are labelled ALLSAFE to guarantee you the implementation of all sanitary measures and welcome you in the best conditions. We are looking forward to welcoming you to the Pullman Toulouse Centre Ramblas!",
                "flashInfo": "From August 9: presentation of health pass mandatory within our establishment to access the restaurant, bar and meeting rooms. Breakfast in your bedroom available for people who do not have health pass. https://www.gouvernement.fr/info-coronavirus/pass-sanitaire.",
                "lodging": "HTL",
                "brand": "PUL",
                "scale": "UP",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 6,
                    "maxChild": 5,
                    "maxChildAge": 11,
                    "maxPax": 7,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "AR",
                    "EN",
                    "ES",
                    "IT"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "SUITE_NIGHT_UPGRADE",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "coffee_machine",
                        "fitness",
                        "meeting_rooms",
                        "non_smoking",
                        "privative_bathroom",
                        "restaurant",
                        "tea_machine",
                        "wheelchair_access",
                        "wifi"
                    ],
                    "paying": [
                        "parking",
                        "laundry"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "346x260": "https://www.ahstatic.com/photos/1091_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1091_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1091_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1091_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/1091_ho_00_p_1024x768.jpg",
                            "1376x688": "https://www.ahstatic.com/photos/1091_ho_00_p_1376x688.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1091_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1091_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1091_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1091_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1091_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61102310",
                    "fax": "5/61102320",
                    "mail": "H1091@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "84, allées Jean Jaurès",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.453523",
                        "lat": "43.608488"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/1091/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 5.0
                    },
                    "tripadvisor": {
                        "score": 4.5,
                        "nbReviews": 1675
                    }
                },
                "checkInHour": "15:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 28,
            "distance": 0.88063276,
            "hotel": {
                "id": "1910",
                "name": "Aparthotel Adagio Toulouse Centre Ramblas",
                "description": "Ideally located in downtown Toulouse, this 4-star tourist residence is a short walk from Wilson & Capitole squares. The Adagio Toulouse Centre Ramblas is also 15 min from the airport & Airbus Training Center. Our 99 apartments are designed for long stays: kitchen, separate bedroom, living room w/ convertible sofa & office space. Our reception team is available 24/7 & we offer a daily housekeeping service.",
                "status": "OPEN",
                "advantages": [
                    "Near Place du Capitole",
                    "Fitness room and business corner",
                    "Indoor private parking",
                    "24-hour reception",
                    "A panoramic view of Toulouse"
                ],
                "flashInfo": "Our aparthotel is open and labelled ALLSAFE. This ensures that our hygiene and prevention measures meet the highest standards developed and verified by Bureau Veritas.",
                "lodging": "APT",
                "brand": "ADG",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 3,
                    "maxChildAge": 2,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "DE",
                    "FR",
                    "RU",
                    "EN",
                    "ES"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "EXTENDED_STAY",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "iron",
                        "kitchen",
                        "non_smoking",
                        "privative_bathroom",
                        "tea_machine",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "parking"
                    ]
                },
                "media": {
                    "count": 7,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1910_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1910_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1910_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1910_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1910_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1910_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1910_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1910_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1910_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1910_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61102400",
                    "fax": "5/61102420",
                    "mail": "H1910@adagio-city.com"
                },
                "localization": {
                    "address": {
                        "street": "86  allées Jean Jaurès",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "CIT",
                    "gps": {
                        "lng": "1.453618",
                        "lat": "43.60869"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/1910/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.5,
                        "nbReviews": 383
                    }
                },
                "checkInHour": "15:00",
                "checkOutHour": "11:00"
            }
        },
        {
            "score": 27,
            "distance": 0.9779903,
            "hotel": {
                "id": "8481",
                "name": "ibis Styles Toulouse Gare Centre Matabiau",
                "description": "Just across the street from the SNCF station, a short walk from downtown Toulouse and Place du Capitole, it's easy to visit Toulouse by foot from ibis Styles Toulouse Centre Station. Discover its brand new Urban Art Garden-themed ambience, combining street art and nature in the common areas and rooms, passing by the patio. Relax in hypoallergenic, relaxing bedding. Breakfast & WiFi included.",
                "status": "OPEN",
                "advantages": [
                    "Opposite station/metro, 100m airport shuttle, 30m to public parking lot.",
                    "Snacking card if you're peckish at any time.",
                    "Rooms spread around a patio, for guaranteed moment of relaxation",
                    "Better than home: hot & cold drinks, table football, PC and Wi-Fi at will!",
                    "Breakfast included, continental buffet style."
                ],
                "managerMessage": "On business or with your family, here nature has inspired a quirky art. There's a train stop near the Urban Art Garden hotel but no inconvenience thanks to rooms around a patio and 24-hour service!",
                "lodging": "HTL",
                "brand": "IBS",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "ES",
                    "FR",
                    "AR",
                    "EN"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "privative_bathroom",
                        "wifi"
                    ],
                    "paying": [
                        "shuttle"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8481_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8481_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8481_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8481_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8481_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8481_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8481_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8481_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8481_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8481_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61624478",
                    "fax": "5/61631806",
                    "mail": "h8481@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "13 boulevard de Bonrepos",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.452541",
                        "lat": "43.611052"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/8481/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 846
                    }
                },
                "checkInHour": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 26,
            "distance": 0.9813539,
            "hotel": {
                "id": "2772",
                "name": "ibis Toulouse Gare Matabiau",
                "description": "The ibis Toulouse Gare Matabiau Hotel, completely renovated in 2017, located at the edge of the Canal du Midi, opposite the SNCF train station, 20 minutes by car from the airport, allows you to discover the Pink City in the best conditions. In the heart of Toulouse, the hotel offers 71 air-conditioned and soundproofed rooms, including three rooms for those with reduced mobility, and available Wi-Fi. Enjoy our snack bar and the Le Victoria restaurant. Possibility of using the train station public parking.",
                "status": "OPEN",
                "advantages": [
                    "Hotel in the city center opposite the SNCF train station and bus station",
                    "Web corner and free WIFI throughout the hotel",
                    "24/7 reception, bar and snack service",
                    "Option to book half board in our Le Victoria restaurant"
                ],
                "destinationDescription": "Minutes from the historic city center.",
                "managerMessage": "The entire team at the ibis Toulouse Gare Matabiau hotel welcomes you to its fully renovated establishment. Make the most of our city center location opposite the train station and the Canal du Midi to explore the Pink City.",
                "lodging": "HTL",
                "brand": "IBH",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "PT",
                    "FR",
                    "IT",
                    "EN",
                    "ES",
                    "DE"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "non_smoking",
                        "privative_bathroom",
                        "restaurant",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "shuttle"
                    ]
                },
                "media": {
                    "count": 4,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/2772_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2772_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2772_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2772_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2772_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/2772_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2772_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2772_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2772_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2772_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61625090",
                    "fax": "5/61992102",
                    "mail": "H2772@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "14 Boulevard Bonrepos",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.452287",
                        "lat": "43.611261"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/2772/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 745
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 25,
            "distance": 1.0120419,
            "hotel": {
                "id": "1585",
                "name": "Mercure Toulouse Centre Compans hotel",
                "description": "With 20 fully equipped conference rooms, an amphitheatre that can seat up to 200 people, and a 200 m² patio under a glass roof, Mercure Toulouse Centre Compans is an unparalleled venue for your professional events. For a getaway to discover the 'Pink City', our hotel offers you comfortable guest rooms in a leafy setting and a charming terrace where you can enjoy our tapas, small plates and regional wines.",
                "status": "OPEN",
                "advantages": [
                    "From August 9, a health pass will be mandatory to access the restaurant",
                    "20 min drive from Toulouse Blagnac Airport",
                    "Onsite Bar & Restaurant : Barricòt",
                    "Private, covered, paying carpark",
                    "Amphitheater of 200 places and 12 meeting rooms"
                ],
                "destinationDescription": "In central Toulouse near the convention center, our hotel is perfect to see our heritage or enjoy Toulouse on a business trip. Discover our gastronomy & visit the city of space & its aeronautical sites.",
                "seoDescription": "In the heart of the Compans Caffarelli business district, with direct access to the Pierre Baudis convention centre and the Japanese garden, our hotel makes it easy to get around Toulouse. Just outside are the metro and bus stops, as well as a public shuttle that will have you at the airport in 15 minutes. A short walk away are Saint Sernin Basilica and Place du Capitole. We are 5 minutes by car from the railway station and 15 minutes from the Cité de l'Espace discov",
                "managerMessage": "We are labeled ALLSAFE by Bureau Veritas to guarantee the implementation of all health measures and accommodate you in the best conditions. We are ready and looking forward to seeing you!",
                "flashInfo": "From August 9 - presentation of health pass mandatory within our establishment to access the restaurant, bar and meeting rooms. Breakfast in your bedroom available for people who do not have health pass. https://www.gouvernement.fr/info-coronavirus/pass-sanitaire.",
                "lodging": "HTL",
                "brand": "MER",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "AR",
                    "EN",
                    "ES",
                    "FR",
                    "IT",
                    "PT"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "baby_sitting",
                        "bar",
                        "coffee_machine",
                        "fitness",
                        "iron",
                        "meeting_rooms",
                        "privative_bathroom",
                        "restaurant",
                        "tea_machine",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "parking",
                        "shuttle"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1585_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1585_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1585_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1585_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1585_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1585_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1585_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1585_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1585_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1585_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61110909",
                    "fax": "5/61231412",
                    "mail": "H1585@accor.com",
                    "generalManager": {
                        "firstName": "Lionel",
                        "lastName": "Bouchand"
                    }
                },
                "localization": {
                    "address": {
                        "street": "Boulevard Lascrosses",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.434822",
                        "lat": "43.610705"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/1585/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 627
                    }
                },
                "checkInHour": "15:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 24,
            "distance": 1.0941939,
            "hotel": {
                "id": "B3A1",
                "name": "ibis Styles Toulouse Centre Canal du Midi",
                "description": "ibis Styles Toulouse Canal du Midi welcomes you in a street art atmosphere in the heart of Toulouse. Discover the Canal du Midi, Halles aux Grains & Capitole, all less than a 20-min walk from the hotel. Our location is suitable for both leisure & business guests. All rates include breakfast & unlimited WIFI. ibis Styles Toulouse Canal du Midi is only 20 min from the Toulouse Matabiau train station.",
                "status": "OPEN",
                "advantages": [
                    "All the necessary comfort in the city center",
                    "Wifi, air-conditioning",
                    "100% non-smoking, private bathroom",
                    "Family room, baby cot",
                    "2 levels of private parking paid in the basement"
                ],
                "lodging": "HTL",
                "brand": "IBS",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 3
                },
                "spokenLanguages": [
                    "EN",
                    "ES",
                    "FR"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "meeting_rooms",
                        "non_smoking",
                        "wifi"
                    ],
                    "paying": [
                        "pet",
                        "parking"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/b3a1_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/b3a1_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/b3a1_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/b3a1_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/b3a1_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/b3a1_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/b3a1_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/b3a1_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/b3a1_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/b3a1_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61341171",
                    "fax": "5/61341221",
                    "mail": "ibisstyles.toulouse@dalmatahospitality.com"
                },
                "localization": {
                    "address": {
                        "street": "05 Boulevard De La Gare",
                        "zipCode": "31500",
                        "city": "Toulouse",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.457068",
                        "lat": "43.60147"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/B3A1/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 3.0,
                        "nbReviews": 544
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 23,
            "distance": 1.2195965,
            "hotel": {
                "id": "2584",
                "name": "ibis budget Toulouse Centre Gare",
                "description": "The ibis Budget Toulouse Centre hotel is conveniently located in the city center 600m from the SNCF Matabiau station, along the Canal du Midi. We have free outdoor parking (subject to availability).",
                "status": "OPEN",
                "advantages": [
                    "Labeled ALLSAFE by Bureau Veritas"
                ],
                "managerMessage": "We are labelled ALLSAFE Bureau Veritas to guarantee the implementation of all health measures for you and welcome you in the best conditions. We are ready and looking forward to welcoming you.",
                "flashInfo": "Our hotel has received the ALLSAFE cleanliness and prevention certification by Bureau Veritas. This ensures that our hygiene and prevention measures meet the highest standards.",
                "lodging": "HTL",
                "brand": "IBB",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 17,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "meeting_rooms",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 3,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/2584_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2584_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2584_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2584_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2584_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/2584_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2584_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2584_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2584_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2584_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "8/92683110",
                    "fax": "5/61133054",
                    "mail": "H2584-RE@ACCOR.COM"
                },
                "localization": {
                    "address": {
                        "street": "27 Boulevard des Minimes",
                        "zipCode": "31200",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "CIT",
                    "gps": {
                        "lng": "1.44492",
                        "lat": "43.615608"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/2584/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 2.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 1356
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 22,
            "distance": 1.2589649,
            "hotel": {
                "id": "0906",
                "name": "Novotel Toulouse Centre Compans Caffarelli",
                "description": "Stay at the Novotel Toulouse Centre Compans Caffarelli hotel and discover the south west of France. In the heart of the \"pink city,\" this contemporary hotel is ideal for both family breaks and business travel. Enjoy the south-western sunshine in our spaci ous rooms, some with balcony, on our terrace or beside the outdoor swimming pool overlooking the park. Awaken your tastebuds at the GourmetBar and discover the cuisine of the south west, its flavors and colorful dishes.",
                "status": "OPEN",
                "advantages": [
                    "Terrace catering available from May 19",
                    "15 min walk to Capitole Square",
                    "Catering on the terrace from May 19. Breakfast in your bedroom.",
                    "Private indoor tool parking with direct accessto the hotel",
                    "Pierre Baudis congress center nearby"
                ],
                "destinationDescription": "Our downtown Toulouse hotel gives you a breath of fresh air in a leafy setting. Discover our heritage and visit the city of aeronautics.",
                "seoDescription": "Set in the Compans Caffarelli business district, near the Pierre Baudis Convention Centre and Jardin Japonais, our hotel makes it easy to get around Toulouse. 5 min from metro and bus stations, and the airport shuttle, so travel is easy. Visit Saint-Sernin Basilica close by, and Capitol Square. 5 minutes' drive from the train station and 15 minutes from the Cité de l'Espace and the Aeroscopia Museum.",
                "managerMessage": "Welcome to the Novotel Toulouse Centre Compans Caffarelli, in a leafy downtown setting by the Jardin Japonais. You can walk around Toulouse, the Capitol Square and the Saint-Sernin Basilica.",
                "flashInfo": "From today: health pass mandatory to access the hotel pool. From August 9: presentation of a health pass will be mandatory within our establishment to access our restaurant, bar and meeting rooms. Breakfast available in-room for those without a health pass. https://www.gouvernement.fr/info-coronavirus/pass-sanitaire.",
                "lodging": "HTL",
                "brand": "NOV",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "FR",
                    "EN",
                    "ES"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "child_facilities",
                        "coffee_machine",
                        "fitness",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "pool",
                        "privative_bathroom",
                        "restaurant",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "parking"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "346x260": "https://www.ahstatic.com/photos/0906_ho_00_p_346x260.jpg",
                            "953x385": "https://www.ahstatic.com/photos/0906_ho_00_p_953x385.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0906_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0906_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0906_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/0906_ho_00_p_1024x768.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0906_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0906_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0906_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0906_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0906_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61217474",
                    "fax": "5/61228122",
                    "mail": "H0906@accor.com",
                    "generalManager": {
                        "firstName": "Lionel",
                        "lastName": "Bouchand"
                    }
                },
                "localization": {
                    "address": {
                        "street": "5  place Alfonse Jourdain",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.431439",
                        "lat": "43.611186"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/0906/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 1092
                    }
                },
                "checkInHour": "15:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 21,
            "distance": 1.6239388,
            "hotel": {
                "id": "8399",
                "name": "Aparthotel Adagio access Toulouse Saint Cyprien",
                "description": "The Adagio Access Toulouse Saint-Cyprien is located at the heart of Toulouse, in the dynamic district of Saint Cyprien and Patte d'Oie. The 90 comfortable and fully equipped apartments in this 3-star holiday residence can accommodate up to 4 people. Place  du Capitole is just 15 minutes' walk away and buses and the metro are close by the Aparthotel. The district boasts a daily market and many stores.",
                "status": "OPEN",
                "advantages": [
                    "Busy and commercial district",
                    "Bus and subway at the foot of the aparthotel",
                    "Private indoor parking upon availabilities"
                ],
                "managerMessage": "Open 24 hours a day - 7 days a week - Closed only on weekends from noon to 2pm",
                "lodging": "APT",
                "brand": "ADA",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 6,
                    "maxChild": 5,
                    "maxChildAge": 2,
                    "maxPax": 6,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "EXTENDED_STAY"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "kitchen",
                        "non_smoking",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "parking"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8399_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8399_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8399_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8399_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8399_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8399_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8399_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8399_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8399_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8399_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/34509600",
                    "fax": "5/34509601",
                    "mail": "H8399@adagio-city.com"
                },
                "localization": {
                    "address": {
                        "street": "37 Ter Avenue",
                        "zipCode": "31300",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "CIT",
                    "gps": {
                        "lng": "1.426929",
                        "lat": "43.597122"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/8399/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 329
                    }
                },
                "checkInHour": "15:00",
                "checkOutHour": "11:00"
            }
        },
        {
            "score": 20,
            "distance": 1.953448,
            "hotel": {
                "id": "8388",
                "name": "Aparthotel Adagio access Toulouse Jolimont",
                "description": "Overlooking Toulouse, close to the new Marengo district with stores, business hubs and cultural centers, the Adagio Access Toulouse Jolimont has direct metro access so guests can reach the downtown area in 10 mins. Its 96 comfortable apartments with A/C can accommodate up to 4 people. The aparthotel is a 2-star tourist residence with an outdoor swimming pool (open in season) & free low-speed Internet.",
                "status": "OPEN",
                "advantages": [
                    "Busy and commercial district",
                    "Bus and subway at the foot of the aparthotel",
                    "Outdoor swimming pool open in season"
                ],
                "lodging": "APT",
                "brand": "ADA",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 3,
                    "maxChildAge": 2,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "IT",
                    "FR",
                    "ES",
                    "EN",
                    "AR"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "EXTENDED_STAY"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "iron",
                        "kitchen",
                        "non_smoking",
                        "pool",
                        "privative_bathroom",
                        "tea_machine",
                        "wheelchair_access",
                        "wifi"
                    ],
                    "paying": [
                        "shuttle"
                    ]
                },
                "media": {
                    "count": 7,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8388_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8388_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8388_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8388_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8388_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8388_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8388_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8388_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8388_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8388_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/34302800",
                    "mail": "H8388@adagio-city.com"
                },
                "localization": {
                    "address": {
                        "street": "11 Avenue Leon Blum",
                        "zipCode": "31500",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "CIT",
                    "gps": {
                        "lng": "1.463931",
                        "lat": "43.614885"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/8388/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 2.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 391
                    }
                },
                "checkInHour": "15:00",
                "checkOutHour": "11:00"
            }
        },
        {
            "score": 19,
            "distance": 2.0688717,
            "hotel": {
                "id": "1430",
                "name": "ibis Toulouse Ponts Jumeaux",
                "description": "ibis Toulouse Ponts Jumeaux is located on the edge of the Canal du Midi, near the Palais des Congrès. Thanks to its ideal location, you can discover the sights of the pink city. It has 104 rooms (4 for people with reduced mobility) upon reservation and offers WIFI, a restaurant with traditional cuisine, a 24/7 bar with terrace and car park. For your seminars, you can book one of our 3 meeting rooms.",
                "status": "OPEN",
                "advantages": [
                    "On the edge of the Canal du Midi in the immediate vicinity of the ring road",
                    "Close to the airport, the MEET exhibition park and the city center",
                    "A warm, attentive team",
                    "Free underground parking (non-bookable, limited to 1.80m high)",
                    "Free WiFi"
                ],
                "destinationDescription": "Situated on the banks of the Canal du Midi. Near to the Pierre Baudis conference center and the sports complex.",
                "managerMessage": "The team is delighted to welcome you to our hotel, whether you're traveling on business or to visit Toulouse. We aim to make your stay a real pleasure.",
                "lodging": "HTL",
                "brand": "IBH",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 2,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "ES",
                    "FR",
                    "EN"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "iron",
                        "meeting_rooms",
                        "restaurant",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1430_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1430_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1430_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1430_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1430_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/1430_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/1430_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/1430_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/1430_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/1430_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/62272828",
                    "fax": "5/62271401",
                    "mail": "H1430@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "99, boulevard de la Marquette",
                        "zipCode": "31000",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "TOW",
                    "gps": {
                        "lng": "1.420053",
                        "lat": "43.610996"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/1430/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 723
                    }
                },
                "checkInHour": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 18,
            "distance": 3.644207,
            "hotel": {
                "id": "0445",
                "name": "Novotel Toulouse Purpan Airport",
                "description": "For your stays in Toulouse, head to Novotel Toulouse Purpan Airport. This hotel is perfect for all your visits: enjoy the modern spaces of the 123 rooms or a relaxing moment on the terrace by the pool. Ready for a gourmet break? Try the Chef's set menu at the Gourmet Bar. For a business meeting or seminar, the seven modular rooms are available. Come and enjoy the warm welcome of the southwest with us.",
                "status": "OPEN",
                "advantages": [
                    "Shuttle and free car park.",
                    "24-hour fitness room.",
                    "Meeting room for between 2 and 200 people",
                    "Near Le Zénith and Stade Ernest-Wallon Stadiums",
                    "Labeled ALLSAFE"
                ],
                "seoDescription": "Novotel Toulouse Purpan Aéroport is between downtown Toulouse and Toulouse-Blagnac International Airport. Free shuttle service. Variety of sports facilities: volleyball, petanque, tennis and table tennis! In Toulouse, experience the sky at the City of Space, Aeroscopia, or Airbus. Visit the Toulouse stadium area or see a match. Otherwise enjoy a concert at The Zenith, accessible by nearby streetcar.",
                "managerMessage": "We are labeled ALLSAFE to guarantee the implementation of all sanitary measures and accommodate you in the best conditions. We are ready and looking forward to welcoming you!",
                "flashInfo": "Health Pass required to access the hotel pool and gym. From August 9 a health pass must be shown to access the hotel restaurant, bar, meeting rooms, pool and gym. Breakfast available in-room for those without a health pass. See https://www.gouvernement.fr/info-coronavirus/pass-sanitaire.",
                "lodging": "HTL",
                "brand": "NOV",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "FR",
                    "ES"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "child_facilities",
                        "coffee_machine",
                        "electric_charging_terminal",
                        "iron",
                        "meeting_rooms",
                        "parking",
                        "pool",
                        "privative_bathroom",
                        "restaurant",
                        "shuttle",
                        "tennis",
                        "wheelchair_access"
                    ],
                    "paying": [
                        "wifi",
                        "laundry"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "346x260": "https://www.ahstatic.com/photos/0445_ho_00_p_346x260.jpg",
                            "953x385": "https://www.ahstatic.com/photos/0445_ho_00_p_953x385.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0445_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0445_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0445_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/0445_ho_00_p_1024x768.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0445_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0445_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0445_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0445_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0445_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61150000",
                    "fax": "5/61158844",
                    "mail": "H0445@accor.com",
                    "generalManager": {
                        "firstName": "Céline",
                        "lastName": "CONGE"
                    }
                },
                "localization": {
                    "address": {
                        "street": "23 Impasse de Maubec",
                        "zipCode": "31300",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "AIR",
                    "gps": {
                        "lng": "1.39897",
                        "lat": "43.605646"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/0445/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 816
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 17,
            "distance": 4.0128183,
            "hotel": {
                "id": "A9V4",
                "name": "ibis Toulouse Purpan",
                "description": "The ibis Toulouse Purpan hotel is located close to the main Airbus sites and a stone's throw from Purpan Hospital, the Zénith concert venue and Stade Toulousain's stadium. It is accessible via highways A620 and A624 and trams T1 and T2, which also take yo u to the city center, the exhibition center and the airport. Take advantage of our recently renovated and air-conditioned Sweet Rooms and sample the cuisine in our partner restaurant. Our bar is open 24 hours a day. The WIFI and our car park are free.",
                "status": "OPEN",
                "managerMessage": "Your hotel is currently closed due to COVID-19. We will be happy to welcome you in the near future. For more information, please contact customer care: https://all.accor.com/gb/help/contact.shtml",
                "flashInfo": "Certified ALLSAFE, our hotel has adapted to the sanitary context to welcome you safely. We offer our guests 24-hour CATERING in ROOM SERVICE.",
                "lodging": "HTL",
                "brand": "IBH",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 3
                },
                "spokenLanguages": [
                    "EN",
                    "ES",
                    "FR",
                    "IT"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "meeting_rooms",
                        "non_smoking",
                        "privative_bathroom",
                        "restaurant",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 1,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/gibh_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/gibh_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/gibh_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/gibh_ho_00_p_2048x1536.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "0534505858",
                    "fax": "5/34505859",
                    "mail": "HA9V4@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "1 Rue Jean Viollis",
                        "zipCode": "31300",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "SUB",
                    "gps": {
                        "lng": "1.395948",
                        "lat": "43.613667"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/A9V4/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 204
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 16,
            "distance": 4.417631,
            "hotel": {
                "id": "6672",
                "name": "ibis budget Toulouse Cité de l Espace 1",
                "description": "15 mins from downtown Toulouse, opposite the famous Cité de l'Espace, the ibis budget Toulouse Cité de l'Espace 1 hotel is ideal to discover the city's attractions. From our quiet double, trio or family bedrooms for up to 4 people, explore the banks of the Canal du Midi by bike or stroll through the Parc de la Grande Plaine. Admire the magnificent night light show of the Cité de l'Espace.",
                "status": "OPEN",
                "advantages": [
                    "Hotel closest to the Cité de l'Espace",
                    "4 km from Toulouse city center and the Canal du Midi",
                    "Easy access from the A61",
                    "Family Rooms for up to 4 people",
                    "Certified ALLSAFE by Bureau Veritas"
                ],
                "destinationDescription": "The hotel is easy to reach via the A61 motorway, or bus lines 37 and 23. The huge Parc de la Grande Plaine, with skate park and playgrounds, is 500m away. The Canal du Midi is a 10-min drive away.",
                "seoDescription": "After an ample buffet breakfast, explore the treasures of Toulouse. Convent of the Jacobins, House of the Violette, walk to the Jardin des Plantes or cruise on the Garonne. The city is full of activities. To regain strength on your return, a kiosk is at your disposal in the hall to order meals delivered from the surrounding restaurants to your bedroom.",
                "lodging": "HTL",
                "brand": "IBB",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": true
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "NON_PARTICIPATING",
                    "memberRate": true
                },
                "label": [
                    "FASTCOM",
                    "ASFST",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "non_smoking",
                        "parking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 1,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/6672_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/6672_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/6672_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/6672_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/6672_ho_00_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "8/92707566",
                    "fax": "5/61541439",
                    "mail": "h6672@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "ZAC de la grande plaine",
                        "zipCode": "31500",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "PAR",
                    "gps": {
                        "lng": "1.491708",
                        "lat": "43.584778"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/6672/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 2.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 348
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 15,
            "distance": 4.434986,
            "hotel": {
                "id": "0641",
                "name": "ibis Toulouse Université",
                "description": "The ibis Toulouse Université is a 3-star hotel in south-west Toulouse, 10 mins from downtown Capitole, Toulouse Blagnac Airport, Le Zénith, Convention Center, Casino Barrière, Stadium, Cancéropôle-Oncopole and Laboratoires Pierre Fabre. 15 mins from Cité de l'Espace and Airbus Museum. Near the A64 highway and metro. Restaurant open Mon-Fri, 7pm to 10pm. Light catering Sat and Sun. Free indoor parking.",
                "status": "OPEN",
                "advantages": [
                    "Free secure car park",
                    "Restaurant with terrace area"
                ],
                "managerMessage": "We look forward to welcoming you for a relaxing stopover. Enjoy our lounge and try our cassoulet. After a peaceful night's sleep and a healthy breakfast, you're sure to get the next day off to a good start!",
                "flashInfo": "Our hotel gets involved. By booking at our hotel you will have the opportunity to contribute free of charge to an operation in partnership with the association Mécénat Chirurgie Cardiaque as part of your stay. Breakfast in your bedroom available for people who do not have sanitary pass. The presentation of the Sanitary Pass is mandatory within our establishment to access the restaurant and bar.",
                "lodging": "HTL",
                "brand": "IBH",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "FR",
                    "ES",
                    "EN"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "iron",
                        "non_smoking",
                        "parking",
                        "privative_bathroom",
                        "restaurant",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0641_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0641_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0641_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0641_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0641_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0641_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0641_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0641_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0641_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0641_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61408686",
                    "fax": "5/61430726",
                    "mail": "H0641@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "44 Rue Jacques Babinet",
                        "zipCode": "31100",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "SUB",
                    "gps": {
                        "lng": "1.408921",
                        "lat": "43.574033"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/0641/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 410
                    }
                },
                "checkInHour": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 14,
            "distance": 4.6297593,
            "hotel": {
                "id": "3565",
                "name": "ibis budget Toulouse Cité de l'Espace 2",
                "description": "2 ibis budget hotels (formerly Etap Hotel) are situated at the Cité de l'Espace Park in Toulouse. Directly accessible from the Bordeaux/Montpellier bypass, and just 15 min from the city center. Across from our hotel (ibis budget number 2), the Cité de l'E space theme park, set in the heart of a wooded area, offers unique views. Situated in the Grande Plaine business park, our economy hotel offers 69 air-conditioned rooms, accommodating 1 to 3 people, ideal for either your business or family trips.",
                "status": "OPEN",
                "advantages": [
                    "Certified ALLSAFE by Bureau Veritas"
                ],
                "managerMessage": "We are labeled ALLSAFE to guarantee the implementation of all health measures and accommodate you in the best conditions. We are ready and looking forward to welcoming you!",
                "flashInfo": "Our hotel is certified ALLSAFE. This ensures that our hygiene and prevention measures meet the highest standards developed and verified by Bureau Veritas.",
                "lodging": "HTL",
                "brand": "IBB",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "ES",
                    "EN",
                    "PT",
                    "FR"
                ],
                "checkin": {
                    "available": true
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "NON_PARTICIPATING",
                    "memberRate": true
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "iron",
                        "parking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 3,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/3565_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/3565_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/3565_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/3565_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/3565_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/3565_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/3565_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/3565_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/3565_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/3565_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "8/92683258",
                    "fax": "5/62479451",
                    "mail": "h3565@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "4 RUE MAURICE HUREL",
                        "zipCode": "31500",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "SUB",
                    "gps": {
                        "lng": "1.494167",
                        "lat": "43.584049"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/3565/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 2.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 491
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 13,
            "distance": 5.0111856,
            "hotel": {
                "id": "2367",
                "name": "HotelF1 Toulouse L'Union (renovated)",
                "description": "Popular with families and business travellers alike, hotelF1 Toulouse L'Union offers comfortable rooms at a low price, a 15-minute drive from downtown Toulouse. Renovated following the #ontheroad concept, Cabrio rooms include an en suite bathroom. Reception 24/7. Parking and WiFi. Vending machines for hot and cold drinks and fresh produce. Breakfast buffet.",
                "status": "OPEN",
                "advantages": [
                    "Ideal and well-served location",
                    "24-hour reception desk",
                    "Refurbished rooms at affordable prices",
                    "Quiet and welcoming hotel",
                    "Certified ALLSAFE by Bureau Veritas"
                ],
                "seoDescription": "Located near restaurants. 350m from Lac Saint-Caprais and Cap Leisure sports facilities. 2 mins from the A62. Well served by public transport via Saint-Caprais bus station 700m away.",
                "managerMessage": "The entire team at hotelF1 Toulouse l'Union will be happy to welcome you on your next stay.",
                "lodging": "HTL",
                "brand": "HOF",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": true
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "NON_PARTICIPATING",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "230x210": "https://www.ahstatic.com/photos/2367_ho_00_p_230x210.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2367_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2367_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2367_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2367_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/2367_ho_00_p_1024x768.jpg",
                            "50x50": "https://www.ahstatic.com/photos/2367_ho_00_p_50x50.jpg"
                        },
                        {
                            "230x210": "https://www.ahstatic.com/photos/2367_ho_01_p_230x210.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2367_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2367_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2367_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2367_ho_01_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/2367_ho_01_p_1024x768.jpg",
                            "50x50": "https://www.ahstatic.com/photos/2367_ho_01_p_50x50.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "891705411",
                    "fax": "561747250",
                    "mail": "H2367@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "Avenue de Saint - Caprais",
                        "zipCode": "31240",
                        "city": "L'UNION",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "gps": {
                        "lng": "1.47499",
                        "lat": "43.643825"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/2367/index.en.shtml",
                "rating": {
                    "tripadvisor": {
                        "score": 2.0,
                        "nbReviews": 45
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 12,
            "distance": 5.1479435,
            "hotel": {
                "id": "7476",
                "name": "ibis Styles Toulouse Cite Espace",
                "description": "Explore La Ville Rose from your stay in our ibis Styles Toulouse Cité Espace. Get to know the stars with a visit to the ultramodern Cité de l'Espace, with its aeronautical theme. For business or leisure, everything is in place for you to enjoy an unforgettable stay in our unique hotel in Toulouse, from our vast bedrooms to the bistro restaurant, via the heated pergola terrace and the swimming pool.",
                "status": "OPEN",
                "advantages": [
                    "Certified ALLSAFE by Bureau Veritas",
                    "Access downtown and Cité de l'Espace",
                    "Family rooms",
                    "Free private secure car park",
                    "Heated outdoor swimming pool"
                ],
                "seoDescription": "From our hotel, go to the conquest of space. The Cité de l'Espace is located just 800 m from our hotel and invites you to unravel the interstellar mysteries of our universe. To infinity and beyond. From our hotel, discover Toulouse and its most emblematic monuments. The downtown area is just a few kilometers away: Place du Capitole, Basilica of Saint-Sernin or the sumptuous Jardin des plantes.",
                "managerMessage": "We are labeled ALLSAFE by Bureau Veritas to guarantee all health measures for your protection and to accommodate you in the best conditions. We are ready and looking forward to welcoming you!",
                "flashInfo": "Sit back and relax! As soon as you arrive, you can order and have a hot meal with our \"Homemade\" catering service or our recommended \"organic and local\" snacks 24 hours a day ...",
                "lodging": "HTL",
                "brand": "IBS",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "FR",
                    "ES",
                    "EN"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "child_facilities",
                        "hearing_room",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "parking",
                        "pool",
                        "privative_bathroom",
                        "restaurant",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/7476_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/7476_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/7476_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/7476_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/7476_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/7476_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/7476_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/7476_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/7476_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/7476_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61801801",
                    "fax": "5/61343600",
                    "mail": "h7476@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "Parc d activité de la Plaine",
                        "zipCode": "31500",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "SUB",
                    "gps": {
                        "lng": "1.496384",
                        "lat": "43.577906"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/7476/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.5,
                        "nbReviews": 1051
                    }
                },
                "checkInHour": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 11,
            "distance": 5.407747,
            "hotel": {
                "id": "0798",
                "name": "ibis Toulouse Blagnac Airport",
                "description": "Hotel ibis Toulouse Aéroport is located at the hub of aeronautical activity in Toulouse and just 0.6 miles (1 km) from the airport. Book one of our renovated, air-conditioned rooms. Enjoy the Courtepaille restaurant open 7 days a week and bar open 24 hour s and stay connected via free fiber-optic internet. Use our hotel/airport shuttle service (charges apply). Enjoy a relaxing holiday from start to finish as the hotel offers packages including the shuttle and parking for your trips lasting a week or more.",
                "status": "OPEN",
                "advantages": [
                    "Labeled ALLSAFE by Bureau Veritas",
                    "Airport shuttle from 5am to 11.30pm, 5 EUR one way",
                    "Courtepaille restaurant open until 11pm 7 days a week",
                    "Buffet breakfast served from 4am",
                    "\"Park&Fly\" package: park your vehicle for the duration of your holiday"
                ],
                "destinationDescription": "Very close to Airbus Industrie. Cultural and industrial tourist attractions.",
                "seoDescription": "The city of Toulouse offers multiple possibilities for discovery, with its  museums and industrial sites open to the public. Capital of the aerospace technologies, conquer the stars at the Cité de l'Espace in Toulouse! Relive the aviation history at the Aeroscopia museum, and then wander through the historic center, to discover the wonders of the city: the Saint-Sernin basilica, The Capitol square, the banks of the Garonne river. Rugby stadium at 5 minutes by car.",
                "managerMessage": "We are labeled ALLSAFE to guarantee the implementation of all health measures and accommodate you in the best conditions. We are ready and looking forward to welcoming you!",
                "flashInfo": "Due to the public health restrictions, we inform you that we will provide breakfast service from 4am until 11am and evening meals from 6:30pm to 10:30pm as room service for your complete satisfaction.",
                "lodging": "HTL",
                "brand": "IBH",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "BR",
                    "IT",
                    "FR",
                    "ES",
                    "EN"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "iron",
                        "non_smoking",
                        "restaurant",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "shuttle"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0798_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0798_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0798_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0798_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0798_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0798_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0798_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0798_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0798_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0798_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/34550455",
                    "fax": "5/61300283",
                    "mail": "H0798@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "80 Avenue du Parc",
                        "zipCode": "31700",
                        "city": "BLAGNAC",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "AIR",
                    "gps": {
                        "lng": "1.384711",
                        "lat": "43.627228"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/0798/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 542
                    }
                },
                "checkInHour": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 10,
            "distance": 5.47763,
            "hotel": {
                "id": "6464",
                "name": "ibis budget Toulouse Airport",
                "description": "Near the terminals and 8 km from the downtown area, ibis budget Toulouse Aéroport is a comfortabe, eco-friendly hotel thanks to its geothermal energy and solar panels. For morning travelers, all-you-can-eat breakfast is served from 4 a.m. Solo or family, our soundproofed bedrooms are suitable for up to 3 people. Enjoy dining together with a discount at the Courtepaille restaurant in front of the hotel.",
                "status": "OPEN",
                "advantages": [
                    "A stone's throw from Toulouse-Blagnac airport",
                    "Breakfast from 4 am",
                    "Near the Airbus site and the ATR training center",
                    "Stade Toulousain and Zénith less than 15 minutes by car",
                    "Tram line 2, Nadot stop, 5 minutes walk from the hotel"
                ],
                "destinationDescription": "In the heart of the aeronautical hub, access the hotel from the A621 motorway, via exit 3 less than 1 km away. Toulouse airport is just 5 mins by car, or by tram, or 15 mins on foot. Free hotel car park.",
                "seoDescription": "A 7-minute drive away, you can reach the Meett, the new exhibition center opened in 2020, or visit the Aeroscopia Aeronautical Museum. For rugby matches, the Toulouse stadium is 4 km away. Aviation fans will also enjoy the Airbus site to learn more about the A380 or Concorde. If you prefer nature, enjoy the banks of the Garonne, or a view of the pink brick docks from the lawns of the Prarie des Filtres.",
                "managerMessage": "We are certified ALLSAFE: book with peace of mind! The ALLSAFE certification by Bureau Veritas represents our standards of cleanliness and prevention and ensures these standards are met in our hotels.",
                "flashInfo": "If you're still working, so are we. We are fully committed to welcoming you in the best possible conditions, including catering solutions available to collect from the Courtepaille restaurant located 100m from the hotel. FLEXIBLE RATES: cancellable until day of arrival.",
                "lodging": "HTL",
                "brand": "IBB",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "ES",
                    "FR",
                    "EN"
                ],
                "checkin": {
                    "available": true
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "NON_PARTICIPATING",
                    "memberRate": true
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "iron",
                        "non_smoking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/6464_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/6464_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/6464_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/6464_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/6464_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/6464_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/6464_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/6464_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/6464_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/6464_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "8/92701264",
                    "fax": "5/34360406",
                    "mail": "H6464@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "AVENUE DIDIER DAURAT",
                        "zipCode": "31700",
                        "city": "BLAGNAC",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "AIR",
                    "gps": {
                        "lng": "1.382778",
                        "lat": "43.625833"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/6464/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 2.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 703
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 9,
            "distance": 5.484019,
            "hotel": {
                "id": "2296",
                "name": "hotelF1 Toulouse Airport",
                "description": "The pink city is enjoyed for its mild climate and friendly residents. hotelF1 Toulouse Airport offers CABRIO rooms (en suite bathroom), TANDEM or SIDE-CAR rooms at economical prices. Stay before heading to the airport, the aeronautical zone or exploring downtown. Rooms w/ air con, free WiFi, private parking + buffet breakfast. The #OnTheRoad concept has arrived! Discover our renovated hotel. Towels EUR 3.",
                "status": "OPEN",
                "advantages": [
                    "Hotel certified ALLSAFE",
                    "10-minute walk from Toulouse-Blagnac Airport",
                    "328-yard walk from NADOT Tram Station",
                    "10 minutes by car from Aeroscopia Museum",
                    "25 minutes from Matabiau Train Station and Place du Capitole by tram"
                ],
                "managerMessage": "We are certified ALLSAFE to guarantee the implementation of all health measures and to welcome you in the best conditions. We are ready and looking forward to seeing you!",
                "flashInfo": "If your business is ongoing, we are on hand to welcoming you, including in-room catering and delivery service. We're certified ALLSAFE: book with peace of mind! This label, developed with/approved by Bureau Veritas, represents our new standards of cleanliness and prevention and ensures they are respected in our hotels. FLEXIBLE RATES: cancellable until day of arrival.",
                "lodging": "HTL",
                "brand": "HOF",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "FR",
                    "IT"
                ],
                "checkin": {
                    "available": true
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "NON_PARTICIPATING",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "non_smoking",
                        "parking",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "230x210": "https://www.ahstatic.com/photos/2296_ho_00_p_230x210.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2296_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2296_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2296_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2296_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/2296_ho_00_p_1024x768.jpg",
                            "50x50": "https://www.ahstatic.com/photos/2296_ho_00_p_50x50.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/2296_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2296_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2296_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2296_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2296_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "891705410",
                    "fax": "561163869",
                    "mail": "H2296@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "Avenue Didier Daurat",
                        "zipCode": "31700",
                        "city": "BLAGNAC",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "AIR",
                    "gps": {
                        "lng": "1.382754",
                        "lat": "43.62593"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/2296/index.en.shtml",
                "rating": {
                    "tripadvisor": {
                        "score": 2.5,
                        "nbReviews": 90
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 8,
            "distance": 5.512277,
            "hotel": {
                "id": "A314",
                "name": "ibis Styles Toulouse Nord Sesquieres",
                "description": "Breakfast and unlimited WIFI included in all rates at the ibis Styles Toulouse Nord Sesquières. This new ibis Styles hotel is well connected to transport links, providing easy access to Toulouse, including the Place du Capitole and the business and commer cial areas, and roads to Paris, Fenouillet and the Eurocentre theme park. It is also close to Ernest Vallon stadium for weekend events. The 68 rooms and public areas welcome you into a rugby-inspired, stylish setting. Free car park.",
                "status": "OPEN",
                "advantages": [
                    "LABELLED ALLSAFE",
                    "conference areas.",
                    "enclosed and secure parking with charging stations for electric cars."
                ],
                "managerMessage": "Hi, Welcome to Ibis Styles Toulouse North Sesquières decorated in the spirit of \"rugby\". Freshly labelled ALLSAFE in order to receive you in the best health and safe conditions. Team spirit, sharing",
                "flashInfo": "Our property is labelled ALL SAFE. This ensures that our hygiene and prevention measures meet the highest standards developed and verified by Bureau Veritas.",
                "lodging": "HTL",
                "brand": "IBS",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "electric_charging_terminal",
                        "meeting_rooms",
                        "non_smoking",
                        "parking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a314_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a314_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a314_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a314_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a314_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a314_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a314_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a314_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a314_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a314_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61476047",
                    "fax": "5/61475608",
                    "mail": "HA314@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "49 Rue Jean Zay",
                        "zipCode": "31200",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "CIT",
                    "gps": {
                        "lng": "1.425232",
                        "lat": "43.652284"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/A314/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 278
                    }
                },
                "checkInHour": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 7,
            "distance": 5.620315,
            "hotel": {
                "id": "0565",
                "name": "Pullman Toulouse Airport",
                "description": "Despite its proximity to Toulouse-Blagnac airport, the Pullman Toulouse Airport hotel is surprisingly quiet. It offers the perfect balance between efficiency and personal well-being. This 4-star hotel has 102 rooms, an inviting restaurant-lounge bar with terrace, heated indoor pool, fitness center with sauna, 5 fully equipped meeting rooms that can accommodate up to 180 people, and free WIFI. Free car park and shuttles. You can be in Place du Capitole in 20 minutes by tram.",
                "status": "OPEN",
                "advantages": [
                    "Exercise in the Fit Lounge thencool off in theindoor pool",
                    "Arriving by car? Parking's free.Or there's theairport shuttle.",
                    "Stay connected with free Wi-Fiwherever you arein the hotel",
                    "5 meeting rooms for up to 180 people",
                    "Enjoy creative cuisine in our Corridor restaurant or our Lounge bar"
                ],
                "seoDescription": "Toulouse offers a whole range of options for sightseeing with its museums and industrial landmarks. Toulouse, the aeronautics and aerospace capital, lets you explore the stars in its Cité de l'Espace park, relive aviation history at the",
                "managerMessage": "The whole team at the Pullman Toulouse Airport hotel wishes you a warm welcome to Blagnac. We will make every effort to ensure you have an enjoyable stay that meets all of your expectations.",
                "flashInfo": "Our hotel is making a difference! By booking, you will have the opportunity to contribute free of charge to an operation in partnership with Mécénat Chirurgie Cardiaque as part of your stay. Our restaurant will be open only in the evening from 7:30 p.m. to 10:00 p.m., July 26 to August 22, 2021. Outside these hours, snack catering service remains available.",
                "lodging": "HTL",
                "brand": "PUL",
                "scale": "UP",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "FR",
                    "ES",
                    "IT"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "coffee_machine",
                        "electric_charging_terminal",
                        "fitness",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "parking",
                        "pool",
                        "privative_bathroom",
                        "restaurant",
                        "tea_machine",
                        "tennis",
                        "wheelchair_access",
                        "sauna",
                        "massage",
                        "laundry"
                    ],
                    "paying": [
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "346x260": "https://www.ahstatic.com/photos/0565_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0565_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0565_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0565_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/0565_ho_00_p_1024x768.jpg",
                            "1376x688": "https://www.ahstatic.com/photos/0565_ho_00_p_1376x688.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/0565_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/0565_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/0565_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/0565_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/0565_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "534561111",
                    "fax": "561300243",
                    "mail": "H0565@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "2, avenue Didier Daurat",
                        "zipCode": "31700",
                        "city": "BLAGNAC",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "AIR",
                    "gps": {
                        "lng": "1.381282",
                        "lat": "43.626543"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/0565/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 707
                    }
                },
                "checkInHour": "14:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 6,
            "distance": 5.6364384,
            "hotel": {
                "id": "B1R5",
                "name": "Mercure Toulouse Sud hotel",
                "description": "The 4-star Mercure Toulouse Sud is located in a green setting on the Oncopole site and 15 minutes from the city center. A modern, high-end facility, our 90 rooms offer first-class services. On the ground floor, you'' find a bar, workspaces and a lounge for up to 10 people. For dining, we offer food served in warmed glass jars at any hour. Free private parking is available.",
                "status": "OPEN",
                "managerMessage": "We are certified ALLSAFE to guarantee the implementation of all health measures and to welcome you safely. We are all set and look forward to seeing you.",
                "flashInfo": "Before your trip, we recommend that you visit the official pages of the French government for the latest security measures and restrictions established at your place of stay and the obligation to present a health pass. The presentation of the health pass is mandatory to access the breakfast area, bar and terrace. Breakfast in your bedroom is available for those who don't have a health pass.",
                "lodging": "HTL",
                "brand": "MER",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "ES"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "bar",
                        "coffee_machine",
                        "golf",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "parking",
                        "privative_bathroom",
                        "tea_machine",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/b1r5_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/b1r5_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/b1r5_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/b1r5_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/b1r5_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/b1r5_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/b1r5_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/b1r5_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/b1r5_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/b1r5_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61403030",
                    "fax": "5/61313240",
                    "mail": "hb1r5@accor.com",
                    "generalManager": {
                        "firstName": "Sophie",
                        "lastName": "MAZUC"
                    }
                },
                "localization": {
                    "address": {
                        "street": "3 Avenue Irene Joliot Curie",
                        "zipCode": "31100",
                        "city": "TOULOUSE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "COU",
                    "gps": {
                        "lng": "1.429818",
                        "lat": "43.555046"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/B1R5/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.5,
                        "nbReviews": 206
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 5,
            "distance": 6.4161067,
            "hotel": {
                "id": "2228",
                "name": "hotelF1 Toulouse Ramonville (renovated)",
                "description": "Located along the Canal du Midi, hotelF1 Toulouse Ramonville offers economical and comfortable rooms, renovated according to the #ontheroad concept. Offering WiFi and free enclosed parking, the hotel serves a buffet breakfast and a meal ordering kiosk and beverage + snack machines are available. For a business or leisure stay, the efficient and attentive team will welcome you 24/7 with a smile.",
                "status": "OPEN",
                "advantages": [
                    "Certified ALLSAFE by Bureau Veritas",
                    "Quiet and ideal location along the Canal du Midi",
                    "Near Carrefour Labege Shopping Mall",
                    "Area well served by public transport",
                    "24-hour reception desk"
                ],
                "seoDescription": "The hotel is the ideal location to enjoy the canal and access Toulouse. 500m from the Ramonville metro B line, under 20 mins by car from Cité de l'Espace, the Capitole, Zenith and airport. Access the hotel directly via the A62 highway, Ramonville exit, easy access to Toulouse Rangueil Campus, Toulouse University 3.",
                "flashInfo": "\"The new concept #ontheroad is coming soon to the TOULOUSE RAMONVILLE Hotel, which will be undergoing renovation from April 8 to August 30\"",
                "lodging": "HTL",
                "brand": "HOF",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": true
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "NON_PARTICIPATING",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "non_smoking",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "230x210": "https://www.ahstatic.com/photos/2228_ho_00_p_230x210.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2228_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2228_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2228_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2228_ho_00_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/2228_ho_00_p_1024x768.jpg",
                            "50x50": "https://www.ahstatic.com/photos/2228_ho_00_p_50x50.jpg"
                        },
                        {
                            "230x210": "https://www.ahstatic.com/photos/2228_ho_01_p_230x210.jpg",
                            "346x260": "https://www.ahstatic.com/photos/2228_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/2228_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/2228_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/2228_ho_01_p_3000x2250.jpg",
                            "1024x768": "https://www.ahstatic.com/photos/2228_ho_01_p_1024x768.jpg",
                            "50x50": "https://www.ahstatic.com/photos/2228_ho_01_p_50x50.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "891705413",
                    "fax": "561736184",
                    "mail": "H2228@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "Parc d'activités technologiques",
                        "zipCode": "31526",
                        "city": "RAMONVILLE SAINT AGNE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "gps": {
                        "lng": "1.482707",
                        "lat": "43.554138"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/2228/index.en.shtml",
                "rating": {
                    "tripadvisor": {
                        "score": 2.5,
                        "nbReviews": 78
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 4,
            "distance": 6.67951,
            "hotel": {
                "id": "A5I1",
                "name": "ibis Styles Toulouse Blagnac Airport",
                "description": "Breakfast + very high speed WIFI, unlimited incl. in all prices of 80 rooms at Ibis Styles Toulouse Blagnac Airport where spotlight is on jazz. Spacious rooms, renovated in original décor inviting relaxation, Sweet Bed bedding, aircon/soundproof, for up to 4 people. Three meeting rooms and Bar-Lounge area. Free car park. Hotel 800m from airport. Car rental by minute for transfers with our partner iodines.",
                "status": "OPEN",
                "advantages": [
                    "8-min walk from the airport",
                    "Breakfast included: only at ibis Styles ;) Served from 4:30am",
                    "3 meeting rooms, bar lounge and free fiber-optic high-speed WIFI",
                    "CHROMECAST, You can now send any digital content directly to the TV screen",
                    "Free enclosed car park"
                ],
                "managerMessage": "Musicality, good cheer... here, everything sounds good!! Whether you're road warriors, digital nomads or a family, the entire team at the ibis Styles Blagnac will be delighted to welcome you for a getaway in a jazz ambiance.",
                "flashInfo": "To improve your comfort and guest experience, our hotel is currently getting a makeover.",
                "lodging": "HTL",
                "brand": "IBS",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 2,
                    "maxChildAge": 15,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "FR",
                    "ES",
                    "BR",
                    "PT"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "child_facilities",
                        "iron",
                        "meeting_rooms",
                        "non_smoking",
                        "parking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi"
                    ],
                    "paying": [
                        "laundry"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a5i1_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a5i1_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a5i1_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a5i1_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a5i1_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a5i1_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a5i1_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a5i1_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a5i1_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a5i1_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/34501640",
                    "fax": "5/34397657",
                    "mail": "HA5I1@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "45 Rue de Bordebasse",
                        "zipCode": "31700",
                        "city": "BLAGNAC",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "AIR",
                    "gps": {
                        "lng": "1.375188",
                        "lat": "43.637997"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/A5I1/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 335
                    }
                },
                "checkInHour": "14:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 3,
            "distance": 7.5549946,
            "hotel": {
                "id": "2531",
                "name": "Ibis Budget Toulouse Colomiers",
                "description": "At the entrance to Colomiers, the ibis budget Colomiers (formerly an Etap Hotel) is situated 2.5 miles (4 km) from Toulouse, near the Airbus headquarters, En Jacca, Perget and Ramassiers industrial areas, and 10 mins from Toulouse-Blagnac airport. Economy hotel with free WIFI connection and an enclosed car park. Delicious unlimited breakfast buffet at a great price! Colomiers TER train station 0.6 miles (1 km) away.",
                "status": "OPEN",
                "lodging": "HTL",
                "brand": "IBB",
                "scale": "BU",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 3,
                    "maxChild": 2,
                    "maxChildAge": 11,
                    "maxPax": 3,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "EN",
                    "ES",
                    "DE"
                ],
                "checkin": {
                    "available": true
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "NON_PARTICIPATING",
                    "memberRate": true
                },
                "label": [
                    "FASTCOM"
                ],
                "amenity": {
                    "free": [
                        "non_smoking",
                        "privative_bathroom",
                        "wheelchair_access",
                        "wifi"
                    ]
                },
                "media": {
                    "count": 1,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/gibb_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/gibb_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/gibb_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/gibb_ho_00_p_2048x1536.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "8/92683279",
                    "fax": "5/61162141",
                    "mail": "H2531@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "2, Avenue Hermès",
                        "zipCode": "31770",
                        "city": "COLOMIERS",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "AIR",
                    "gps": {
                        "lng": "1.35041",
                        "lat": "43.606428"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/2531/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 2.0
                    },
                    "tripadvisor": {
                        "score": 3.5,
                        "nbReviews": 194
                    }
                },
                "checkInHour": "12:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 2,
            "distance": 7.6106644,
            "hotel": {
                "id": "A0A2",
                "name": "ibis Styles Toulouse Labege",
                "description": "Hit pause at ibis Styles Toulouse Labège and recharge. The rooms will immerse you in the heart the Canal du Midi, while the patio invites you to take a break in our Guinguette-style bar near our new restaurant PIMELO. Book your stay with peace of mind. All hygiene measures have been put in place to ensure your safety. See you soon!",
                "status": "OPEN",
                "advantages": [
                    "Bike label obtained in April 2019",
                    "Heated pool",
                    "ALLSAFE"
                ],
                "destinationDescription": "WIFI and breakfast included in room rates. The ibis Styles Toulouse Labege is located on the outskirts of the ville rose and is a perfect environment for peaceful and relaxing business or leisure stays",
                "seoDescription": "At the heart of the economic center of Labège-Innopole, the ibis Styles Toulouse Labège hotel is the ideal place for your seminars and stopovers in close proximity to Toulouse.",
                "managerMessage": "We are certified ALLSAFE to guarantee the implementation of all health measures and to welcome you under the best conditions. We are ready and looking forward to welcoming you!",
                "flashInfo": "If you're still working, so are we! We remain fully committed to welcoming you under the best possible conditions by providing room service and delivery catering solutions. We are certified ALLSAFE: book with peace of mind! This label, developed with and approved by Bureau Veritas, represents our new standards of cleanliness and prevention and ensures these standards are met in our hotels. See you soon!",
                "lodging": "HTL",
                "brand": "IBS",
                "scale": "TO",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 2,
                    "maxChild": 2,
                    "maxChildAge": 12,
                    "maxPax": 4,
                    "maxRoom": 7
                },
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "meeting_rooms",
                        "non_smoking",
                        "parking",
                        "pool",
                        "privative_bathroom",
                        "restaurant",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a0a2_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a0a2_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a0a2_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a0a2_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a0a2_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/a0a2_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/a0a2_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/a0a2_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/a0a2_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/a0a2_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/61136136",
                    "fax": "5/61390668",
                    "mail": "HA0A2@accor.com"
                },
                "localization": {
                    "address": {
                        "street": "120 Rue Garance",
                        "zipCode": "31677",
                        "city": "LABEGE",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "SUB",
                    "gps": {
                        "lng": "1.500342",
                        "lat": "43.549598"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/A0A2/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 3.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 350
                    }
                },
                "checkInHour": "12:00",
                "checkOutHour": "12:00"
            }
        },
        {
            "score": 1,
            "distance": 11.243393,
            "hotel": {
                "id": "8244",
                "name": "Mercure Toulouse Aéroport Golf de Seilh Hotel",
                "description": "15 minutes from the historic center of Toulouse, the 4-star Mercure Toulouse Aéroport Golf de Seilh hotel is an upscale location not far from the pink city. For your comfort, we have a variety of accommodation options and you will love our pool and golf c ourse. Want to recharge your batteries after a meeting or relax amongst friends? The two hotel restaurants offer duck and goose as well as other specialties of the south-west.",
                "status": "OPEN",
                "advantages": [
                    "Labelled ALLSAFE by Bureau Veritas",
                    "Outdoor terrace and pool",
                    "10 minutes from Toulouse Blagnac Airport"
                ],
                "managerMessage": "We are certified ALLSAFE to guarantee the implementation of all sanitary measures and welcome you in the best conditions. We are ready and looking forward to welcoming you back!",
                "flashInfo": "If your business continues, please note we are on hand to welcome you in best possible conditions, incl. by offering in-room catering. We are labelled ALLSAFE: book with peace of mind! This label, developed with/approved by Bureau Véritas, represents our new standards of cleanliness and prevention and ensures that these they are respected in our hotels. FLEXIBLE RATES: cancellable until day of arrival",
                "lodging": "HTL",
                "brand": "MER",
                "scale": "FI",
                "currencyCode": "EUR",
                "roomOccupancy": {
                    "maxAdult": 4,
                    "maxChild": 3,
                    "maxChildAge": 11,
                    "maxPax": 5,
                    "maxRoom": 7
                },
                "spokenLanguages": [
                    "ES",
                    "EN",
                    "PT"
                ],
                "checkin": {
                    "available": false
                },
                "loyaltyProgram": {
                    "advantageAllowed": false,
                    "burnAllowed": false,
                    "earnAllowed": false,
                    "huazhuRewards": false,
                    "status": "UNKNOWN",
                    "memberRate": false
                },
                "label": [
                    "FASTCOM",
                    "EXTENDED_STAY",
                    "ASFST"
                ],
                "amenity": {
                    "free": [
                        "air_conditioning",
                        "baby_sitting",
                        "bar",
                        "business_center",
                        "coffee_machine",
                        "golf",
                        "iron",
                        "meeting_rooms",
                        "parking",
                        "pool",
                        "privative_bathroom",
                        "restaurant",
                        "tennis",
                        "wheelchair_access",
                        "wifi",
                        "laundry"
                    ],
                    "paying": [
                        "spa"
                    ]
                },
                "media": {
                    "count": 6,
                    "medias": [
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8244_ho_00_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8244_ho_00_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8244_ho_00_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8244_ho_00_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8244_ho_00_p_3000x2250.jpg"
                        },
                        {
                            "1024x768": "https://www.ahstatic.com/photos/8244_ho_01_p_1024x768.jpg",
                            "346x260": "https://www.ahstatic.com/photos/8244_ho_01_p_346x260.jpg",
                            "120x90": "https://www.ahstatic.com/photos/8244_ho_01_p_120x90.jpg",
                            "2048x1536": "https://www.ahstatic.com/photos/8244_ho_01_p_2048x1536.jpg",
                            "3000x2250": "https://www.ahstatic.com/photos/8244_ho_01_p_3000x2250.jpg"
                        }
                    ]
                },
                "contact": {
                    "phonePrefix": "33",
                    "phone": "5/62131415",
                    "fax": "5/61597797",
                    "mail": "H8244@accor.com",
                    "generalManager": {
                        "firstName": "Serge",
                        "lastName": "Lucas"
                    }
                },
                "localization": {
                    "address": {
                        "street": "Route de Grenade",
                        "zipCode": "31840",
                        "city": "SEILH",
                        "country": "France",
                        "countryCode": "FR"
                    },
                    "environmentCode": "GOL",
                    "gps": {
                        "lng": "1.357756",
                        "lat": "43.684089"
                    }
                },
                "factsheetUrl": "https://all.accor.com/hotel/8244/index.en.shtml",
                "rating": {
                    "star": {
                        "score": 4.0
                    },
                    "tripadvisor": {
                        "score": 4.0,
                        "nbReviews": 557
                    }
                },
                "checkInHour": "15:00",
                "checkInHourTo": "",
                "checkOutHour": "12:00"
            }
        }
    ]
}

For each hotel of the destination, the response is made of 3 main blocks:

"Place" will provide informations about the geographical search (GooglePlacesId, GeoType, normalised label of the search in the language requested and GPS.
"Statistics" will provide counts on the results.
"Results" will provide the details on each hotel returned (Id, name, description, amenities, medias or ratings).

Once the Accor hotels Id's are retrieved with their associated cold data for the selected destination, the availability and the prices can be checked
This check will consume the Best-offer service, to retrieve the 
best available rate for a list of properties.

JavaScript - Fetch (Expand)

var myHeaders = new Headers();
myHeaders.append("apikey", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
myHeaders.append("Content-Type", "application/json");

var raw = JSON.stringify({
  "hotelCode": [
    "0370",
    "0445",
    "0798",
    "0906",
    "1091",
    "1260",
    "1430",
    "1585",
    "1910",
    "2228",
    "2231",
    "2296",
    "2584",
    "2772",
    "3565",
    "6464",
    "6672",
    "7279",
    "7476",
    "8244",
    "8399",
    "8481",
    "A086"
  ],
  "dateIn": "2022-04-04",
  "nights": 1,
  "adults": 1,
  "childrenAges": [
    0
  ]
});

var requestOptions = {
  method: 'POST',
  headers: myHeaders,
  body: raw,
  redirect: 'follow'
};

fetch("https://rec-api.accor.com/availability/v3/best-offers", requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));

RoomRates

JSON Response (Expand)

{
    "availabilities": [
        {
            "hotelCode": "0370",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "0370-1RA4-DR-DBC",
                    "code": "1RA4-DR",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 107.35,
                            "afterTax": 109.88
                        },
                        "stay": {
                            "hotelKeeper": 107.35,
                            "afterTax": 109.88
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0370/rooms/DBC/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "0370-1RA4-DBC",
                    "code": "1RA4",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 113.0,
                            "afterTax": 115.53
                        },
                        "stay": {
                            "hotelKeeper": 113.0,
                            "afterTax": 115.53
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0370/rooms/DBC/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 113.0,
                            "afterTax": 115.53
                        },
                        "stay": {
                            "hotelKeeper": 113.0,
                            "afterTax": 115.53
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "0445",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "0445-1RA4-DR-DFB",
                    "code": "1RA4-DR",
                    "productCode": "DFB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 92.15,
                            "afterTax": 94.68
                        },
                        "stay": {
                            "hotelKeeper": 92.15,
                            "afterTax": 94.68
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0445/rooms/DFB/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "0445-1RA4-DFB",
                    "code": "1RA4",
                    "productCode": "DFB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 97.0,
                            "afterTax": 99.53
                        },
                        "stay": {
                            "hotelKeeper": 97.0,
                            "afterTax": 99.53
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0445/rooms/DFB/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 97.0,
                            "afterTax": 99.53
                        },
                        "stay": {
                            "hotelKeeper": 97.0,
                            "afterTax": 99.53
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "0798",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "0798-1RA4-DR-DSC",
                    "code": "1RA4-DR",
                    "productCode": "DSC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 75.05,
                            "afterTax": 76.7
                        },
                        "stay": {
                            "hotelKeeper": 75.05,
                            "afterTax": 76.7
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0798/rooms/DSC/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "0798-1RA4-DSC",
                    "code": "1RA4",
                    "productCode": "DSC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 79.0,
                            "afterTax": 80.65
                        },
                        "stay": {
                            "hotelKeeper": 79.0,
                            "afterTax": 80.65
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0798/rooms/DSC/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 79.0,
                            "afterTax": 80.65
                        },
                        "stay": {
                            "hotelKeeper": 79.0,
                            "afterTax": 80.65
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "0906",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "0906-1RA4-DR-KGB",
                    "code": "1RA4-DR",
                    "productCode": "KGB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 97.85,
                            "afterTax": 100.38
                        },
                        "stay": {
                            "hotelKeeper": 97.85,
                            "afterTax": 100.38
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0906/rooms/KGB/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "0906-1RA4-KGB",
                    "code": "1RA4",
                    "productCode": "KGB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        },
                        "stay": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/0906/rooms/KGB/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        },
                        "stay": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "1091",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "1091-1RA4-DR-DBC",
                    "code": "1RA4-DR",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 144.4,
                            "afterTax": 147.7
                        },
                        "stay": {
                            "hotelKeeper": 144.4,
                            "afterTax": 147.7
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1091/rooms/DBC/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "1091-1RA4-DBC",
                    "code": "1RA4",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 152.0,
                            "afterTax": 155.3
                        },
                        "stay": {
                            "hotelKeeper": 152.0,
                            "afterTax": 155.3
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1091/rooms/DBC/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 152.0,
                            "afterTax": 155.3
                        },
                        "stay": {
                            "hotelKeeper": 152.0,
                            "afterTax": 155.3
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "1260",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "1260-1RA4-DR-DBC",
                    "code": "1RA4-DR",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 109.25,
                            "afterTax": 111.78
                        },
                        "stay": {
                            "hotelKeeper": 109.25,
                            "afterTax": 111.78
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1260/rooms/DBC/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "1260-1RA4-DBC",
                    "code": "1RA4",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 115.0,
                            "afterTax": 117.53
                        },
                        "stay": {
                            "hotelKeeper": 115.0,
                            "afterTax": 117.53
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1260/rooms/DBC/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 115.0,
                            "afterTax": 117.53
                        },
                        "stay": {
                            "hotelKeeper": 115.0,
                            "afterTax": 117.53
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "1430",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "1430-1RA4-DR-TWC",
                    "code": "1RA4-DR",
                    "productCode": "TWC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 87.4,
                            "afterTax": 87.4
                        },
                        "stay": {
                            "hotelKeeper": 87.4,
                            "afterTax": 87.4
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1430/rooms/TWC/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "1430-1RA4-TWC",
                    "code": "1RA4",
                    "productCode": "TWC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 92.0,
                            "afterTax": 92.0
                        },
                        "stay": {
                            "hotelKeeper": 92.0,
                            "afterTax": 92.0
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1430/rooms/TWC/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 92.0,
                            "afterTax": 92.0
                        },
                        "stay": {
                            "hotelKeeper": 92.0,
                            "afterTax": 92.0
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "1585",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "1585-1RA4-DR-TZB",
                    "code": "1RA4-DR",
                    "productCode": "TZB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 101.65,
                            "afterTax": 104.18
                        },
                        "stay": {
                            "hotelKeeper": 101.65,
                            "afterTax": 104.18
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1585/rooms/TZB/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "1585-1RA4-TZB",
                    "code": "1RA4",
                    "productCode": "TZB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 107.0,
                            "afterTax": 109.53
                        },
                        "stay": {
                            "hotelKeeper": 107.0,
                            "afterTax": 109.53
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1585/rooms/TZB/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 107.0,
                            "afterTax": 109.53
                        },
                        "stay": {
                            "hotelKeeper": 107.0,
                            "afterTax": 109.53
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "1910",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "1910-EARAD1-DR-CA2P",
                    "code": "EARAD1-DR",
                    "productCode": "CA2P",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 97.85,
                            "afterTax": 100.38
                        },
                        "stay": {
                            "hotelKeeper": 97.85,
                            "afterTax": 100.38
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1910/rooms/CA2P/offers/EARAD1-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "1910-EARAD1-CA2P",
                    "code": "EARAD1",
                    "productCode": "CA2P",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        },
                        "stay": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/1910/rooms/CA2P/offers/EARAD1?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "EARAD1",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        },
                        "stay": {
                            "hotelKeeper": 103.0,
                            "afterTax": 105.53
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "2228",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "2228-2RA4-TDM",
                    "code": "2RA4",
                    "productCode": "TDM",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 31.0,
                            "afterTax": 31.0
                        },
                        "stay": {
                            "hotelKeeper": 31.0,
                            "afterTax": 31.0
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/2228/rooms/TDM/offers/2RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                }
            ],
            "referenceOffers": [],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": null,
                    "concession": null
                },
                "alternative": null
            }
        },
        {
            "hotelCode": "2231",
            "score": 0,
            "status": "CLOSE",
            "statusReasons": [],
            "offers": [],
            "availableCategories": null,
            "referenceOffers": [],
            "commercialOffer": null
        },
        {
            "hotelCode": "2296",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "2296-2RA4-TDM",
                    "code": "2RA4",
                    "productCode": "TDM",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 32.0,
                            "afterTax": 32.0
                        },
                        "stay": {
                            "hotelKeeper": 32.0,
                            "afterTax": 32.0
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/2296/rooms/TDM/offers/2RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                }
            ],
            "referenceOffers": [],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": null,
                    "concession": null
                },
                "alternative": null
            }
        },
        {
            "hotelCode": "2584",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "2584-2RA4-DR-DBD",
                    "code": "2RA4-DR",
                    "productCode": "DBD",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 49.4,
                            "afterTax": 50.39
                        },
                        "stay": {
                            "hotelKeeper": 49.4,
                            "afterTax": 50.39
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/2584/rooms/DBD/offers/2RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "2584-2RA4-DBD",
                    "code": "2RA4",
                    "productCode": "DBD",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 52.0,
                            "afterTax": 52.99
                        },
                        "stay": {
                            "hotelKeeper": 52.0,
                            "afterTax": 52.99
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/2584/rooms/DBD/offers/2RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "2RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 52.0,
                            "afterTax": 52.99
                        },
                        "stay": {
                            "hotelKeeper": 52.0,
                            "afterTax": 52.99
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "2772",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "2772-1RA4-DR-TWC",
                    "code": "1RA4-DR",
                    "productCode": "TWC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 76.0,
                            "afterTax": 77.65
                        },
                        "stay": {
                            "hotelKeeper": 76.0,
                            "afterTax": 77.65
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/2772/rooms/TWC/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "2772-1RA4-TWC",
                    "code": "1RA4",
                    "productCode": "TWC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 80.0,
                            "afterTax": 81.65
                        },
                        "stay": {
                            "hotelKeeper": 80.0,
                            "afterTax": 81.65
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/2772/rooms/TWC/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 80.0,
                            "afterTax": 81.65
                        },
                        "stay": {
                            "hotelKeeper": 80.0,
                            "afterTax": 81.65
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "3565",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "3565-2RA4-DR-DBC",
                    "code": "2RA4-DR",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 44.65,
                            "afterTax": 45.64
                        },
                        "stay": {
                            "hotelKeeper": 44.65,
                            "afterTax": 45.64
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/3565/rooms/DBC/offers/2RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "3565-2RA4-DBC",
                    "code": "2RA4",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        },
                        "stay": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/3565/rooms/DBC/offers/2RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "2RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        },
                        "stay": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "6464",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "6464-2RA4-DR-DBC",
                    "code": "2RA4-DR",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 47.5,
                            "afterTax": 48.49
                        },
                        "stay": {
                            "hotelKeeper": 47.5,
                            "afterTax": 48.49
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/6464/rooms/DBC/offers/2RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "6464-2RA4-DBC",
                    "code": "2RA4",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 50.0,
                            "afterTax": 50.99
                        },
                        "stay": {
                            "hotelKeeper": 50.0,
                            "afterTax": 50.99
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/6464/rooms/DBC/offers/2RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "2RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 50.0,
                            "afterTax": 50.99
                        },
                        "stay": {
                            "hotelKeeper": 50.0,
                            "afterTax": 50.99
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "6672",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "6672-2RA4-DR-DBD",
                    "code": "2RA4-DR",
                    "productCode": "DBD",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 44.65,
                            "afterTax": 45.64
                        },
                        "stay": {
                            "hotelKeeper": 44.65,
                            "afterTax": 45.64
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/6672/rooms/DBD/offers/2RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "6672-2RA4-DBD",
                    "code": "2RA4",
                    "productCode": "DBD",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        },
                        "stay": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/6672/rooms/DBD/offers/2RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "2RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        },
                        "stay": {
                            "hotelKeeper": 47.0,
                            "afterTax": 47.99
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "7279",
            "score": 0,
            "status": "CLOSE",
            "statusReasons": [],
            "offers": [],
            "availableCategories": null,
            "referenceOffers": [],
            "commercialOffer": null
        },
        {
            "hotelCode": "7476",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "7476-1RB3-DR-DBC",
                    "code": "1RB3-DR",
                    "productCode": "DBC",
                    "mealPlanCode": "BB",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 109.25,
                            "afterTax": 110.9
                        },
                        "stay": {
                            "hotelKeeper": 109.25,
                            "afterTax": 110.9
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/7476/rooms/DBC/offers/1RB3-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "7476-1RB3-DBC",
                    "code": "1RB3",
                    "productCode": "DBC",
                    "mealPlanCode": "BB",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 115.0,
                            "afterTax": 116.65
                        },
                        "stay": {
                            "hotelKeeper": 115.0,
                            "afterTax": 116.65
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/7476/rooms/DBC/offers/1RB3?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RB3",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 115.0,
                            "afterTax": 116.65
                        },
                        "stay": {
                            "hotelKeeper": 115.0,
                            "afterTax": 116.65
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "8244",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "8244-1RA4-DR-DBC",
                    "code": "1RA4-DR",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 102.6,
                            "afterTax": 105.13
                        },
                        "stay": {
                            "hotelKeeper": 102.6,
                            "afterTax": 105.13
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/8244/rooms/DBC/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "8244-1RA4-DBC",
                    "code": "1RA4",
                    "productCode": "DBC",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 108.0,
                            "afterTax": 110.53
                        },
                        "stay": {
                            "hotelKeeper": 108.0,
                            "afterTax": 110.53
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/8244/rooms/DBC/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 108.0,
                            "afterTax": 110.53
                        },
                        "stay": {
                            "hotelKeeper": 108.0,
                            "afterTax": 110.53
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "8399",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "8399-EARAD1-DR-CA1A",
                    "code": "EARAD1-DR",
                    "productCode": "CA1A",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 63.65,
                            "afterTax": 65.3
                        },
                        "stay": {
                            "hotelKeeper": 63.65,
                            "afterTax": 65.3
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/8399/rooms/CA1A/offers/EARAD1-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "8399-EARAD1-CA1A",
                    "code": "EARAD1",
                    "productCode": "CA1A",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 67.0,
                            "afterTax": 68.65
                        },
                        "stay": {
                            "hotelKeeper": 67.0,
                            "afterTax": 68.65
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/8399/rooms/CA1A/offers/EARAD1?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "EARAD1",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 67.0,
                            "afterTax": 68.65
                        },
                        "stay": {
                            "hotelKeeper": 67.0,
                            "afterTax": 68.65
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "8481",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "8481-1RB3-DR-TWC",
                    "code": "1RB3-DR",
                    "productCode": "TWC",
                    "mealPlanCode": "BB",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 80.1,
                            "afterTax": 81.75
                        },
                        "stay": {
                            "hotelKeeper": 80.1,
                            "afterTax": 81.75
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/8481/rooms/TWC/offers/1RB3-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "8481-1RB3-TWC",
                    "code": "1RB3",
                    "productCode": "TWC",
                    "mealPlanCode": "BB",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 89.0,
                            "afterTax": 90.65
                        },
                        "stay": {
                            "hotelKeeper": 89.0,
                            "afterTax": 90.65
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/8481/rooms/TWC/offers/1RB3?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RB3",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 89.0,
                            "afterTax": 90.65
                        },
                        "stay": {
                            "hotelKeeper": 89.0,
                            "afterTax": 90.65
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 10,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        },
        {
            "hotelCode": "A086",
            "score": 1000,
            "status": "OPEN",
            "statusReasons": [],
            "offers": [
                {
                    "id": "A086-1RA4-DR-KGB",
                    "code": "1RA4-DR",
                    "productCode": "KGB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 201.4,
                            "afterTax": 204.7
                        },
                        "stay": {
                            "hotelKeeper": 201.4,
                            "afterTax": 204.7
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "ONLY_ON",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/A086/rooms/KGB/offers/1RA4-DR?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                },
                {
                    "id": "A086-1RA4-KGB",
                    "code": "1RA4",
                    "productCode": "KGB",
                    "mealPlanCode": "EP",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 212.0,
                            "afterTax": 215.3
                        },
                        "stay": {
                            "hotelKeeper": 212.0,
                            "afterTax": 215.3
                        }
                    },
                    "effectiveOccupancy": {
                        "adults": 1,
                        "childrenAge": [
                            0
                        ],
                        "childrenAgeAsAdult": []
                    },
                    "period": {
                        "dateIn": "2022-04-04",
                        "nights": 1
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ],
                    "_links": [
                        {
                            "method": "GET",
                            "href": "/v3/all.accor/hotels/A086/rooms/KGB/offers/1RA4?dateIn=2022-04-04&adults=1&nights=1&childrenAges=0",
                            "rel": "offer-details"
                        }
                    ]
                }
            ],
            "availableCategories": [
                {
                    "code": "STANDARD",
                    "subCategories": []
                },
                {
                    "code": "ONLY_ON",
                    "subCategories": []
                }
            ],
            "referenceOffers": [
                {
                    "code": "1RA4",
                    "pricing": {
                        "currency": "EUR",
                        "average": {
                            "hotelKeeper": 212.0,
                            "afterTax": 215.3
                        },
                        "stay": {
                            "hotelKeeper": 212.0,
                            "afterTax": 215.3
                        }
                    },
                    "categories": [
                        {
                            "code": "STANDARD",
                            "subCategories": []
                        }
                    ]
                }
            ],
            "commercialOffer": {
                "main": {
                    "index": 0,
                    "deduction": {
                        "value": 5,
                        "reference": {
                            "index": 0,
                            "deduction": null
                        }
                    },
                    "concession": null
                },
                "alternative": {
                    "index": 1,
                    "deduction": null,
                    "concession": null
                }
            }
        }
    ]
}

For each hotel Id, the response is made of 4 main blocks:

"availableCategories" will provide the different categories of available best offers.
"commercialOffer" will provide the index of the main and the altenative offer.
"Offers" will provide the details for each indexed offer.
"referenceOffers" Will provide the reference offer from where the main offer is deducted.

Manage the Room Page

Room

Manage the Rate Page

Rates

Manage the Sales conditions

CGV

Manage the Options

Options

About us

We are far more than a worldwide leader. We are 300,000 hospitality experts placing people at the heart of what we do, and nurturing real passion for service and achievement beyond limits. We take care of millions of guests in our 5,000 addresses.