← Vetenskap & rymd

ISS TLE-data

GET /iss/tle

Get the Two-Line Element (TLE) set for Internationella rymdstationen - the standard format used to describe satellite orbits. TLE data inkluderar orbital inclination, eccentricity, argument of perigee, mean motion, and epoch. Used by satellite att spåra software (like SGP4 propagators) to predict the ISS position at valfri future time. Väsentligt för att bygga anpassad orbital prognos verktyg and pass-time kalkylatorer.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/iss/tle

Livesvar

{
  "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": 1775421756,
    "tle_timestamp": 1775333683
  },
  "success": true
}