Farun Developer Platform

Online location APIs powered by Farun's rich spatial data.

Build maps, routing, elevation, geocoding, reachability, and static map workflows using Farun's online spatial APIs.

9

API surfaces

REST

Protocol

Edge

Ready

live request
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

Online APIs for builders, offline hardware for operators.

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

Cloud API

Use Farun from backend services, SaaS platforms, dashboards, and production workflows.

APIs + GPS Navigator

Device Ecosystem

Pair online API products with GPS Navigator deployments when customers also need offline navigation hardware.

Maps + Routing

Operational Data

Work with map tiles, routes, terrain, geocoding, nautical layers, and operational spatial data.

API Catalog

Core spatial services for operational products.

View API pricing ->

Maps

Render maps and inspect tileset properties before rendering.

GET

Vector Tiles API

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.

GET

Search API

Search places and addresses by name or query string and resolve them to coordinates.

/v1/geocoding/search View page ->
GET

Reverse Search API

Convert a coordinate into a human-readable address or place name.

/v1/geocoding/reverse View page ->
GET

Search Detail API

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.

GET

Elevation API

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.

POST

Routing API

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

Optimized Route API

Reorder a multi-stop itinerary for minimum distance or duration. Returns the optimal stop sequence and full route geometry.

/v1/routing/optimize View page ->
POST

Matrix API

Calculate travel time and distance between all pairs in a set of origins and destinations in a single request.

/v1/routing/matrix View page ->
POST

Isochrone API

Generate a reachable area polygon by travel time or distance from any starting coordinate.

/v1/routing/isochrone View page ->

Quickstart

Start with one request, then scale into a full location stack.

Prototype through RapidAPI, read the docs, test free tools, and move into custom enterprise limits or private deployment when the workload requires it.

Shell Cloud API
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

Built around field realities.

Terrain-aware routing

Road quality and risk scoring

Off-road and rural navigation

Custom POI enrichment

Ready To Integrate

Start with the API, scale into the platform.

Prototype through RapidAPI, use docs for integration, or talk to Farun about enterprise limits, private infrastructure, and GPS Navigator deployments.