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 NameExampleData TypeDescrption
network154.24.39.204/30TEXTCIDR/IP range or single IP address
countryCanadaTEXTCountry name
country_codeCATEXTTwo-letter ISO 3166 country code of the IP addresses
continentNorth AmericaTEXTContinent name of the IP location
continent_codeNATEXTTwo-letter continent code of the IP location
asnAS174TEXTAutonomous System Number, an organization that owns the IP range block
as_nameCogent CommunicationsTEXTName of the AS (Autonomous System Number) organization
as_domaincogentco.comTEXTOfficial domain or website of the ASN organization

Sample Databases

Filename references:

File FormatFilename / SlugTerminal Command
CSVipinfo_lite.csv.gzcurl -L https://ipinfo.io/data/ipinfo_lite.csv.gz?token=$YOUR_TOKEN -o ipinfo_lite.csv.gz
MMDBipinfo_lite.mmdbcurl -L https://ipinfo.io/data/ipinfo_lite.mmdb?token=$YOUR_TOKEN -o ipinfo_lite.mmdb
JSONipinfo_lite.json.gzcurl -L https://ipinfo.io/data/ipinfo_lite.json.gz?token=$YOUR_TOKEN -o ipinfo_lite.json.gz
Parquetipinfo_lite.parquetcurl -L https://ipinfo.io/data/ipinfo_lite.parquet?token=$YOUR_TOKEN -o ipinfo_lite.parquet