New Database Format Available: This page is for our legacy databases. For our latest database format, please see our GeoIP2 Downloadable Databases.
GeoIP Legacy is available in a variety of downloadable databases. These databases use a custom binary format to maximize lookup speed. MaxMind also offers CSV versions of the same data. This is useful if you would like to import this data into a SQL RDBMS, for example.
CSV Database
Please see our CSV database documentation.
Binary Databases
The binary databases come in many flavors, each of which contains a specific dataset. These are all offered as separate products with their own subscription. We provide installation instructions for GeoIP Legacy Country and GeoIP Legacy City.
At present, we offer the following databases:
- Country – maps the IP address to a country
- Region – maps the IP address to a specific state/province within a country
- City – maps the IP address to a specific city within a country. In the US, we are able to map many IP addresses to specific postal codes. This database also contains latitude, longitude, and time zone data.
- Organization – maps the IP address to the organization which was assigned the IP address’s netblock.
- ISP – maps the IP address to the ISP which owns the IP, including wireless carriers.
- Netspeed – maps the IP address a particular network speed.
- Domain – maps the IP address to a domain (not a hostname).
MaxMind-Supported APIs
We supply APIs for many major programming languages. Please see our benchmarks if you are interested in comparing the speed of various APIs.
All of our APIs are available on GitHub. We are happy to review patches submitted as GitHub Pull Requests.
| Language/Platform | Documentation | Package Repository | Version Control |
|---|---|---|---|
| Apache (mod_geoip) | Documentation | Source on GitHub | GitHub |
| C (see note) | Documentation | Source on GitHub, Debian, Ubuntu | GitHub |
| C# | Documentation | Source on GitHub | GitHub |
| Java | Documentation | Maven | GitHub |
| Microsoft COM | Documentation (64-bit) | Source on GitHub | GitHub |
| Perl | Documentation | MetaCPAN | GitHub |
| PHP | Documentation | Composer, Source | GitHub |
| Python | Documentation | PyPI | GitHub |
Note: The GeoIP Update program has been moved to a separate source distribution.
Third-Party APIs
| Language or Framework | API Name | Package Repository | Documentation | Version Control |
|---|---|---|---|---|
| Erlang | egoip | GitHub | ||
| Go | GeoIP (C wrapper) | GoDoc | GitHub | |
| Node.js | GeoIP binding (C extension) | README | GitHub | |
| Node.js | geoip-lite | npm | npm | GitHub |
| Node.js | node-maxmind | README.md | GitHub | |
| PHP | Net_GeoIP | PEAR | PEAR | |
| PHP | GeoIP PECL | PECL package | PECL package | |
| Python | pygeoip | PyPI | Python Hosted | GitHub |
| Ruby | GeoIP Bindings (C Extension) | RubyGems | RubyDoc | GitHub |
| Ruby | geoip | RubyGems | RubyDoc | GitHub |
| Scala | Scala MaxMind Geo-IP | README | GitHub |
Other Ways to Access the Databases
OpenX/phpAdNews
We offer instructions for using our downloadable databases with OpenX.
Wireshark
Wireshark compiled with GeoIP supports the use of GeoIP and GeoLite databases.
Wireshark packages are available for many platforms. Windows packages are available from Wireshark for 32-bit and 64-bit processors.