IPinfo Standard Database Developer Resource

IPinfo's Standard is a robust IP database that combines our location, ASN, network flags data in a single database.

Database Schema

The IPinfo Standard database contains the following fields:

Field NameExampleData TypeDescrption
network66.202.64.131TEXTCIDR/IP range or single IP address
cityChicagoTEXTCity of the IP address
regionIllinoisTEXTRegion/State of the IP address
region_codeILTEXTRegion code in two-letter format in ISO 3166
countryUnited StatesTEXTName of the country of the IP address
country_codeUSTEXTISO 3166 country code of the IP address
continentNorth AmericaTEXTName of the continent
continent_codeNATEXTContinent name code in two-letter format
latitude41.85003FLOATLatitude value of the IP address
longitude-87.65005FLOATLongitude value of the IP address
timezoneAmerica/ChicagoTEXTLocal timezone of the IP address location
postal_code60666TEXTPostal code or zip code of the IP address
asnAS7029TEXTAutonomous System Number (ASN)
as_nameWindstream Communications LLCTEXTOrganization domain name of the ASN
as_domainwindstream.comTEXTName of the ASN organization
as_typeispTEXTASN Type: ISP, Hosting, Education, Government or Business
is_anonfalseBOOLEANIndicates whether the IP address is anonymous.
is_anycastfalseBOOLEANdicates whether the IP address is an internet service hosting IP address
is_hostingfalseBOOLEANIndicates whether the IP address is an hosting/cloud/data center IP address
is_mobilefalseBOOLEANIndicates whether the IP address belongs to a mobile network
is_satellitefalseBOOLEANIndicates whether the IP address is part of a satellite internet connection

Sample Databases

Filename references:

File FormatFilename / SlugTerminal Command
CSVipinfo_standard.csv.gzcurl -L https://ipinfo.io/data/ipinfo_standard.csv.gz?token=$YOUR_TOKEN -o ipinfo_standard.csv.gz
MMDBipinfo_standard.mmdbcurl -L https://ipinfo.io/data/ipinfo_standard.mmdb?token=$YOUR_TOKEN -o ipinfo_standard.mmdb
JSONipinfo_standard.json.gzcurl -L https://ipinfo.io/data/ipinfo_standard.json.gz?token=$YOUR_TOKEN -o ipinfo_standard.json.gz
Parquetipinfo_standard.parquetcurl -L https://ipinfo.io/data/ipinfo_standard.parquet?token=$YOUR_TOKEN -o ipinfo_standard.parquet