GET /space/iss
Hae the current reaaliaikainen position of the International Space Station, mukaan lukien latitude, longitude, and the timestamp of the reading. The ISS orbits Earth every ~90 minutes at about 28,000 km/h. Hyödyllinen ISS tracker apps, educational tools showing the station's path over Earth, and notification systems that alert users when the ISS is passing overhead. Data the ISS tracking API, updated every few seconds.
curl https://nordapi.ee/api/v1/space/iss
{
"data": {
"latitude": "5.1781",
"longitude": "-47.0519",
"timestamp": 1775425565
},
"success": true
}