v1

latestOpenAPI 3.0.22026-07-26114338.4 KB
Current Conditions & Observations

Stations

get/observations/network/stations

Query parameters

bucket5

Time resolution of observations

limitinteger
Example:10000

The number of items to return.

next_cursorstring
Example:1833

A cursor value returned that can be used in a subsequent request to get the next set of data.

ob_fieldsstring

A comma separated list of data fields that are returned in the response. Index field order in the response will be the same as the request.

lat_minnumber float

The latitude of the Southwest corner of a bounding box. Required when doing a bounding box search.

lon_minnumber float

The longitude of the Southwest corner of a bounding box. Required when doing a bounding box search.

lat_maxnumber float

The latitude of the Northeast corner of a bounding box. Required when doing a bounding box search.

lon_maxnumber float

The longitude of the Northeast corner of a bounding box. Required when doing a bounding box search.

units_temp'c' | 'f'

Temperature units

units_wind'mph' | 'kph' | 'kts' | 'mps' | 'bft' | 'lfm'

Wind units

units_pressure'mb' | 'inhg' | 'mmhg' | 'hpa'

Pressure units

units_precip'mm' | 'cm' | 'in'

Precipitation units

units_distance'km' | 'mi'

Distance units

Response

successful operation

ob_fieldsstring[]

list of the order of values in each obs array.

Example response

{
  "stations": [
    {
      "station_id": 12799
    }
  ]
}