πŸ—ΊοΈ Maps API

A free, privacy-respecting Google Maps alternative. No API key needed.

$0
Free Tier
100/d
Free Limit
OSM
Open Source
πŸ†“ FREE β€” No key needed

πŸš€ Quick Start

Just curl it. No signup, no key:

curl "https://YOUR_SERVER/api/geocode?q=London"

Free tier: 100 requests per day per IP.

Need more? Get a paid key

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"

πŸ”‘ Get a Paid Key

πŸ“‘ Endpoints

MethodPathDescription
GET/api/geocode?q=LondonGeocode address β†’ lat/lon
GET/api/reverse?lat=51.5&lon=-0.13Reverse geocode β†’ address
GET/api/routing?from=51.5,-0.13&to=48.85,2.35Driving route distance & duration

Free tier: no key needed. Paid tier: add ?api_key=YOUR_KEY or Authorization: Bearer.

πŸ’‘ Example: Route from London to Paris

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}
}

πŸ§ͺ Test the API

πŸ§ͺ Launch Test Tool

β˜• Support the Project

If this API saved you time or money, consider donating. Every bit helps keep the server running!

Bitcoin (BTC):

Monero (XMR):