← Alla API-produkter

Geografi & fordon API

7 endpoints för elevation lookups med hjälp av SRTM90m satellite data (any koordinater världen över, single or batch), tillgänglig elevation datasets, and the NHTSA vehicle database med makes, modeller, VIN decoding, and vehicle type lookups. Användbart för hiking/cycling appar, terrain analysis, automotive verktyg, and fleet hantering.

GRATIS 7 endpoints 100 förfr/timme
Bas-URL: https://nordapi.ee/api/v1

Höjduppslag

GET /elevation/lookup
Detaljer →

Get the elevation (meters above sea nivå) för valfri koordinater on Earth med hjälp av SRTM 90m satellite data. Resolution is approximately 90 meter.

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

Batch-höjduppslag

GET /elevation/batch
Detaljer →

Get elevation data for flera punkter in a single request (up to 100 platser). Points are pipe-sepabedömda lat,lng pairs.

Parametrar
locations obligatorisk
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öjddatauppsättningar

GET /elevation/datasets
Detaljer →

List available elevation datasets with their coverage areas and resolutions.

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

Fordonstillverkare

GET /vehicles/makes
Detaljer →

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

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

Fordonsmodeller

GET /vehicles/models/:make
Detaljer →

Get all models for a given vehicle manufacturer.

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

Avkoda VIN

GET /vehicles/vin/:vin
Detaljer →

Decode a Vehicle Identification Number (VIN) to hämta detaljerad vehicle specifications: make, model, year, engine, transmission, body type, och mer.

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

Fordonstyper

GET /vehicles/types/:make
Detaljer →

Hämta alla fordonstyper producerade av en given tillverkare (bil, lastbil, motorcykel, etc.).

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