Skip to content

O-X-L/geoip-asn

Repository files navigation

Open IP to ASN/Internet Provider Database

If you have an idea on how to improve this project: feel free to start a discussion

Thanks go to the author of hackitu.de for sharing his knowledge about this topic.

If you don't care about the License restrictions - you may want to use the free IPInfo or MaxMind databases. In comparison with these - the database provided by this project has pretty much NO usage restrictions.

Data sources

IP to ASN:

ASN information:


Databases

Database Updated At

Data is updated daily.

Download

Limit: 2 Downloads per day

Note: Databases in MMDB format might be faster and cheaper to query.

IPv4

IPv6

IPv4 + IPv6

Schema Examples


API

# IP to ASN
curl -XGET https://geoip.oxl.at/api/ip/1.1.1.1

# ASN Lookup
curl -XGET https://geoip.oxl.at/api/asn/13335

Limits:

  • 50 Requests per 10 min
  • 200 Requests per day

License(s)

Databases

BSD-3-Clause

Free to use.

If you are nice, you can optionally mention that you use this IP data:

<p>IP address data powered by <a href="https://geoip.oxl.at">OXL</a></p>

Build Script (this repository)

GPLv3