API · /geodistance-api

Geo Distance API

healthy 3,497 Subscribers

Great-circle (as-the-crow-flies) navigation maths between latitude/longitude points. The distance endpoint returns the straight-line distance in metres, kilometres, miles and nautical miles, plus the initial and final compass bearing and the nearest 16-point compass direction. The destination endpoint computes where you end up from a start point, a bearing and a distance, and the midpoint endpoint finds the great-circle midpoint between two points. Perfect for proximity and radius search, geofencing, flight and shipping estimates, "distance from me" features and mapping. Pure local computation — no key, no third-party service, instant. These are straight-line distances on a spherical earth, not road routes. Live, nothing stored. 4 endpoints. Distinct from road routing, GeoJSON geometry measurement and coordinate-format conversion.

api.oanor.com/geodistance-api
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/geodistance-api/openapi.json
/api/geodistance-api/llms.txt

Discovery: GET /api/index.json lists every API.

Geo Distance API — live data on the oanor API marketplace

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
76 ms
Server probes · 24h
Subscribers
3,497
active
Total calls
76
last 7 days
status Full status page → · 12 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 1,045 calls / month
  • 2 requests / second
  • Hard cap (429 above quota, no overage)
  • 1,045 calls/month
  • 2 req/sec
  • Distance + destination + midpoint
  • No credit card
Sign in to subscribe

Starter

€0.85 /month

  • 8,850 calls / month
  • 8 requests / second
  • Hard cap (429 above quota, no overage)
  • 8.85k calls/month
  • 8 req/sec
  • Bearings + km/mi/nm
  • Email support
Sign in to subscribe

Pro

€20.75 /month

  • 139,500 calls / month
  • 20 requests / second
  • Hard cap (429 above quota, no overage)
  • 139.5k calls/month
  • 20 req/sec
  • Proximity / geofence pipelines
  • Priority support
Sign in to subscribe

Mega

€58.75 /month

  • 735,000 calls / month
  • 50 requests / second
  • Hard cap (429 above quota, no overage)
  • 735k calls/month
  • 50 req/sec
  • Platform scale
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

Geo Distance API — oanor API marketplace

Geo Distance API

A fast, fully-local great-circle geospatial toolkit: compute the haversine distance between two coordinates (in km, m, miles or nautical miles), the initial and final compass bearing, the geographic midpoint, the destination point reached from an origin on a bearing at a given distance, and a bounding box around a center for a radius. Pure server-side compute, no third-party upstream, so responses are instant and always available. Ideal for logistics, delivery and fleet apps, store locators, real-estate search, travel and mapping tools.

api.oanor.com/geo-api

Routing API — oanor API marketplace

Routing API

Driving routes with distance, duration and geometry, distance/duration matrices for up to 25 points, and nearest-road snapping — on the global OpenStreetMap road network. Coordinates are simple lat,lon pairs.

api.oanor.com/routing-api

OpenStreetMap Community API — oanor API marketplace

OpenStreetMap Community API

Live OpenStreetMap community and contribution data as an API — the people and the edits behind the collaborative free world map, served from the official OSM API. Look up any mapper by their user id for their profile (display name, account age, total changesets and GPS traces, roles), pull a user's recent changesets — each edit batch with its comment, the editor used, and how many map features it created, modified or deleted — or read the open and resolved map notes, the community feedback pins, inside a geographic bounding box. The OSM contributor-and-edits layer for mapping, community and dashboard apps. Live, no key. Distinct from geocoding, routing and map-tile APIs that merely consume OpenStreetMap data — this is the OSM community and editing activity itself.

api.oanor.com/openstreetmap-api

Meteorites API — oanor API marketplace

Meteorites API

NASA's catalogue of 45,000+ meteorites recovered on Earth as an API. For each meteorite: its name, NASA id, classification (recclass, e.g. L5, Iron), mass in grams, whether it was seen to fall or simply found, the year, and the latitude/longitude where it was recovered. Look one up by name or id, find the meteorites NEAR any coordinate (great-circle distance), rank by mass or year, list a classification or year, or search. Great for space, education, mapping and museum apps. Distinct from asteroids and close-approach data — these are rocks already on the ground.

api.oanor.com/meteorites-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Geo Distance API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Geo Distance API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Geo Distance API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Geo Distance API cost?
Geo Distance API has a free tier with 100 calls / month. Paid plans start at €0.85 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Geo Distance API GDPR-compliant?
All requests to Geo Distance API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

Pick an endpoint from the list on the left to see its details and try it.

Code snippets

Sign up to get an API key, then call any path under your slug.

curl https://api.oanor.com/geodistance-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/geodistance-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/geodistance-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/geodistance-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Ratings

Sign in to rate.

No reviews yet.

Discussion

Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.

Sign in to start a thread or reply.

Sign in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 This thread is locked — no new replies.

  • No threads yet — start the discussion.

Support

Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.

Sign in to open a support ticket.

Sign in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.