/
/SondeHub
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 21m ago · Updated 2mo ago
  • getRequest Radiosonde Telemetry Data
  • putUpload Radiosonde Telemetry to Sondehub database.
  • getRequest latest sonde data indexed by serial number, with options for position/distance based-filtering.
  • getRequest telemetry data for an individual radiosonde
  • getRequests a list of stations that have reported to Sondehub in the last 3 days. Used as a legacy endpoint for tracker.sondehub.org
  • putAllows 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
  • get/sondes/websocket
  • get/predictions
  • get/datanew
  • getRequest Recovery Data
  • putAdds a recovery object to the SondeHub database to indicate if a radiosonde was recovered

Legacy endpoint required by the sondehub tracker.

get/datanew

Query parameters

type'positions' required
max_positionsnumber
mode'3days' | '1day' | '12hours' | '6hours' | '3hours' | '1hour'

Duration to query

chase_only'true' | 'false'

Return only chase cars

vehiclesstring

Filter by serial. Currently only supports either none, or a single serial number

position_idstring date-time

Response

Results compatible with sondehub mobile-tracker.

Changes