---
title: "countries_id"
method: GET
path: "/countries/{id}"
tags: ["Geography"]
---

# countries_id

`GET /countries/{id}`

Returns detailed information for a specific country.

## Path parameters

- `id` string, required

## Query parameters

- `country` string
- `product` string
- `language` string
- `tags` string[]
- `ratio` string
- `options` string[]
- `include` string[]

## Response `200`

Successful response

- object
  - `item` object
    - `id` number
    - `gid` string
    - `description` object
  - `configurations` unknown[]
    - unknown
  - `last_update_date` string, date
  - `code` string
  - `picture` 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)
