---
title: "Search for available phone numbers that match your criteria."
method: GET
path: "/Accounts/{AccountSid}/AvailablePhoneNumbers/{IsoCountry}/Local"
tags: ["Available Phone Numbers"]
---

# Search for available phone numbers that match your criteria.

`GET /Accounts/{AccountSid}/AvailablePhoneNumbers/{IsoCountry}/Local`

Search for Local AvailablePhoneNumbers.

#### Permissions
The API token must include the following scopes: _Numbers_.

## Path parameters

- `AccountSid` string, uuid, required
- `IsoCountry` string, required

## Query parameters

- `AreaCode` string
- `Beta` boolean
- `Contains` string
- `ExcludeAllAddressRequired` boolean
- `ExcludeForeignAddressRequired` boolean
- `ExcludeLocalAddressRequired` boolean
- `FaxEnabled` boolean
- `InRegion` string
- `MmsEnabled` boolean
- `SmsEnabled` boolean
- `VoiceEnabled` boolean

## Response `200`

The request has succeeded.

- AvailablePhoneNumberListResponse — Response containing a list of available phone numbers.
  - `uri` string — The URI for the API call.
  - `available_phone_numbers` AvailablePhoneNumber[] — List of available phone numbers.
    - `beta` boolean — New numbers on SignalWire are marked as `beta`. Possible values are `true` or `false`.
    - `capabilities` PhoneNumberCapabilities — Phone number capabilities.
      - `voice` boolean — Whether or not voice is enabled on the number.
      - `SMS` boolean — Whether or not SMS is enabled on the number.
      - `MMS` boolean — Whether or not MMS is enabled on the number.
      - `fax` boolean — Whether or not fax is enabled on the number.
    - `friendly_name` string — A formatted version of the number.
    - `iso_country` string — The ISO country code of the number.
    - `lata` string — The LATA of the number. Only available for numbers in US and Canada.
    - `latitude` string — The latitude of the number. Only available for numbers in US and Canada.
    - `longitude` string — The longitude of the number. Only available for numbers in US and Canada.
    - `phone_number` string — The number in E.164 format.
    - `postal_code` string — The postal/zip code of the number. Only available for numbers in US and Canada.
    - `rate_center` string — The rate center of the number. Only available for numbers in US and Canada.
    - `region` string — The state or province abbreviation of the number. Only available for numbers in US and Canada.

## Other responses

- `401` — 401 Unauthorized response.

## Changes

- **2026-01-15** `3c88f14db21e` — 3 breaking, 4 warning, 13 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `IsoCountry`
  - the `available_phone_numbers/items/capabilities` response's property type changed from `object` to no type for status `200`
  - removed the optional property `available_phone_numbers/items/capabilities/MMS` from the response with the `200` status
  - …16 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/AvailablePhoneNumbers/:IsoCountry/Local/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/686ef84c2abc/schema)
