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

# Get country by code

`GET /country/{country_code}`

Retrieve country for the specified country code. Requires Bearer JWT authentication.

## Path parameters

- `country_code` string, required

## Response `200`

Successful response

- object
  - `data` object[] — Country information
    - `code` string — Country code
    - `name` string — Country name
    - `phone_code` string — Country phone code

---

[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)
