Geocodify
Geocoding API with forward and reverse lookup using OpenStreetMap data, supporting batch processing.
Status
🔴 Offline · 1077 ms
🔴 Offline · 1077 ms
30-day uptime
0%
0%
Free tier
25,000 calls/month, free key, no credit card
25,000 calls/month, free key, no credit card
Auth
API key
API key
Free alternatives (live ranking)
- Nominatim (OpenStreetMap) — 🟢 Online · 1 req/sec, must set User-Agent, no key
- ip-api.com — 🟢 Online · 45 calls/min (HTTP only), no key, no credit card
- IPinfo — 🟢 Online · 50,000 calls/month, no key (token extends limits)
Compare Geocodify with…
- Geocodify vs Nominatim (OpenStreetMap) — 1 req/sec, must set User-Agent, no key
- Geocodify vs ip-api.com — 45 calls/min (HTTP only), no key, no credit card
- Geocodify vs IPinfo — 50,000 calls/month, no key (token extends limits)
Paid alternatives
- Geocodify Pro — from $29/mo
Frequently Asked Questions
Does Geocodify require an API key?
Yes, Geocodify requires a free API key. You can sign up via https://geocodify.com/documentation.
What is Geocodify's free tier?
25,000 calls/month, free key, no credit card
Is Geocodify currently online?
We check Geocodify every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.
Implementation notes
When to use Geocodify
Geocodify offers 25,000 calls/month free — the most generous monthly quota in the geocoding category for a keyed API — making it practical for batch workflows and moderate-traffic applications. It supports both forward and reverse geocoding over HTTPS with an OpenStreetMap backend.
Common pitfalls
- The `demo` key used in health check URLs returns an error for real queries. Register for a free key at geocodify.com — the process is straightforward and the key is active immediately.
- Geocodify's response structure nests results under `response.features[]` as GeoJSON. The address components are inside `properties.geocoding` as a separate object. Developers expecting a flat address object will need to navigate the nesting.
- The API does not support batch geocoding in a single request — each address requires one HTTP call. For bulk geocoding, you are responsible for rate-limiting your requests to stay within the 25,000/month budget.
- Result quality for non-Western address formats (Chinese, Arabic, Japanese) is inconsistent. Geocodify inherits OpenStreetMap's coverage quality, which varies significantly by region. For East Asian addresses, test accuracy before committing to the service.
Quick start (bash)
curl "https://api.geocodify.com/v2/geocode?api_key=YOUR_KEY&q=Colosseum+Rome+Italy" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/geocodify) HTML
<a href="https://freeapi.watch/geocodify"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/geocodify.svg" alt="Geocodify Status"/></a>