A super simple cloudflare worker that returns the location of the user based on the IP address.
You deploy it on your own Cloudflare account.
{
"city": "Bengaluru",
"postalCode": "562130",
"region": "Karnataka",
"regionCode": "KA",
"country": "IN",
"continent": "AS",
"timezone": "Asia/Kolkata",
"latitude": "12.97530",
"longitude": "77.59100",
"asOrganization": "Airtel",
"userIP": "your-ip-address"
}Free plan: 100k requests per day on the free plan.
Paid plan: Pay $5/mo for 10M requests per month.
There's honestly not much happening here, I needed this for a specific use case and I even found some free services but I didnt want to use them.