GET Sounding by ID

Retrieve the complete vertical profile data for a specific atmospheric sounding collected by WindBorne's balloon constellation. This endpoint returns detailed measurements at multiple altitude levels including temperature, humidity, pressure, and wind data.

Soundings represent vertical profiles of the atmosphere collected as balloons ascend or descend through different pressure levels.

Use the Soundings endpoint to discover available sounding IDs before fetching individual sounding data.

Path parameters

Response parameters

Returns the sounding metadata and an array of levels representing data at different altitudes.

Notes on data structure

The data array contains measurements at non-uniform altitude intervals, as the balloon may ascend or descend at varying rates. Each point includes both altitude_m and pressure_hpa .

The latitude and longitude values may vary between sensor points as the balloon travels horizontally during the sounding. This is different from forecast soundings which maintain a fixed geographic location.

Examples
content-type: application/json