TLE

API

Free API for Satellite Two-Line Element (TLE) Data

Visit Website

Overview

The TLE API provides RESTful access to satellite Two-Line Element (TLE) data, critical for orbital trajectory calculations. Key endpoints include fetching TLEs by satellite name, NORAD catalog ID, or latest entries. Responses are in JSON format, containing orbital parameters like inclination, eccentricity, epoch time, and satellite identifiers. Use cases include building satellite tracking apps, educational projects on space dynamics, and supporting small-scale research needing real-time or recent satellite orbital data.

Example Integration (JavaScript)

script.js JS

fetch('https://tle.ivanstanojevic.me/#/docs')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful Interface
  • JSON Response Format
  • No API Key Required
  • Search via Satellite Name/NORAD ID

Frequently Asked Questions

? Is the TLE API free to use?

Yes, the TLE API is completely free for public use with no subscription or payment required.

? Does it require an API Key?

No, the TLE API does not need any authentication or API key to access its endpoints.

? What is the response format?

The API returns data in JSON format, including satellite TLE lines, NORAD ID, name, and orbital metadata.

Top Alternatives

Celestrak TLE API Search Google

People Also Ask about TLE

TLE vs Celestrak TLE API TLE 2025 review

Tool Info

Pricing Free
Category Science & Math
Platform Public API

Pros

  • Zero Cost Access
  • Simple Integration
  • Comprehensive Satellite Coverage

Cons

  • Potential Rate Limits
  • No Service Level Agreement (SLA)
  • Limited Historical Data

More Science & Math Tools