Search code examples
geolocationcloudflare

Get a city with the Cloudflare IP geolocation


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?


Solution

  • 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.