---
title: "Display a country"
method: GET
path: "/1/countries/{country_id}"
tags: ["Countries"]
---

# Display a country

`GET /1/countries/{country_id}`

Returns a variety of information about a single Country specified by the requested unique identifier.

## Path parameters

- `country_id` integer, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadCountry
    - `id` integer, required — Unique identifier of the resource `Country`
    - `name` string, required — Name of the resource `Country`
    - `short_name` string, required — Short name of the resource `Country`
    - `is_enabled` boolean, required — Is the resource `Country` enabled?

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
