Free Geo IP Location API
Get user location by IP address instantly. No API key required.
Open source & powered by Vercel Edge Network.
Detecting your location...
Your Location
Detecting...
Quick Start
Make a GET request to get geolocation data as JSON
GET https://geo.kamero.ai/api/geoJavaScript
fetch("https://geo.kamero.ai/api/geo")
.then(res => res.json())
.then(data => console.log(data));Response
{
"city": "San Francisco",
"country": "US",
"countryRegion": "CA",
"latitude": "37.7749",
"longitude": "-122.4194",
"region": "sfo1"
}Why Use This API?
Lightning Fast
Powered by Vercel Edge Network for sub-50ms response times globally
No API Key
Start using immediately without registration or authentication
Global Coverage
Accurate geolocation data for visitors from anywhere in the world
Open Source
MIT licensed. Fork it, modify it, deploy your own instance
Ready to Get Started?
Deploy your own instance or use our hosted API for free