---
title: "/countries/{country}"
method: GET
path: "/countries/{country_id}"
---

# /countries/{country}

`GET /countries/{country_id}`

obtener listado de paises

## Response `200`

/countries/{country}

- object
  - `country` object
    - `id` integer
    - `name_en` string
    - `name_es` string
    - `abbrv` string
    - `links` object
      - `states` string
    - `country_code` string, utc-millisec
    - `default_locale` string
    - `nationality_es` string
    - `nationality_en` string
    - `default_vademecum` boolean

---

[API](https://skmtc.net/ecaresoft/apis/nimbo-api.md) · [All operations](https://skmtc.net/ecaresoft/apis/nimbo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ecaresoft/nimbo-api/versions/f05c97f9a653/schema)
