Farun Developer Platform
Build maps, routing, elevation, geocoding, reachability, and static map workflows using Farun's online spatial APIs.
9
API surfaces
REST
Protocol
Edge
Ready
curl https://api.farun.one/v1/elevation \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"coordinates":[77.2090,28.6139]}' Response
216m elevation
Latency
Online API
Platform Model
Use Farun APIs to build products with rich spatial data. Pair them with GPS Navigator hardware only when your use case also requires offline navigation in the field.
https://api.farun.one/v1
Use Farun from backend services, SaaS platforms, dashboards, and production workflows.
APIs + GPS Navigator
Pair online API products with GPS Navigator deployments when customers also need offline navigation hardware.
Maps + Routing
Work with map tiles, routes, terrain, geocoding, nautical layers, and operational spatial data.
API Catalog
Maps
Render maps and inspect tileset properties before rendering.
Styleable MVT tiles for roads, land use, water, labels, and terrain layers. Drop into any MapLibre or Mapbox GL renderer.
/v1/tiles/vector/{z}/{x}/{y}.mvt View page -> Search & Geocoding
Resolve places, addresses, and coordinates in both directions.
Search places and addresses by name or query string and resolve them to coordinates.
/v1/geocoding/search View page -> Convert a coordinate into a human-readable address or place name.
/v1/geocoding/reverse View page -> Retrieve full structured data for a specific place name, address, category, and geometry.
/v1/geocoding/detail/{place_id} View page -> Spatial Query
Enrich coordinates with terrain and geographic intelligence.
Return terrain altitude for a coordinate or path. Includes cumulative ascent, descent, and slope per segment when querying multiple points.
/v1/elevation View page -> Navigation
Route, optimise, evaluate reachability, and calculate travel matrices.
Calculate route geometry, distance, duration, and turn-by-turn instructions between two or more waypoints across driving, cycling, and walking profiles.
/v1/routing/directions View page -> Reorder a multi-stop itinerary for minimum distance or duration. Returns the optimal stop sequence and full route geometry.
/v1/routing/optimize View page -> Calculate travel time and distance between all pairs in a set of origins and destinations in a single request.
/v1/routing/matrix View page -> Generate a reachable area polygon by travel time or distance from any starting coordinate.
/v1/routing/isochrone View page -> Quickstart
Prototype through RapidAPI, read the docs, test free tools, and move into custom enterprise limits or private deployment when the workload requires it.
curl https://api.farun.one/v1/elevation \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"coordinates":[77.2090,28.6139]}' Roadmap
Terrain-aware routing
Road quality and risk scoring
Off-road and rural navigation
Custom POI enrichment
Ready To Integrate
Prototype through RapidAPI, use docs for integration, or talk to Farun about enterprise limits, private infrastructure, and GPS Navigator deployments.