# Fetch a specific Country. **GET /v2/Trunking/Countries/{IsoCountry}** Fetch a specific Country. Trunking pricing by country ## Servers - https://pricing.twilio.com: https://pricing.twilio.com () ## Authentication methods - Account sid auth token ## 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 #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **country** (string | null) The name of the country. - **iso_country** (string(iso-country-code) | null) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). - **terminating_prefix_prices** (array[object(outbound-prefix-price-with-origin)] | null) The list of [TerminatingPrefixPrice](https://www.twilio.com/docs/voice/pricing#outbound-prefix-price-with-origin) records. - **originating_call_prices** (array[object(inbound-call-price)] | null) The list of [OriginatingCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) records. - **price_unit** (string(currency) | null) 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) | null) The absolute URL of the resource. [Powered by Bump.sh](https://bump.sh)