GET /space/iss
Fáðu the current rauntíma position of the International Space Station, þar á meðal breiddargráðu, lengdargráðu, and the timestamp of the reading. The ISS orbits Earth hverja ~90 minutes at about 28.000 km/h. Gagnlegt fyrir ISS tracker forrit, educational verkfæri showing the station's path over Earth, and notification kerfi that alert users when the ISS is passing overhead. Gögn frá ISS tracking API, uppfært á few seconds.
curl https://nordapi.ee/api/v1/space/iss
{
"data": {
"latitude": "3.8869",
"longitude": "-46.1288",
"timestamp": 1775425590
},
"success": true
}