← Science & Space

ISS Detailed Position

GET /iss/position

Get the International Space Station's current position with enhanced detail, including latitude, longitude, altitude above sea level, and orbital velocity. Provides more technical orbital data than the basic ISS location endpoint. Useful for advanced ISS tracking applications, satellite visualization tools, and educational apps that demonstrate orbital mechanics concepts.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/iss/position

Live Response

{
  "data": {
    "altitude_km": 421.06828292511,
    "latitude": 29.107732016304,
    "longitude": 120.71559025891,
    "timestamp": 1778440758,
    "velocity_kmh": 27584.384649011,
    "visibility": "eclipsed"
  },
  "success": true
}