---
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[]

## Other responses

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

## Changes

- **2026-05-30** `995c56ba9219` — 1 breaking, 10 warning
  - the `allOf[subschema #1]/result/items/` response's property type 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/bbde602eb171/schema)
