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

# List available countries

`GET /numbers/store/countries`

Get the list of countries available in the number store.

## Response `200`

Countries available in the number store

- CountryStore[]
  - `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
  - `label` string, required — The country name in english

## Other responses

- `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)
