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

KeyDatatypeRequiredDescription
limitstringTo set the maximum number of records to return in a paged list response. The default is 100
offsetstringOffset to the start of a given page. The default is 0. Check pagination page for more information about pagination in CallFire API.
prefixstringPrefix (1-10 digits) of phone numbers
citystringA city name
statestringA two-letter state code. Example: CA, IL, etc.
zipcodestringA five-digit Zipcode
latastringA local access and transport area (LATA)
rateCenterstringA 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
fieldsstringLimit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.