---
title: "Find number regions"
method: GET
path: "/numbers/regions"
tags: ["numbers"]
---

# Find number regions

`GET /numbers/regions`

Searches for region information. Use this API to obtain detailed region information that can be used to query for more specific phone numbers than a general query.

## Query parameters

- `limit` integer
- `offset` integer
- `prefix` string
- `city` string
- `cityPrefix` string
- `state` string
- `zipcode` string
- `country` string
- `fields` string

## Response `200`

successful operation

- RegionPage — ~
  - `items` object[] — A list of returned items
    - `prefix` string — A country prefix of a region. 4-7 digit
    - `city` string — A city of a region
    - `state` string — A two-letter state code of region
    - `zipcode` string — A five-digit zip code of a region
    - `regionCode` string — ~
    - `population` integer — ~
    - `country` string — A country of a region
    - `latitude` number, float — A latitude of a region
    - `longitude` number, float — A longitude of a region
    - `timeZone` string — A timezone of a region
  - `limit` integer — A maximum number of returned items. If items.size() < limit assume no more items
  - `offset` integer — An offset from a start of paging source
  - `totalCount` integer — Total count of available results. -1 if unknown

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.net/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/versions/9f6fb501bc03/schema)
