Parameter | Description |
---|---|
IP | A single IPv4 or IPv6 address. |
Parameter | Description |
---|---|
Field | If provided, only returns the specified field or object data. Fields are returned as plaintext and objects as JSON. |
{
"ip": "<string>",
"hostname": "<string>",
"city": "<string>",
"region": "<string>",
"country": "<string>",
"loc": "<string>",
"postal": "<string>",
"timezone": "<string>",
"asn": {
"asn": "<string>",
"name": "<string>",
"domain": "<string>",
"route": "<string>",
"type": "<string>"
},
"company": {
"name": "<string>",
"domain": "<string>",
"type": "<string>"
},
"privacy": {
"vpn": false,
"proxy": false,
"tor": false,
"relay": false,
"hosting": true,
"service": "<string>"
}
}
Was this page helpful?