API
Simple, fast, and intuitive API for developers. Use it as a main IP geolocation data source or as a smooth backup channel.
Introduction to API usage for getting IP geolocation data:
Own IP address
IPv4 address
IPv6 address
Random IPv4 address
Extra information
API domains: api.ipiz.net and a.ipiz.net
"ok" for status field - successful request, "error" for status - invalid request
Example
curl https://api.ipiz.net/199.233.217.205 | jq '.'
{
"asn": 23310,
"city": "San Jose",
"continent": "North America",
"continent_code": "NA",
"country": "United States",
"country_code": "US",
"ip": "199.233.217.250",
"latitude": 37.3388,
"longitude": -121.8916,
"org_country": "United States",
"org_country_code": "US",
"org_name": "TASTYLIME",
"postal": "95141",
"region": "California",
"status": "ok",
"timezone": "America/Los_Angeles"
}