Find phone numbers to buy
| Argument | Data Type | Required | Description |
| search | string | Yes | String you are searching for such as area code example: 773 |
| isocountrycode | string | No | Default US - two letter country code. |
| searchtype | string | No | Can be one of the following options: areaCode, contains, inPostalCode, inRegion, inLata Defaults to: areaCode |
| XML Response | JSON Response |
| <response> <number> <friendlyname>7734550546</friendlyname> <phone>7734550546</phone> <lata>358</lata> <ratecenter>CHICGOZN11</ratecenter> <region>IL</region> <country>USA</country> <sms>1</sms> <mms>1</mms> <voice>1</voice> </number> </response> |
{
"number": {
"friendlyname": "7734550546",
"phone": "7734550546",
"lata": "358",
"ratecenter": "CHICGOZN11",
"region": "IL",
"country": "USA",
"sms": "1",
"mms": "1",
"voice": "1"
}
} |