City | Columbus |
Country | United States (US) |
Latitute | 39.9653 |
Longitude | -83.0235 |
Time zone | America/New_York |
All requests have to be HTTP GET requests in the following schema:
https://geoip.thesipschool.com/api/{ip}/{language}/{type}
ip | optional | Valid IP address in IPv4 or IPv6 format. |
language | optional | Two character language code like en or de. |
type | optional | Possible values are short to get a response conataining only most relevant data or full to get a response containing all available data. |
By default all responses are JSON encoded strings.
It is also possible to get JSONP responses for direct usage in javascripts. To get a JSONP response
a callback function has to be provided within the request using the ?callback= parameter.
https://geoip.thesipschool.com/api/8.8.8.8
https://geoip.thesipschool.com/api/2a00:a200:0:f::888
https://geoip.thesipschool.com/api/8.8.8.8/full
https://geoip.thesipschool.com/api/87.79.99.25/de