web
IP to geolocation lookup
The IP service provides IP to geolocation lookup including asn, city, country, timezone, and latitude/longitude.
Lookup the geolocation information for an IP address
Endpoint | Credits |
---|---|
Lookup | 0.0001 |
Base requests are 0.000001 credit per request (1 credit = $1 USD)
Lookup Request
Response
{
"ip": "93.148.214.31",
"asn": 30722,
"city": "Reggiolo",
"country": "Italy",
"continent": "Europe",
"latitude": 44.9201,
"longitude": 10.8075,
"timezone": "Europe/Rome"
}