---
title: "Depot scores"
method: POST
path: "/cars/depots/reviews/scores"
tags: ["Cars"]
---

# Depot scores

`POST /cars/depots/reviews/scores`

Use this endpoint to return the score breakdown for the specified depots together with the overall number of reviews and score. </br></br>- Please note that the **ratings score is based on all traveller traffic across Booking.com/cars**, and may not necessarily reflect the experience of your own customers.</br></br> - If you choose to display or use these ratings, you are responsible for ensuring that your travellers are properly informed about what these scores represent.

## Headers

- `X-Affiliate-Id` integer, required

## Request body

- object
  - `maximum_results` integer — The maximum number of results to return.
  - `page` string — Pagination token used to retrieve the next page of results. Obtained from `next_page`.

## Response `200`

Successful response.

- object
  - `request_id` string — Uniquely identifies the request. Please provide this identifier when contacting support.
  - `data` object[]
    - `id` integer — Uniquely identifies a depot. The full list can be obtained by calling [/cars/depots](#/cars/depots).
    - `breakdown` object — Review scores breakdown for each criteria. List of criteria includes: cleanliness, condition, drop_off_speed, efficiency, expense, location, pick_up_speed.
    - `number_of_reviews` integer, nullable — Number of validated reviews for this depot.
    - `score` number, nullable — A decimal number indicating the current review score of this depot, in the range 1..10.
  - `metadata` object — Metadata about the request.
    - `next_page` string, nullable — Indicates that more results are available. Use this pagination token to retrieve the next page of results (via parameter `page`).

---

[API](https://skmtc.net/booking/apis/booking-com-demand-api.md) · [All operations](https://skmtc.net/booking/apis/booking-com-demand-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/booking-com-demand-api/revisions/e5f3dccae7ca/schema)
