user13375075
user13375075

Reputation:

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?

Upvotes: 0

Views: 2826

Answers (1)

Paolo Tagliaferri
Paolo Tagliaferri

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

Related Questions