Geolocation Property
Geolocation Property
The geolocation (geolocation) property is provided on IP addresses with known locations. This information is provided in both the IP API and various Netify Data Feed datasets.
The geolocation provided in our APIs and data feeds is city-level or country-level. City-level (if available) data comes directly from Netify's data collectors and analysis. If the city-level information is unavailable, the country-level data is provided using IPinfo data.
Property Information
Continent
The continent code and name.
Country
The country code and name.
Region
The region's Geoname ID and name. Geonames is a geographical database available under the Creative Commons attribute license.
City
The city's Geoname ID and name. Geonames is a geographical database available under the Creative Commons attribute license.
Coordinates
The latitude and longitude of the location. The scale provides the precision of the coordinates: city or country.
Geolocation Info
City | Toronto |
City Geoname ID | 6167865 |
Region | Ontario |
Region Geoname ID | 6093943 |
Country | Canada |
Continent | North America |
Latitude/Longitude | 43.70011 / -79.41630 |
Geolocation Example
"geolocation": {
"continent": {
"code": "NA",
"label": "North America"
},
"country": {
"code": "CA",
"label": "Canada"
},
"region": {
"geoname_id": 6093943,
"label": "Ontario"
},
"city": {
"geoname_id": 6167865,
"label": "Toronto"
},
"coordinates": {
"scale": "city",
"latitude": "43.70011",
"longitude": "-79.41630"
}
}
Data Feeds Docs
Integration and Custom Solutions
Do you have any questions about integration, APIs or custom development?
Contact Us