- Developer
- Hexasoft Development Sdn Bhd
DB6 provides an IP geolocation solution to determine the country, region or state, city, latitude and longitude, Internet Service Provider (ISP) or company name of IP address.
Product Features
Features | Translates IP address (IPv4 or IPv6) to country, region or state, city, latitude and longitude, Internet Service Provider (ISP) or company name. |
---|---|
Current Version | 2024-09-01 |
Update Frequency | Semi-monthly |
Database Format | Binary (BIN) ASCII Text File (CSV) |
IPv4 Database Size | BIN: 425.35 MB CSV: 1.58 GB (13,429,633 Rows) |
IPv6 Database Size | BIN: 516.10 MB CSV: 2.09 GB (15,751,535 Rows) |
Total Cities | >110,000 (Coverage Map | Data Accuracy) |
Database Fields
Name | Type | Description |
---|---|---|
ip_from | INT(10) / Decimal(39,0) | First IP address in netblock. |
ip_to | INT(10) / Decimal(39,0) | Last IP address in netblock. |
country_code | CHAR(2) | Two-character country code based on ISO 3166. |
country_name | VARCHAR(64) | Country name based on ISO 3166. |
region_name | VARCHAR(128) | Region or state name. |
city_name | VARCHAR(128) | City name. |
latitude | DOUBLE | City latitude. Defaults to capital city latitude if city is unknown. |
longitude | DOUBLE | City longitude. Defaults to capital city longitude if city is unknown. |
isp | VARCHAR(256) | Internet Service Provider or company's name. |