Skip to main content
GET
/
ASHRAE
Get nearest ASHRAE station by coordinates
curl --request GET \
  --url https://api.plantpredict.terabase.energy/ASHRAE \
  --header 'Authorization: Bearer <token>'
{
  "stationName": "TRAVERSE CITY CHERRY CAPITAL, MI, USA",
  "wmo": "726387",
  "cool996": 31.5,
  "min50Year": -32,
  "max50Year": 38.4,
  "distance": 3823.050281721237,
  "latitude": 44.741,
  "longitude": -85.583,
  "minAnnualMeanDBTemp": -21.4,
  "version": 2021,
  "elevation": 188,
  "timeZone": -5
}

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Query Parameters

Latitude
number
required
Longitude
number
required

Response

ASHRAE station data

stationName
string
wmo
string
cool996
number
min50Year
number
max50Year
number
distance
number
latitude
number
longitude
number
minAnnualMeanDBTemp
number
version
string
elevation
number
timeZone
number