Skip to main content
The AHRI matches endpoint returns matched-system efficiency records for HVAC split systems, including SEER2, EER2, HSPF2, and capacity ratings at multiple outdoor temperatures. Records are sourced from the AHRI directory and ENERGY STAR matched-system lists. This endpoint requires at minimum sandbox-level dataset access to query, but quote_safe: true is only assigned to records that have resolved licensed AHRI data provenance, a certified status, an exact matched-system review, and no outstanding unresolved requirements. Certificate lookups, ENERGY STAR-derived rows, and contractor-uploaded records remain quote_safe: false until data rights are fully resolved. Endpoint
License gate applies. AHRI matched-system data is subject to AHRI licensing terms. Records backed by licensed AHRI directory data return with quote_safe: true only when your account has the required data rights. Records derived from public ENERGY STAR exports, certificate URL scrapes, or contractor uploads always return with quote_safe: false regardless of account tier. Contact your account manager to upgrade your AHRI data access.

Query Parameters

string
HSD equipment record ID. Resolves the associated AHRI matches for a specific product in the HSD catalog. Recommended as the primary lookup method when building quotes from HSD equipment records.
string
AHRI certificate reference number. Exact match.
string
Outdoor unit model number. Partial match, case-insensitive.
string
Indoor unit model number. Partial match, case-insensitive.
string
Outdoor unit brand/manufacturer name. Partial match, case-insensitive.
string
Filter by certification status. One of: certified, candidate, superseded, unknown.
boolean
When true, returns only records with resolved AHRI data rights and full certification review. When false, returns context-only records.
integer
default:"100"
Maximum number of records to return. Capped at 500.

Response Fields

array
Array of AHRI matched-system objects.
object
Query summary metadata.
When looking up AHRI matches for a specific equipment record in your quote workflow, supply equipment_id rather than raw model numbers. The API resolves the canonical model identifiers and returns the pre-matched set, reducing false positives from model number variant mismatches.

Example Request

Example Response