---
title: "GET /v1/PhoneNumbers/Countries/{IsoCountry}"
method: GET
path: "/v1/PhoneNumbers/Countries/{IsoCountry}"
tags: ["PricingV1Country"]
---

# GET /v1/PhoneNumbers/Countries/{IsoCountry}

`GET /v1/PhoneNumbers/Countries/{IsoCountry}`

## Path parameters

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

## Response `200`

OK

- PricingV1PhoneNumberPhoneNumberCountryInstance
  - `country` string, nullable — The name of the country.
  - `iso_country` string, iso-country-code, nullable — The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
  - `phone_number_prices` object[], nullable — The list of [PhoneNumberPrice](https://www.twilio.com/docs/phone-numbers/pricing#phone-number-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](http://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/twilio-pricing.md) · [All operations](https://skmtc.net/twilio/apis/twilio-pricing/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-pricing/revisions/ab11459a2a35/schema)
