Station Status API?

Is there an API for station status?
I would like to get data about my station, how many passes are waiting for vetting, scheduled passes etc and display them on my web dashboard.

Station info can be found at https://network.satnogs.org/api/stations/

For scheduled observations you’ll have to crawl through the observations API at https://network.satnogs.org/api/observations/

Both allow filtering on ground station ID.

See get_scheduled_passes from https://gitlab.com/librespacefoundation/satnogs/satnogs-auto-scheduler/blob/master/utils.py for examples.

1 Like

Ah, this is very help and pretty much what I was looking for.
Some how I only found this API doc; https://satnogs.readthedocs.io/en/stable/satnogs-db/docs/api-satellites.html
Hence my question.

Cheers.

Hello @thebaldgeek,

If you want, about the observations, i created a cli program to easily getting data from the satnogs network : https://github.com/deckbsd/glouton-satnogs-data-downloader

I hope this can help.

And thanks for your topic, i didn’t noticed that there is an api for stations. I going to add it into my tool.

Have a nice day :slight_smile:

1 Like