---
title: "List available prefixes"
method: GET
path: "/numbers/store/prefixes"
tags: ["Phone Numbers Store"]
---

# List available prefixes

`GET /numbers/store/prefixes`

Get the list of prefixes available in the number store.

## Query parameters

- `country` string, required — ISO 3166-1 alpha-2 country code
- `type` 'geographic' | 'mobile' | 'non-geographic' | 'personal' | 'platform' | 'sharedrevenue' | 'sms-only' | 'special' | 'tollfree' | 'verified', required — Type of number

## Response `200`

Prefixes available

- NumberAreaCode[]
  - `available` NumberAvailable, required — Phone number availability in the store
    - `classic` integer, required — The quantity of **classic** numbers available
    - `gold` integer, required — The quantity of **gold** numbers available
  - `country` string, required — ISO 3166-1 alpha-2 country code
  - `prefix` string, required — International prefix
  - `localPrefix` string, required — Local prefix
  - `area` string, required — Name of the area
  - `type` 'geographic' | 'mobile' | 'non-geographic' | 'personal' | 'platform' | 'sharedrevenue' | 'sms-only' | 'special' | 'tollfree' | 'verified', required — Type of number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `429` — Too Many Requests (rate limit exceeded)
- `500` — Internal Server Error

---

[API](https://skmtc.dev/callr/apis/callr-rest-api-v2-0.md) · [All operations](https://skmtc.dev/callr/apis/callr-rest-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/callr/callr-rest-api-v2-0/revisions/76d36d004a8f/schema)
