---
title: "Get coverage for a specific country"
method: GET
path: "/country_coverage/countries/{country_code}"
tags: ["Country Coverage"]
---

# Get coverage for a specific country

`GET /country_coverage/countries/{country_code}`

Get coverage for a specific country

## Path parameters

- `country_code` string, required

## Response `200`

Response for specific country coverage

- object
  - `data` CountryCoverage
    - `code` string — Country ISO code
    - `numbers` boolean
    - `features` string[] — Set of features supported
    - `phone_number_type` string[] — Phone number type
    - `reservable` boolean — Supports reservable
    - `quickship` boolean — Supports quickship
    - `international_sms` boolean
    - `p2p` boolean
    - `local` object
      - `features` string[]
      - `reservable` boolean
      - `quickship` boolean
      - `international_sms` boolean
      - `p2p` boolean
      - `full_pstn_replacement` boolean
    - `toll_free` object
      - `features` string[]
      - `reservable` boolean
      - `quickship` boolean
      - `international_sms` boolean
      - `p2p` boolean
      - `full_pstn_replacement` boolean
    - `mobile` object
    - `national` object
    - `inventory_coverage` boolean — Indicates whether country can be queried with inventory coverage endpoint
    - `shared_cost` object
    - `region` string, nullable — Geographic region (e.g., AMER, EMEA, APAC)

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
