{
  "dataset": {
    "id": "wattpair-u-shaped-window-ac",
    "name": "WattPair U-Shaped (Saddle) Window Air Conditioner Dataset",
    "version": "0.1.0",
    "description": "Every U-shaped (saddle) window air conditioner in the US ENERGY STAR certified room air conditioner filing, at model level: brand, model number, cooling capacity, certified CEER, annual energy use, supply voltage, certification date, saddle sub-type, dimensions, weight and refrigerant, plus a running wattage derived for each model from its own certified figures using the federal test procedure’s definition (10 CFR 430 appendix F). Selection is by the filing’s own installation-mounting column, not by reading model names, so the row set is reproducible from a single public query. The derived wattage is labelled as derived, its two arithmetic paths are printed per row so the arithmetic can be audited, and the identity behind them is described as definitional rather than as corroboration. The one figure nobody publishes — start-up current for a variable-speed compressor — is present as an explicit null with the list of documents that were searched. Compiled by WattPair from a dated snapshot of the public filing and published under CC BY 4.0.",
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "license_name": "CC BY 4.0",
    "attribution": "WattPair U-Shaped (Saddle) Window Air Conditioner Dataset\n© WattPair — CC BY 4.0\nSource: https://wattpair.com/data/u-shaped-window-ac/",
    "canonical_url": "https://wattpair.com/data/u-shaped-window-ac/",
    "creator": "WattPair",
    "date_modified": "2026-08-03",
    "record_count": 204,
    "stats": {
      "records": 204,
      "distinct_brands": 26,
      "distinct_brand_model_pairs": 198,
      "certified_room_air_conditioners": 446,
      "mounting_breakdown": {
        "straddles_window": 175,
        "straddles_windowsill": 29
      },
      "heat_pump_models": 20,
      "watts_min": 365,
      "watts_max": 2463,
      "watts_median": 667,
      "cross_check_max_deviation_pct": 0.0107,
      "cross_check_median_deviation_pct": 0,
      "cross_check_rows_above_0_01_pct": 13,
      "null_cells": 202,
      "total_cells": 6324
    },
    "coverage_note": "This is the ENERGY STAR certified list, which is not the same thing as every saddle unit for sale: a manufacturer that does not certify a model does not appear here, and a certified model may have been discontinued. What it does cover completely is the certified population as of the snapshot date, taken by an official column rather than by judgement, so anybody can re-run the query and get the same rows.",
    "exported_columns": [
      "record_id",
      "brand",
      "model_number",
      "alternate_model_numbers",
      "energy_star_pd_id",
      "energy_star_model_identifier",
      "mounting",
      "cooling_capacity_btu_h",
      "ceer_btu_per_wh",
      "running_watts",
      "annual_energy_kwh",
      "running_watts_from_annual_energy",
      "cross_check_deviation_pct",
      "voltage_v",
      "has_heating_mode",
      "percent_below_federal_standard",
      "meets_most_efficient_criteria",
      "federal_product_class",
      "date_certified",
      "date_available_on_market",
      "markets",
      "width_in",
      "height_in",
      "depth_in",
      "weight_lbs",
      "support_bracket_included",
      "refrigerant",
      "refrigerant_with_gwp",
      "variable_speed_compressor",
      "unit_type",
      "connected_capable"
    ],
    "derived_columns": [
      "running_watts",
      "running_watts_from_annual_energy",
      "cross_check_deviation_pct"
    ],
    "withheld_columns": {
      "upc": "A retail barcode. It identifies a package on a shelf rather than a certified machine, it is the field that turns a reference table into a shopping index, and it is absent from about a third of the rows upstream anyway. The ENERGY STAR product id exported here identifies the certification record itself, and the upstream file linked in `source` still carries the UPC for anyone who needs one.",
      "casement_window": "Reads \"None\" on all 204 rows, so it separates nothing. It is withheld rather than shipped as a column of identical values because a reader would reasonably take it to mean \"no saddle unit fits a casement window\", and the field does not establish that — it was checked and found to carry no information at all (2026-08-03)."
    },
    "out_of_scope": "Power-station records, solar-panel records, prices, retail links and the compatibility engine are deliberately not part of this dataset."
  },
  "source": {
    "dataset_title": "ENERGY STAR Certified Room Air Conditioners",
    "publisher": "United States Environmental Protection Agency — ENERGY STAR program",
    "rights": "US federal government work — public domain",
    "socrata_domain": "data.energystar.gov",
    "resource_id": "5xn2-dv4h",
    "resource_url": "https://data.energystar.gov/resource/5xn2-dv4h.json",
    "landing_page": "https://data.energystar.gov/d/5xn2-dv4h",
    "query": "$where=starts_with(installation_mounting_type,'Straddles')&$order=pd_id&$limit=5000",
    "query_url": "https://data.energystar.gov/resource/5xn2-dv4h.json?$where=starts_with(installation_mounting_type,'Straddles')&$order=pd_id&$limit=5000",
    "fetched_at": "2026-08-03T13:50:48Z",
    "fetched_date": "2026-08-03",
    "upstream_rows_in_filing": 446,
    "saddle_rows": 204,
    "selection": "Rows whose installation/mounting column starts with \"Straddles\" — the filing’s own classification of a saddle unit. No model name was read to build this set.",
    "verification": {
      "method": "Three independent counting paths, all required to agree before this file is written: the whole filing pulled unfiltered and counted locally, a server-side SoQL group-by count, and the filtered pull that became `rows`. The unfiltered and filtered pulls were then compared field by field.",
      "unfiltered_pull_local_count": 204,
      "server_group_by_count": 204,
      "filtered_pull_count": 204,
      "field_by_field_identical": true
    },
    "redistribution": "The upstream records are a US federal government work and carry no licence restriction. The CC BY 4.0 notice on this file covers WattPair’s compilation, derived columns and documentation."
  },
  "method": {
    "statement": "Every row is one certification record in the US EPA’s ENERGY STAR filing for room air conditioners, selected by the filing’s own installation/mounting column rather than by reading model names, and snapshotted to a static file so the published table is reproducible rather than whatever the live endpoint returned during a build. The wattage columns are computed here from the certified capacity and efficiency rating using the federal test procedure’s own definition, and are labelled derived wherever they appear.",
    "identity": "running_watts = cooling_capacity_btu_h ÷ ceer_btu_per_wh",
    "identity_second_path": "running_watts_from_annual_energy = annual_energy_kwh × 1000 ÷ 750",
    "standard": "10 CFR 430 subpart B appendix F §5.2.1–5.2.2 (Uniform Test Method for Measuring the Energy Consumption of Room Air Conditioners)",
    "standard_url": "https://www.govinfo.gov/content/pkg/CFR-2024-title10-vol3/pdf/CFR-2024-title10-vol3-part430-subpartB-appF.pdf",
    "caveats": [
      "The two paths are the same identity, not two measurements. Because appendix F DEFINES the efficiency ratio in terms of the annual energy figure, capacity ÷ CEER and annual kWh × 1000 ÷ 750 are algebraically equal. Their agreement here confirms that the three published columns are mutually consistent to within their own rounding — it catches a transcription or rounding error, and it does not independently confirm any machine’s power draw. Anyone presenting it as corroboration, including us, would be overstating it.",
      "The derived figure is an upper bound on cooling-mode input power, not that power itself. Appendix F folds inactive and off-mode energy into the same annual total, so capacity ÷ CEER carries a machine’s standby draw amortised across 750 cooling hours in addition to the compressor and fan. The excess is small, and it is in the direction that does not flatter the number.",
      "Certified efficiency ratios are published to one decimal place, so a derived wattage inherits about ±0.4% of implied precision at the low-CEER end of this file. Figures are rounded to whole watts and no more precision than that is claimed. Cooling capacity is the certified rating, not a measurement of the machine you buy."
    ],
    "cross_check": {
      "max_deviation_pct": 0.0107,
      "median_deviation_pct": 0,
      "rows_above_0_01_pct": 13,
      "what_it_proves": "That the certified capacity, efficiency ratio and annual energy columns are mutually consistent to within published rounding on every row. Nothing more."
    },
    "duplicate_filings": [
      {
        "brand": "TCL",
        "model_number": "T08WQ2S",
        "energy_star_pd_ids": [
          "4481483",
          "4514549"
        ]
      },
      {
        "brand": "TCL",
        "model_number": "T10WQ2S",
        "energy_star_pd_ids": [
          "4481484",
          "4514550"
        ]
      },
      {
        "brand": "TCL",
        "model_number": "T12WQ2S",
        "energy_star_pd_ids": [
          "4481485",
          "4514551"
        ]
      },
      {
        "brand": "TCL",
        "model_number": "T15WQ2S",
        "energy_star_pd_ids": [
          "4481486",
          "4514552"
        ]
      },
      {
        "brand": "TCL",
        "model_number": "T18WQ2S",
        "energy_star_pd_ids": [
          "4481487",
          "4514553"
        ]
      },
      {
        "brand": "TCL",
        "model_number": "T24WQ2S",
        "energy_star_pd_ids": [
          "4481488",
          "4514548"
        ]
      }
    ],
    "absent": [
      {
        "field": "start_up_surge",
        "value": null,
        "status": "unknown",
        "finding": "This filing has no start-up current, locked-rotor or inrush column — the field does not exist upstream rather than being left empty — and no manufacturer of a variable-speed room air conditioner publishes one either. Every machine in this file is variable-speed, so this absence covers all 204 rows.",
        "checked_date": "2026-08-03",
        "sources_checked": [
          "https://www.midea.com/content/dam/midea-aem/us/air-conditioners/window-air-conditioners/u-shape-all-models/Midea%20U%20AC%20User%20Manual.pdf",
          "https://www.midea.com/content/dam/midea-aem/us/air-conditioners/window-air-conditioners/maw08u1qwt-/MAW08U1QWT-User-Manual.pdf",
          "https://www.midea.com/content/dam/midea-aem/us/air-conditioners/window-air-conditioners/maw12v1qwt/MAW12V1QWT-manual.pdf",
          "https://data.energystar.gov/resource/5xn2-dv4h.json"
        ],
        "note": "Three official Midea U-series user manuals (5,306 lines of extracted text between them) were searched in full for LRA, locked rotor, inrush, starting current, rated current, amps, amperes, watts and rated power: all nine terms return zero hits in all three documents. These manuals carry no electrical specification table at all — not even a running current. The ENERGY STAR certified room air conditioner dataset (446 units, 28 fields) has no start-up current or locked-rotor field: the field does not exist rather than being left empty. For a variable-speed compressor this absence is structural, not a gap in our searching."
      }
    ]
  },
  "fields": {
    "record_id": {
      "label": "Record id",
      "unit": null,
      "origin": "identifier",
      "definition": "Stable id for this row, built from the ENERGY STAR product id. Use it rather than the model number: nine model numbers appear on more than one row."
    },
    "brand": {
      "label": "Brand",
      "unit": null,
      "origin": "certified",
      "definition": "Brand name as filed with ENERGY STAR, verbatim."
    },
    "model_number": {
      "label": "Model number",
      "unit": null,
      "origin": "certified",
      "definition": "Manufacturer model number as filed. NOT unique across this file — six TCL models were filed twice a day apart, and three model numbers are shared by different brands."
    },
    "alternate_model_numbers": {
      "label": "Alternate model numbers",
      "unit": null,
      "origin": "certified",
      "definition": "Sibling or private-label model numbers listed on the same certification. Null on all but a couple of rows."
    },
    "energy_star_pd_id": {
      "label": "ENERGY STAR product id",
      "unit": null,
      "origin": "identifier",
      "definition": "The upstream primary key. Unique across the file."
    },
    "energy_star_model_identifier": {
      "label": "ENERGY STAR model identifier",
      "unit": null,
      "origin": "identifier",
      "definition": "The programme’s own long-form certification identifier."
    },
    "mounting": {
      "label": "Saddle sub-type",
      "unit": null,
      "origin": "certified",
      "definition": "The official mounting column, which is what makes this dataset reproducible: `straddles_window` is the U-shaped body that surrounds the raised sash, `straddles_windowsill` sits astride the sill. Nothing here was classified by eye."
    },
    "cooling_capacity_btu_h": {
      "label": "Cooling capacity",
      "unit": "Btu/h",
      "origin": "certified",
      "definition": "Certified cooling capacity under the federal test method."
    },
    "ceer_btu_per_wh": {
      "label": "CEER",
      "unit": "Btu/Wh",
      "origin": "certified",
      "definition": "Combined Energy Efficiency Ratio, the certified rating. Published to one decimal place, which bounds the precision of everything derived from it."
    },
    "running_watts": {
      "label": "Running watts (derived)",
      "unit": "W",
      "origin": "derived",
      "definition": "running_watts = cooling_capacity_btu_h ÷ ceer_btu_per_wh. Input power under the federal cooling test, plus standby amortised over 750 hours — an upper bound, rounded to whole watts. Not a manufacturer figure."
    },
    "annual_energy_kwh": {
      "label": "Annual energy use",
      "unit": "kWh/yr",
      "origin": "certified",
      "definition": "Certified annual energy, on the federal 750-cooling-hour assumption. It is a comparison metric between machines, not a forecast of your electricity bill and not a basis for battery runtime."
    },
    "running_watts_from_annual_energy": {
      "label": "Running watts via annual energy (derived)",
      "unit": "W",
      "origin": "derived",
      "definition": "running_watts_from_annual_energy = annual_energy_kwh × 1000 ÷ 750. Printed so the arithmetic is auditable per row — but see the caveats: this is the same identity rearranged, not a second measurement."
    },
    "cross_check_deviation_pct": {
      "label": "Deviation between the two paths",
      "unit": "%",
      "origin": "derived",
      "definition": "Absolute difference between the two derived wattages, as a percentage of the capacity ÷ CEER value, computed before rounding. Non-zero values are the published columns’ own rounding, and nothing else."
    },
    "voltage_v": {
      "label": "Voltage",
      "unit": "V",
      "origin": "certified",
      "definition": "Supply voltage as filed. A 230 V row cannot be run from an ordinary US outlet or from any portable power station on this site."
    },
    "has_heating_mode": {
      "label": "Heating mode",
      "unit": null,
      "origin": "certified",
      "definition": "True where the unit is a reverse-cycle machine — a saddle-mounted heat pump."
    },
    "percent_below_federal_standard": {
      "label": "Percent below the federal standard",
      "unit": "%",
      "origin": "certified",
      "definition": "How far the model’s energy use sits below the US federal minimum for its class."
    },
    "meets_most_efficient_criteria": {
      "label": "ENERGY STAR Most Efficient",
      "unit": null,
      "origin": "certified",
      "definition": "Whether the model meets the programme’s Most Efficient criteria for its year."
    },
    "federal_product_class": {
      "label": "Federal product class",
      "unit": null,
      "origin": "certified",
      "definition": "The DOE product class the model is certified in — reverse cycle or not, louvered sides, and the capacity band. It is what the standard it is measured against depends on."
    },
    "date_certified": {
      "label": "Date certified",
      "unit": null,
      "origin": "certified",
      "definition": "When the certification was recorded."
    },
    "date_available_on_market": {
      "label": "Date available on market",
      "unit": null,
      "origin": "certified",
      "definition": "Manufacturer-declared market availability. It does not mean the model is still on sale — this is a certification list, not an inventory."
    },
    "markets": {
      "label": "Markets",
      "unit": null,
      "origin": "certified",
      "definition": "The markets the certification covers. Two rows are Canada-only and are kept, with this column saying so, rather than dropped to round the count."
    },
    "width_in": {
      "label": "Width",
      "unit": "in",
      "origin": "certified",
      "definition": "Cabinet width as filed. It is the machine, not the opening it needs — the sash clearance a saddle unit requires is in the installation manual, not in this filing."
    },
    "height_in": {
      "label": "Height",
      "unit": "in",
      "origin": "certified",
      "definition": "Cabinet height as filed, measured over the whole body rather than over the part that sits inside the room."
    },
    "depth_in": {
      "label": "Depth",
      "unit": "in",
      "origin": "certified",
      "definition": "Cabinet depth as filed, front to back across both halves of the saddle."
    },
    "weight_lbs": {
      "label": "Weight",
      "unit": "lb",
      "origin": "certified",
      "definition": "Unit weight as filed — the number that decides whether one person can hang it."
    },
    "support_bracket_included": {
      "label": "Support bracket",
      "unit": null,
      "origin": "certified",
      "definition": "Whether a support bracket is supplied with the unit."
    },
    "refrigerant": {
      "label": "Refrigerant",
      "unit": null,
      "origin": "certified",
      "definition": "Refrigerant charge type as filed."
    },
    "refrigerant_with_gwp": {
      "label": "Refrigerant with GWP",
      "unit": null,
      "origin": "certified",
      "definition": "The same fact with the programme’s global-warming-potential annotation."
    },
    "variable_speed_compressor": {
      "label": "Variable-speed compressor",
      "unit": null,
      "origin": "certified",
      "definition": "Whether the compressor is inverter-driven. Every certified room air conditioner in the filing reads Yes, saddle or not — an observation, with no claim here about why."
    },
    "unit_type": {
      "label": "Type",
      "unit": null,
      "origin": "certified",
      "definition": "Product type as filed."
    },
    "connected_capable": {
      "label": "Connected capable",
      "unit": null,
      "origin": "certified",
      "definition": "Whether the model is filed as network-connected capable."
    }
  },
  "uniform_columns": [
    {
      "column": "refrigerant",
      "value": "R-32",
      "rows": 204
    },
    {
      "column": "refrigerant_with_gwp",
      "value": "R-32 (GWP:675 | Lower GWP)",
      "rows": 204
    },
    {
      "column": "variable_speed_compressor",
      "value": true,
      "rows": 204
    },
    {
      "column": "unit_type",
      "value": "Window",
      "rows": 204
    },
    {
      "column": "connected_capable",
      "value": false,
      "rows": 204
    }
  ],
  "brand_summary": [
    {
      "brand": "TCL",
      "models": 62,
      "btu_min": 5000,
      "btu_max": 24000,
      "ceer_min": 12.7,
      "ceer_max": 16,
      "watts_min": 365,
      "watts_max": 1890,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "Midea",
      "models": 54,
      "btu_min": 6000,
      "btu_max": 12000,
      "ceer_min": 13.3,
      "ceer_max": 17.6,
      "watts_min": 397,
      "watts_max": 902,
      "watts_median": 625,
      "heat_pump_models": 11
    },
    {
      "brand": "Hisense",
      "models": 9,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 800,
      "heat_pump_models": 0
    },
    {
      "brand": "K�hl",
      "models": 8,
      "btu_min": 8700,
      "btu_max": 33000,
      "ceer_min": 13.4,
      "ceer_max": 17,
      "watts_min": 512,
      "watts_max": 2463,
      "watts_median": 1198,
      "heat_pump_models": 0
    },
    {
      "brand": "LG",
      "models": 8,
      "btu_min": 8000,
      "btu_max": 23500,
      "ceer_min": 14.5,
      "ceer_max": 15.5,
      "watts_min": 516,
      "watts_max": 1621,
      "watts_median": 876,
      "heat_pump_models": 0
    },
    {
      "brand": "Frigidaire Gallery",
      "models": 6,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "Perfect aire",
      "models": 6,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "Whirlpool",
      "models": 6,
      "btu_min": 8000,
      "btu_max": 24000,
      "ceer_min": 12.7,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 1890,
      "watts_median": 921,
      "heat_pump_models": 0
    },
    {
      "brand": "Keystone",
      "models": 5,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 13.3,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 902,
      "watts_median": 667,
      "heat_pump_models": 2
    },
    {
      "brand": "GREE",
      "models": 4,
      "btu_min": 8300,
      "btu_max": 11500,
      "ceer_min": 14.7,
      "ceer_max": 16,
      "watts_min": 519,
      "watts_max": 782,
      "watts_median": 648,
      "heat_pump_models": 1
    },
    {
      "brand": "Century",
      "models": 3,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "Comfort Aire",
      "models": 3,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "Danby",
      "models": 3,
      "btu_min": 8000,
      "btu_max": 10000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 667,
      "watts_median": 533,
      "heat_pump_models": 0
    },
    {
      "brand": "Friedrich",
      "models": 3,
      "btu_min": 15000,
      "btu_max": 24000,
      "ceer_min": 12.7,
      "ceer_max": 14.4,
      "watts_min": 1042,
      "watts_max": 1890,
      "watts_median": 1250,
      "heat_pump_models": 0
    },
    {
      "brand": "HOUSE KOBO",
      "models": 3,
      "btu_min": 8100,
      "btu_max": 11500,
      "ceer_min": 14.7,
      "ceer_max": 15.5,
      "watts_min": 523,
      "watts_max": 782,
      "watts_median": 680,
      "heat_pump_models": 0
    },
    {
      "brand": "Hykolity",
      "models": 3,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "Ktaxon",
      "models": 3,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "K�hl+",
      "models": 3,
      "btu_min": 10600,
      "btu_max": 28300,
      "ceer_min": 14.2,
      "ceer_max": 15.8,
      "watts_min": 707,
      "watts_max": 1993,
      "watts_median": 797,
      "heat_pump_models": 3
    },
    {
      "brand": "ROVSUN",
      "models": 3,
      "btu_min": 8000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 533,
      "watts_max": 800,
      "watts_median": 667,
      "heat_pump_models": 0
    },
    {
      "brand": "GE Profile",
      "models": 2,
      "btu_min": 10300,
      "btu_max": 12200,
      "ceer_min": 14.7,
      "ceer_max": 14.7,
      "watts_min": 701,
      "watts_max": 830,
      "watts_median": 766,
      "heat_pump_models": 0
    },
    {
      "brand": "PHILODECO",
      "models": 2,
      "btu_min": 10000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 667,
      "watts_max": 800,
      "watts_median": 734,
      "heat_pump_models": 0
    },
    {
      "brand": "Gradient",
      "models": 1,
      "btu_min": 9300,
      "btu_max": 9300,
      "ceer_min": 16.8,
      "ceer_max": 16.8,
      "watts_min": 554,
      "watts_max": 554,
      "watts_median": 554,
      "heat_pump_models": 1
    },
    {
      "brand": "HEMA",
      "models": 1,
      "btu_min": 18000,
      "btu_max": 18000,
      "ceer_min": 14.4,
      "ceer_max": 14.4,
      "watts_min": 1250,
      "watts_max": 1250,
      "watts_median": 1250,
      "heat_pump_models": 0
    },
    {
      "brand": "Kinghome",
      "models": 1,
      "btu_min": 9300,
      "btu_max": 9300,
      "ceer_min": 15.1,
      "ceer_max": 15.1,
      "watts_min": 616,
      "watts_max": 616,
      "watts_median": 616,
      "heat_pump_models": 1
    },
    {
      "brand": "LUBECK",
      "models": 1,
      "btu_min": 12000,
      "btu_max": 12000,
      "ceer_min": 13.3,
      "ceer_max": 13.3,
      "watts_min": 902,
      "watts_max": 902,
      "watts_median": 902,
      "heat_pump_models": 1
    },
    {
      "brand": "Vissani",
      "models": 1,
      "btu_min": 12000,
      "btu_max": 12000,
      "ceer_min": 15,
      "ceer_max": 15,
      "watts_min": 800,
      "watts_max": 800,
      "watts_median": 800,
      "heat_pump_models": 0
    }
  ],
  "models": [
    {
      "record_id": "energystar-2453038",
      "brand": "LUBECK",
      "model_number": "57H-ID0-B12HRFN8BCL0",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2453038",
      "energy_star_model_identifier": "ES_1127347_57H-ID0-B12HRFN8BCL0_040620230327410_9654989",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 13.3,
      "running_watts": 902,
      "annual_energy_kwh": 676.7,
      "running_watts_from_annual_energy": 902,
      "cross_check_deviation_pct": 0.0012,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 36,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2023-04-06",
      "date_available_on_market": "2023-03-22",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.4,
      "height_in": 13.9,
      "depth_in": 22.2,
      "weight_lbs": 58,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2453073",
      "brand": "Keystone",
      "model_number": "KSTAW08INV-HC",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2453073",
      "energy_star_model_identifier": "ES_1055302_KSTAW08INV-HC_040720230730708_5821191",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 14.5,
      "running_watts": 552,
      "annual_energy_kwh": 413.8,
      "running_watts_from_annual_energy": 552,
      "cross_check_deviation_pct": 0.0017,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 48,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2023-04-07",
      "date_available_on_market": "2023-04-04",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.4,
      "height_in": 13.9,
      "depth_in": 22.2,
      "weight_lbs": 56,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2453074",
      "brand": "Keystone",
      "model_number": "KSTAW12INV-HC",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2453074",
      "energy_star_model_identifier": "ES_1055302_KSTAW12INV-HC_040720230733943_5670808",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 13.3,
      "running_watts": 902,
      "annual_energy_kwh": 676.7,
      "running_watts_from_annual_energy": 902,
      "cross_check_deviation_pct": 0.0012,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 36,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2023-04-07",
      "date_available_on_market": "2023-04-04",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.4,
      "height_in": 13.9,
      "depth_in": 22.2,
      "weight_lbs": 58,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2453262",
      "brand": "Midea",
      "model_number": "MWAUQB-08HRFN8-BCL0",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2453262",
      "energy_star_model_identifier": "ES_1138537_MWAUQB-08HRFN8-BCL0_04132023043596_9881063",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 14.5,
      "running_watts": 552,
      "annual_energy_kwh": 413.8,
      "running_watts_from_annual_energy": 552,
      "cross_check_deviation_pct": 0.0017,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 48,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2023-04-13",
      "date_available_on_market": "2023-04-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.4,
      "height_in": 13.9,
      "depth_in": 22.2,
      "weight_lbs": 56,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2453263",
      "brand": "Midea",
      "model_number": "MWAUQB-12HRFN8-BCL0",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2453263",
      "energy_star_model_identifier": "ES_1138537_MWAUQB-12HRFN8-BCL0_041320230550905_1248983",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 13.3,
      "running_watts": 902,
      "annual_energy_kwh": 676.7,
      "running_watts_from_annual_energy": 902,
      "cross_check_deviation_pct": 0.0012,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 36,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2023-04-13",
      "date_available_on_market": "2023-04-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.4,
      "height_in": 13.9,
      "depth_in": 22.2,
      "weight_lbs": 58,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2608231",
      "brand": "Perfect aire",
      "model_number": "1PACU8000",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2608231",
      "energy_star_model_identifier": "ES_1121980_1PACU8000_07252023105119_80167523",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2021-11-13",
      "date_available_on_market": "2021-11-13",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2608232",
      "brand": "Perfect aire",
      "model_number": "1PACV8000",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2608232",
      "energy_star_model_identifier": "ES_1121980_1PACV8000_07252023105119_80167523",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-25",
      "date_available_on_market": "2023-07-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2608233",
      "brand": "Perfect aire",
      "model_number": "1PACU10000",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2608233",
      "energy_star_model_identifier": "ES_1121980_1PACU10000_07252023105119_80167523",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2021-11-13",
      "date_available_on_market": "2021-11-13",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2608234",
      "brand": "Perfect aire",
      "model_number": "1PACV10000",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2608234",
      "energy_star_model_identifier": "ES_1121980_1PACV10000_07252023105119_80167523",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-25",
      "date_available_on_market": "2023-07-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2608235",
      "brand": "Perfect aire",
      "model_number": "1PACU12000",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2608235",
      "energy_star_model_identifier": "ES_1121980_1PACU12000_07252023105119_80167523",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2021-11-13",
      "date_available_on_market": "2021-11-13",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2608236",
      "brand": "Perfect aire",
      "model_number": "1PACV12000",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2608236",
      "energy_star_model_identifier": "ES_11219801PACV12000_07252023105119_80167523",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-25",
      "date_available_on_market": "2023-07-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620516",
      "brand": "Midea",
      "model_number": "MAW08V1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620516",
      "energy_star_model_identifier": "ES_1138537_MAW08V1QWT_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620517",
      "brand": "Midea",
      "model_number": "MAW08AV1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620517",
      "energy_star_model_identifier": "ES_1138537_MAW08AV1QWT_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620518",
      "brand": "Midea",
      "model_number": "MW08MSWBA1RCM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620518",
      "energy_star_model_identifier": "ES_1138537_MW08MSWBA1RCM_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620519",
      "brand": "Midea",
      "model_number": "MW08MSWBA5RCM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620519",
      "energy_star_model_identifier": "ES_1138537_MW08MSWBA5RCM_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620520",
      "brand": "Midea",
      "model_number": "MAW10V1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620520",
      "energy_star_model_identifier": "ES_1138537_MAW10V1QWT_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620521",
      "brand": "Midea",
      "model_number": "MW10MSWBA5RCM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620521",
      "energy_star_model_identifier": "ES_1138537_MW10MSWBA5RCM_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620522",
      "brand": "Midea",
      "model_number": "MW10MSWBA6RCM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620522",
      "energy_star_model_identifier": "ES_1138537_MW10MSWBA6RCM_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620523",
      "brand": "Midea",
      "model_number": "MAW12V1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620523",
      "energy_star_model_identifier": "ES_1138537_MAW12V1QWT_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620524",
      "brand": "Midea",
      "model_number": "MAW12V1QWT-M",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620524",
      "energy_star_model_identifier": "ES_1138537_MAW12V1QWT-M_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620525",
      "brand": "Midea",
      "model_number": "MAW12AV1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620525",
      "energy_star_model_identifier": "ES_1138537_MAW12AV1QWT_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620526",
      "brand": "Midea",
      "model_number": "MW12MSWBA5RCM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620526",
      "energy_star_model_identifier": "ES_1138537_MW12MSWBA5RCM_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620527",
      "brand": "Midea",
      "model_number": "MW12MSWBA6RCM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620527",
      "energy_star_model_identifier": "ES_1138537_MW12MSWBA6RCM_07272023171057_80176132",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620623",
      "brand": "Comfort Aire",
      "model_number": "RXTS-81A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620623",
      "energy_star_model_identifier": "ES_0017771_RXTS-81A_07272023175325_80167537",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620624",
      "brand": "Comfort Aire",
      "model_number": "RXTS-101A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620624",
      "energy_star_model_identifier": "ES_0017771_RXTS-101A_07272023175325_80167537",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2620625",
      "brand": "Comfort Aire",
      "model_number": "RXTS-121A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2620625",
      "energy_star_model_identifier": "ES_0017771_RXTS-121A_07272023175325_80167537",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-07-18",
      "date_available_on_market": "2023-07-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2650035",
      "brand": "Frigidaire Gallery",
      "model_number": "GHWQ085WD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2650035",
      "energy_star_model_identifier": "ES_1021080_GHWQ085WD1_09072023120847_80181101",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-07",
      "date_available_on_market": "2023-09-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2650036",
      "brand": "Frigidaire Gallery",
      "model_number": "GHWQ083WC1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2650036",
      "energy_star_model_identifier": "ES_1021080_GHWQ083WC1_09072023120847_80181101",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-07",
      "date_available_on_market": "2023-09-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2650037",
      "brand": "Frigidaire Gallery",
      "model_number": "GHWQ105WD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2650037",
      "energy_star_model_identifier": "ES_1021080_GHWQ105WD1_09072023120847_80181101",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-07",
      "date_available_on_market": "2023-09-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2650038",
      "brand": "Frigidaire Gallery",
      "model_number": "GHWQ103WC1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2650038",
      "energy_star_model_identifier": "ES_1021080_GHWQ103WC1_09072023120847_80181101",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-07",
      "date_available_on_market": "2023-09-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2650039",
      "brand": "Frigidaire Gallery",
      "model_number": "GHWQ125WD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2650039",
      "energy_star_model_identifier": "ES_1021080_GHWQ125WD1_09072023120847_80181101",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-07",
      "date_available_on_market": "2023-09-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2650040",
      "brand": "Frigidaire Gallery",
      "model_number": "GHWQ123WC1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2650040",
      "energy_star_model_identifier": "ES_1021080_GHWQ123WC1_09072023120847_80181101",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-07",
      "date_available_on_market": "2023-09-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2668624",
      "brand": "LG",
      "model_number": "LW8022IVSM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2668624",
      "energy_star_model_identifier": "ES_1118034_LW8022IVSM_092620230506716_3115438",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15.5,
      "running_watts": 516,
      "annual_energy_kwh": 387.1,
      "running_watts_from_annual_energy": 516,
      "cross_check_deviation_pct": 0.0008,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 42,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-27",
      "date_available_on_market": "2023-07-24",
      "markets": [
        "United States"
      ],
      "width_in": 19.6,
      "height_in": 12.4,
      "depth_in": 24.5,
      "weight_lbs": 63,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2668625",
      "brand": "LG",
      "model_number": "LW2422IVSM(208V)",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2668625",
      "energy_star_model_identifier": "ES_1118034_LW2422IVSM(208V)_092620230506888_9658733",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 23500,
      "ceer_btu_per_wh": 14.5,
      "running_watts": 1621,
      "annual_energy_kwh": 1215.5,
      "running_watts_from_annual_energy": 1621,
      "cross_check_deviation_pct": 0.0014,
      "voltage_v": 208,
      "has_heating_mode": false,
      "percent_below_federal_standard": 54,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2023-09-27",
      "date_available_on_market": "2024-07-08",
      "markets": [
        "United States"
      ],
      "width_in": 26,
      "height_in": 17.7,
      "depth_in": 30.7,
      "weight_lbs": 112,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2668626",
      "brand": "LG",
      "model_number": "LW2422IVSM(230V)",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2668626",
      "energy_star_model_identifier": "ES_1118034_LW2422IVSM(230V)_092620230506471_2460682",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 23500,
      "ceer_btu_per_wh": 14.5,
      "running_watts": 1621,
      "annual_energy_kwh": 1215.5,
      "running_watts_from_annual_energy": 1621,
      "cross_check_deviation_pct": 0.0014,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 54,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2023-09-27",
      "date_available_on_market": "2023-07-24",
      "markets": [
        "United States"
      ],
      "width_in": 26,
      "height_in": 17.7,
      "depth_in": 30.7,
      "weight_lbs": 112,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2668627",
      "brand": "LG",
      "model_number": "LW1522IVSM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2668627",
      "energy_star_model_identifier": "ES_1118034_LW1522IVSM_092620230506611_6980335",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 14000,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 952,
      "annual_energy_kwh": 714.3,
      "running_watts_from_annual_energy": 952,
      "cross_check_deviation_pct": 0.002,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 37,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2023-09-27",
      "date_available_on_market": "2023-07-24",
      "markets": [
        "United States"
      ],
      "width_in": 23.6,
      "height_in": 15,
      "depth_in": 28.8,
      "weight_lbs": 85,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2668628",
      "brand": "LG",
      "model_number": "LW1022FVSM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2668628",
      "energy_star_model_identifier": "ES_1118034_LW1022FVSM_092620230505831_4537537",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 116,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-27",
      "date_available_on_market": "2023-07-24",
      "markets": [
        "United States"
      ],
      "width_in": 19.6,
      "height_in": 12.4,
      "depth_in": 24.5,
      "weight_lbs": 63,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2668629",
      "brand": "LG",
      "model_number": "LW1022IVSM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2668629",
      "energy_star_model_identifier": "ES_1118034_LW1022IVSM_092620230505166_2375181",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 116,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-27",
      "date_available_on_market": "2023-07-24",
      "markets": [
        "United States"
      ],
      "width_in": 19.6,
      "height_in": 12.4,
      "depth_in": 24.5,
      "weight_lbs": 63,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2668630",
      "brand": "LG",
      "model_number": "LW1222IVSM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2668630",
      "energy_star_model_identifier": "ES_1118034_LW1222IVSM_092620230505865_8222880",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-27",
      "date_available_on_market": "2023-07-24",
      "markets": [
        "United States"
      ],
      "width_in": 23.6,
      "height_in": 15,
      "depth_in": 28.8,
      "weight_lbs": 85,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2669188",
      "brand": "Midea",
      "model_number": "MAW08AV1QWT-C",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2669188",
      "energy_star_model_identifier": "ES_1138537_MAW08AV1QWT-C_09282023160824_80183471",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-26",
      "date_available_on_market": "2023-09-26",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2669189",
      "brand": "Midea",
      "model_number": "MAW12AV1QWT-C",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2669189",
      "energy_star_model_identifier": "ES_1138537_MAW12AV1QWT-C_09282023160824_80183471",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-09-26",
      "date_available_on_market": "2023-09-26",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2673863",
      "brand": "GREE",
      "model_number": "GJH09BW-A6DRNL1A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2673863",
      "energy_star_model_identifier": "ES_1105164_GJH09BW-A6DRNL1A_09292023120031_80167529",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 9300,
      "ceer_btu_per_wh": 15.1,
      "running_watts": 616,
      "annual_energy_kwh": 461.9,
      "running_watts_from_annual_energy": 616,
      "cross_check_deviation_pct": 0.0044,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 54,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2025-06-16",
      "date_available_on_market": "2023-09-18",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 116,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2684130",
      "brand": "GE Profile",
      "model_number": "PHNT10CCH1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2684130",
      "energy_star_model_identifier": "ES_1123206_PHNT10CCH1_10232023163058_8050805",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 10300,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 701,
      "annual_energy_kwh": 525.5,
      "running_watts_from_annual_energy": 701,
      "cross_check_deviation_pct": 0.0019,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-10-26",
      "date_available_on_market": "2023-01-06",
      "markets": [
        "United States"
      ],
      "width_in": 19.7,
      "height_in": 12.8,
      "depth_in": 28,
      "weight_lbs": 80,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2684132",
      "brand": "GE Profile",
      "model_number": "PHNT12CCH1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2684132",
      "energy_star_model_identifier": "ES_1123206_PHNT12CCH1_10232023162410_537073",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 12200,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 830,
      "annual_energy_kwh": 622.4,
      "running_watts_from_annual_energy": 830,
      "cross_check_deviation_pct": 0.0079,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-10-26",
      "date_available_on_market": "2023-01-06",
      "markets": [
        "United States"
      ],
      "width_in": 19.7,
      "height_in": 12.8,
      "depth_in": 28,
      "weight_lbs": 80,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2740429",
      "brand": "Midea",
      "model_number": "1010451315",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2740429",
      "energy_star_model_identifier": "ES_1138537_1010451315_11212023123132_80189560",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-11-17",
      "date_available_on_market": "2023-11-17",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2740430",
      "brand": "Midea",
      "model_number": "1010451479",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2740430",
      "energy_star_model_identifier": "ES_1138537_1010451479_11212023123132_80189560",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-11-17",
      "date_available_on_market": "2023-11-17",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2740431",
      "brand": "Midea",
      "model_number": "1010451379",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2740431",
      "energy_star_model_identifier": "ES_1138537_1010451379_11212023123132_80189560",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-11-17",
      "date_available_on_market": "2023-11-17",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2740432",
      "brand": "Midea",
      "model_number": "MAW08U1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2740432",
      "energy_star_model_identifier": "ES_1138537_MAW08U1QWT_11212023124024_80189917",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-11-17",
      "date_available_on_market": "2023-11-17",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2740433",
      "brand": "Midea",
      "model_number": "MAW10U1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2740433",
      "energy_star_model_identifier": "ES_1138537_MAW10U1QWT_11212023124024_80189917",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-11-17",
      "date_available_on_market": "2023-11-17",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2740434",
      "brand": "Midea",
      "model_number": "MAW12U1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2740434",
      "energy_star_model_identifier": "ES_1138537_MAW12U1QWT_11212023124024_80189917",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-11-17",
      "date_available_on_market": "2023-11-17",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-2829065",
      "brand": "Midea",
      "model_number": "MAW12HV1CWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "2829065",
      "energy_star_model_identifier": "ES_1138537_MAW12HV1CWT_120420230826247_9283395",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 13.3,
      "running_watts": 902,
      "annual_energy_kwh": 676.7,
      "running_watts_from_annual_energy": 902,
      "cross_check_deviation_pct": 0.0012,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 36,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2023-12-04",
      "date_available_on_market": "2023-07-11",
      "markets": [
        "United States"
      ],
      "width_in": 19.4,
      "height_in": 13.9,
      "depth_in": 22.2,
      "weight_lbs": 58,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3354606",
      "brand": "Danby",
      "model_number": "DAC080B7IWDB-6",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3354606",
      "energy_star_model_identifier": "ES_0031682_DAC080B7IWDB-6_01022024123846_80193130",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-12-18",
      "date_available_on_market": "2023-12-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3354607",
      "brand": "Danby",
      "model_number": "DAC080B8IWDB-6",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3354607",
      "energy_star_model_identifier": "ES_0031682_DAC080B8IWDB-6_01022024123846_80193130",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-12-28",
      "date_available_on_market": "2023-12-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3354608",
      "brand": "Danby",
      "model_number": "DAC100B8IWDB-6",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3354608",
      "energy_star_model_identifier": "ES_0031682_DAC100B8IWDB-6_01022024123846_80193130",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-12-28",
      "date_available_on_market": "2023-12-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3354618",
      "brand": "Midea",
      "model_number": "MAW12V1YWT-S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3354618",
      "energy_star_model_identifier": "ES_1138537_MAW12V1YWT-S_01022024125349_80195322",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-12-28",
      "date_available_on_market": "2023-12-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3354619",
      "brand": "Midea",
      "model_number": "MAW08V1QWT-T",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3354619",
      "energy_star_model_identifier": "ES_1138537_MAW08V1QWT-T_01022024125349_80195322",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2023-12-28",
      "date_available_on_market": "2023-12-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3360621",
      "brand": "LG",
      "model_number": "LW1522FVSM",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3360621",
      "energy_star_model_identifier": "ES_1118034_LW1522FVSM_010820240822821_2187901",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 14000,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 952,
      "annual_energy_kwh": 714.3,
      "running_watts_from_annual_energy": 952,
      "cross_check_deviation_pct": 0.002,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 37,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-01-08",
      "date_available_on_market": "2024-01-02",
      "markets": [
        "United States"
      ],
      "width_in": 23.6,
      "height_in": 15,
      "depth_in": 28.8,
      "weight_lbs": 85,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3387781",
      "brand": "Keystone",
      "model_number": "KSTAW08INV",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3387781",
      "energy_star_model_identifier": "ES_1055302_KSTAW08INV_01292024112932_80198612",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-01-29",
      "date_available_on_market": "2024-01-29",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3387782",
      "brand": "Keystone",
      "model_number": "KSTAW10INV",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3387782",
      "energy_star_model_identifier": "ES_1055302_KSTAW10INV_01292024112932_80198612",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-01-29",
      "date_available_on_market": "2024-01-29",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3387783",
      "brand": "Keystone",
      "model_number": "KSTAW12INV",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3387783",
      "energy_star_model_identifier": "ES_1055302_KSTAW12INV_01292024112932_80198612",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-01-29",
      "date_available_on_market": "2024-01-29",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3478067",
      "brand": "Friedrich",
      "model_number": "CCV15A10A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3478067",
      "energy_star_model_identifier": "ES_0031705_CCV15A10A_05162024104007_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 15000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1042,
      "annual_energy_kwh": 781.3,
      "running_watts_from_annual_energy": 1042,
      "cross_check_deviation_pct": 0.0064,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 102,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3478068",
      "brand": "Friedrich",
      "model_number": "CCV18A30A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3478068",
      "energy_star_model_identifier": "ES_0031705_CCV18A30A_05162024104007_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 18000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1250,
      "annual_energy_kwh": 937.5,
      "running_watts_from_annual_energy": 1250,
      "cross_check_deviation_pct": 0,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 116,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3478069",
      "brand": "Friedrich",
      "model_number": "CCV24A30A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3478069",
      "energy_star_model_identifier": "ES_0031705_CCV24A30A_05162024104007_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 24000,
      "ceer_btu_per_wh": 12.7,
      "running_watts": 1890,
      "annual_energy_kwh": 1417.3,
      "running_watts_from_annual_energy": 1890,
      "cross_check_deviation_pct": 0.0016,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 122,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3550237",
      "brand": "Midea",
      "model_number": "MWCUPWHP-09HEFN8-BCL1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3550237",
      "energy_star_model_identifier": "ES_1138537_MWCUPWHP-09HEFN8-BCL1_07032024122529_80215190",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 9500,
      "ceer_btu_per_wh": 17.6,
      "running_watts": 540,
      "annual_energy_kwh": 404.8,
      "running_watts_from_annual_energy": 540,
      "cross_check_deviation_pct": 0.0073,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 80,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2024-07-01",
      "date_available_on_market": "2024-07-01",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25,
      "height_in": 20.9,
      "depth_in": 41.2,
      "weight_lbs": 129,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3555248",
      "brand": "Whirlpool",
      "model_number": "WHAW-151IN",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3555248",
      "energy_star_model_identifier": "ES_1055302_WHAW-151IN_07232024104052_80200121",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 15000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1042,
      "annual_energy_kwh": 781.3,
      "running_watts_from_annual_energy": 1042,
      "cross_check_deviation_pct": 0.0064,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 30,
      "height_in": 20.7,
      "depth_in": 28.8,
      "weight_lbs": 102.5,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3555249",
      "brand": "Whirlpool",
      "model_number": "WHAW-181IN",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3555249",
      "energy_star_model_identifier": "ES_1055302_WHAW-181IN_07232024104052_80200121",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 18000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1250,
      "annual_energy_kwh": 937.5,
      "running_watts_from_annual_energy": 1250,
      "cross_check_deviation_pct": 0,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 30,
      "height_in": 20.7,
      "depth_in": 28.8,
      "weight_lbs": 105.8,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3555250",
      "brand": "Whirlpool",
      "model_number": "WHAW-241IN",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3555250",
      "energy_star_model_identifier": "ES_1055302_WHAW-241IN_07232024104052_80200121",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 24000,
      "ceer_btu_per_wh": 12.7,
      "running_watts": 1890,
      "annual_energy_kwh": 1417.3,
      "running_watts_from_annual_energy": 1890,
      "cross_check_deviation_pct": 0.0016,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 30,
      "height_in": 20.7,
      "depth_in": 28.8,
      "weight_lbs": 115.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3555251",
      "brand": "Whirlpool",
      "model_number": "WHAW-081IN",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3555251",
      "energy_star_model_identifier": "ES_1055302_WHAW-081IN_07232024104052_80200121",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-03-25",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 61.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3555252",
      "brand": "Whirlpool",
      "model_number": "WHAW-101IN",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3555252",
      "energy_star_model_identifier": "ES_1055302_WHAW-101IN_07232024104052_80200121",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-03-25",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3555253",
      "brand": "Whirlpool",
      "model_number": "WHAW-121IN",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3555253",
      "energy_star_model_identifier": "ES_1055302_WHAW-121IN_07232024104052_80200121",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-03-25",
      "date_available_on_market": "2024-05-16",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3557081",
      "brand": "Midea",
      "model_number": "MWAUQB-08CRFN8-BCP0",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3557081",
      "energy_star_model_identifier": "ES_1138537_MWAUQB-08CRFN8-BCP0_08022024121249_80187204",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-08-02",
      "date_available_on_market": "2024-08-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3557082",
      "brand": "Midea",
      "model_number": "MWAUQB-10CRFN8-BCP0",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3557082",
      "energy_star_model_identifier": "ES_1138537_MWAUQB-10CRFN8-BCP0_08022024121249_80187204",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-08-02",
      "date_available_on_market": "2024-08-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3557083",
      "brand": "Midea",
      "model_number": "MWAUQB-12CRFN8-BCN12",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3557083",
      "energy_star_model_identifier": "ES_1138537_MWAUQB-12CRFN8-BCN12_08022024121249_80187204",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-08-02",
      "date_available_on_market": "2024-08-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3627050",
      "brand": "Gradient",
      "model_number": "CCHP11",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3627050",
      "energy_star_model_identifier": "ES_1147758_CCHP11_08302024094517_5650293",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 9300,
      "ceer_btu_per_wh": 16.8,
      "running_watts": 554,
      "annual_energy_kwh": 415.2,
      "running_watts_from_annual_energy": 554,
      "cross_check_deviation_pct": 0.0052,
      "voltage_v": 120,
      "has_heating_mode": true,
      "percent_below_federal_standard": 71,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2024-09-05",
      "date_available_on_market": "2024-09-12",
      "markets": [
        "United States"
      ],
      "width_in": 25.3,
      "height_in": 24,
      "depth_in": 37.3,
      "weight_lbs": 140,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3629712",
      "brand": "Century",
      "model_number": "RXTS-81A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3629712",
      "energy_star_model_identifier": "ES_0017771_RXTS-81A_09272024112716_80221244",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-09-26",
      "date_available_on_market": "2024-09-26",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 53.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3629713",
      "brand": "Century",
      "model_number": "RXTS-101A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3629713",
      "energy_star_model_identifier": "ES_0017771_RXTS-101A_09272024112716_80221244",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-09-26",
      "date_available_on_market": "2024-09-26",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3629714",
      "brand": "Century",
      "model_number": "RXTS-121A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3629714",
      "energy_star_model_identifier": "ES_0017771_RXTS-121A_09272024112716_80221244",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-09-26",
      "date_available_on_market": "2024-09-26",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3798664",
      "brand": "Hisense",
      "model_number": "HLAW0825TW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3798664",
      "energy_star_model_identifier": "ES_1115137_HLAW0825TW_11112024101758_9996759",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-11-13",
      "date_available_on_market": "2024-11-05",
      "markets": [
        "United States"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 51.2,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845046",
      "brand": "Hisense",
      "model_number": "AWL1225TW1W",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845046",
      "energy_star_model_identifier": "ES_1115137_AWL1225TW1W_12042024104517_2930414",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-05",
      "date_available_on_market": "2025-01-20",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 55.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845047",
      "brand": "Hisense",
      "model_number": "LWCT12W25A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845047",
      "energy_star_model_identifier": "ES_1115137_LWCT12W25A_12042024104517_7130243",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-05",
      "date_available_on_market": "2025-03-28",
      "markets": [
        "United States"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 55.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845048",
      "brand": "Vissani",
      "model_number": "VWL1225T",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845048",
      "energy_star_model_identifier": "ES_31912_VWL1225T_12042024104518_1522470",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-05",
      "date_available_on_market": "2025-02-27",
      "markets": [
        "United States"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 55.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845049",
      "brand": "Hisense",
      "model_number": "143-1306-8",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845049",
      "energy_star_model_identifier": "ES_1115137_143-1306-8_12042024104518_593949",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-05",
      "date_available_on_market": "2025-02-15",
      "markets": [
        "Canada"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 55.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845050",
      "brand": "Hisense",
      "model_number": "WAWL1225TW1W",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845050",
      "energy_star_model_identifier": "ES_1115137_WAWL1225TW1W_12042024104518_9005526",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-05",
      "date_available_on_market": "2025-03-15",
      "markets": [
        "United States"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 55.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845186",
      "brand": "GREE",
      "model_number": "GJC08BU-A6DRNJ2A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845186",
      "energy_star_model_identifier": "ES_1105164_GJC08BU-A6DRNJ2A_12092024163219_80232913",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8300,
      "ceer_btu_per_wh": 16,
      "running_watts": 519,
      "annual_energy_kwh": 389.1,
      "running_watts_from_annual_energy": 519,
      "cross_check_deviation_pct": 0.0096,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-11-25",
      "date_available_on_market": "2024-11-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 21,
      "height_in": 13,
      "depth_in": 18,
      "weight_lbs": 60.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845187",
      "brand": "GREE",
      "model_number": "GJC10BU-A6DRNJ2A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845187",
      "energy_star_model_identifier": "ES_1105164_GJC10BU-A6DRNJ2A_12092024163219_80232913",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 680,
      "annual_energy_kwh": 510.2,
      "running_watts_from_annual_energy": 680,
      "cross_check_deviation_pct": 0.0008,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-11-25",
      "date_available_on_market": "2024-11-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 21,
      "height_in": 13,
      "depth_in": 18,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845188",
      "brand": "GREE",
      "model_number": "GJC12BU-A6DRNJ2A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845188",
      "energy_star_model_identifier": "ES_1105164_GJC12BU-A6DRNJ2A_12092024163219_80232913",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 11500,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 782,
      "annual_energy_kwh": 586.7,
      "running_watts_from_annual_energy": 782,
      "cross_check_deviation_pct": 0.0059,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-11-25",
      "date_available_on_market": "2024-11-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 21,
      "height_in": 13,
      "depth_in": 18,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845223",
      "brand": "HEMA",
      "model_number": "DS-2W1822CI",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845223",
      "energy_star_model_identifier": "ES_1150726_DS-2W1822CI_12102024103932_80235876",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 18000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1250,
      "annual_energy_kwh": 937.5,
      "running_watts_from_annual_energy": 1250,
      "cross_check_deviation_pct": 0,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-12-10",
      "date_available_on_market": "2024-11-29",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 116,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845224",
      "brand": "TCL",
      "model_number": "H15W4KW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845224",
      "energy_star_model_identifier": "ES_1126578_H15W4KW_12102024105744_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 15000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1042,
      "annual_energy_kwh": 781.3,
      "running_watts_from_annual_energy": 1042,
      "cross_check_deviation_pct": 0.0064,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-12-10",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 102,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845225",
      "brand": "TCL",
      "model_number": "H18W4KW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845225",
      "energy_star_model_identifier": "ES_1126578_H18W4KW_12102024105744_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 18000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1250,
      "annual_energy_kwh": 937.5,
      "running_watts_from_annual_energy": 1250,
      "cross_check_deviation_pct": 0,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-12-10",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 116,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845226",
      "brand": "TCL",
      "model_number": "H24W4KW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845226",
      "energy_star_model_identifier": "ES_1126578_H24W4KW_12102024105744_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 24000,
      "ceer_btu_per_wh": 12.7,
      "running_watts": 1890,
      "annual_energy_kwh": 1417.3,
      "running_watts_from_annual_energy": 1890,
      "cross_check_deviation_pct": 0.0016,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-12-10",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 122,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845227",
      "brand": "TCL",
      "model_number": "H15W4KW-CA",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845227",
      "energy_star_model_identifier": "ES_1126578_H15W4KW-CA_12102024105744_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 15000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1042,
      "annual_energy_kwh": 781.3,
      "running_watts_from_annual_energy": 1042,
      "cross_check_deviation_pct": 0.0064,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-12-10",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 102,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845228",
      "brand": "TCL",
      "model_number": "H18W4KW-CA",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845228",
      "energy_star_model_identifier": "ES_1126578_H18W4KW-CA_12102024105744_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 18000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1250,
      "annual_energy_kwh": 937.5,
      "running_watts_from_annual_energy": 1250,
      "cross_check_deviation_pct": 0,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-12-10",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 116,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3845229",
      "brand": "TCL",
      "model_number": "H24W4KW-CA",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3845229",
      "energy_star_model_identifier": "ES_1126578_H24W4KW-CA_12102024105744_80172671",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 24000,
      "ceer_btu_per_wh": 12.7,
      "running_watts": 1890,
      "annual_energy_kwh": 1417.3,
      "running_watts_from_annual_energy": 1890,
      "cross_check_deviation_pct": 0.0016,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2024-03-11",
      "date_available_on_market": "2024-12-10",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 122,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3892173",
      "brand": "Midea",
      "model_number": "MAH09B1AGR",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3892173",
      "energy_star_model_identifier": "ES_1138537_MAH09B1AGR_01022025143937_80237074",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 9500,
      "ceer_btu_per_wh": 17.6,
      "running_watts": 540,
      "annual_energy_kwh": 404.8,
      "running_watts_from_annual_energy": 540,
      "cross_check_deviation_pct": 0.0073,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 80,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2024-12-25",
      "date_available_on_market": "2024-12-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25,
      "height_in": 20.9,
      "depth_in": 41.2,
      "weight_lbs": 129,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3892174",
      "brand": "Midea",
      "model_number": "MAH09H1AGR",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3892174",
      "energy_star_model_identifier": "ES_1138537_MAH09H1AGR_01022025143937_80237074",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 9500,
      "ceer_btu_per_wh": 17.6,
      "running_watts": 540,
      "annual_energy_kwh": 404.8,
      "running_watts_from_annual_energy": 540,
      "cross_check_deviation_pct": 0.0073,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 80,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2024-12-25",
      "date_available_on_market": "2024-12-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25,
      "height_in": 20.9,
      "depth_in": 41.2,
      "weight_lbs": 129,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3892175",
      "brand": "Midea",
      "model_number": "MAW08U2QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3892175",
      "energy_star_model_identifier": "ES_1138537_MAW08U2QWT_01022025143937_ 80237251",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-25",
      "date_available_on_market": "2024-12-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3892176",
      "brand": "Midea",
      "model_number": "MAW10U2QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3892176",
      "energy_star_model_identifier": "ES_1138537_MAW10U2QWT_01022025143937_ 80237251",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-25",
      "date_available_on_market": "2024-12-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3892177",
      "brand": "Midea",
      "model_number": "MAW12U2QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "3892177",
      "energy_star_model_identifier": "ES_1138537_MAW12U2QWT_01022025143937_ 80237251",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-25",
      "date_available_on_market": "2024-12-25",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-3943309",
      "brand": "Hisense",
      "model_number": "AHLW1225TW1W",
      "alternate_model_numbers": "AWUS1225TW",
      "energy_star_pd_id": "3943309",
      "energy_star_model_identifier": "ES_1115137_AHLW1225TW1W_12192024133734_6841546",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-05",
      "date_available_on_market": "2024-12-11",
      "markets": [
        "United States"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 55.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4008622",
      "brand": "Midea",
      "model_number": "MAH09S1AGR",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4008622",
      "energy_star_model_identifier": "ES_1138537_MAH09S1AGR_04032025111848_80249678",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 9500,
      "ceer_btu_per_wh": 17.6,
      "running_watts": 540,
      "annual_energy_kwh": 404.8,
      "running_watts_from_annual_energy": 540,
      "cross_check_deviation_pct": 0.0073,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 80,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2025-04-02",
      "date_available_on_market": "2025-04-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25,
      "height_in": 20.9,
      "depth_in": 41.2,
      "weight_lbs": 129,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4008623",
      "brand": "Midea",
      "model_number": "MAH09N1AGR",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4008623",
      "energy_star_model_identifier": "ES_1138537_MAH09N1AGR_04032025111848_80249678",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 9500,
      "ceer_btu_per_wh": 17.6,
      "running_watts": 540,
      "annual_energy_kwh": 404.8,
      "running_watts_from_annual_energy": 540,
      "cross_check_deviation_pct": 0.0073,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 80,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2025-04-02",
      "date_available_on_market": "2025-04-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25,
      "height_in": 20.9,
      "depth_in": 41.2,
      "weight_lbs": 129,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4008624",
      "brand": "Midea",
      "model_number": "MWCUPWHP-09HEFN8-BCL1N",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4008624",
      "energy_star_model_identifier": "ES_1138537_MWCUPWHP-09HEFN8-BCL1N_04032025111848_80249678",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 9500,
      "ceer_btu_per_wh": 17.6,
      "running_watts": 540,
      "annual_energy_kwh": 404.8,
      "running_watts_from_annual_energy": 540,
      "cross_check_deviation_pct": 0.0073,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 80,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2025-04-02",
      "date_available_on_market": "2025-04-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25,
      "height_in": 20.9,
      "depth_in": 41.2,
      "weight_lbs": 129,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480276",
      "brand": "Kinghome",
      "model_number": "KHWA09IN",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480276",
      "energy_star_model_identifier": "ES_1105164_KHWA09IN_07252025115409_80258695",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 9300,
      "ceer_btu_per_wh": 15.1,
      "running_watts": 616,
      "annual_energy_kwh": 461.9,
      "running_watts_from_annual_energy": 616,
      "cross_check_deviation_pct": 0.0044,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 54,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2025-06-16",
      "date_available_on_market": "2025-06-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 116,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480910",
      "brand": "TCL",
      "model_number": "H8W4KW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480910",
      "energy_star_model_identifier": "ES_1126578_H8W4KW_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-01-15",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 61.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480911",
      "brand": "TCL",
      "model_number": "H8W4KW-CA",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480911",
      "energy_star_model_identifier": "ES_1126578_H8W4KW-CA_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-01-15",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 61.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480912",
      "brand": "TCL",
      "model_number": "H10W4KW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480912",
      "energy_star_model_identifier": "ES_1126578_H10W4KW_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-01-15",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480913",
      "brand": "TCL",
      "model_number": "H10W4KW-CA",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480913",
      "energy_star_model_identifier": "ES_1126578_H10W4KW-CA_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-01-15",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480914",
      "brand": "TCL",
      "model_number": "H12W4KW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480914",
      "energy_star_model_identifier": "ES_1126578_H12W4KW_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-01-15",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480915",
      "brand": "TCL",
      "model_number": "H12W4KW-CA",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480915",
      "energy_star_model_identifier": "ES_1126578_H12W4KW-CA_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-01-15",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480916",
      "brand": "TCL",
      "model_number": "KCR-35/YXRDBp(E1/6)(080002)",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480916",
      "energy_star_model_identifier": "ES_1126578_KCR-35/YXRDBp(E1/6)(080002)_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-26",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 30,
      "height_in": 20.1,
      "depth_in": 28.8,
      "weight_lbs": 94.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480917",
      "brand": "TCL",
      "model_number": "H12W4KWH",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480917",
      "energy_star_model_identifier": "ES_1126578_H12W4KWH_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-26",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 30,
      "height_in": 20.1,
      "depth_in": 28.8,
      "weight_lbs": 94.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4480918",
      "brand": "TCL",
      "model_number": "H12W4KWH-CA",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4480918",
      "energy_star_model_identifier": "ES_1126578_H12W4KWH-CA_07302025121421_80239506",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-12-26",
      "date_available_on_market": "2025-02-08",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 30,
      "height_in": 20.1,
      "depth_in": 28.8,
      "weight_lbs": 94.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481448",
      "brand": "HOUSE KOBO",
      "model_number": "KOBOGJC08BU",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481448",
      "energy_star_model_identifier": "ES_1150317_KOBOGJC08BU_08202025122250_80262526",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8100,
      "ceer_btu_per_wh": 15.5,
      "running_watts": 523,
      "annual_energy_kwh": 391.9,
      "running_watts_from_annual_energy": 523,
      "cross_check_deviation_pct": 0.0091,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 42,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-02",
      "date_available_on_market": "2025-08-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 21,
      "height_in": 13,
      "depth_in": 18,
      "weight_lbs": 60.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481449",
      "brand": "HOUSE KOBO",
      "model_number": "KOBOGJC10BU",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481449",
      "energy_star_model_identifier": "ES_1150317_KOBOGJC10BU_08202025122250_80262526",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 680,
      "annual_energy_kwh": 510.2,
      "running_watts_from_annual_energy": 680,
      "cross_check_deviation_pct": 0.0008,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-02",
      "date_available_on_market": "2025-08-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 21,
      "height_in": 13,
      "depth_in": 18,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481450",
      "brand": "HOUSE KOBO",
      "model_number": "KOBOGJC12BU",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481450",
      "energy_star_model_identifier": "ES_1150317_KOBOGJC12BU_08202025122250_80262526",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 11500,
      "ceer_btu_per_wh": 14.7,
      "running_watts": 782,
      "annual_energy_kwh": 586.7,
      "running_watts_from_annual_energy": 782,
      "cross_check_deviation_pct": 0.0059,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-02",
      "date_available_on_market": "2025-08-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 21,
      "height_in": 13,
      "depth_in": 18,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481483",
      "brand": "TCL",
      "model_number": "T08WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481483",
      "energy_star_model_identifier": "ES_1126578_T08WQ2S_08212025130747_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-21",
      "date_available_on_market": "2025-08-21",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 61.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481484",
      "brand": "TCL",
      "model_number": "T10WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481484",
      "energy_star_model_identifier": "ES_1126578_T10WQ2S_08212025130747_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-21",
      "date_available_on_market": "2025-08-21",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481485",
      "brand": "TCL",
      "model_number": "T12WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481485",
      "energy_star_model_identifier": "ES_1126578_T12WQ2S_08212025130747_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-21",
      "date_available_on_market": "2025-08-21",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481486",
      "brand": "TCL",
      "model_number": "T15WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481486",
      "energy_star_model_identifier": "ES_1126578_T15WQ2S_08212025130747_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 15000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1042,
      "annual_energy_kwh": 781.3,
      "running_watts_from_annual_energy": 1042,
      "cross_check_deviation_pct": 0.0064,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-08-21",
      "date_available_on_market": "2025-08-21",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 102,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481487",
      "brand": "TCL",
      "model_number": "T18WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481487",
      "energy_star_model_identifier": "ES_1126578_T18WQ2S_08212025130747_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 18000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1250,
      "annual_energy_kwh": 937.5,
      "running_watts_from_annual_energy": 1250,
      "cross_check_deviation_pct": 0,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-08-21",
      "date_available_on_market": "2025-08-21",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 116,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4481488",
      "brand": "TCL",
      "model_number": "T24WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4481488",
      "energy_star_model_identifier": "ES_1126578_T24WQ2S_08212025130747_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 24000,
      "ceer_btu_per_wh": 12.7,
      "running_watts": 1890,
      "annual_energy_kwh": 1417.3,
      "running_watts_from_annual_energy": 1890,
      "cross_check_deviation_pct": 0.0016,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2025-08-21",
      "date_available_on_market": "2025-08-21",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 26,
      "height_in": 15.3,
      "depth_in": 27.5,
      "weight_lbs": 122,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4498411",
      "brand": "Hisense",
      "model_number": "AWUS1026TW",
      "alternate_model_numbers": "AALW10TW26; HW1026CW",
      "energy_star_pd_id": "4498411",
      "energy_star_model_identifier": "ES_1115137_AWUS1026TW_09042025105816_6255761",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-09-05",
      "date_available_on_market": "2025-09-02",
      "markets": [
        "United States"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 55.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514513",
      "brand": "TCL",
      "model_number": "T06WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514513",
      "energy_star_model_identifier": "ES_1126578_T06WQ2S_11122025105736_80268636",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.7,
      "height_in": 13.4,
      "depth_in": 19.3,
      "weight_lbs": 51.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514514",
      "brand": "TCL",
      "model_number": "W6WC72-I",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514514",
      "energy_star_model_identifier": "ES_1126578_W6WC72-I_11122025105736_80268636",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.7,
      "height_in": 13.4,
      "depth_in": 19.3,
      "weight_lbs": 51.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514515",
      "brand": "TCL",
      "model_number": "W6WC72-BI",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514515",
      "energy_star_model_identifier": "ES_1126578_W6WC72-BI_11122025105736_80268636",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.7,
      "height_in": 13.4,
      "depth_in": 19.3,
      "weight_lbs": 51.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514516",
      "brand": "TCL",
      "model_number": "H6W4KW",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514516",
      "energy_star_model_identifier": "ES_1126578_H6W4KW_11122025105736_80268636",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.7,
      "height_in": 13.4,
      "depth_in": 19.3,
      "weight_lbs": 51.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514517",
      "brand": "TCL",
      "model_number": "W6WC72",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514517",
      "energy_star_model_identifier": "ES_1126578_W6WC72_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 39.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514518",
      "brand": "TCL",
      "model_number": "W6WC72-B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514518",
      "energy_star_model_identifier": "ES_1126578_W6WC72-B_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 39.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514519",
      "brand": "TCL",
      "model_number": "W10WC72",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514519",
      "energy_star_model_identifier": "ES_1126578_W10WC72_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 49.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514520",
      "brand": "TCL",
      "model_number": "W10WC72-B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514520",
      "energy_star_model_identifier": "ES_1126578_W10WC72-B_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 49.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514521",
      "brand": "TCL",
      "model_number": "T10WV9S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514521",
      "energy_star_model_identifier": "ES_1126578_T10WV9S_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 49.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514522",
      "brand": "TCL",
      "model_number": "T10WV9SB",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514522",
      "energy_star_model_identifier": "ES_1126578_T10WV9SB_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 49.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514523",
      "brand": "TCL",
      "model_number": "W12WC72",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514523",
      "energy_star_model_identifier": "ES_1126578_W12WC72_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 51.8,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514524",
      "brand": "TCL",
      "model_number": "W12WC72-B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514524",
      "energy_star_model_identifier": "ES_1126578_W12WC72-B_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 51.8,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514525",
      "brand": "TCL",
      "model_number": "T12WV4S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514525",
      "energy_star_model_identifier": "ES_1126578_T12WV4S_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 51.8,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514526",
      "brand": "TCL",
      "model_number": "T12WV9S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514526",
      "energy_star_model_identifier": "ES_1126578_T12WV9S_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 51.8,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514527",
      "brand": "TCL",
      "model_number": "T12WV9SB",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514527",
      "energy_star_model_identifier": "ES_1126578_T12WV9SB_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 51.8,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514528",
      "brand": "TCL",
      "model_number": "W14WC72",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514528",
      "energy_star_model_identifier": "ES_1126578_W14WC72_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 14000,
      "ceer_btu_per_wh": 16,
      "running_watts": 875,
      "annual_energy_kwh": 656.3,
      "running_watts_from_annual_energy": 875,
      "cross_check_deviation_pct": 0.0076,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 50,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 57.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514529",
      "brand": "TCL",
      "model_number": "W14WC72-B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514529",
      "energy_star_model_identifier": "ES_1126578_W14WC72-B_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 14000,
      "ceer_btu_per_wh": 16,
      "running_watts": 875,
      "annual_energy_kwh": 656.3,
      "running_watts_from_annual_energy": 875,
      "cross_check_deviation_pct": 0.0076,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 50,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 57.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514530",
      "brand": "TCL",
      "model_number": "T14WV9S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514530",
      "energy_star_model_identifier": "ES_1126578_T14WV9S_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 14000,
      "ceer_btu_per_wh": 16,
      "running_watts": 875,
      "annual_energy_kwh": 656.3,
      "running_watts_from_annual_energy": 875,
      "cross_check_deviation_pct": 0.0076,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 50,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 57.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514531",
      "brand": "TCL",
      "model_number": "T14WV9SB",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514531",
      "energy_star_model_identifier": "ES_1126578_T14WV9SB_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 14000,
      "ceer_btu_per_wh": 16,
      "running_watts": 875,
      "annual_energy_kwh": 656.3,
      "running_watts_from_annual_energy": 875,
      "cross_check_deviation_pct": 0.0076,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 50,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 57.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514532",
      "brand": "TCL",
      "model_number": "T08WV3S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514532",
      "energy_star_model_identifier": "ES_1126578_T08WV3S_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514533",
      "brand": "TCL",
      "model_number": "W8WC72",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514533",
      "energy_star_model_identifier": "ES_1126578_W8WC72_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514534",
      "brand": "TCL",
      "model_number": "W8WC72-B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514534",
      "energy_star_model_identifier": "ES_1126578_W8WC72-B_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514535",
      "brand": "TCL",
      "model_number": "T08WV9S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514535",
      "energy_star_model_identifier": "ES_1126578_T08WV9S_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514536",
      "brand": "TCL",
      "model_number": "T08WV9SB",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514536",
      "energy_star_model_identifier": "ES_1126578_T08WV9SB_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514537",
      "brand": "TCL",
      "model_number": "W5WC72M",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514537",
      "energy_star_model_identifier": "ES_1126578_W5WC72M_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514538",
      "brand": "TCL",
      "model_number": "W5WC72M-B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514538",
      "energy_star_model_identifier": "ES_1126578_W5WC72M-B_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514539",
      "brand": "TCL",
      "model_number": "T05WV9M",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514539",
      "energy_star_model_identifier": "ES_1126578_T05WV9M_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514540",
      "brand": "TCL",
      "model_number": "T05WV9MB",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514540",
      "energy_star_model_identifier": "ES_1126578_T05WV9MB_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514541",
      "brand": "TCL",
      "model_number": "W5WC72",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514541",
      "energy_star_model_identifier": "ES_1126578_W5WC72_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514542",
      "brand": "TCL",
      "model_number": "W5WC72-B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514542",
      "energy_star_model_identifier": "ES_1126578_W5WC72-B_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514543",
      "brand": "TCL",
      "model_number": "T05WV9R",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514543",
      "energy_star_model_identifier": "ES_1126578_T05WV9R_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514544",
      "brand": "TCL",
      "model_number": "T05WV9RB",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514544",
      "energy_star_model_identifier": "ES_1126578_T05WV9RB_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 5000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 365,
      "annual_energy_kwh": 273.7,
      "running_watts_from_annual_energy": 365,
      "cross_check_deviation_pct": 0.0083,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "1. Without reverse cycle, with louvered sides, and less than 6,000 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 16,
      "height_in": 12.5,
      "depth_in": 15.5,
      "weight_lbs": 41.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514545",
      "brand": "TCL",
      "model_number": "T06WV9R",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514545",
      "energy_star_model_identifier": "ES_1126578_T06WV9R_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 45.2,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514546",
      "brand": "TCL",
      "model_number": "T06WV9RB",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514546",
      "energy_star_model_identifier": "ES_1126578_T06WV9RB_11122025105736_80268586",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 13.7,
      "running_watts": 438,
      "annual_energy_kwh": 328.5,
      "running_watts_from_annual_energy": 438,
      "cross_check_deviation_pct": 0.01,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 25,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 18.6,
      "height_in": 13.3,
      "depth_in": 17.7,
      "weight_lbs": 45.2,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514547",
      "brand": "TCL",
      "model_number": "T10WV3S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514547",
      "energy_star_model_identifier": "ES_1126578_T10WV3S_11122025105736_80268948",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-11-11",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.8,
      "height_in": 15.2,
      "depth_in": 21.5,
      "weight_lbs": 49.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514548",
      "brand": "TCL",
      "model_number": "T24WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514548",
      "energy_star_model_identifier": "ES_1126578_T24WQ2S_11122025105736_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 24000,
      "ceer_btu_per_wh": 12.7,
      "running_watts": 1890,
      "annual_energy_kwh": 1417.3,
      "running_watts_from_annual_energy": 1890,
      "cross_check_deviation_pct": 0.0016,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2025-08-22",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.4,
      "height_in": 16.9,
      "depth_in": 26.4,
      "weight_lbs": 99.2,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514549",
      "brand": "TCL",
      "model_number": "T08WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514549",
      "energy_star_model_identifier": "ES_1126578_T08WQ2S_11122025105736_80267013",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-22",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.7,
      "height_in": 13.4,
      "depth_in": 19.3,
      "weight_lbs": 56.2,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514550",
      "brand": "TCL",
      "model_number": "T10WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514550",
      "energy_star_model_identifier": "ES_1126578_T10WQ2S_11122025105736_80267013",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-22",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.7,
      "height_in": 13.4,
      "depth_in": 19.3,
      "weight_lbs": 57.8,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514551",
      "brand": "TCL",
      "model_number": "T12WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514551",
      "energy_star_model_identifier": "ES_1126578_T12WQ2S_11122025105736_80267013",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2025-08-22",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 20.7,
      "height_in": 13.4,
      "depth_in": 19.3,
      "weight_lbs": 58.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514552",
      "brand": "TCL",
      "model_number": "T15WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514552",
      "energy_star_model_identifier": "ES_1126578_T15WQ2S_11122025105736_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 15000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1042,
      "annual_energy_kwh": 781.3,
      "running_watts_from_annual_energy": 1042,
      "cross_check_deviation_pct": 0.0064,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-08-22",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.4,
      "height_in": 16.9,
      "depth_in": 26.4,
      "weight_lbs": 92.6,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4514553",
      "brand": "TCL",
      "model_number": "T18WQ2S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4514553",
      "energy_star_model_identifier": "ES_1126578_T18WQ2S_11122025105736_80267014",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 18000,
      "ceer_btu_per_wh": 14.4,
      "running_watts": 1250,
      "annual_energy_kwh": 937.5,
      "running_watts_from_annual_energy": 1250,
      "cross_check_deviation_pct": 0,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 35,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2025-08-22",
      "date_available_on_market": "2025-11-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.4,
      "height_in": 16.9,
      "depth_in": 26.4,
      "weight_lbs": 95.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4515588",
      "brand": "Midea",
      "model_number": "MAW12HV1CWT-A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4515588",
      "energy_star_model_identifier": "ES_1138537_MAW12HV1CWT-A_11242025064139_2923998",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 13.3,
      "running_watts": 902,
      "annual_energy_kwh": 676.7,
      "running_watts_from_annual_energy": 902,
      "cross_check_deviation_pct": 0.0012,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 36,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2025-11-24",
      "date_available_on_market": "2025-11-21",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.4,
      "height_in": 13.9,
      "depth_in": 22.2,
      "weight_lbs": 58,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4519546",
      "brand": "PHILODECO",
      "model_number": "PIWC-10CRD1(ES)",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4519546",
      "energy_star_model_identifier": "ES_1151676_PIWC-10CRD1(ES)_12292025110448_80240970",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-03-25",
      "date_available_on_market": "2025-03-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4519547",
      "brand": "PHILODECO",
      "model_number": "PIWC-12CRD1(ES)",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4519547",
      "energy_star_model_identifier": "ES_1151676_PIWC-12CRD1(ES)_12292025110448_80240970",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2024-03-25",
      "date_available_on_market": "2025-03-28",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4520284",
      "brand": "Hisense",
      "model_number": "AWL0826TW1W",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4520284",
      "energy_star_model_identifier": "ES_1115137_AWL0826TW1W_01062026182120_4865533",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-07",
      "date_available_on_market": "2025-12-26",
      "markets": [
        "Canada"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 51.2,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4520686",
      "brand": "ROVSUN",
      "model_number": "RVTIW-08CRD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4520686",
      "energy_star_model_identifier": "ES_1151028_RVTIW-08CRD1_01152026112826_80284610",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 61.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4520687",
      "brand": "Ktaxon",
      "model_number": "KXTIW-08CRD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4520687",
      "energy_star_model_identifier": "ES_1151028_KXTIW-08CRD1_01152026112826_80284610",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 61.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4520688",
      "brand": "ROVSUN",
      "model_number": "RVTIW-10CRD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4520688",
      "energy_star_model_identifier": "ES_1151028_RVTIW-10CRD1_01152026112826_80284610",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4520689",
      "brand": "Ktaxon",
      "model_number": "KXTIW-10CRD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4520689",
      "energy_star_model_identifier": "ES_1151028_KXTIW-10CRD1_01152026112826_80284610",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4520690",
      "brand": "ROVSUN",
      "model_number": "RVTIW-12CRD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4520690",
      "energy_star_model_identifier": "ES_1151028_RVTIW-12CRD1_01152026112826_80284610",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4520691",
      "brand": "Ktaxon",
      "model_number": "KXTIW-12CRD1",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4520691",
      "energy_star_model_identifier": "ES_1151028_KXTIW-12CRD1_01152026112826_80284610",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4523777",
      "brand": "Midea",
      "model_number": "1014242943",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4523777",
      "energy_star_model_identifier": "ES_1138537_1014242943_01202026114900_80281444",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 16,
      "running_watts": 500,
      "annual_energy_kwh": 375,
      "running_watts_from_annual_energy": 500,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-20",
      "date_available_on_market": "2026-01-20",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.3,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4523778",
      "brand": "Midea",
      "model_number": "1014264129",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4523778",
      "energy_star_model_identifier": "ES_1138537_1014264129_01202026114900_80281444",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-20",
      "date_available_on_market": "2026-01-20",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 54.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4523779",
      "brand": "Midea",
      "model_number": "1014278205",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4523779",
      "energy_star_model_identifier": "ES_1138537_1014278205_01202026114900_80281444",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15.2,
      "running_watts": 789,
      "annual_energy_kwh": 592.1,
      "running_watts_from_annual_energy": 789,
      "cross_check_deviation_pct": 0.0009,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 39,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-20",
      "date_available_on_market": "2026-01-20",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 56.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4528762",
      "brand": "Hykolity",
      "model_number": "ACB-2621",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4528762",
      "energy_star_model_identifier": "ES_1150728_ACB-2621_01262026120043_80284607",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 61.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4528763",
      "brand": "Hykolity",
      "model_number": "ACB-2622",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4528763",
      "energy_star_model_identifier": "ES_1150728_ACB-2622_01262026120043_80284607",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 15,
      "running_watts": 667,
      "annual_energy_kwh": 500,
      "running_watts_from_annual_energy": 667,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 63.9,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4528764",
      "brand": "Hykolity",
      "model_number": "ACB-2623",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4528764",
      "energy_star_model_identifier": "ES_1150728_ACB-2623_01262026120043_80284607",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 15,
      "running_watts": 800,
      "annual_energy_kwh": 600,
      "running_watts_from_annual_energy": 800,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-08",
      "date_available_on_market": "2026-01-15",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 24.2,
      "height_in": 16.1,
      "depth_in": 20.7,
      "weight_lbs": 65,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4572887",
      "brand": "Hisense",
      "model_number": "AALW08TW26",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4572887",
      "energy_star_model_identifier": "ES_1115137_AALW08TW26_03022026154233_2474481",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 8000,
      "ceer_btu_per_wh": 15,
      "running_watts": 533,
      "annual_energy_kwh": 400,
      "running_watts_from_annual_energy": 533,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 38,
      "meets_most_efficient_criteria": false,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-01-07",
      "date_available_on_market": "2025-12-26",
      "markets": [
        "United States"
      ],
      "width_in": 20.3,
      "height_in": 14.6,
      "depth_in": 20.7,
      "weight_lbs": 51.2,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4576748",
      "brand": "Midea",
      "model_number": "MAW06V1QWBL-T",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4576748",
      "energy_star_model_identifier": "ES_1138537_MAW06V1QWBL-T_03172026134640_80287367",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 15.1,
      "running_watts": 397,
      "annual_energy_kwh": 298,
      "running_watts_from_annual_energy": 397,
      "cross_check_deviation_pct": 0.0044,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 37,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2026-02-11",
      "date_available_on_market": "2026-02-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 50.7,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4576751",
      "brand": "Midea",
      "model_number": "MWFUQB-8CRFN8-BCN11",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4576751",
      "energy_star_model_identifier": "ES_1138537_MWFUQB-8CRFN8-BCN11_03172026134640_80287372",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 7800,
      "ceer_btu_per_wh": 15.1,
      "running_watts": 517,
      "annual_energy_kwh": 387.4,
      "running_watts_from_annual_energy": 517,
      "cross_check_deviation_pct": 0.0044,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 37,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2026-03-11",
      "date_available_on_market": "2026-03-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 52.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4576752",
      "brand": "Midea",
      "model_number": "MWFUQB-10CRFN8-BCP0",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4576752",
      "energy_star_model_identifier": "ES_1138537_MWFUQB-10CRFN8-BCP0_03172026134640_80287373",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-03-11",
      "date_available_on_market": "2026-03-11",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 57.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4612874",
      "brand": "Midea",
      "model_number": "MAH09W1AGR",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4612874",
      "energy_star_model_identifier": "ES_1138537_MAH09W1AGR_05142026111254_80299308",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 9500,
      "ceer_btu_per_wh": 17.6,
      "running_watts": 540,
      "annual_energy_kwh": 404.8,
      "running_watts_from_annual_energy": 540,
      "cross_check_deviation_pct": 0.0073,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 80,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2026-05-07",
      "date_available_on_market": "2026-05-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25,
      "height_in": 20.9,
      "depth_in": 41.2,
      "weight_lbs": 129,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4612875",
      "brand": "Midea",
      "model_number": "MAW06U1QWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4612875",
      "energy_star_model_identifier": "ES_1138537_MAW06U1QWT_05142026111254_80299308",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 6000,
      "ceer_btu_per_wh": 15.1,
      "running_watts": 397,
      "annual_energy_kwh": 298,
      "running_watts_from_annual_energy": 397,
      "cross_check_deviation_pct": 0.0044,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 37,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2026-05-07",
      "date_available_on_market": "2026-05-07",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 50.7,
      "support_bracket_included": false,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654514",
      "brand": "K�hl",
      "model_number": "KCVS08B10B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654514",
      "energy_star_model_identifier": "ES_31705_KCVS08B10B_061720260320511_5070856",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 8700,
      "ceer_btu_per_wh": 17,
      "running_watts": 512,
      "annual_energy_kwh": 383.8,
      "running_watts_from_annual_energy": 512,
      "cross_check_deviation_pct": 0.0061,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 56,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 15.9,
      "depth_in": 29,
      "weight_lbs": 70,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654534",
      "brand": "K�hl",
      "model_number": "KCVS12B10B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654534",
      "energy_star_model_identifier": "ES_31705_KCVS12B10B_061720260322667_7273404",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 12300,
      "ceer_btu_per_wh": 16.2,
      "running_watts": 759,
      "annual_energy_kwh": 569.4,
      "running_watts_from_annual_energy": 759,
      "cross_check_deviation_pct": 0.0078,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 49,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 15.9,
      "depth_in": 29,
      "weight_lbs": 110,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654574",
      "brand": "K�hl+",
      "model_number": "KHVS12B33B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654574",
      "energy_star_model_identifier": "ES_31705_KHVS12B33B_061720260323378_5982809",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 12600,
      "ceer_btu_per_wh": 15.8,
      "running_watts": 797,
      "annual_energy_kwh": 598.1,
      "running_watts_from_annual_energy": 797,
      "cross_check_deviation_pct": 0.0002,
      "voltage_v": 230,
      "has_heating_mode": true,
      "percent_below_federal_standard": 61,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 15.9,
      "depth_in": 29,
      "weight_lbs": 115,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654594",
      "brand": "K�hl+",
      "model_number": "KHVS10B11B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654594",
      "energy_star_model_identifier": "ES_31705_KHVS10B11B_061720260321757_3745018",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 10600,
      "ceer_btu_per_wh": 15,
      "running_watts": 707,
      "annual_energy_kwh": 530,
      "running_watts_from_annual_energy": 707,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": true,
      "percent_below_federal_standard": 53,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "11. With reverse cycle, with louvered sides, and less than 20,000 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 15.9,
      "depth_in": 29,
      "weight_lbs": 105,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654614",
      "brand": "K�hl+",
      "model_number": "KHVL28B35B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654614",
      "energy_star_model_identifier": "ES_31705_KHVL28B35B_061720260322922_4676901",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 28300,
      "ceer_btu_per_wh": 14.2,
      "running_watts": 1993,
      "annual_energy_kwh": 1494.7,
      "running_watts_from_annual_energy": 1993,
      "cross_check_deviation_pct": 0.0012,
      "voltage_v": 230,
      "has_heating_mode": true,
      "percent_below_federal_standard": 53,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "13. With reverse cycle, with louvered sides, and 20,000 Btu/h or more",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 28,
      "height_in": 20.2,
      "depth_in": 35.5,
      "weight_lbs": 160,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654634",
      "brand": "K�hl",
      "model_number": "KCVS16B30B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654634",
      "energy_star_model_identifier": "ES_31705_KCVS16B30B_061720260314952_2881061",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 15400,
      "ceer_btu_per_wh": 16,
      "running_watts": 963,
      "annual_energy_kwh": 721.9,
      "running_watts_from_annual_energy": 963,
      "cross_check_deviation_pct": 0.0035,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 50,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "4. Without reverse cycle, with louvered sides, and 14,000 to 19,999 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 15.9,
      "depth_in": 29,
      "weight_lbs": 110,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654654",
      "brand": "K�hl",
      "model_number": "KCVS12B30B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654654",
      "energy_star_model_identifier": "ES_31705_KCVS12B30B_061720260323494_7261055",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 12700,
      "ceer_btu_per_wh": 16.8,
      "running_watts": 756,
      "annual_energy_kwh": 567,
      "running_watts_from_annual_energy": 756,
      "cross_check_deviation_pct": 0.0063,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 54,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 15.9,
      "depth_in": 29,
      "weight_lbs": 110,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654674",
      "brand": "K�hl",
      "model_number": "KCVM24B30B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654674",
      "energy_star_model_identifier": "ES_31705_KCVM24B30B_061720260323441_2149267",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 23100,
      "ceer_btu_per_wh": 13.9,
      "running_watts": 1662,
      "annual_energy_kwh": 1246.4,
      "running_watts_from_annual_energy": 1662,
      "cross_check_deviation_pct": 0.0002,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 48,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 17.9,
      "depth_in": 29,
      "weight_lbs": 130,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654694",
      "brand": "K�hl",
      "model_number": "KCVM18B30B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654694",
      "energy_star_model_identifier": "ES_31705_KCVM18B30B_061720260320464_9259930",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 20900,
      "ceer_btu_per_wh": 14.6,
      "running_watts": 1432,
      "annual_energy_kwh": 1073.6,
      "running_watts_from_annual_energy": 1431,
      "cross_check_deviation_pct": 0.0028,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 55,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "5a. Without reverse cycle, with louvered sides, and 20,000 to 27,999 Btu/h",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 25.9,
      "height_in": 17.9,
      "depth_in": 29,
      "weight_lbs": 130,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654714",
      "brand": "K�hl",
      "model_number": "KCVL36B30B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654714",
      "energy_star_model_identifier": "ES_31705_KCVL36B30B_061720260321895_5593181",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 33000,
      "ceer_btu_per_wh": 13.4,
      "running_watts": 2463,
      "annual_energy_kwh": 1847,
      "running_watts_from_annual_energy": 2463,
      "cross_check_deviation_pct": 0.0008,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 49,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "5b. Without reverse cycle, with louvered sides, and 28,000 Btu/h or more",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 28,
      "height_in": 20.2,
      "depth_in": 35.5,
      "weight_lbs": 155,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4654734",
      "brand": "K�hl",
      "model_number": "KCVL28B30B",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4654734",
      "energy_star_model_identifier": "ES_31705_KCVL28B30B_061720260321117_4463580",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 28900,
      "ceer_btu_per_wh": 13.8,
      "running_watts": 2094,
      "annual_energy_kwh": 1570.7,
      "running_watts_from_annual_energy": 2094,
      "cross_check_deviation_pct": 0.003,
      "voltage_v": 230,
      "has_heating_mode": false,
      "percent_below_federal_standard": 53,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "5b. Without reverse cycle, with louvered sides, and 28,000 Btu/h or more",
      "date_certified": "2026-06-17",
      "date_available_on_market": "2026-06-02",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 28,
      "height_in": 20.2,
      "depth_in": 35.5,
      "weight_lbs": 155,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4669635",
      "brand": "Midea",
      "model_number": "MWAUQB-12CRFN8-BCP0",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4669635",
      "energy_star_model_identifier": "ES_1138537_MWAUQB-12CRFN8-BCP0_07142026115027_80300251",
      "mounting": "straddles_windowsill",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 58.4,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4670694",
      "brand": "Midea",
      "model_number": "MAW08U1KWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4670694",
      "energy_star_model_identifier": "ES_1138537_MAW08U1KWT_07162026125501_80309175",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 7800,
      "ceer_btu_per_wh": 15.1,
      "running_watts": 517,
      "annual_energy_kwh": 387.4,
      "running_watts_from_annual_energy": 517,
      "cross_check_deviation_pct": 0.0044,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 37,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 52.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4670695",
      "brand": "Midea",
      "model_number": "MAW08U1KWT-A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4670695",
      "energy_star_model_identifier": "ES_1138537_MAW08U1KWT-A_07162026125501_80309175",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 7800,
      "ceer_btu_per_wh": 15.1,
      "running_watts": 517,
      "annual_energy_kwh": 387.4,
      "running_watts_from_annual_energy": 517,
      "cross_check_deviation_pct": 0.0044,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 37,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "2. Without reverse cycle, with louvered sides, and 6,000 to 7,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 52.7,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4670696",
      "brand": "Midea",
      "model_number": "MAW10U1KWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4670696",
      "energy_star_model_identifier": "ES_1138537_MAW10U1KWT_07162026125501_80309175",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 57.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4670697",
      "brand": "Midea",
      "model_number": "MAW10U1KWT-A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4670697",
      "energy_star_model_identifier": "ES_1138537_MAW10U1KWT-A_07162026125501_80309175",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 10000,
      "ceer_btu_per_wh": 16,
      "running_watts": 625,
      "annual_energy_kwh": 468.8,
      "running_watts_from_annual_energy": 625,
      "cross_check_deviation_pct": 0.0107,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 57.1,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4670698",
      "brand": "Midea",
      "model_number": "MAW12U1KWT",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4670698",
      "energy_star_model_identifier": "ES_1138537_MAW12U1KWT_07162026125501_80309175",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 58.4,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4670699",
      "brand": "Midea",
      "model_number": "MAW12U1KWT-A",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4670699",
      "energy_star_model_identifier": "ES_1138537_MAW12U1KWT-A_07162026125501_80309175",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 58.4,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    },
    {
      "record_id": "energystar-4670700",
      "brand": "Midea",
      "model_number": "MAW12V1KYWT-S",
      "alternate_model_numbers": null,
      "energy_star_pd_id": "4670700",
      "energy_star_model_identifier": "ES_1138537_MAW12V1KYWT-S_07162026125501_80309175",
      "mounting": "straddles_window",
      "cooling_capacity_btu_h": 12000,
      "ceer_btu_per_wh": 16,
      "running_watts": 750,
      "annual_energy_kwh": 562.5,
      "running_watts_from_annual_energy": 750,
      "cross_check_deviation_pct": 0,
      "voltage_v": 115,
      "has_heating_mode": false,
      "percent_below_federal_standard": 47,
      "meets_most_efficient_criteria": true,
      "federal_product_class": "3. Without reverse cycle, with louvered sides, and 8,000 to 13,999 Btu/h",
      "date_certified": "2026-07-14",
      "date_available_on_market": "2026-07-14",
      "markets": [
        "United States",
        "Canada"
      ],
      "width_in": 19.2,
      "height_in": 13.5,
      "depth_in": 22,
      "weight_lbs": 58.4,
      "support_bracket_included": true,
      "refrigerant": "R-32",
      "refrigerant_with_gwp": "R-32 (GWP:675 | Lower GWP)",
      "variable_speed_compressor": true,
      "unit_type": "Window",
      "connected_capable": false
    }
  ]
}
