---
title: "regions"
method: GET
path: "/regions"
tags: ["Geography"]
---

# regions

`GET /regions`

Returns the list of available regions matching the provided search criteria.

## Query parameters

- `product` string
- `language` string

## Response `200`

Successful response

- object
  - `items` object[]
    - `id` number
    - `gid` string
    - `descriptions` string
    - `last_update_date` string, date
    - `forced_city_ids` unknown[]
      - unknown
    - `excluded_points` object
    - `included_points` object
    - `zones` unknown[]
      - unknown
    - `related_political_divisions` object
    - `correlated_political_divisions` object
    - `boundary` object
    - `pictures` unknown[]
      - unknown

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `500` — Internal server error

---

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