THE PROJECT CONTINUES MERGED INTO CODETABS
version 0.1.4
- Free service that provides a public secure API (CORS enabled) to retrieve geolocation from any IP or hostname.
- 10 request per second. Once reached subsequent requests will result in error 429 until your quota is cleared.
- This API requires no key or signup.
- JSON and XML supported
- IPv4 and IPv6 supported
- CORS support out of the box makes this perfect to your front end apps or webs
Examples
https://api.codetabs.com/v1/geolocation/json
https://api.codetabs.com/v1/geolocation/json?q=codetabs.com
https://api.codetabs.com/v1/geolocation/xml?q=8.8.8.8
https://api.codetabs.com/v1/geolocation/xml?q=2a00:1450:4006:803::200e
Response JSON :
{
"ip": "172.168.90.240",
"country_code": "FR",
"country_name": "France",
"region_code": "IDF",
"region_name": "Ile-de-France",
"city": "Paris",
"zip_code": "75001",
"time_zone": "Europe/Paris",
"latitude": 48.8628,
"longitude": 2.3292
}
- This site includes GeoLite2 data created by MaxMind, available from maxmind.com