← Alle API-Produkte

Geographie & Fahrzeuge API

7 Endpunkte for elevation lookups using SRTM90m satellite data (any coordinates weltweit, single oder batch), available elevation datasets, und the NHTSA vehicle database with makes, models, VIN decoding, und vehicle type lookups. Nützlich für hiking/cycling apps, terrain analysis, automotive tools, und fleet management.

KOSTENLOS 7 Endpunkte 100 Anfr./Std.
Basis-URL: https://nordapi.ee/api/v1

Höhenabfrage

GET /elevation/lookup
Details →

Erhalten Sie die Höhe (meters above sea level) for any coordinates on Earth using SRTM 90m satellite data. Resolution is approximately 90 meters.

Parameter
lat erforderlich
Latitude (-90 to 90)
lng erforderlich
Longitude (-180 to 180)
curl "https://nordapi.ee/api/v1/elevation/lookup?lat=59.9139&lng=10.7522"

Stapel-Höhenabfrage

GET /elevation/batch
Details →

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

Parameter
locations erforderlich
Pipe-separated coordinates: lat,lng|lat,lng
curl "https://nordapi.ee/api/v1/elevation/batch?locations=59.91,10.75|60.39,5.32|63.43,10.40"

Höhendatensätze

GET /elevation/datasets
Details →

List available elevation datasets with their coverage areas and resolutions.

curl https://nordapi.ee/api/v1/elevation/datasets

Fahrzeughersteller

GET /vehicles/makes
Details →

Get a complete list of all vehicle manufacturers from the NHTSA database.

curl https://nordapi.ee/api/v1/vehicles/makes

Fahrzeugmodelle

GET /vehicles/models/:make
Details →

Get all models for a given vehicle manufacturer.

curl https://nordapi.ee/api/v1/vehicles/models/Honda

VIN dekodieren

GET /vehicles/vin/:vin
Details →

Dekodieren Sie eine Vehicle Identification Number (VIN) to get detailed vehicle specifications: make, model, year, engine, transmission, body type, und mehr.

curl https://nordapi.ee/api/v1/vehicles/vin/1HGBH41JXMN109186

Fahrzeugtypen

GET /vehicles/types/:make
Details →

Erhalten Sie all vehicle types produced by a given manufacturer (car, truck, motorcycle, etc.).

curl https://nordapi.ee/api/v1/vehicles/types/Mercedes