IPGeolocation Databases Portfolio
ipgeolocation provides seven databases:
- IP Geolocation Database
Provides detailed geolocation data for IP addresses, including country, region, city, and more.
- IP Security Database
Offers security-related information for IP addresses, such as threat intelligence and risk scores.
- IP to ASN Database
Identifies the Autonomous System Number (ASN) associated with an IP address, useful for network analysis.
- IP to Company Database
Provides company information associated with IP addresses, including organization names and domains.
- IP Abuse Database
Contains information about reported abuse and malicious activity associated with IP addresses.
This documentation provides complete details of features and available options in the above DB Plans. For information related to our IP Geolocation APIs, please goto APIs Documentation .
Database Archives
Our database archives include a comprehensive set of CSV files designed to work together as a relational database. These files are structured to reference one another, enabling powerful data retrieval and geolocation queries.
Additionally, The IP Geolocation Database archive also include relational database files, like db-places and db-country, which facilitate effective management of geographic and cultural datasets, offering access to multilingual and reference information through unique identifiers.
Geo DB Relational Files
The db-country and db-places files are integral components of a relational database system designed to streamline geographic and cultural data management. These files are embedded within the full database to provide efficient access to multilingual and reference data through unique id values.
DB Places holds place names in various languages, allowing seamless multilingual support for geographic locations. The id in this file is referenced by other database files to retrieve place names across different languages while DB Country contains comprehensive country specific information.
Together, these relational files enable a highly efficient structure for referencing and managing geographic data, simplifying database queries through the use of ids and providing flexibility in handling multilingual and cross-referenced information across the entire system. For information related to our IP Geolocation API Database, please Contact our support.
I - DB Country File
The db-country file provides detailed information about countries, including continent codes, country codes, currency details, and languages. Each country is uniquely identified by an id, and fields such as place IDs for continent name, country name, and country capital reference the db-places file for multilingual support. This relational structure enables efficient access to country-specific data, enhancing geographic and cultural data representation across systems.
You need a valid 'ipgeolocation API key' to download and use this Database. Sign up here and get your free API key if you don’t have one.
Available DB Country Data Format
id | continent_code | continent_name_place_id | country_code2 | country_code3 | country_name_place_id | country_capital_place_id | currency_code | currency_name | currency_symbol | calling_code | tld | languages |
---|---|---|---|---|---|---|---|---|---|---|---|---|
68 | EU | 7 | ES | ESP | 34 | 358 | EUR | Euro | € | +34 | .es | es-ES,ca,gl,eu,oc |
114 | AS | 5 | JP | JPN | 13 | 271 | JPY | Yen | ¥ | +81, | .jp | ja |
234 | NA | 6 | US | USA | 28 | 400 | USD | US Dollar | $ | +1 | .us | en-US,es-US,haw,fr |
Reference to DB Country Database File
Field | Type | Description | Can be empty? |
---|---|---|---|
id | integer | A unique identifier for the record, representing the specific country or region in the database. | No |
continent_code | string | The code representing the continent to which the country belongs (e.g., "AF" for Africa, "EU" for Europe). | No |
continent_name_place_id | integer | A reference to the db-places file, where the place ID corresponds to the continent's name in multiple languages. | No |
country_code2 | string | The ISO-3166-1 alpha-2 two-letter country code (e.g., "US" for the United States). | No |
country_code3 | string | The ISO-3166-1 alpha-3 three-letter country code (e.g., "USA" for the United States). | No |
country_name_place_id | integer | A reference to the db-places file, where the place ID corresponds to the country name in multiple languages. | No |
country_capital_place_id | integer | A reference to the db-places file for the place ID of the country's capital city in multiple languages. | No |
currency_code | string | The ISO-4217 code representing the currency of the country (e.g., "USD" for United States Dollar). | No |
currency_name | string | The full name of the currency used in the country (e.g., "United States Dollar"). | No |
currency_symbol | string | The symbol used to represent the currency (e.g., "$" for USD). | No |
calling_code | string | The international dialing code for the country (e.g., "+1" for the United States). | No |
tld | string | The country’s top-level domain (e.g., ".us" for the United States). | No |
languages | string | A comma-separated list of the languages spoken in the country, represented by their ISO-639-1 language codes (e.g., "en" for English, "es" for Spanish). | No |
II - DB Places File
The db-places file serves as a relational database, providing place names translated into multiple languages. Each entry is uniquely identified by an id, which is referenced by other database files to retrieve place names in languages such as English, German, Russian, Japanese, French, Chinese, Spanish, Czech, and Italian. This file facilitates multilingual support and enhances the relational structure of geographic data across various systems.
You need a valid 'ipgeolocation API key' to download and use this Database. Sign up here and get your free API key if you don’t have one.
Available DB Places Data Format
id | place_english | place_german | place_russian | place_japanese | place_french | place_chinese | place_spanish | place_czech | place_italian |
---|---|---|---|---|---|---|---|---|---|
5 | Asia | Asien | Азия | アジア | Asie | 亚洲 | Asia | Asie | Asia |
6 | North America | Nordamerika | Северная Америка | 北アメリカ | Amérique du Nord | 北美洲 | Norteamérica | Severní Amerika | America del Nord |
7 | Europe | Europa | Европа | ヨーロッパ | Europe | 欧洲 | Europa | Evropa | Europa |
Reference to DB Places Database File
Field | Type | Description | Can be empty? |
---|---|---|---|
id | integer | A unique identifier for the place, representing a specific geographic location, such as a continent, country, or city. | No |
place_english | string | The name of the place in English. | No |
place_german | string | The name of the place in German (Deutsch). | Yes |
place_russian | string | The name of the place in Russian (Русский). | Yes |
place_japanese | string | The name of the place in Japanese (日本語). | Yes |
place_french | string | The name of the place in French (Français). | Yes |
place_chinese | string | The name of the place in Chinese (中文). | Yes |
place_spanish | string | The name of the place in Spanish (Español). | Yes |
place_czech | string | The name of the place in Czech (Čeština). | Yes |
place_italian | string | The name of the place in Italian (Italiano). | Yes |
Relational Database File Stats
Prefer data in a specific format? We support all the important ones
DB Country CSV
Filesize | 16 KB |
---|---|
Fields | 13 |
Last updated | Today |
Entries | 227 |
DB Places CSV
Filesize | 53 KB |
---|---|
Fields | 10 |
Last updated | Today |
Entries | 450 |
Utilize the power of our IP to location database to enhance your marketing strategies, improve location-based services, and gain deeper insights into your audience. Whether you're conducting demographic assessments or implementing city-level targeting for advertising, our database offers the accurate and detailed data you need to succeed.
API SDKs
To facilitate the developers, we have added some SDKs for various programming languages. The detailed documentation on how to use these SDKs is available in the respective SDK's documentation page linked below.
Our SDKs are also available on Github. Feel free to help us improve them. SDKs. Following are the available SDKs: