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

IP Geolocation Database

IPnews-IP geolocation database provides you with accurate data insights to meet your various business needs. Data services provided to product architects, developers, etc., including IP geolocation data such as countries, cities, regions, latitude and longitude, time zones, operators, etc.

Database Schema

The database contains the following fields:

Name
Data Type
Description

country

TEXT

Country name.

country_code

TEXT

Two-character country code based on ISO 3166.

region

TEXT

Region or state name.

city

TEXT

City name.

latitude

FLOAT

City latitude. Defaults to capital city latitude if city is unknown.

longitude

FLOAT

City longitude. Defaults to capital city longitude if city is unknown.

isp

TEXT

Internet Service Provider or company's name.

time_zone

TEXT

Current region's time zone.

area_code

TEXT

A varying length number assigned to geographic areas for calls between cities.

postal

TEXT

ZIP/Postal code.

weather_station_code

TEXT

The special code to identify the nearest weather observation station.

elevation

TEXT

Average height of city above sea level in meters (m).

currency

TEXT

Currency of the country.

eu_member

BOOLEAN

Whether it belongs to the European Union.

country_capital

TEXT

The name of the current country's capital.

radius

TEXT

The current query positioning radius.

PreviousFree IP to Country+IP to ASNNextIP Risk Database

Last updated 25 days ago