---
title: "GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json"
tags: ["Api20100401National"]
---

# GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json

`GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json`

## Path parameters

- `AccountSid` string, required
- `CountryCode` string, iso-country-code, required

## Query parameters

- `AreaCode` integer
- `Contains` string
- `SmsEnabled` boolean
- `MmsEnabled` boolean
- `VoiceEnabled` boolean
- `ExcludeAllAddressRequired` boolean
- `ExcludeLocalAddressRequired` boolean
- `ExcludeForeignAddressRequired` boolean
- `Beta` boolean
- `NearNumber` string, phone-number
- `NearLatLong` string
- `Distance` integer
- `InPostalCode` string
- `InRegion` string
- `InRateCenter` string
- `InLata` string
- `InLocality` string
- `FaxEnabled` boolean
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `available_phone_numbers` ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberNational[]
    - `friendly_name` string, phone-number, nullable — A formatted version of the phone number.
    - `phone_number` string, phone-number, nullable — The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.
    - `lata` string, nullable — The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada.
    - `locality` string, nullable — The locality or city of this phone number's location.
    - `rate_center` string, nullable — The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada.
    - `latitude` number, nullable — The latitude of this phone number's location. Available for only phone numbers from the US and Canada.
    - `longitude` number, nullable — The longitude of this phone number's location. Available for only phone numbers from the US and Canada.
    - `region` string, nullable — The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada.
    - `postal_code` string, nullable — The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada.
    - `iso_country` string, iso-country-code, nullable — The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number.
    - `address_requirements` string, nullable — The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required.
    - `beta` boolean, nullable — Whether the phone number is new to the Twilio platform. Can be: `true` or `false`.
    - `capabilities` object, nullable — The set of Boolean properties that indicate whether a phone number can receive calls or messages. Capabilities are: `Voice`, `SMS`, and `MMS` and each capability can be: `true` or `false`.
      - `mms` boolean
      - `sms` boolean
      - `voice` boolean
      - `fax` boolean

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/versions/a6753266b8b0/schema)
