added
European Union flag
over 3 years ago
๐ช๐บ The API response has been enhanced to make detecting EU origin of the IP easier. Check out the isEuropeanUnion
boolean member in the response JSON - this may help you with GDPR applicability detection for example.
Note that continentCode
being Europe (EU
) doesn't automatically imply that the country is a member of the European Union.
{
"ip": "34.105.99.231",
"isEuropeanUnion": false,
"locationData": {
"countryName": "United States",
"countryCode": "US",
"cityName": "The Dalles, OR",
"cityGeonamesId": 5756304,
"lat": 45.59,
"lng": -121.18,
"tz": "America/Los_Angeles",
"continentCode": "NA"
}
}