Find number regions
GET {{baseUrl}}/numbers/regions?limit=<integer>&offset=<integer>&prefix=<string>&city=<string>&state=<string>&zipcode=<string>&lata=<string>&rateCenter=<string>&fields=<string>
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | To set the maximum number of records to return in a paged list response. The default is 100 | |
offset | string | Offset to the start of a given page. The default is 0. Check pagination page for more information about pagination in CallFire API. | |
prefix | string | Prefix (1-10 digits) of phone numbers | |
city | string | A city name | |
state | string | A two-letter state code. Example: CA, IL, etc. | |
zipcode | string | A five-digit Zipcode | |
lata | string | A local access and transport area (LATA) | |
rateCenter | string | A rate center. A rate center is a geographical area used by a Local Exchange Carrier (LEC) to determine the boundaries for local calling, billing and allocation of phone numbers | |
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |