QueryRequest
- dataType: array string[] 1…enum
_vars requiredMeasurement variables to include in the response. Available variables:
ztd- Zenith Total Delay (mm)ztd_sigma- Zenith Total Delay uncertainty, as the standard deviation of the estimate (mm)pwv- Precipitable Water Vapour (mm)snr- Carrier-to-noise density ratio (C/N0) in dB-Hz, per signal band (comma-delimited string in NetCDF)el- Satellite elevation (degrees) (comma-delimited string in NetCDF)az- Satellite azimuth (degrees) (comma-delimited string in NetCDF)prn- Satellite pseudo-random noise (PRN) identifiers (comma-delimited string in NetCDF, automatically included when el, az, or snr is requested)
values- ztd
- ztd
_sigma - snr
- el
- az
- prn
- pwv
- endType: string Format: date-time
_time requiredEnd of the query time range (exclusive), in ISO 8601 format.
- startType: string Format: date-time
_time requiredStart of the query time range (inclusive), in ISO 8601 format.
- stationType: array string[] 1…Format: uuid
_ids requiredStation ids (UUIDs) to query, from
GET /stations. At least one station id is required. - rawType: boolean
When omitted or
false, the response excludes observations that do not pass the default quality filter. Set totrueto return unfiltered observations for diagnostics.