# Fetch a specific Country **GET /v2/Trunking/Countries/{IsoCountry}** Fetch a specific Country. Trunking pricing by country ## Servers ## Parameters ### Path parameters - **IsoCountry** (string(iso-country-code)) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. ## Responses ### 200 OK #### Body: (object) - **country** (string | null) The name of the country - **iso_country** (string(iso-country-code) | null) The ISO country code - **originating_call_prices** (array[object(inbound-call-price)] | null) The list of OriginatingCallPrice records - **price_unit** (string(currency) | null) The currency in which prices are measured, in ISO 4127 format (e.g. usd, eur, jpy) - **terminating_prefix_prices** (array[object(outbound-prefix-price-with-origin)] | null) The list of TerminatingPrefixPrice records - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)