Call us toll-free @ 888-497-7898

API Call Information

area: sms

action: findnumbers

API Arguments

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

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=sms&action=findnumbers

API Response

XML 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>

JSON Response

{
    "number": {
        "friendlyname": "7734550546",
        "phone": "7734550546",
        "lata": "358",
        "ratecenter": "CHICGOZN11",
        "region": "IL",
        "country": "USA",
        "sms": "1",
        "mms": "1",
        "voice": "1"
    }
}