Optional.
1 - allows you to receive unescaped Unicode characters in the API response (default is to escape as \uXXXX).
Acceptable values: 0 | 1
Default: 0
{
"ip": "8.8.8.8",
"location": {
"country": "US",
"region": "California",
"timezone": "-07:00",
},
"domains": [
"0d2.net",
"003725.com",
"0f6.b0094c.cn",
"007515.com",
"0guhi.jocose.cn"
],
"as": {
"asn": 15169,
"name": "Google LLC",
"route": "8.8.8.0/24",
"domain": "https://about.google/intl/en/",
"type": "Content"
},
"isp": "Google LLC"
}
Optional.
1 - allows you to receive unescaped Unicode characters in the API response (default is to escape as \uXXXX).
Acceptable values: 0 | 1
Default: 0
{
"ip": "8.8.8.8",
"location": {
"country": "US",
"region": "California",
"city": "Mountain View",
"lat": 37.40599,
"lng": -122.078514,
"postalCode": "94043",
"timezone": "-07:00",
"geonameId": 5375481
},
"domains": [
"0d2.net",
"003725.com",
"0f6.b0094c.cn",
"007515.com",
"0guhi.jocose.cn"
],
"as": {
"asn": 15169,
"name": "Google LLC",
"route": "8.8.8.0/24",
"domain": "https://about.google/intl/en/",
"type": "Content"
},
"isp": "Google LLC"
}
Optional.
1 - allows you to receive unescaped Unicode characters in the API response (default is to escape as \uXXXX).
Acceptable values: 0 | 1
Default: 0
{
"ip": "8.8.8.8",
"location": {
"country": "US",
"region": "California",
"city": "Mountain View",
"lat": 37.40599,
"lng": -122.078514,
"postalCode": "94043",
"timezone": "-07:00",
"geonameId": 5375481
},
"domains": [
"0d2.net",
"003725.com",
"0f6.b0094c.cn",
"007515.com",
"0guhi.jocose.cn"
],
"as": {
"asn": 15169,
"name": "Google LLC",
"route": "8.8.8.0/24",
"domain": "https://about.google/intl/en/",
"type": "Content"
},
"isp": "Google LLC",
"proxy": {
"proxy": false,
"vpn": false,
"tor": false
}
}
After Sign Up you automatically get a free subscription plan limited to 1,000 credits.
The maximum number of requests per second is 100. In case that the limit is exceeded, the server will respond with the 429 Too Many Requests status code and subsequent requests will be rejected until the next second.
IP Geolocation API uses conventional HTTP response codes to indicate the success or failure of an API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, account balance is 0, etc.), and codes in the 5xx range indicate an error with IP Geolocation's servers.