Stations

Get the latest 5 minute observation for all stations you have access to. A default set of observation fields are returned, but to optimize your response size you can get only the data values that you need by using the ob_fields query parameter. Just pass in a comma separated list of the possible values below to only have those fields returned in the response.

ParameterReturned by Default
timestampAlways returned
report_intervalAlways returned
air_tempDefault
wind_lullDefault
wind_avgDefault
wind_gustDefault
wind_dirDefault
station_pressureDefault
sea_level_pressureDefault
rhDefault
uvDefault
illuminanceDefault
solar_radiationDefault
precip_accumulationDefault
local_day_precip_accumulationDefault
precip_typeDefault
nc_precip_accumulationDefault
nc_local_day_precip_accumulationDefault
strike_countDefault
strike_distanceDefault
air_temp_today_highOptional
air_temp_today_lowOptional
air_temp_yesterday_highOptional
air_temp_yesterday_lowOptional
sea_level_pressure_today_highOptional
sea_level_pressure_today_lowOptional
humidity_today_highOptional
humidity_today_lowOptional

If there are more than 10,000 stations provisioned to your API key, use the next_cursor value returned to get the next set of stations. If a response does not have a next_cursor item you have retrieved all the stations.

Query Params
int32
enum
Defaults to 5

Time resolution of observations

Allowed:
int64
Defaults to 10000

The number of items to return.

string

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

string

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.

float

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

float

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

float

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

float

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

string
enum
Defaults to c

Temperature units

Allowed:
string
enum
Defaults to mps

Wind units

Allowed:
string
enum
Defaults to mb

Pressure units

Allowed:
string
enum
Defaults to mm

Precipitation units

Allowed:
string
enum
Defaults to km

Distance units

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json