---
title: "Get country locale information"
method: GET
path: "/locale/{country_code}"
tags: ["Countries"]
---

# Get country locale information

`GET /locale/{country_code}`

Get specific country locale information including exchange rates

## Path parameters

- `country_code` string, required

## Response `200`

Successful response

- object
  - `data` object[] — Country locale information
    - `id` integer — The id of the country in Envia.com
    - `value` number — The current exchange rate against USD
    - `currency` string — Currency Code
    - `country_code` string — Iso Country Code in two digits
    - `country_name` string — Country Name

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
