- Notifications
You must be signed in to change notification settings - Fork4
Web server that retrieves geolocation information from any IPv4, IPv6 or hostname.
License
apilayer/geoip-tools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Free GeoIP service that provides a public HTTPS (SSL access) API to retrieve geolocation information from any IPv4, IPv6 or hostname.
version 0.2.5
HTTP Request Template:GET https://geoip.tools/v1/{format}/?q={IP-or-hostname}
Supported formats :json,xml andcsv
If no IP or hostname is provided it retrieves your own IP
IPv4 and IPv6 supported
CORS support out of the box makes geoip.tools perfect to your front end apps
- Examples:
https://geoip.tools/v1/json/?q=geoip.tools
https://geoip.tools/v1/xml/?q=192.168.200.200
https://geoip.tools/v1/xml/?q=2a00:1450:4006:803::200e
- Usage Limits:
300 requests per minute (432.000 API requests daily). Once reached subsequent requests will result in error 503 until your quota is cleared.
If you need more quota contact us.
Our API requires no key or signup.
- Example
{"ip":"192.168.200.200","country_code":"GB","country_name":"United Kingdom","region_code":"ENG","region_name":"England","city":"London","zip_code":"SL1","time_zone":"Europe/London","latitude":50.0500,"longitude":0.6172 }- This site includes GeoLite2 data created by MaxMind, available frommaxmind.com
About
Web server that retrieves geolocation information from any IPv4, IPv6 or hostname.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.