Perry Weather API

/Observations/{stationId}

get
https://customer.api.perryweather.com/v1/Observations/{stationId}

Path Parameters

stationIdstringrequired

The weather station identifier.

Headers

x-api-keystringrequired

API key for authenticating requests. Create and manage keys in the Perry Weather dashboard under Integrations > Perry Weather APIs.

Example:YOUR-API-KEY

Response

Success

ObservationModel

* Additional properties are NOT allowed.
lastUpdatedstring | null(date-time)
ambientTemperatureobject
* Additional properties are NOT allowed.
Show Child Parameters
relativeHumidityobject
* Additional properties are NOT allowed.
Show Child Parameters
windSpeedobject
* Additional properties are NOT allowed.
Show Child Parameters
windDirectionnumber | null(double)
windGustobject
* Additional properties are NOT allowed.
Show Child Parameters
windGustDirectionnumber | null(double)
wetBulbobject
* Additional properties are NOT allowed.
Show Child Parameters
solarIrradianceobject
* Additional properties are NOT allowed.
Show Child Parameters
wetBulbGlobalTempobject
* Additional properties are NOT allowed.
Show Child Parameters
windChillobject
* Additional properties are NOT allowed.
Show Child Parameters
ambientHighobject
* Additional properties are NOT allowed.
Show Child Parameters
ambientLowobject
* Additional properties are NOT allowed.
Show Child Parameters
heatIndexobject
* Additional properties are NOT allowed.
Show Child Parameters
rain1Hrobject
* Additional properties are NOT allowed.
Show Child Parameters
rainTodayobject
* Additional properties are NOT allowed.
Show Child Parameters
aqiValobject
* Additional properties are NOT allowed.
Show Child Parameters
feelsLikeobject
* Additional properties are NOT allowed.
Show Child Parameters
get/Observations/{stationId}