Enforcing GDPR compliance

The European General Data Protection Regulation (GDPR) act is applicable since May 25, 2018. It applies to users who live inside the European Union (EU). Ipregistry may help you to identify users who are located in a country that is part of the EU, for instance, to display a cookie consent.

Request Example

curl https://api.ipregistry.co/212.27.48.10?key=YOUR_API_KEY&fields=location.in_eu

Response Example

{
    "location": {
        "in_eu": true
    }
}
Note we provide a dedicated endpoint https://eu.api.ipregistry.co if you want requests to be processed by nodes located in the EU only.