---
title: "Gets the list of supported countries."
method: GET
path: "/availablePhoneNumbers/countries"
tags: ["Browse for available countries, cities and area codes"]
---

# Gets the list of supported countries.

`GET /availablePhoneNumbers/countries`

## Query parameters

- `skip` integer
- `maxPageSize` integer
- `api-version` string, required

## Headers

- `accept-language` string

## Response `200`

Success

- PhoneNumberCountries — Represents a wrapper around a list of countries.
  - `countries` PhoneNumberCountry[] — Represents the underlying list of countries.
    - `localizedName` string, required — Represents the name of the country.
    - `countryCode` string, required — Represents the abbreviated name of the country.
  - `nextLink` string — Represents the URL link to the next page

## Other responses

- `default` — Failure

## Changes

- **2026-07-13** (2021-03-07) `1dbc8bc20279` — 1 info
  - endpoint added
- **2021-05-19** (2021-03-07) `5c6abf2b2252` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/communication-phonenumbers/changes/availablePhoneNumbers/countries/get.md)

---

[API](https://skmtc.dev/azure/apis/communication-phonenumbers.md) · [All operations](https://skmtc.dev/azure/apis/communication-phonenumbers/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/communication-phonenumbers/revisions/6e81b3741aa7/schema)
