Parameter | Description |
---|---|
Query | A single IPv4/IPv6 address or a domain name to query. If you don’t supply a query the current IP address will be used. |
Returned Fields | Select the data fields to return. |
{
"status": "<string>",
"continent": "<string>",
"continentCode": "<string>",
"country": "<string>",
"countryCode": "<string>",
"region": "<string>",
"regionName": "<string>",
"city": "<string>",
"district": "<string>",
"zip": "<string>",
"lat": 477.15,
"lon": 660.09,
"timezone": "<string>",
"offset": 814,
"currency": "<string>",
"isp": "<string>",
"org": "<string>",
"as": "<string>",
"asname": "<string>",
"reverse": "<string>",
"mobile": false,
"proxy": false,
"hosting": false,
"query": "<string>"
}
Was this page helpful?