Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Phone Numbers & Call Routing
Storefronts
Customer Management
VoIP Bundle (Subscriptions)
SIP Account Management
Audio Management
Phone Numbers & Call Routing
Phone Calls & CDR Data
VoIP Phone Short Code
eFax Management
Voicemails & Mailboxes
Caller ID
SIP Trunks
Wallboard Statistics
VoIP Phone Provisioning
Call Queueing
Phone Books
VoIP Phone Speed Dial
Text (SMS) Messaging
Perform lookups for available numbers
Become a ResellerFilter:
* You will be charged every time this command is run.
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
country_code
int
False
The country code to search for available numbers under
area_code
int
True
The area code to search for available numbers under
pattern
String
False
The pattern to match available numbers against
limit
int
False
How many results to return
page
int
True
Which page of results to return
type
String
False
What type of number to search for (Premium, Standard, All)
include_price
String
False
Should the price of the number be returned, this will include both the retail cost, and the cost to yourself if you have reseller
200 Response
{
"result" : [
{
"area_code" : "1947",
"number" : "505505",
"price" : 199,
"price_category" : 1
}
],
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Gets the provider who manages a UK phone number
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
number
String
True
The UK phone number who's provider is being queried
200 Response
{
"result" : {
"area_code" : 1947,
"provider" : "YayYay Group Ltd",
"status" : "Allocated"
},
"status_code" : 200,
"status_message" : "OK"
}
400 Response
{
"result" : {},
"status_code" : 400,
"status_message" : "Bad Request"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}