nossl.sh

Free Geo + ASN MMDB downloads

Free download

Free Geo + ASN MMDB databases

Free MaxMind DB (mmdb) files for IP-to-Geo and IP-to-ASN lookups. It's free for use.

MIT license. No sign-up. No rate limits.

Downloads

Updated Feb 1 (updates weekly).

Support the project

Geo IP database

Country + city metadata for public IPs. Use this for location and country code lookups.

ip2geo-nossl-sh.mmdb

Supports IPv4 + IPv6.

ASN database

ASN number + organization name for public IPs. Use this for network ownership and ASN lookups.

ip2asn-nossl-sh.mmdb

Supports IPv4 + IPv6.

Usage

Code examples

Pick your language and load the MMDB file with the MaxMind DB reader for that ecosystem.

import maxmind from 'maxmind'; const reader = await maxmind.open('ip2geo-nossl-sh.mmdb'); const record = reader.get('216.73.216.118'); console.log(record); // swap file name to ip2asn-nossl-sh.mmdb for ASN data

Example data

Live data for your IP

Example response pulled from the current request IP.

{
  "ip": "216.73.216.118",
  "countryCode": "US",
  "countryFlag": "🇺🇸",
  "countryName": "United States",
  "cityName": "Columbus",
  "orgName": "AMAZON-02",
  "asn": "16509"
}
$ curl 'http://nossl.sh/api/ip?216.73.216.118'

License

MIT, free for any use

These files are provided under the MIT License - free to use, modify, and redistribute, including commercial use.

Support

Support this project

This is a free-to-use project. If it helps, consider supporting it.

Buy me a coffee