UnifyAPI
← Back to catalog

iss.position

mock data$0.001 / call

ISS Current Position

Get the real-time position of the International Space Station — latitude, longitude, altitude (km), velocity (km/h), and daylight/eclipse visibility. ISS orbits at 28,000 km/h, completes one orbit every 90 minutes. Updates every ~60 seconds.

Space & Astronomyprovider: Iss#iss#space

Input schema

units

Distance units: kilometers (default) or miles

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/iss.position \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"units":"<units>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.