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

# GET /v1/PhoneNumbers/Countries

`GET /v1/PhoneNumbers/Countries`

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `countries` PricingV1PhoneNumberPhoneNumberCountry[]
    - `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).
    - `url` string, uri, nullable — The absolute URL of the resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-02-20** (v1) `e0e5f283c76a` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2023-08-10** (v1) `6cb0c8e2096b` — 1 info
  - api tag `PricingV1Country` added
- **2023-02-02** (v1) `4ee7ab6d8e57` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`
- **2023-01-13** (v1) `b4f6a01edaff` — 2 breaking
  - the response property `meta/next_page_url` became nullable for the status `200`
  - the response property `meta/previous_page_url` became nullable for the status `200`

[Change history](https://skmtc.dev/twilio/apis/twilio-pricing/changes/v1/PhoneNumbers/Countries/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-pricing.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-pricing/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-pricing/revisions/ab11459a2a35/schema)
