← Geography & Vehicles

Batch Elevation Lookup

GET /elevation/batch

Get elevation data for multiple points in a single request (up to 100 locations). Points are pipe-separated lat,lng pairs.

Parameters

locations required

Pipe-separated coordinates: lat,lng|lat,lng

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/elevation/batch?locations=59.91,10.75|60.39,5.32|63.43,10.40"

Live Response