GET /space/iss
Erhalten Sie den aktuellen Echtzeit position of the International Space Station, einschließlich latitude, longitude, und the timestamp of the reading. The ISS orbits Earth every ~90 minutes at about 28,000 km/h. Nützlich für ISS tracker apps, educational tools showing the station's path over Earth, und notification systems that alert users when the ISS is passing overhead. Daten von the ISS tracking API, updated every few seconds.
curl https://nordapi.ee/api/v1/space/iss
{
"data": {
"latitude": "-50.5439",
"longitude": "-169.3454",
"timestamp": 1775727945
},
"success": true
}