Ham Sats
← Data

SatNOGS Network observations

Recordings, waterfalls and decoded data from hundreds of volunteer ground stations. The best way to see what a pass actually sounds and looks like before you try one.

Source
https://network.satnogs.org/api/observations/?satellite__norad_cat_id=27607
Access
Public read. Scheduling observations needs an account.
Format
JSON (REST)

Schema

FieldTypeNote
idint
start, endISO 8601Pass window used
ground_station, station_name, station_lat, station_lngmixed
transmitteruuidJoins to SatNOGS DB transmitters
statusenumgood, bad, failed, unknown
vetted_status, vetted_usermixedHuman judgement of the result
waterfallURLPNG spectrogram of the whole pass
payloadURLOGG audio recording
demoddata[]URL[]Decoded frames, if any
rise_azimuth, set_azimuth, max_altitudedeg

Example

[{"id":10930211,"start":"2026-09-18T14:02:11Z","end":"2026-09-18T14:12:47Z",
  "norad_cat_id":27607,"status":"good","vetted_status":"good",
  "waterfall":"https://network.satnogs.org/media/.../waterfall.png",
  "payload":"https://network.satnogs.org/media/.../audio.ogg",
  "max_altitude":61.3,"rise_azimuth":198.0,"set_azimuth":355.2, ...}]

Gotchas