← Vísindi og geimur

ISS TLE gögn

GET /iss/tle

Fáðu the Two-Line Element (TLE) set fyrir International Space Station - the standard format used to describe satellite orbits. TLE data inniheldur orbital inclination, eccentricity, argument of perigee, mean motion, and epoch. Used by satellite tracking software (like SGP4 propagators) to spáðu the ISS position at hvaða ... sem er future time. Nauðsynlegt fyrir building custom orbital prediction verkfæri and pass-time calculators.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/iss/tle

Lifandi svar

{
  "data": {
    "header": "ISS (ZARYA)",
    "id": "25544",
    "line1": "1 25544U 98067A   26094.84355279  .00009370  00000+0  17936-3 0  9991",
    "line2": "2 25544  51.6331 303.0545 0006326 272.5089  87.5175 15.48773610560388",
    "name": "iss",
    "requested_timestamp": 1775421759,
    "tle_timestamp": 1775333683
  },
  "success": true
}