1
0
Fork 0
satnogs-db/docs/api-satellites.rst

26 lines
457 B
ReStructuredText
Raw Normal View History

2017-03-13 11:15:06 -06:00
Satellites
==========
The ``satellites`` method of the :doc:`SatNOGS DB API <api>` returns all Satellites currently used for gathering Transmitters data.
2017-03-13 11:15:06 -06:00
Endpoint
--------
``https://db.satnogs.org/api/satellites/``
Examples
--------
Show a specific satellite using its Norad Cat ID:
Request::
/api/satellites/25544/?format=json
Response::
{
norad_cat_id": 25544,
"name": "ISS (ZARYA)"
}