Output | Documentation | IP Netblocks API | WhoisXML API

Output

{
  "search": "110.170.64.0",
  "result": {
    "count": 10,
    "limit": 100,
    "from": "",
    "next": null,
    "inetnums": [
      {
        "inetnum": "110.170.64.0 - 110.170.95.255",
        "inetnumFirst": 281472538394624,
        "inetnumLast": 281472538402815,
        "inetnumFirstString": "281472538394624",
        "inetnumLastString": "281472538402815",
        "parent": "110.170.64.0 - 110.170.127.255",
        "as": {
          "asn": 7470,
          "name": "TRUE INTERNET",
          "type": "Cable/DSL/ISP",
          "route": "110.170.64.0/19",
          "domain": "http://www.trueinternet.co.th"
        },
        "netname": "TrueCorporate",
        "nethandle": "",
        "description": [
          "True Internet Co., Ltd."
        ],
        "modified": "2013-08-15T07:05:35Z",
        "country": "TH",
        "city": "",
        "address": [],
        "abuseContact": [],
        "adminContact": [
          {
            "id": "TIA6-AP",
            "role": "TRUE IP ADMINISTRATION",
            "email": "[email protected]",
            "phone": "+662 6200400",
            "country": "TH",
            "city": "",
            "address": [
              "1 Fortune Town, 14th, 27th Floor,",
              "Ratchadapisek Road, Din Daeng",
              "Din Daeng, Bangkok 10400."
            ]
          }
        ],
        "techContact": [
          {
            "id": "TIA6-AP",
            "role": "TRUE IP ADMINISTRATION",
            "email": "[email protected]",
            "phone": "+662 6200400",
            "country": "TH",
            "city": "",
            "address": [
              "1 Fortune Town, 14th, 27th Floor,",
              "Ratchadapisek Road, Din Daeng",
              "Din Daeng, Bangkok 10400."
            ]
          }
        ],
        "org": null,
        "mntBy": [
          {
            "mntner": "MAINT-AP-TRUEINTERNET",
            "email": "[email protected]\[email protected]"
          }
        ],
        "mntDomains": [],
        "mntLower": [],
        "mntRoutes": [],
        "remarks": [],
        "source": "APNIC"
      },
      { },
      { },
      { }
    ]
  }
}
search

A normalized search term. It could differ from an input parameter

result

The result. This field is omitted in case of error

error

The error message. This field is omitted when a call is successful

count

The number of records returned

limit

The maximum number of elements

from

The IP netblock range that was passed in the request as an offset for the returned results.

next

If not null, it shows the value of the last IP netblock (inetnum) from the response, which can be substituted into the from parameter and get the next page, if the current response doesn't fit into the limit. Such pagination is only available for IPv4, IPv6 and ASN API requests. ORG requests don't support it.

inetnum

The ip range, e.g. "0.0.0.0 - 255.255.255.255"

inetnumFirst
The first IP as 128-bit unsigned integer value, e.g. for 8.8.8.8, it will be 28147081648743
inetnumLast
The last IP as integer value
inetnumFirstString
The string representation of the inetnumFirst field. Use this field if you want to avoid exponential representations of the inetnumFirst field.
inetnumLastString
The string representation of the inetnumLast field. Use this field if you want to avoid exponential representations of the inetnumLast field.
parent
The field is the reference to the block from which the information was borrowed. Its presence indicates that the block was obtained from BGP routing tables. Records with this field are omitted from the data feed.
as {}
Autonomous System – is null when the data is missing
as.asn
Autonomous System Number
as.name
Autonomous System Name
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
as.route
Autonomous System Route
as.domain
Autonomous System Website's URL
netname
Name of the IPs range
nethandle
ID of the block from ARIN
description []
Description related to the block
modified
The time when the IP Netblock was modified the last time, accordingly to the information provided by the registry. Format: "2018-05-25T10:20:58Z"
country
Two letters country code from ISO 3166
city
Name of city
address
Location information. May not reflect exact physical location
abuseContact [ {} ]
List of abuse contacts
adminContact [ {} ]
List of administrative contacts
techContact [ {} ]
List of technical contacts
abuseContact[k].id
The contact's ID
abuseContact[k].person
The name of the contact person. Indicates that object is of person type. Fields 'person' and 'role' are mutually exclusive
abuseContact[k].role
The name of the contact role. Indicates that object is of role type. Fields 'person' and 'role' are mutually exclusive
abuseContact[k].phone
The phone number
abuseContact[k].email
The email address
abuseContact[k].country
Two letters country code from ISO 3166
abuseContact[k].city
The city
abuseContact[k].address
Location information. May not reflect exact physical location
org {}
Organisation registered the range
org.org
The organisation's ID
org.name
The organisation name
org.phone
The phone number
org.email
The email address
org.country
Two letters country code from ISO 3166
org.city
The city
org.postalCode
The postal code
org.address
Location information. May not reflect exact physical location
mntBy [ {} ]
List of maintainers who are able to update the IPs range
mntBy[k].mntner
The maintainer's ID
mntBy[k].email
The email address
mntDomains []
List of domains' maintainers
mntLower []
List of maintainers who are able to change sub ranges
mntRoutes []
List of maintainers of routing info
remarks []
Remarks and comments associated with the IP Netblock
source
Source of range