GET /space/iss
Get the aktuell realtids position of Internationella rymdstationen, inklusive latitude, longitude, and the timestamp av reading. The ISS orbits Earth varje ~90 minuter at om 28 000 km/h. Användbart för ISS tracker appar, pedagogisk verktyg som visar the station's path over Earth, and avisering system som alert användare när the ISS is passing overhead. Data från the ISS att spåra API, updated varje few sekunder.
curl https://nordapi.ee/api/v1/space/iss
{
"data": {
"latitude": "51.2373",
"longitude": "-142.0882",
"timestamp": 1775429939
},
"success": true
}