7 Endpunkte für Höhenabfragen mit SRTM90m-Satellitendaten (beliebige Koordinaten weltweit, einzeln oder im Stapel), verfügbare Höhendatensätze und die NHTSA-Fahrzeugdatenbank mit Marken, Modellen, VIN-Decodierung und Fahrzeugtyp-Abfragen. Nützlich für Wander-/Radfahr-Apps, Geländeanalysen, Automobilwerkzeuge und Flottenmanagement.
Basis-URL: https://nordapi.ee/api/v1
GET /elevation/lookup
Erhalten Sie die Höhe (meters above sea level) for any coordinates on Earth using SRTM 90m satellite data. Resolution is approximately 90 meters.
lat
erforderlich
lng
erforderlich
curl "https://nordapi.ee/api/v1/elevation/lookup?lat=59.9139&lng=10.7522"
GET /elevation/batch
Erhalten Sie elevation data for multiple points in a single request (up to 100 locations). Punkte are pipe-separated lat,lng pairs.
locations
erforderlich
curl "https://nordapi.ee/api/v1/elevation/batch?locations=59.91,10.75|60.39,5.32|63.43,10.40"
GET /elevation/datasets
List available elevation datasets with their coverage areas and resolutions.
curl https://nordapi.ee/api/v1/elevation/datasets
GET /vehicles/makes
Get a complete list of all vehicle manufacturers from the NHTSA database.
curl https://nordapi.ee/api/v1/vehicles/makes
GET /vehicles/models/:make
Get all models for a given vehicle manufacturer.
curl https://nordapi.ee/api/v1/vehicles/models/Honda
GET /vehicles/vin/:vin
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
GET /vehicles/types/:make
Erhalten Sie all vehicle types produced by a given manufacturer (car, truck, motorcycle, etc.).
curl https://nordapi.ee/api/v1/vehicles/types/Mercedes