The Geofeed dataset is the Ipregistry geolocation database published in the geofeed format standardized by RFC 8805. Each line maps a CIDR prefix to its country, region, city and postal code, instead of the ip_start and ip_end ranges used by the Geolocation dataset.
Because it follows the geofeed standard, the file plugs directly into any tool or pipeline that already understands geofeeds: no conversion step, no custom parser, just the same data that powers the Ipregistry API in the format the ecosystem expects.
The data
Inside the file
One record per row, a commented header line first. This is what ipregistry-geofeed.csv looks like:
# subnet,country_code,region_code,city,postal2001:1900:2100:31:0:0:0:28a8/126,US,US-LA,Cypress Point,7120312.123.226.55/32,US,US-NJ,Middletown Township,077482401:4900:4de4:1700:20:0:0:0/75,IN,IN-TN,Chennai,6000012409:4070:6e0b:bd18:0:0:0:0/61,IN,IN-AP,Kurnool,5183022409:40d6:1008:1800:168:0:0:0/77,IN,IN-HR,Charkhi Dadri,127306 The rows above come from the free sample. Every build ships with MD5, SHA-1, SHA-256 and SHA-512 checksums so you can verify downloads.
| Column | Description |
|---|---|
subnet | IP prefix the entry applies to, in CIDR notation. |
country_code | ISO 3166-1 alpha-2 country code of the prefix. |
region_code | ISO 3166-2 code of the region. |
city | City associated with the prefix. |
postal | Postal code associated with the prefix. |
The MMDB variant carries the same data in a memory-mapped binary tree, compatible with the standard MMDB reader libraries available for every major programming language.
Downloads
Available formats
| Format | Description | Size |
|---|---|---|
| CSV | Plain text, one range per line. Import into any database or data warehouse. | |
| CSV (zipped) | Same file compressed for faster downloads and cheaper storage. | |
| MMDB | Binary format for instant lookups with standard MMDB readers. |
Use cases
What you can build
- Feed geofeed-aware tools and pipelines without writing a converter
- Work with CIDR prefixes when your tooling expects subnets rather than ranges
- Cross-check other geolocation sources against Ipregistry data in a standard format
- Distribute consistent location data to internal systems that ingest RFC 8805 files
Related use case: Compliance
Datasets are available with an Ipregistry subscription and download from your dashboard, or over a stable URL for automated syncs. Prefer live data? The same intelligence is served by the Ipregistry API.