IPinfo Lite Database Developer Resource
The IPinfo Lite database is part of our free IP data downloads offering. The IPinfo Lite database is our ultimate free IP database combining both country and ASN information in a single database.
Database Schema
The IPinfo Lite database contains the following fields:
Field Name | Example | Data Type | Descrption |
---|---|---|---|
network | 154.24.39.204/30 | TEXT | CIDR/IP range or single IP address |
country | Canada | TEXT | Country name |
country_code | CA | TEXT | Two-letter ISO 3166 country code of the IP addresses |
continent | North America | TEXT | Continent name of the IP location |
continent_code | NA | TEXT | Two-letter continent code of the IP location |
asn | AS174 | TEXT | Autonomous System Number, an organization that owns the IP range block |
as_name | Cogent Communications | TEXT | Name of the AS (Autonomous System Number) organization |
as_domain | cogentco.com | TEXT | Official domain or website of the ASN organization |
Sample Databases
- IPinfo Lite Database Sample — CSV
- IPinfo Lite Database Sample — JSON
- IPinfo Lite Database Sample — MMDB
Filename references:
File Format | Filename / Slug | Terminal Command |
---|---|---|
CSV | ipinfo_lite.csv.gz | curl -L https://ipinfo.io/data/ipinfo_lite.csv.gz?token=$YOUR_TOKEN -o ipinfo_lite.csv.gz |
MMDB | ipinfo_lite.mmdb | curl -L https://ipinfo.io/data/ipinfo_lite.mmdb?token=$YOUR_TOKEN -o ipinfo_lite.mmdb |
JSON | ipinfo_lite.json.gz | curl -L https://ipinfo.io/data/ipinfo_lite.json.gz?token=$YOUR_TOKEN -o ipinfo_lite.json.gz |
Parquet | ipinfo_lite.parquet | curl -L https://ipinfo.io/data/ipinfo_lite.parquet?token=$YOUR_TOKEN -o ipinfo_lite.parquet |