added
European Union flag
8 months ago by Siddharth Mathur
πͺπΊ 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"
}
}