Output format

{
  "ip": "110.170.64.0",
  "location": {
    "country": "TH",
    "region": "Bangkok",
    "city": "Bangkok",
    "lat": 13.7086,
    "lng": 100.4553,
    "postalCode": "10110",
    "timezone": "+07:00",
    "geonameId": 1609350
  },
  "isp": "True Internet",
  "connectionType": "broadband",
  "domains": [
    "110-170-64-0.static.asianet.co.th"
  ],
  "as": {
    "asn": 7470,
    "name": "TRUE INTERNET Co.,Ltd.",
    "route": "110.170.64.0/18",
    "domain": "trueinternet.co.th",
    "type": "Cable/DSL/ISP"
  },
}

Output parameters

ip
Requested (for search by 'ipAddress') or resolved (for search by 'domain' or 'email') IP address.
location
Geolocation data for the IP address.
location.country
Two letters country code from ISO 3166.
location.region
Region name.
location.city
City name.
location.lat
Latitude of the location.
location.lng
Longitude of the location.
location.postalCode
Postal code of the location.
location.timezone
Timezone in the format "+10:00"
location.geonameId
Id of location in the GeoNames database. The field is omitted if the record is not found.
isp
Internet Service Provider.
connectionType
Connection type may be one of "modem", "mobile", "broadband", "company", or an empty string when unknown.
domains
Array of domains associated with the IP. The field is omitted if the record is not found. This array is limited to 5 domains. If you would like to get more domains, check out Reverse IP API
as {}
Autonomous System. It works for IPv4 only. The field is omitted if the record is not found.
as.asn
Autonomous System Number.
as.name
Autonomous System Name.
as.route
Autonomous System Route.
as.domain
Autonomous System Website's URL
as.type
Autonomous System type, one of the following: "Cable/DSL/ISP", "Content", "Educational/Research", "Enterprise", "Non-Profit", "Not Disclosed", "NSP", "Route Server". Empty when unknown.