Skip to main content
The climate context endpoint returns county-level climate and weather-normal data used to support HVAC equipment sizing, load calculations, and incentive eligibility checks. Records draw from DOE/PNNL county climate-zone assignments and NOAA 1991–2020 station normals. The primary fields — IECC climate zone, HDD/CDD, and design temperatures — are quote_safe: true when backed by confirmed station matches. Design-temperature proxy values derived from NOAA hourly percentiles are provided as supplemental context and always carry quote_safe: false. Endpoint

Query Parameters

string
Two-letter state code (e.g., TX, MN). Case-insensitive.
string
County name. Partial match, case-insensitive (e.g., Travis, Cook).
string
5-digit county FIPS code (e.g., 48453 for Travis County, TX). Exact match.
boolean
When true, returns only records verified for quote use. When false, returns unverified/context-only records.
integer
default:"100"
Maximum number of records to return. Capped at 500.

Response Fields

array
Array of county climate context objects.
object
Query summary metadata.
design_temperature_proxy values inside each record are derived from NOAA hourly percentile data and are always quote_safe: false. Do not use them as authoritative design temperatures in Manual J load calculations without independent verification.

Example Request

Example Response