v1

latestSwagger 2.0Creative Commons BY-SA 2.02026-07-17211539.2 KB
amateur

Allows a station to upload their station information to the SondeHub database, for display on the SondeHub Tracker map. This endpoint can also be used to upload chase-car positions by setting the "mobile" setting to True

put/amateur/listeners

Request body

software_namestring

Software Name, # e.g. radiosonde_auto_rx

software_versionstring

Software version number, e.g. 1.5.1

uploader_callsignstring

Station callsign, # e.g. CHANGEME_AUTO_RX

uploader_positionnumber[]

Station position, as a list [lat, lon, alt] Note: This may be set to null, which will result in the station position not appearing on the map.

uploader_radiostring

Uploader's radio description

uploader_antennastring

Uploader's antenna description

uploader_contact_emailstring

Optional contact e-mail, to assist SondeHub admins in resolving faults. e.g. user_contact_email@host.com

mobileboolean

Indicates that the station is mobile, and should appear as a chase car on the tracker map. Set to false if this is a fixed station.

Response

Station Position successfully uploaded.