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

# countries

`GET /countries`

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

## Query parameters

- `country` string
- `product` string
- `language` string[]
- `continent_id` string
- `offset` integer
- `limit` integer
- `snapshot` string
- `codes` string[]
- `options` string[]
- `include` string[]

## Response `200`

Successful response

- array[]
  - object[]
    - `id` number
    - `gid` string
    - `descriptions` object
      - `pt` string
    - `configurations` object[]
      - `any_ds_any` string
      - `any_cruises_any` string
      - `any_transfers_any` string
      - `default` string
      - `any_vr_any` string
      - `any_cars_any` string
      - `any_flights_any` string
      - `any_hotels_any` string
      - `viajeros.com` string
      - `any_packages_any` string
    - `last_update_date` string, date
    - `code` string
    - `capital_id` string
    - `capital_gid` string
    - `capital` object
      - `id` number
      - `offset` number
    - `pictures` unknown[]
      - unknown
    - `alternative_code` string
    - `continent_id` number
    - `continent_gid` string
    - `phone_code` number
    - `intl_access_code` number

## 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)
