geoify
Simple Geo-Locate IP API service
This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com
Usage
GET http://api.geoify.info/YOUR-IP-ADDRESS-TO-QUERY
returns (locale: en)
- City Name
- Subdivision Name
- Country Name
- ISO Country Code
- Time Zone
Example
curl http://api.geoify.info/172.217.26.46
returns
{"cityName":"Mountain View","subdivisionName":"California","countryName":"United States","isoCountryCode":"US","timeZone":"America/Los_Angeles"}