LogoLogo
  • Welcome
  • Web Services Documentation
    • Overview
    • Rate Limiting
    • Request method and parameters
    • Response Format
    • Query result status code
  • Database Documentation
    • Getting Started
    • Database Type
      • Free IP to Country
      • Free IP to ASN
      • Free IP to Country+IP to ASN
      • IP Geolocation Database
      • IP Risk Database
      • ASN Database
      • Usage Type Database
      • Mobile Carrier Database
      • Hosted Domains Database
    • Offline library parsing code
      • IPv4
        • DAT format access code
      • IPv6
        • DAT format access code
Powered by GitBook
On this page
  1. Database Documentation
  2. Database Type

Free IP to Country+IP to ASN

The free IP database provides geographic location information identified by IP address, and only provides: Country, Region/State, Country, Latitude and Longitude data, ASN number, ASN organization.

Database Schema

The database contains the following fields:

Field Name
Data Type
Description

country

TEXT

Country of IP address

country_code

TEXT

ISO 3166 country code of the ip address

region

TEXT

Region/State of the IP address

latitude

FLOAT

Longitude value of the IP address

longitude

FLOAT

Latitude value of the IP address

asn

TEXT

Autonomous System Number (ASN)

asn_organization

TEXT

PreviousFree IP to ASNNextIP Geolocation Database

Last updated 25 days ago