ASHRAE
Get a specific ASHRAE station by name
GET /ASHRAE/GetStation
Returns the closest ASHRAE station matching the provided name and shortest distance from the specified coordinates.
Parameters:
StationName(query, required): Name of the ASHRAE station to match.Latitude(query, required): Latitude coordinate.Longitude(query, required): Longitude coordinate.Version(query, optional): ASHRAE version (AshraeVersionEnum). Default: Version_2021.
GET
Get a specific ASHRAE station by name
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Query Parameters
Available options:
Version_2013, Version_2021 Response
ASHRAE station data
ASHRAE design-conditions table version year (e.g., 2021). Returned as integer despite the look of a year string.
Previous
Get API versionReturns the deployed API version string. **Public endpoint** — no authentication required. Useful as a health check and for compatibility-gating in client code.
Next
Get a specific ASHRAE station by name