> For the complete documentation index, see [llms.txt](https://docs.ipnews.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipnews.io/database-documentation/markdown/free-ip-to-country.md).

# Free IP to Country

The Free IP to Geolocation Database provides geolocation information identified from an IP address, providing only: Country, Region/State, Country, Latitude and Longitude data.

#### 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      | TEXT      | Longitude value of the IP address       |
| longitude     | TEXT      | Latitude value of the IP address        |

#### Sample Database

* Free IP to Country-CSV
* Free IP to Country-DAT
* Free IP to Country-TXT
