---
title: "List available numbers"
method: GET
path: "/available_numbers"
tags: ["Number"]
---

# List available numbers

`GET /available_numbers`

Get available phone numbers for the specified country or virtual numbers.

## Query parameters

- `page_size` integer
- `country_code` string
- `type` 'normal' | 'virtual' — The type of the number.

## Response `200`

A list of available phone numbers.

- object
  - `result` NumberManagerAvailableNumber[]
    - `number` string — The available phone number in E.164 format.
    - `country` string — The country where the number is available.
    - `region` string — The region within the country.
    - `postal_code` string — The postal code associated with the number.
    - `features` NumberManagerAvailableNumberFeature[] — The list of features supported by the number.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `500` — Internal error (INTERNAL).

## Changes

- **2026-06-26** `788bc9d03134` — 1 breaking, 10 info
  - the `allOf[subschema #1]/result/items/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `allOf[subschema #1]/result/items/country` to the response with the `200` status
  - added the optional property `allOf[subschema #1]/result/items/features` to the response with the `200` status
  - added the optional property `allOf[subschema #1]/result/items/number` to the response with the `200` status
  - …7 more
- **2026-05-30** `995c56ba9219` — 1 breaking, 10 warning
  - the `allOf[subschema #1]/result/items/` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the optional property `allOf[subschema #1]/result/items/country` from the response with the `200` status
  - removed the optional property `allOf[subschema #1]/result/items/features` from the response with the `200` status
  - removed the optional property `allOf[subschema #1]/result/items/number` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/voipbin/apis/voipbin-api/changes/available_numbers/get.md)

---

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