A
Cloudflare location
Country metadata selects the first regional language and currency.
Cloudflare detects the request country and supplies regional language and currency defaults. Region and language are saved in a secure cookie; currency follows the selected region.
region=US
language=en
currency=USD
Country metadata selects the first regional language and currency.
A valid cookie overrides location on every following request.
Choosing a new region replaces the cookie and its derived currency.
{
"language": "en",
"region": "US",
"currency": "USD",
"source": "Cloudflare location",
"detected": {
"language": "en",
"region": "US",
"currency": "USD"
},
"country": "US",
"actualCountry": "US",
"simulatedCountry": null,
"isSimulated": false,
"city": "Columbus",
"colo": "CMH",
"continent": "NA",
"timezone": "America/New_York",
"hasSavedPreference": false
}