Skip to main content

Restaurants v2

  • Content & referential

Retrieve descriptive information for Accor restaurants.

Version
2.5.7
Status
Live
Incident
No incident

[2.5.7] - 2024-02-20

### Changed

  • GET restaurants/{id} : new hotel attributes added to the restaurant API
    • Scale of the hotel
    • Brand of the hotel
    • Chain of the hotel

Example: 

{
    "hotel": {
        "name": [
            {
                "label": "GRAND MERCURE AHMEDABAD GIFT",
                "language": "fr"
            }
        ],
        "scale": {
            "code": "UP",
            "labels": [
                {
                    "label": "Upscale",
                    "language": "fr"
                }
            ]
        },
        "brand": {
            "code": "MEI",
            "labels": [
                {
                    "label": "Grand Mercure",
                    "language": "fr"
                }
            ]
        },
        "chain": {
            "code": "MEI",
            "labels": [
                {
                    "label": "Grand Mercure",
                    "language": "fr"
                }
            ]
        }
    }
}

 

[2.5.6] - 2023-09-26

### Changed

  • GET restaurants/{id} : Firstname of the restaurant's chef was added

Example: 

{
    "chef": {
        "description": [
            {
                "label": "Le chef a de la chance : pour agrémenter ses plats, il peut se rendre sur le potager installé sur le toit de l'établissement où poussent des aromates de qualité.",
                "language": "fr"
            }
        ],
        "descriptionTitle": [
            {
                "label": "Toit gourmand",
                "language": "fr"
            }
        ],
        "name": "BOUCHALA",
        "firstname": "ADEL",
        "medias": []
    }
}

[2.5.4] - 2023-05-26

### Changed

  • GET restaurants/{id} : new parameters to return if the restaurant is enroled in the Dining_offer Program and the list of programs in which the restaurant is enrolled.

Example:

{
"enrolmentPrograms": {
    "availablePrograms": [
      "Dining_offer"
    ],
    "dining_offer_participation": {
      "code": "LEARN",
      "description": [
        {
          "label": "My translated label",
          "language": "en"
        }
      ]
    }
}

[2.5.3] - 2023-04-06

### Changed

  • GET restaurants/{id} : new parameter
    • shortDescription: short description of the restaurant

[2.5.2] - 2023-03-15

### Changed

  • GET restaurants/{id} : new parameters
    • isAccorPlus: a boolean to indicate if the restaurant is accorPlus
    • accorPlusSpecifity: specificity of accorPlus in this restaurant

[2.5.1] - 2022-11-14

### Changed

  • GET restaurants/{id} : made the {id} parameter case insensitive

[2.5.0] - 2022-10-28

### Changed

  • All endpoints : added squiggly-style fields query parameter to allow consumers to precisely choose the elements they are interested in in response body.
    For more information on syntax to use visit https://github.com/bohnman/squiggly#general-usage

[2.4.0] - 2022-10-11

### Changed

  • GET restaurants/{id} - added some brunch information
    • brunchInformation.days : list of days for which a brunch is served
    • brunchInformation.period : hours during which a brunch can be ordered

[2.3.0] - 2022-09-23

### Changed

  • GET restaurants/{id} - added multiple attributes in Restaurant object
    • advantages : lists the selling points for the restaurant
    • anecdoteTitle / anecdoteBody, catchPhrase, restaurantparticularity
    • veryLongDescriptionPart1 / veryLongDescriptionPart2
  • GET restaurants/{id} - added 2 attributes in RestaurantChef object : description / descriptionTitle

[2.1.0] - 2022-05-25

### Added

  • [Feature]New endpoint GET _search/restaurants

### Changed

  • Error response description modified for all endpoints
  • Endpoint GET restaurants : added creationDatetime, modificationDatetime, version and name attribute in RestaurantBaseInformation
  • Endpoint GET restaurants/{id} : added lastUpdate attribute to RestaurantMediaFormat object 

[2.0.0] - 2022-03-31

### Added

  • [Feature]Endpoint GET restaurants
  • [Feature]Endpoint GET restaurants/{id}

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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.