Free IP Geolocation API
Get user location by IP address instantly. Returns IP, city, country, continent, timezone, coordinates, and postal code.
No API key required. Open source & powered by Vercel Edge Network.
Your Location (Live Demo)
This data is fetched in real-time from our API based on your IP address
API Response
Quick Start
Make a single GET request to get geolocation data as JSON
GET https://geo.kamero.ai/api/geofetch("https://geo.kamero.ai/api/geo")
.then(res => res.json())
.then(data => console.log(data));{
"ip": "203.0.113.42",
"city": "San Francisco",
"country": "US",
"countryRegion": "CA",
"continent": "NA",
"latitude": "37.7749",
"longitude": "-122.4194",
"timezone": "America/Los_Angeles",
"postalCode": "94102",
"region": "sfo1"
}10 Data Points Per Request
Comprehensive geolocation data returned with every API call
ipIP Address
Public IPv4 or IPv6 address of the visitor
cityCity
City name associated with the IP address
countryCountry
ISO 3166-1 alpha-2 country code (e.g., US, GB, IN)
countryRegionRegion/State
ISO 3166-2 region or state code
continentContinent
Continent code: AF, AN, AS, EU, NA, OC, SA
latitudeLatitude
Geographic latitude coordinate
longitudeLongitude
Geographic longitude coordinate
timezoneTimezone
IANA timezone (e.g., America/New_York)
postalCodePostal Code
ZIP or postal code near the location
regionEdge Region
Vercel edge server that handled the request
Why Choose Kamero Geo API?
Fast Response Times
Powered by Vercel's global Edge Network for sub-50ms responses worldwide
No API Key Required
Start using immediately without registration, authentication, or sign-up
Global Coverage
Accurate geolocation data for visitors from anywhere in the world
Open Source
MIT licensed. Fork it, modify it, deploy your own instance on Vercel
CORS Enabled
Works from any domain. Use directly in browser-side JavaScript
100% Free
No hidden costs, no premium tiers. Free for personal and commercial use
Common Use Cases
How developers use IP geolocation in their applications
Content Personalization
Show localized content, language, or promotions based on visitor location
Analytics & Insights
Track visitor geography without relying on third-party analytics services
Access Control
Restrict or allow access based on geographic location or region
Timezone Detection
Display times in the user's local timezone automatically
Default Location
Pre-fill forms or set map defaults based on approximate user location
Debugging & Logging
Log visitor locations for debugging, monitoring, or audit purposes
Frequently Asked Questions
Ready to Get Started?
Start using the API now or deploy your own instance for free