7 endpoints fyrir uppflettingu á hæð yfir sjávarmáli með SRTM90m gervitunglagögnum (hvaða hnit sem er um allan heim, stök eða í magni), tiltæk hæðargagnasett og bílagagnagrunn NHTSA með framleiðendum, gerðum, VIN-afkóðun og uppflettingu á tegundum farartækja. Gagnlegt fyrir göngu- og hjólreiðaforrit, landslagsgreiningu, bílaverkfæri og flotastjórnun.
Grunnslóð: https://nordapi.ee/api/v1
GET /elevation/lookup
Fáðu the elevation (meters above sea level) for hvaða ... sem er hnit on Earth using SRTM 90m satellite data. Resolution is um það bil 90 meters.
lat
nauðsynlegt
lng
nauðsynlegt
curl "https://nordapi.ee/api/v1/elevation/lookup?lat=59.9139&lng=10.7522"
GET /elevation/batch
Fáðu elevation data for multiple points in eina request (allt að 100 locations). Points are pipe-separated lat,lng pairs.
locations
nauðsynlegt
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
Afkóðaðu a Vehicle Identification Number (VIN) to fáðu detailed vehicle specifications: make, model, year, engine, transmission, body type, og fleira.
curl https://nordapi.ee/api/v1/vehicles/vin/1HGBH41JXMN109186
GET /vehicles/types/:make
Fáðu allar vehicle types produced by a given manufacturer (car, truck, motorcycle, etc.).
curl https://nordapi.ee/api/v1/vehicles/types/Mercedes