Skip to content

serbiancaseforspace/tle-api

 
 

Repository files navigation

TLE API

build coverage dependabot status status status

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 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. For more information on TLE data format visit Definition of Two-line Element Set Coordinate System.

Usage

Further documentation and response examples are available at: http://tle.ivanstanojevic.me/api/tle/docs

###Available endpoints The TLE API consists of two endpoints GET http://tle.ivanstanojevic.me

Endpoint Description
GET /api/tle?search={q} Perform search by satellite name
GET /api/tle/{q} Retrieve a single TLE record where query is satellite number

Example query http://tle.ivanstanojevic.me/api/tle

Client libraries

About

Backend for TLE API on api.nasa.gov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 99.4%
  • Shell 0.6%