Skip to content

Latest commit

 

History

History
112 lines (67 loc) · 3.31 KB

README.md

File metadata and controls

112 lines (67 loc) · 3.31 KB

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 get data of better quality by using the free IPInfo or MaxMind databases. In comparison with these - the database provided by this project has pretty much NO usage restrictions.

Also check out our Risk-Database.

Data sources

IP to ASN:

ASN information:


Databases

Database Updated At

Data is updated daily.

Download

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

IPv4

IPv6

IPv4 + IPv6

Schema Examples

Limits:

  • Without token: 2 Downloads per IP & day
  • With token: 5 Downloads per IP & day

API

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

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

Limits:

  • Without token:

    • 500 Requests per IP & 10 min
    • 5000 Requests per IP & day
    • Anti-DOS
  • With token:

    • 5000 Requests per IP & 10 min
    • Anti-DOS

If you want to get a (free) token for your systems - feel free to contact us at: geoip@oxl.at


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.app">OXL</a></p>

Build Script (this repository)

GPLv3