---
title: "Serviceable Countries"
method: GET
path: "/locale"
tags: ["Countries"]
---

# Serviceable Countries

`GET /locale`

Envia.com has integrations with couriers around the world. With this request you can obtain a list of countries you can Ship **From**. You will be able to ship your products domestically and internationally from these countries. Use this request to obtain the current exchange rate from USD to other currencies.

## Response `200`

Successful response

- object
  - `data` object[] — List of serviceable countries with exchange rates
    - `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)
