Properties
| NAME | TYPE | DESCRIPTION |
ip | string | User IP address. |
countryCode | string | Country code in ISO 3166-1 two-character format |
country | string | Country name. This field support localization. |
continentCode | string | Continent code. A two character continent code "AF" for Africa, "AN" for Antarctica, "AS" for Asia, "EU" for Europe, "NA" for North America, "OC" for Oceania, and "SA" for South America. |
continent | string | Continent name. This field support localization. |
eu | boolean | True if country is part of the European Union. |
currency | string | Currency code in ISO 4217-1 three-character format |
city | string | City |
timeZone | string | Name of timezone |
postalCode | string | Postal code |
latitude | number | Latitude |
longitude | number | Longitude |
autonomousSystemNumber | string | Autonomous System Number (ASN) of the IP |
autonomousSystemOrganization | string | Organization that owns the ASN |
isp | string | Internet service provider of the IP |
connectionType | string | Connection type of the IP (e.g. cable, cellular, corporate) |
connectionUsageType | string | User type classification of the IP (e.g. residential, business, hosting) |
connectionOrganization | string | Registered organization of the IP |
Example
{
"ip": "127.0.0.1",
"countryCode": "US",
"country": "United States",
"continentCode": "NA",
"continent": "North America",
"eu": false,
"currency": "USD",
"city": "Kathmandu",
"timeZone": "Asia/Kathmandu",
"postalCode": "44600",
"latitude": "82.345",
"longitude": "82.345",
"autonomousSystemNumber": "15169",
"autonomousSystemOrganization": "GOOGLE",
"isp": "Google",
"connectionType": "cable",
"connectionUsageType": "residential",
"connectionOrganization": "Google LLC"
}
{
"ip": "127.0.0.1",
"countryCode": "US",
"country": "United States",
"continentCode": "NA",
"continent": "North America",
"eu": false,
"currency": "USD",
"city": "Kathmandu",
"timeZone": "Asia/Kathmandu",
"postalCode": "44600",
"latitude": "82.345",
"longitude": "82.345",
"autonomousSystemNumber": "15169",
"autonomousSystemOrganization": "GOOGLE",
"isp": "Google",
"connectionType": "cable",
"connectionUsageType": "residential",
"connectionOrganization": "Google LLC"
}