Parameter | Description |
---|---|
Fields | Specifies in a comma separated list the specific fields to be returned from the search. |
IP | The IP address to lookup. |
{
"ip": "<string>",
"success": true,
"type": "<string>",
"continent": "<string>",
"continent_code": "<string>",
"country": "<string>",
"country_code": "<string>",
"region": "<string>",
"region_code": "<string>",
"city": "<string>",
"latitude": 31,
"longitude": 4,
"is_eu": false,
"postal": "<string>",
"calling_code": "<string>",
"capital": "<string>",
"borders": "<string>",
"flag": {
"img": "<string>",
"emoji": "<string>",
"emoji_unicode": "<string>"
},
"connection": {
"asn": 29172,
"org": "<string>",
"isp": "<string>",
"domain": "<string>"
},
"timezone": {
"id": "<string>",
"abbr": "<string>",
"is_dst": true,
"offset": 8799,
"utc": "<string>",
"current_time": "2025-05-07T12:53:18-04:00"
}
}
Was this page helpful?