---
title: "Fetch a specific Country."
method: GET
path: "/v2/Trunking/Countries/{IsoCountry}"
tags: ["PricingV2Country"]
---

# Fetch a specific Country.

`GET /v2/Trunking/Countries/{IsoCountry}`

Fetch a specific Country.

## Path parameters

- `IsoCountry` string, iso-country-code, required

## Response `200`

OK

- PricingV2TrunkingCountryInstance
  - `country` string, nullable — The name of the country.
  - `iso_country` string, iso-country-code, nullable — The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
  - `terminating_prefix_prices` object[], nullable — The list of [TerminatingPrefixPrice](https://www.twilio.com/docs/voice/pricing#outbound-prefix-price-with-origin) records.
    - `origination_prefixes` string[]
    - `destination_prefixes` string[]
    - `base_price` number
    - `current_price` number
    - `friendly_name` string
  - `originating_call_prices` object[], nullable — The list of [OriginatingCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) records.
    - `base_price` number
    - `current_price` number
    - `number_type` string
  - `price_unit` string, currency, nullable — The currency in which prices are measured, specified in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`).
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[API](https://skmtc.net/twilio/apis/pricing-v2.md) · [All operations](https://skmtc.net/twilio/apis/pricing-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/pricing-v2/versions/310c0bcf319a/schema)
