TLE Satellite Tracker
Access TLE orbital data for thousands of satellites including ISS, Starlink, and Hubble.
Open source Repository Open in the app JSON README (API)
About
Access TLE orbital data for thousands of satellites including ISS, Starlink, and Hubble.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- ivanstan
- Origin
- official
- Category
- ferramentas
- Transport
- sse
- Version
- 1.0.0
- Stars
- 6
- Forks
- 1
- Open pull requests
- 29
- Last push
- 2026-04-21T15:45:09Z
- Repository state
- ativo
- Language
- PHP
- License
- GPL-3.0
- Added
- 2026-08-29 04:00:12
- Updated
- 2026-08-29 04:00:12
- Origin id
io.github.ivanstan/tle-satellite
README
# TLE API
<!-- [](https://travis-ci.com/ivanstan/tle-api) -->
<!--  -->




Code repository that powers TLE API backend, listed on NASA API catalog
https://api.nasa.gov/
API provides up to date two line element set records, the data is updated
daily from [CelesTrak](https://celestrak.com/) and served in JSON format. A two-line element set (TLE)
is a data format encoding a list of orbital elements of an
Earth-orbiting object for a given point in time.
## Usage
Further documentation and response examples are available at:
https://tle.ivanstanojevic.me/
### Available endpoints
The TLE API consists of two endpoints `GET http://tle.ivanstanojevic.me`
| Endpoint | Description |
|----------|:------:|
| `GET /api/tle?search={query}` | Perform search by satellite name |
| `GET /api/tle/{id}` | Retrieve a single TLE record where id is satellite number |
Example query
http://tle.ivanstanojevic.me/api/tle
# Third party client libraries
* JavaScript https://github.com/ivanstan/tle.js
* PHP https://github.com/ivanstan/tle-php
* C# https://github.com/nichols-t/TLE.NET