ivanstan / tle-api

Backend for TLE API on api.nasa.gov

Home Page:https://api.nasa.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLE API

coverage 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.

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

About

Backend for TLE API on api.nasa.gov

https://api.nasa.gov

License:GNU General Public License v3.0


Languages

Language:PHP 77.1%Language:TypeScript 21.3%Language:HTML 0.7%Language:CSS 0.6%Language:Shell 0.2%Language:JavaScript 0.1%