v1

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

Request Recovery Data

Use this to get the recovery data

get/recovered

Query parameters

serialstring

radiosonde serial number (or multiple serial numbers separated by a comma) to filter on. If none provided all serials will be presented.

latnumber

Latitude - if specified, lon and distance are required. Eg: -34.9285

lonnumber

Longitude - if specified, lat and distance are required Eg: 138.6007

distancenumber

Distance in meters - if specified, lat and lon are required

lastnumber

How far back to search in seconds. Defaults to 3 days. Set to 0 for all

Response

Returns a list of recovery objects

serialstring required

Serial number of the radiosonde

latnumber double required

Latitude (decimal degrees) of the recovery location

lonnumber double required

Longitude (decimal degrees) of the recovery location

altnumber double required

Altitude (metres) of the recovery location

recoveredboolean required

Was this recovery attempt successful

plannedboolean

Is this sonde planned to be recovered later

recovered_bystring required

Callsign or name of the person who recovered the sonde

descriptionstring required

Description of the recovery effort

recovery_softwarestring required

Software used to report the recovery (e.g. chasemapper)

datetimestring date-time

Datetime when the report was submitted. This field is added server-side and does not need to be included by the client.