← Ciencia y espacio

Ubicación de la ISS

GET /space/iss

Get the current real-time position of the International Space Station, incluyendo latitude, longitude, and the timestamp of the reading. The ISS orbits Earth every ~90 minutes at about 28,000 km/h. Útil para ISS tracker aplicaciones, herramientas educativas mostrando the station's path over Earth, and notification systems that alert users when the ISS is passing overhead. Data from the ISS rastreando API, updated every few seconds.

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/space/iss

Respuesta en vivo

{
  "data": {
    "latitude": "5.0769",
    "longitude": "-46.9794",
    "timestamp": 1775425567
  },
  "success": true
}