Reputation:
In the docs, I see I can get a Country, but is there a way to get a bit more, like a subdivision or even a city, from Cloudflare?
Upvotes: 0
Views: 2826
Reputation: 1021
Cloudflare users on Business or Enterprise plans have access to more granular geolocation fields in the Ruleset Engine (which powers many different Cloudflare features)
ip.geoip.subdivision_1_iso_code
: Represents the ISO 3166-2 code for the first level region associated with the IP address.ip.geoip.subdivision_2_iso_code
: Represents the ISO 3166-2 code for the second level region associated with the IP address.See this documentation page for the full list.
Upvotes: 1