GET /iss/tle
Get the Two-Line Element (TLE) set for the International Space Station - the standard format used to describe satellite orbits. TLE data includes orbital inclination, eccentricity, argument of perigee, mean motion, and epoch. Used by satellite tracking software (like SGP4 propagators) to predict the ISS position at any future time. Essential for building custom orbital prediction tools and pass-time calculators.
curl https://nordapi.ee/api/v1/iss/tle
{
"data": {
"header": "ISS (ZARYA)",
"id": "25544",
"line1": "1 25544U 98067A 26223.85882083 .00003962 00000+0 78925-4 0 9991",
"line2": "2 25544 51.6321 24.5691 0007498 37.4058 322.7451 15.49415511580386",
"name": "iss",
"requested_timestamp": 1786521774,
"tle_timestamp": 1786480602
},
"success": true
}