GeoIP endpoint
All domains running Accelerated Domains have access to a GeoIP endpoint returning geographical information about the IP making the request. The endpoint is made to be used in browser side JavaScript to enable country specific personalization.
Endpoint URL
[domain]/acd-cgi/country
Returned values
{
"asn": 2119,
"continent": "EU",
"country": "NO",
"region": "Oslo County",
"city": "Oslo",
"is_european_union": true,
"timezone": "Europe/Oslo"
}