API / Elevation
GET /elevation

Elevation API.

Point elevation lookup for latitude and longitude coordinates. Returns terrain height in meters above sea level.

Current API coverage is South Africa only. Use it to enrich locations, routes, field assets, and risk models with terrain context from a simple coordinate request.

SOUTH AFRICA COVERED
curl
# Point elevation lookup - Cape Town
curl "https://YOUR-RAPIDAPI-HOST/elevation" \
  -H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: YOUR_RAPIDAPI_HOST" \
  -G \
  --data-urlencode "lat=-33.9249" \
  --data-urlencode "lon=18.4241"

# Example response
{
  "lat": -33.9249,
  "lon": 18.4241,
  "elevation_m": 42.7,
  "source": "farun-elevation"
}

Price

$0.80 / 1k

Coverage

South Africa

Returns

meters

How It Works

A coordinate in, terrain elevation out.

Step 1

Validate

The API checks whether the coordinate falls inside current elevation coverage.

Step 2

Sample

Farun queries the terrain dataset for the nearest supported point.

Step 3

Return

The response returns elevation in meters with the coordinate used for the lookup.

Response

Small response, easy to attach to any location record.

The API is designed for enrichment workflows where you already have coordinates from a user, asset, search result, route location, or imported dataset.

Field
Type
Description
lat
number
Latitude used for the lookup.
lon
number
Longitude used for the lookup.
elevation_m
number
Elevation in meters above sea level.
source
string
Elevation dataset used for the response.

Use Cases

Where point elevation fits.

Terrain-aware risk checks

Add elevation context to properties, farms, assets, and infrastructure points.

Route and dispatch enrichment

Annotate stops, depots, and route locations with terrain height for planning workflows.

Agriculture and field tools

Support irrigation, slope, access, and field assessment products that need point terrain context.

Coverage

Currently available for South Africa.

Requests outside South Africa should be treated as unavailable until additional regions are added to the coverage roadmap.

View Coverage

Often used together

Start building

Add terrain height to your location records.

Use the Elevation API for South Africa now, or contact Farun if you need additional regions prioritized.