A free, privacy-respecting Google Maps alternative. No API key needed.
Just curl it. No signup, no key:
curl "https://YOUR_SERVER/api/geocode?q=London"
Free tier: 100 requests per day per IP.
Send BTC/XMR and get a key good for 10,000 requests per hour.
Pay what you want β this is donation-supported.
curl "https://YOUR_SERVER/api/geocode?q=Paris&api_key=your_paid_key"
| Method | Path | Description |
|---|---|---|
| GET | /api/geocode?q=London | Geocode address β lat/lon |
| GET | /api/reverse?lat=51.5&lon=-0.13 | Reverse geocode β address |
| GET | /api/routing?from=51.5,-0.13&to=48.85,2.35 | Driving route distance & duration |
Free tier: no key needed. Paid tier: add ?api_key=YOUR_KEY or Authorization: Bearer.
curl "https://YOUR_SERVER/api/routing?from=51.5,-0.13&to=48.85,2.35"
{
"distance_km": 457.2,
"duration_minutes": 290.5,
"from": {"lat": 51.5, "lon": -0.13},
"to": {"lat": 48.85, "lon": 2.35}
}
If this API saved you time or money, consider donating. Every bit helps keep the server running!
Bitcoin (BTC):
Monero (XMR):