Accommodations

Accommodation review scores

This endpoint returns score distribution and score breakdown for the specified accommodations. The scores information can be filtered by reviewer parameters and languages.

post/accommodations/reviews/scores

Headers

X-Affiliate-Idinteger required

Include here your Affiliate identifier number

Request body

accommodationsinteger[] required
languagesstring[]

Limits reviews to those written in this language.

Example request

{
  "languages": [
    "en-us"
  ],
  "reviewer": {
    "countries": [
      "nl"
    ]
  }
}

Response

Successful response.

request_idstring

Uniquely identifies the request. Please provide this identifier when contacting support.

Changes

No recorded changes to this endpoint across all 1 revision of this API.