---
title: "Depots"
method: POST
path: "/cars/depots"
tags: ["Cars"]
---

# Depots

`POST /cars/depots`

Use this endpoint to retrieve the list of all available car rental depots.

## Headers

- `X-Affiliate-Id` integer, required

## Request body

- object
  - `last_modified` string, date-time — The last modified date-time, only returns depots newer than this timestamp.
  - `maximum_results` integer — The maximum number of results to return.
  - `languages` string[]
  - `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 — Unique depot's ID.
    - `contact` object — Contact information of the depot. It can be `null` if the data is missing.
      - `email` string, nullable — Email address of the depot. It can be `null` if the data is missing.
      - `telephone` string, nullable — Telephone number of the depot. It can be `null` if the data is missing.
    - `city` integer — A signed integer number that uniquely identifies a city. You can see the full list of cities ids calling common/locations/cities.
    - `drop_off` object — Contains rented car drop off information.
      - `instructions` object, nullable — Drop off/pick up instructions.
      - `working_hours` object, nullable — Depot's working hours.
    - `location` object — Depot location information.
      - `address` string, nullable — Depot address information.
      - `airport` string, nullable — Airport IATA code.
      - `city` integer — A signed integer number that uniquely identifies a city. The full list can be obtained by calling <a href="/demand/docs/open-api/demand-api/commonlocations/common/locations/cities" target="_blank">common/locations/cities</a>.
      - `depot_location_type` 'in_terminal' | 'car_rental_centre' | 'outside_terminal' | 'airport_hotel' | 'shuttle_bus' | 'meet_greet' | 'trainstation' | 'downtown', nullable — Indicates the specific type of location where the car rental depot is situated. This helps you accurately inform travellers about the nature of the pick-up point—whether it's located inside an airport terminal, at a train station, in a downtown area, or elsewhere. This field is optional and may be null if the location type is not defined.
      - `coordinates` object
        - `latitude` number, double
        - `longitude` number, double
      - `country` string — A two-letter code that uniquely identifies a country. This code is defined by the ISO 3166-1 alpha-2 standard (ISO2) as described here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2. The full list can be obtained by calling <a href="/demand/docs/open-api/demand-api/commonlocations/common/locations/countries" target="_blank">common/locations/countries</a>.
      - `name` object — Translated depot name.
      - `post_code` string — Depot post code
    - `pick_up` object — Contains rented car pick up information.
      - `instructions` object, nullable — Drop off/pick up instructions.
      - `working_hours` object — Depot's working hours.
    - `services` string[] — List of services provided by the depot.
    - `supplier` integer — Related supplier id
    - `ratings` object, nullable — Number of reviews and average score for the depot.
      - `number_of_reviews` integer — Number of validated reviews for this depot.
      - `score` number — 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)
