https://github.com/ivanstan/tle-api
Backend for TLE API on api.nasa.gov
https://github.com/ivanstan/tle-api
php satellite tle
Last synced: about 1 year ago
JSON representation
Backend for TLE API on api.nasa.gov
- Host: GitHub
- URL: https://github.com/ivanstan/tle-api
- Owner: ivanstan
- License: gpl-3.0
- Created: 2019-12-23T17:58:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T06:49:13.000Z (about 3 years ago)
- Last Synced: 2023-06-13T07:33:05.564Z (about 3 years ago)
- Topics: php, satellite, tle
- Language: PHP
- Homepage: https://api.nasa.gov
- Size: 3.44 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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