GET /iss/position
Fáðu the International Space Station's current position with enhanced detail, þar á meðal breiddargráðu, lengdargráðu, altitude above sea level, and orbital velocity. Veitir more technical orbital data than the basic ISS location endapunktur. Gagnlegt fyrir advanced ISS tracking applications, satellite visualization verkfæri, and educational forrit that demonstrate orbital mechanics concepts.
curl https://nordapi.ee/api/v1/iss/position
{
"data": {
"altitude_km": 421.48217285889,
"latitude": 6.6511451434494,
"longitude": -48.082491588899,
"timestamp": 1775425537,
"velocity_kmh": 27574.45895582,
"visibility": "daylight"
},
"success": true
}