← Teadus ja kosmos

ISS-i asukoht

GET /space/iss

Saage the current reaalajas position of the International Space Station, sealhulgas latitude, longitude, and the timestamp of the reading. The ISS orbits Earth every ~90 minutes at about 28,000 km/h. Kasulik ISS tracker apps, educational tools showing the station's path over Earth, and notification systems that alert users when the ISS is passing overhead. Andmed ISS tracking API, updated every few seconds.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/space/iss

Reaalajas vastus

{
  "data": {
    "latitude": "3.8362",
    "longitude": "-46.0926",
    "timestamp": 1775425591
  },
  "success": true
}