{"info":{"_postman_id":"65c3197e-6780-4f1e-907a-df2f8ebf56b0","name":"NABERS API Technical Documentation","description":"<html><head></head><body><h1 id=\"nabers-api-technical-documentation\">NABERS API Technical Documentation</h1>\n<h2 id=\"introduction-to-the-nabers-api-ecosystem\">Introduction to the NABERS API Ecosystem</h2>\n<p>The NABERS (National Australian Built Environment Rating System) API ecosystem provides a comprehensive suite of tools for calculating, targeting, and retrieving building performance ratings. This collection documents the three main APIs available in the NABERS platform:</p>\n<h3 id=\"1-forward-rating-calculator-api\">1. Forward Rating Calculator API</h3>\n<p>The Forward Rating Calculator API allows users to calculate NABERS ratings for various building types based on actual energy or water consumption data. This API is ideal for building owners, facility managers, and sustainability professionals who want to assess their building's current performance according to the NABERS methodology.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Calculate energy, water and indoor environment ratings</p>\n</li>\n<li><p>Support for multiple building types (offices, hotels, shopping centers, data centers, etc.)</p>\n</li>\n<li><p>Detailed performance metrics including greenhouse gas emissions, energy intensity, and benchmarking factors</p>\n</li>\n<li><p>Integration with Renewable Energy Indicator (REI) calculations</p>\n</li>\n</ul>\n<h3 id=\"2-reverse-rating-calculator-api\">2. Reverse Rating Calculator API</h3>\n<p>The Reverse Rating Calculator API enables users to determine the maximum energy or water consumption targets required to achieve a specific NABERS star rating. This is particularly useful for setting performance goals during building design, retrofits, or when establishing sustainability targets.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Set target star ratings and calculate required consumption limits</p>\n</li>\n<li><p>Support for the same building types as the Forward Calculator</p>\n</li>\n<li><p>Detailed breakdown of energy sources (electricity, gas, diesel) or water consumption targets</p>\n</li>\n<li><p>Emissions calculations for different scopes (1, 2, and 3)</p>\n</li>\n</ul>\n<h3 id=\"3-rating-register-api\">3. Rating Register API</h3>\n<p>The Rating Register API provides access to all publicly available NABERS ratings in the database. This API allows users to query and retrieve certified ratings for different building types, making it valuable for market research, benchmarking, and compliance verification.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Filter ratings by building type, rating type, and certification status</p>\n</li>\n<li><p>Pagination support for handling large datasets</p>\n</li>\n<li><p>Search for specific buildings using premise IDs</p>\n</li>\n<li><p>Access to historical rating data</p>\n</li>\n</ul>\n<h2 id=\"using-the-apis-together\">Using the APIs Together</h2>\n<p>These three APIs can be used together to create powerful applications for building performance management:</p>\n<ol>\n<li><p>Use the <strong>Rating Register API</strong> to understand market benchmarks and identify high-performing buildings in specific sectors or locations</p>\n</li>\n<li><p>Apply the <strong>Forward Rating Calculator API</strong> to assess your building's current performance</p>\n</li>\n<li><p>Utilize the <strong>Reverse Rating Calculator API</strong> to set performance targets and determine the consumption reductions needed to achieve desired ratings</p>\n</li>\n</ol>\n<p>All APIs require authentication via an API key passed in the <code>Ocp-Apim-Subscription-Key</code> header.</p>\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"NABERS API Technical Documentation","slug":"nabers-api-technical-documentation"}],"owner":"49510295","collectionId":"65c3197e-6780-4f1e-907a-df2f8ebf56b0","publishedId":"2sB3WtsJd9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-07T22:13:50.000Z"},"item":[{"name":"Rating register API","item":[{"name":"All certified office ratings","id":"754f9c5e-501b-400c-a966-90a81307dace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingregisterapi?buildingType=Office&ratingType=energy&pageNumber=1&pageSize=200","description":"<h2 id=\"overview\">Overview</h2>\n<p>This request retrieves certified energy ratings for office buildings with pagination support.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>URL:</strong> <a href=\"https://data.nabers.gov.au/ratingregisterapi\">https://data.nabers.gov.au/ratingregisterapi</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>{{vault:API_KEY}}</code></td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\">Query Parameters</h2>\n<p>Below are some parameters that can be used in Rating Register API to retrieve data from NABERS database for ratings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Possible Values</th>\n<th>Required/Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>buildingType</td>\n<td>Type of building for which ratings are requested</td>\n<td>\"Office\", \"Shopping Centre\", \"Hotel\", \"Data Centre\", \"Apartment Building\", etc.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>Type of rating to retrieve</td>\n<td>\"Energy\", \"Water\", \"Indoor Environment\", etc.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the ratings to retrieve</td>\n<td>\"Expired\", \"Certified - current\"</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>pageNumber</td>\n<td>Page number for pagination</td>\n<td>Integer (1, 2, 3, etc.)</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Number of results per page</td>\n<td>Integer (e.g., 8, 10, 50, 200)</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>premiseID</td>\n<td>Filter results by specific premise ID</td>\n<td>Valid premise ID</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>fromDate</td>\n<td>Start date for filtering ratings (YYYY-MM-DD)</td>\n<td>Any valid date</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>Below are description of fields returned in the rating Register API:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PremiseID</td>\n<td>Unique building ID within platform rating was certified  <br />(i.e. Members/Perform)</td>\n</tr>\n<tr>\n<td>PremisesName</td>\n<td>Name of building as stated by rating customer</td>\n</tr>\n<tr>\n<td>AltPremisesName</td>\n<td>Alternative name for the premise</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>Company or organization who initiated the rating request (usually Building Owner or Facilities Manager)</td>\n</tr>\n<tr>\n<td>TenancyUnitShopOrLevel</td>\n<td>For Tenancy ratings only (Offices or Retail Stores)</td>\n</tr>\n<tr>\n<td>BuildingType</td>\n<td>Building sector (Office, Hotel, Apartment, Shopping Centre etc.)</td>\n</tr>\n<tr>\n<td>StreetNumber</td>\n<td>Street Number of Premise Address</td>\n</tr>\n<tr>\n<td>StreetName</td>\n<td>Street Name of Premise Address</td>\n</tr>\n<tr>\n<td>Suburb</td>\n<td>Suburb of Premise Address</td>\n</tr>\n<tr>\n<td>State</td>\n<td>State of Premise Address</td>\n</tr>\n<tr>\n<td>Postcode</td>\n<td>Postcode of Premise Address</td>\n</tr>\n<tr>\n<td>Latitude &amp; Longitude</td>\n<td>Coordinates of premise’s location</td>\n</tr>\n<tr>\n<td>RatingReferenceNumber</td>\n<td>Unique ID for that rating record</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>Type of rating - Energy, Water, Indoor Environment, Carbon Neutral or Waste</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>The scope of the rating dependant of Building or Premise Type (e.g. Offices = Base Building, Whole Building or Tenancy)</td>\n</tr>\n<tr>\n<td>CertificateValidTo</td>\n<td>Date certificate is valid until</td>\n</tr>\n<tr>\n<td>EnergyGPStarRatingValueNoGP</td>\n<td>NABERS Energy Star Rating w/o Greenpower (0-6)</td>\n</tr>\n<tr>\n<td>SectorComparisonDial</td>\n<td>For Building Performance Indicator Ratings</td>\n</tr>\n<tr>\n<td>RatingProgressMetric  <br />ForEnergyWithoutGreenPower</td>\n<td>Decimal Star Rating indicator</td>\n</tr>\n<tr>\n<td>EnergyGreenPowerPercent</td>\n<td>% of Green Power included in Rating</td>\n</tr>\n<tr>\n<td>EnergyGreenPower</td>\n<td>Yes/No GreenPower used in Rating</td>\n</tr>\n<tr>\n<td>WasteStarRatingValue</td>\n<td>NABERS Waste Star Rating (0-6)</td>\n</tr>\n<tr>\n<td>IEQStarRatingValue</td>\n<td>NABERS Indoor Environment Star Rating (0-6)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />withRenewableElectricity</td>\n<td>Total emissions Scopes 1, 2, 3 - kgCO2 (Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />withoutRenewableElectricity</td>\n<td>Total emissions Scopes 1, 2, 3 – kgCO2 (Calculated  <br />using Location Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123PerM2  <br />WithRenewableElectricity</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123PerM2  <br />WithoutRenewableElectricity</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Location Based emissions)</td>\n</tr>\n<tr>\n<td>EnergyIntensity</td>\n<td>Energy Intensity in MJ</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />PerRoom</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />PerRoomNoGP</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Location Based emissions)</td>\n</tr>\n<tr>\n<td>TotalEnergyUse</td>\n<td>Total energy consumption in rating in MJ</td>\n</tr>\n<tr>\n<td>CarbonNeutral</td>\n<td>Yes/No - Was rating certified for Climate Active Carbon Neutral through the NABERS pathway</td>\n</tr>\n<tr>\n<td>CarbonNeutralExpiryDate</td>\n<td>Date certificate is valid until</td>\n</tr>\n<tr>\n<td>WaterStarRatingValue</td>\n<td>NABERS Water Star Rating with Recycled Water (0-6)</td>\n</tr>\n<tr>\n<td>WaterStarRatingValueNoRW</td>\n<td>NABERS Water Star Rating w/o Recycled Water (0-6)</td>\n</tr>\n<tr>\n<td>RatingProgressMetricForWater  <br />WithoutRecycledWater</td>\n<td>Decimal Star Rating indicator for Water (w RW)</td>\n</tr>\n<tr>\n<td>RatingProgressMetricForWater  <br />WithRecycledWater</td>\n<td>Decimal Star Rating indicator Water (w/o RW)</td>\n</tr>\n<tr>\n<td>WaterRecycledPercent</td>\n<td>% of Recycled Water included in Rating</td>\n</tr>\n<tr>\n<td>WaterRecycled</td>\n<td>Total recycled water included in Rating in kL</td>\n</tr>\n<tr>\n<td>WaterConsumption</td>\n<td>Total water consumption in rating in kL (non-recycled only)</td>\n</tr>\n<tr>\n<td>WaterConsumptionWoRW</td>\n<td>Total water consumption in rating in kL (non-recycled + recycled)</td>\n</tr>\n<tr>\n<td>WaterIntensity</td>\n<td>Water Intensity in kL</td>\n</tr>\n<tr>\n<td>ThermalComfortScore</td>\n<td>IE Ratings - Score based on space temperature,  <br />mean radiant temperature, relative humidity and air speed.</td>\n</tr>\n<tr>\n<td>AirQualityScore</td>\n<td>IE Ratings - Score based on ventilation  <br />effectiveness, levels of pollutants, occupant  <br />perceptions and susceptibilities</td>\n</tr>\n<tr>\n<td>AcousticComfortScore</td>\n<td>IE Ratings - Ability of the building to minimise  <br />external noise as well as the noise levels within the tenanted space</td>\n</tr>\n<tr>\n<td>LightingScore</td>\n<td>IE Ratings - Score based on maximising daylight while minimising glare and reflectivity and reduce energy wastage</td>\n</tr>\n<tr>\n<td>OfficeLayoutScore</td>\n<td>IE Ratings - Score based on spatial arrangements of walls, partitions, furniture and equipment in relation to fixed elements like windows and heating, ventilation and air conditioning outlets</td>\n</tr>\n<tr>\n<td>RecycleRate</td>\n<td>Waste Ratings - The ratio of Total Recovered  <br />Materials to Total Materials Generated expressed as  <br />a percentage</td>\n</tr>\n<tr>\n<td>WasteIntensity</td>\n<td>Waste Ratings - Measured in kg/m2</td>\n</tr>\n<tr>\n<td>MainRatingAttribute</td>\n<td>Main Rating Attribute varies depending on the  <br />building type:  <br />  <br />- Offices: Rated NLA (m2) [all scopes]  <br />  <br />- Shopping Centres: GLAR (m2)  <br />  <br />- Hotels: Rated Guest Rooms (count)  <br />  <br />- Apartments: Rated Apartments (count)  <br />  <br />- Warehouse and Cold Stores: GLA (m2)  <br />  <br />- Schools: GFA (m2)  <br />  <br />- Data Centres by scope:  <br />- Infrastructure: Assessable IT Energy (kWh)  <br />- Whole Facility and IT Equipment scopes:  <br />Processing Capacity (GHz)  <br />  <br />- RACRL by scope:  <br />- Residential Aged Care: Occupied Bed Days  <br />(count)  <br />- Retirement Living: Total Dwellings (count)  <br />- Co-located: N/A</td>\n</tr>\n<tr>\n<td>AAAStarRatingValue</td>\n<td>Hotels Accredited Accommodation Australia Star Rating Value</td>\n</tr>\n<tr>\n<td>DataCentre_PUE</td>\n<td>Data Centre Power Usage Effectiveness</td>\n</tr>\n<tr>\n<td>HospitalPeerGroup</td>\n<td>Groupings based on provision of hospital services</td>\n</tr>\n<tr>\n<td>RetailStoreCategory</td>\n<td>A category describing the type of product sold or service provided in the retail store</td>\n</tr>\n<tr>\n<td>School_SubSector</td>\n<td>A Government, Catholic Systemic or Independent school as classified and published on the My Schools website managed by ACARA</td>\n</tr>\n<tr>\n<td>School_Remoteness</td>\n<td>The geolocation of the rated premise, as published by Australian School list, managed by ACARA. Based on Australian Bureau of Statistics  <br />Remoteness classification</td>\n</tr>\n<tr>\n<td>RatedElectricity</td>\n<td>Measured in kWh</td>\n</tr>\n<tr>\n<td>RatedGas</td>\n<td>Measured in MJ</td>\n</tr>\n<tr>\n<td>SchoolRatedLPG</td>\n<td>Measured in MJ</td>\n</tr>\n<tr>\n<td>GasandLPG_REI%</td>\n<td>Gas and LPG Renewable Energy indicator %</td>\n</tr>\n<tr>\n<td>RatedDiesel</td>\n<td>Measured in L</td>\n</tr>\n<tr>\n<td>Diesel_REI%</td>\n<td>Diesel Renewable Energy indicator %</td>\n</tr>\n<tr>\n<td>REIResult_%</td>\n<td>Renewable Energy Indicator - the proportion (%) of renewable energy either purchased from  <br />off-site renewable energy sources or  <br />generated from on-site renewable energy systems.</td>\n</tr>\n<tr>\n<td>REIResult1dp_%</td>\n<td>Renewable Energy Indicator result up to 1 decimal place (%)</td>\n</tr>\n<tr>\n<td>TotalRenewableElectricity_kWh</td>\n<td>Electricity that is derived from sources that are  <br />regenerated, replenished or, for all practical purposes,cannot be depleted. For NABERS purposes, these sources are wind and solar (kWh)</td>\n</tr>\n<tr>\n<td>NonRenewableElectricity_kWh</td>\n<td>Electricity consumption from non-renewable source (kWh)</td>\n</tr>\n<tr>\n<td>NonRenewableElectricity_REI%</td>\n<td>Electricity consumption from non-renewable source REI%</td>\n</tr>\n<tr>\n<td>OnsitePVCapacity_kW</td>\n<td>If entered in rating onsite renewable energy generation capacity for building displayed here (kW)</td>\n</tr>\n<tr>\n<td>OnsiteRenewableElectricity_kWh</td>\n<td>Renewable electricity generated by system installed on the rated premises in kWh</td>\n</tr>\n<tr>\n<td>OnsiteRenewableElectricity_REI%</td>\n<td>Renewable electricity generated by system installed on the rated premises (%)</td>\n</tr>\n<tr>\n<td>RETandStateTerritoryTargets_kWh</td>\n<td>Renewable Energy Target and State Territory Targets in kWh</td>\n</tr>\n<tr>\n<td>RETandStateTerritorytargets_REI%</td>\n<td>Renewable Energy Target and State Territory Targets (%)</td>\n</tr>\n<tr>\n<td>GreenPower_kWh</td>\n<td>Accredited Greenpower purchases in kWh</td>\n</tr>\n<tr>\n<td>GreenPower_REI%</td>\n<td>Accredited Greenpower purchases %</td>\n</tr>\n<tr>\n<td>OtherVoluntaryPurchases_kWh</td>\n<td>Non-Greenpower accredited LGC’s retired in kWh</td>\n</tr>\n<tr>\n<td>OtherVoluntaryPurchases_REI%</td>\n<td>Non-Greenpower accredited LGC’s retired %</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key</p>\n</li>\n<li><p>Use pagination parameters to control the volume of data returned</p>\n</li>\n<li><p>This request is configured to retrieve certified energy ratings for office buildings</p>\n</li>\n<li><p>The response includes certified ratings based on the specific parameters provided</p>\n</li>\n<li><p>Error messages will be returned if required parameters are missing or invalid</p>\n</li>\n<li><p>Please note the API field name and value for buildingType input vary from the those used in Rating Calculator and Reverse calculator API. Please check documentation in the main page of this folder on exact input name to use</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Rating Register API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingregisterapi"],"host":["data","nabers","gov","au"],"query":[{"key":"buildingType","value":"Office"},{"key":"ratingType","value":"energy"},{"disabled":true,"key":"status","value":"Certified - current"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[],"_postman_id":"754f9c5e-501b-400c-a966-90a81307dace"},{"name":"All expired shopping centre ratings in 2021","id":"69021ced-896c-48e1-bf4c-4f6747efac2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"url":"https://data.nabers.gov.au/ratingregisterapi?buildingType=Shopping Centre&ratingType=Energy&status=expired&fromDate=2021-07-01&pageNumber=1","description":"<h2 id=\"overview\">Overview</h2>\n<p>This request retrieves expired energy ratings for shopping centre buildings where start certified date is July 1, 2021 or greater.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>URL:</strong> <a href=\"https://data.nabers.gov.au/ratingregisterapi\">https://data.nabers.gov.au/ratingregisterapi</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\">Query Parameters</h2>\n<p>Below are some parameters that can be used in Rating Register API to retrieve data from NABERS database for ratings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Possible Values</th>\n<th>Required/Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>buildingType</td>\n<td>Type of building for which ratings are requested</td>\n<td>\"Office\", \"Shopping Centre\", \"Hotel\", \"Data Centre\", \"Apartment Building\", etc.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>Type of rating to retrieve</td>\n<td>\"Energy\", \"Water\", \"Indoor Environment\", etc.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the ratings to retrieve</td>\n<td>\"Expired\", \"Certified - current\"</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>fromDate</td>\n<td>Start date for filtering ratings (YYYY-MM-DD)</td>\n<td>Any valid date</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>pageNumber</td>\n<td>Page number for pagination</td>\n<td>Integer (1, 2, 3, etc.)</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Number of results per page</td>\n<td>Integer (e.g., 8, 10, 50, 200)</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>premiseID</td>\n<td>Filter results by specific premise ID</td>\n<td>Valid premise ID</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>Below are description of fields returned in the Rating Register API:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PremiseID</td>\n<td>Unique building ID within platform rating was certified  <br />(i.e. Members/Perform)</td>\n</tr>\n<tr>\n<td>PremisesName</td>\n<td>Name of building as stated by rating customer</td>\n</tr>\n<tr>\n<td>AltPremisesName</td>\n<td>Alternative name for the premise</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>Company or organization who initiated the rating request (usually Building Owner or Facilities Manager)</td>\n</tr>\n<tr>\n<td>TenancyUnitShopOrLevel</td>\n<td>For Tenancy ratings only (Offices or Retail Stores)</td>\n</tr>\n<tr>\n<td>BuildingType</td>\n<td>Building sector (Office, Hotel, Apartment, Shopping Centre etc.)</td>\n</tr>\n<tr>\n<td>StreetNumber</td>\n<td>Street Number of Premise Address</td>\n</tr>\n<tr>\n<td>StreetName</td>\n<td>Street Name of Premise Address</td>\n</tr>\n<tr>\n<td>Suburb</td>\n<td>Suburb of Premise Address</td>\n</tr>\n<tr>\n<td>State</td>\n<td>State of Premise Address</td>\n</tr>\n<tr>\n<td>Postcode</td>\n<td>Postcode of Premise Address</td>\n</tr>\n<tr>\n<td>Latitude &amp; Longitude</td>\n<td>Coordinates of premise’s location</td>\n</tr>\n<tr>\n<td>RatingReferenceNumber</td>\n<td>Unique ID for that rating record</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>Type of rating - Energy, Water, Indoor Environment, Carbon Neutral or Waste</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>The scope of the rating dependant of Building or Premise Type (e.g. Offices = Base Building, Whole Building or Tenancy)</td>\n</tr>\n<tr>\n<td>CertificateValidTo</td>\n<td>Date certificate is valid until</td>\n</tr>\n<tr>\n<td>EnergyGPStarRatingValueNoGP</td>\n<td>NABERS Energy Star Rating w/o Greenpower (0-6)</td>\n</tr>\n<tr>\n<td>SectorComparisonDial</td>\n<td>For Building Performance Indicator Ratings</td>\n</tr>\n<tr>\n<td>RatingProgressMetric  <br />ForEnergyWithoutGreenPower</td>\n<td>Decimal Star Rating indicator</td>\n</tr>\n<tr>\n<td>EnergyGreenPowerPercent</td>\n<td>% of Green Power included in Rating</td>\n</tr>\n<tr>\n<td>EnergyGreenPower</td>\n<td>Yes/No GreenPower used in Rating</td>\n</tr>\n<tr>\n<td>WasteStarRatingValue</td>\n<td>NABERS Waste Star Rating (0-6)</td>\n</tr>\n<tr>\n<td>IEQStarRatingValue</td>\n<td>NABERS Indoor Environment Star Rating (0-6)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />withRenewableElectricity</td>\n<td>Total emissions Scopes 1, 2, 3 - kgCO2 (Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />withoutRenewableElectricity</td>\n<td>Total emissions Scopes 1, 2, 3 – kgCO2 (Calculated  <br />using Location Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123PerM2  <br />WithRenewableElectricity</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123PerM2  <br />WithoutRenewableElectricity</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Location Based emissions)</td>\n</tr>\n<tr>\n<td>EnergyIntensity</td>\n<td>Energy Intensity in MJ</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />PerRoom</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />PerRoomNoGP</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Location Based emissions)</td>\n</tr>\n<tr>\n<td>TotalEnergyUse</td>\n<td>Total energy consumption in rating in MJ</td>\n</tr>\n<tr>\n<td>CarbonNeutral</td>\n<td>Yes/No - Was rating certified for Climate Active Carbon Neutral through the NABERS pathway</td>\n</tr>\n<tr>\n<td>CarbonNeutralExpiryDate</td>\n<td>Date certificate is valid until</td>\n</tr>\n<tr>\n<td>WaterStarRatingValue</td>\n<td>NABERS Water Star Rating with Recycled Water (0-6)</td>\n</tr>\n<tr>\n<td>WaterStarRatingValueNoRW</td>\n<td>NABERS Water Star Rating w/o Recycled Water (0-6)</td>\n</tr>\n<tr>\n<td>RatingProgressMetricForWater  <br />WithoutRecycledWater</td>\n<td>Decimal Star Rating indicator for Water (w RW)</td>\n</tr>\n<tr>\n<td>RatingProgressMetricForWater  <br />WithRecycledWater</td>\n<td>Decimal Star Rating indicator Water (w/o RW)</td>\n</tr>\n<tr>\n<td>WaterRecycledPercent</td>\n<td>% of Recycled Water included in Rating</td>\n</tr>\n<tr>\n<td>WaterRecycled</td>\n<td>Total recycled water included in Rating in kL</td>\n</tr>\n<tr>\n<td>WaterConsumption</td>\n<td>Total water consumption in rating in kL (non-recycled only)</td>\n</tr>\n<tr>\n<td>WaterConsumptionWoRW</td>\n<td>Total water consumption in rating in kL (non-recycled + recycled)</td>\n</tr>\n<tr>\n<td>WaterIntensity</td>\n<td>Water Intensity in kL</td>\n</tr>\n<tr>\n<td>ThermalComfortScore</td>\n<td>IE Ratings - Score based on space temperature,  <br />mean radiant temperature, relative humidity and air speed.</td>\n</tr>\n<tr>\n<td>AirQualityScore</td>\n<td>IE Ratings - Score based on ventilation  <br />effectiveness, levels of pollutants, occupant  <br />perceptions and susceptibilities</td>\n</tr>\n<tr>\n<td>AcousticComfortScore</td>\n<td>IE Ratings - Ability of the building to minimise  <br />external noise as well as the noise levels within the tenanted space</td>\n</tr>\n<tr>\n<td>LightingScore</td>\n<td>IE Ratings - Score based on maximising daylight while minimising glare and reflectivity and reduce energy wastage</td>\n</tr>\n<tr>\n<td>OfficeLayoutScore</td>\n<td>IE Ratings - Score based on spatial arrangements of walls, partitions, furniture and equipment in relation to fixed elements like windows and heating, ventilation and air conditioning outlets</td>\n</tr>\n<tr>\n<td>RecycleRate</td>\n<td>Waste Ratings - The ratio of Total Recovered  <br />Materials to Total Materials Generated expressed as  <br />a percentage</td>\n</tr>\n<tr>\n<td>WasteIntensity</td>\n<td>Waste Ratings - Measured in kg/m2</td>\n</tr>\n<tr>\n<td>MainRatingAttribute</td>\n<td>Main Rating Attribute varies depending on the  <br />building type:  <br />  <br />- Offices: Rated NLA (m2) [all scopes]  <br />  <br />- Shopping Centres: GLAR (m2)  <br />  <br />- Hotels: Rated Guest Rooms (count)  <br />  <br />- Apartments: Rated Apartments (count)  <br />  <br />- Warehouse and Cold Stores: GLA (m2)  <br />  <br />- Schools: GFA (m2)  <br />  <br />- Data Centres by scope:  <br />- Infrastructure: Assessable IT Energy (kWh)  <br />- Whole Facility and IT Equipment scopes:  <br />Processing Capacity (GHz)  <br />  <br />- RACRL by scope:  <br />- Residential Aged Care: Occupied Bed Days  <br />(count)  <br />- Retirement Living: Total Dwellings (count)  <br />- Co-located: N/A</td>\n</tr>\n<tr>\n<td>AAAStarRatingValue</td>\n<td>Hotels Accredited Accommodation Australia Star Rating Value</td>\n</tr>\n<tr>\n<td>DataCentre_PUE</td>\n<td>Data Centre Power Usage Effectiveness</td>\n</tr>\n<tr>\n<td>HospitalPeerGroup</td>\n<td>Groupings based on provision of hospital services</td>\n</tr>\n<tr>\n<td>RetailStoreCategory</td>\n<td>A category describing the type of product sold or service provided in the retail store</td>\n</tr>\n<tr>\n<td>School_SubSector</td>\n<td>A Government, Catholic Systemic or Independent school as classified and published on the My Schools website managed by ACARA</td>\n</tr>\n<tr>\n<td>School_Remoteness</td>\n<td>The geolocation of the rated premise, as published by Australian School list, managed by ACARA. Based on Australian Bureau of Statistics  <br />Remoteness classification</td>\n</tr>\n<tr>\n<td>RatedElectricity</td>\n<td>Measured in kWh</td>\n</tr>\n<tr>\n<td>RatedGas</td>\n<td>Measured in MJ</td>\n</tr>\n<tr>\n<td>SchoolRatedLPG</td>\n<td>Measured in MJ</td>\n</tr>\n<tr>\n<td>GasandLPG_REI%</td>\n<td>Gas and LPG Renewable Energy indicator %</td>\n</tr>\n<tr>\n<td>RatedDiesel</td>\n<td>Measured in L</td>\n</tr>\n<tr>\n<td>Diesel_REI%</td>\n<td>Diesel Renewable Energy indicator %</td>\n</tr>\n<tr>\n<td>REIResult_%</td>\n<td>Renewable Energy Indicator - the proportion (%) of renewable energy either purchased from  <br />off-site renewable energy sources or  <br />generated from on-site renewable energy systems.</td>\n</tr>\n<tr>\n<td>REIResult1dp_%</td>\n<td>Renewable Energy Indicator result up to 1 decimal place (%)</td>\n</tr>\n<tr>\n<td>TotalRenewableElectricity_kWh</td>\n<td>Electricity that is derived from sources that are  <br />regenerated, replenished or, for all practical purposes,cannot be depleted. For NABERS purposes, these sources are wind and solar (kWh)</td>\n</tr>\n<tr>\n<td>NonRenewableElectricity_kWh</td>\n<td>Electricity consumption from non-renewable source (kWh)</td>\n</tr>\n<tr>\n<td>NonRenewableElectricity_REI%</td>\n<td>Electricity consumption from non-renewable source REI%</td>\n</tr>\n<tr>\n<td>OnsitePVCapacity_kW</td>\n<td>If entered in rating onsite renewable energy generation capacity for building displayed here (kW)</td>\n</tr>\n<tr>\n<td>OnsiteRenewableElectricity_kWh</td>\n<td>Renewable electricity generated by system installed on the rated premises in kWh</td>\n</tr>\n<tr>\n<td>OnsiteRenewableElectricity_REI%</td>\n<td>Renewable electricity generated by system installed on the rated premises (%)</td>\n</tr>\n<tr>\n<td>RETandStateTerritoryTargets_kWh</td>\n<td>Renewable Energy Target and State Territory Targets in kWh</td>\n</tr>\n<tr>\n<td>RETandStateTerritorytargets_REI%</td>\n<td>Renewable Energy Target and State Territory Targets (%)</td>\n</tr>\n<tr>\n<td>GreenPower_kWh</td>\n<td>Accredited Greenpower purchases in kWh</td>\n</tr>\n<tr>\n<td>GreenPower_REI%</td>\n<td>Accredited Greenpower purchases %</td>\n</tr>\n<tr>\n<td>OtherVoluntaryPurchases_kWh</td>\n<td>Non-Greenpower accredited LGC’s retired in kWh</td>\n</tr>\n<tr>\n<td>OtherVoluntaryPurchases_REI%</td>\n<td>Non-Greenpower accredited LGC’s retired %</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Use pagination parameters to control the volume of data returned.</p>\n</li>\n<li><p>The fromDate parameter can be used to filter ratings starting from a specific date.</p>\n</li>\n<li><p>This request does not require a request body.</p>\n</li>\n<li><p>When the fromDate parameter is not specified, the API will return an error. This field is required for expired ratings</p>\n</li>\n<li><p>The response includes certified ratings based on the specific paramaters provided</p>\n</li>\n<li><p>Error messages will be returned if required parameters are missing or invalid</p>\n</li>\n<li><p>Please note the API field name and value for buildingType input vary from the those used in Rating Calculator and Reverse calculator API. Please check documentation in the main page of this folder on exact input name to use</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Rating Register API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingregisterapi"],"host":["data","nabers","gov","au"],"query":[{"key":"buildingType","value":"Shopping Centre"},{"key":"ratingType","value":"Energy"},{"key":"status","value":"expired"},{"key":"fromDate","value":"2021-07-01"},{"key":"pageNumber","value":"1"},{"disabled":true,"key":"pageSize","value":"8"}],"variable":[]}},"response":[],"_postman_id":"69021ced-896c-48e1-bf4c-4f6747efac2f"},{"name":"All certified ratings for a specific premise","id":"d0e27ae7-2f0d-49f2-8ddc-21a17420af1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"url":"https://data.nabers.gov.au/ratingregisterapi?premiseID=P0963","description":"<h2 id=\"overview\">Overview</h2>\n<p>The request retrieves ratings for a specific building based on Premise ID. The search based on premise ID only retrieves current certified ratings.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>URL:</strong> <a href=\"https://data.nabers.gov.au/ratingregisterapi\">https://data.nabers.gov.au/ratingregisterapi</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\">Query Parameters</h2>\n<p>Below are some parameters that can be used in Rating Register API to retrieve data from NABERS database for ratings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Possible Values</th>\n<th>Required/Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>buildingType</td>\n<td>Type of building for which ratings are requested</td>\n<td>\"Office\", \"Shopping Centre\", \"Hotel\", \"Data Centre\", \"Apartment Building\", etc.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>Type of rating to retrieve</td>\n<td>\"Energy\", \"Water\", \"Indoor Environment\", etc.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the ratings to retrieve</td>\n<td>\"Expired\", \"Certified - current\"</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>fromDate</td>\n<td>Start date for filtering ratings (YYYY-MM-DD)</td>\n<td>Any valid date</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>pageNumber</td>\n<td>Page number for pagination</td>\n<td>Integer (1, 2, 3, etc.)</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Number of results per page</td>\n<td>Integer (e.g., 8, 10, 50, 200)</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>premiseID</td>\n<td>Filter results by specific premise ID</td>\n<td>Valid premise ID</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>Below are description of fields returned in the rating Register API:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PremiseID</td>\n<td>Unique building ID within platform rating was certified  <br />(i.e. Members/Perform)</td>\n</tr>\n<tr>\n<td>PremisesName</td>\n<td>Name of building as stated by rating customer</td>\n</tr>\n<tr>\n<td>AltPremisesName</td>\n<td>Alternative name for the premise</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>Company or organization who initiated the rating request (usually Building Owner or Facilities Manager)</td>\n</tr>\n<tr>\n<td>TenancyUnitShopOrLevel</td>\n<td>For Tenancy ratings only (Offices or Retail Stores)</td>\n</tr>\n<tr>\n<td>BuildingType</td>\n<td>Building sector (Office, Hotel, Apartment, Shopping Centre etc.)</td>\n</tr>\n<tr>\n<td>StreetNumber</td>\n<td>Street Number of Premise Address</td>\n</tr>\n<tr>\n<td>StreetName</td>\n<td>Street Name of Premise Address</td>\n</tr>\n<tr>\n<td>Suburb</td>\n<td>Suburb of Premise Address</td>\n</tr>\n<tr>\n<td>State</td>\n<td>State of Premise Address</td>\n</tr>\n<tr>\n<td>Postcode</td>\n<td>Postcode of Premise Address</td>\n</tr>\n<tr>\n<td>Latitude &amp; Longitude</td>\n<td>Coordinates of premise’s location</td>\n</tr>\n<tr>\n<td>RatingReferenceNumber</td>\n<td>Unique ID for that rating record</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>Type of rating - Energy, Water, Indoor Environment, Carbon Neutral or Waste</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>The scope of the rating dependant of Building or Premise Type (e.g. Offices = Base Building, Whole Building or Tenancy)</td>\n</tr>\n<tr>\n<td>CertificateValidTo</td>\n<td>Date certificate is valid until</td>\n</tr>\n<tr>\n<td>EnergyGPStarRatingValueNoGP</td>\n<td>NABERS Energy Star Rating w/o Greenpower (0-6)</td>\n</tr>\n<tr>\n<td>SectorComparisonDial</td>\n<td>For Building Performance Indicator Ratings</td>\n</tr>\n<tr>\n<td>RatingProgressMetric  <br />ForEnergyWithoutGreenPower</td>\n<td>Decimal Star Rating indicator</td>\n</tr>\n<tr>\n<td>EnergyGreenPowerPercent</td>\n<td>% of Green Power included in Rating</td>\n</tr>\n<tr>\n<td>EnergyGreenPower</td>\n<td>Yes/No GreenPower used in Rating</td>\n</tr>\n<tr>\n<td>WasteStarRatingValue</td>\n<td>NABERS Waste Star Rating (0-6)</td>\n</tr>\n<tr>\n<td>IEQStarRatingValue</td>\n<td>NABERS Indoor Environment Star Rating (0-6)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />withRenewableElectricity</td>\n<td>Total emissions Scopes 1, 2, 3 - kgCO2 (Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />withoutRenewableElectricity</td>\n<td>Total emissions Scopes 1, 2, 3 – kgCO2 (Calculated  <br />using Location Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123PerM2  <br />WithRenewableElectricity</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123PerM2  <br />WithoutRenewableElectricity</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Location Based emissions)</td>\n</tr>\n<tr>\n<td>EnergyIntensity</td>\n<td>Energy Intensity in MJ</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />PerRoom</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Market Based emissions)</td>\n</tr>\n<tr>\n<td>GHGEmissionsScope123  <br />PerRoomNoGP</td>\n<td>Emissions intensity Scopes 1, 2, 3 – kgCO2/m2  <br />(Calculated using Location Based emissions)</td>\n</tr>\n<tr>\n<td>TotalEnergyUse</td>\n<td>Total energy consumption in rating in MJ</td>\n</tr>\n<tr>\n<td>CarbonNeutral</td>\n<td>Yes/No - Was rating certified for Climate Active Carbon Neutral through the NABERS pathway</td>\n</tr>\n<tr>\n<td>CarbonNeutralExpiryDate</td>\n<td>Date certificate is valid until</td>\n</tr>\n<tr>\n<td>WaterStarRatingValue</td>\n<td>NABERS Water Star Rating with Recycled Water (0-6)</td>\n</tr>\n<tr>\n<td>WaterStarRatingValueNoRW</td>\n<td>NABERS Water Star Rating w/o Recycled Water (0-6)</td>\n</tr>\n<tr>\n<td>RatingProgressMetricForWater  <br />WithoutRecycledWater</td>\n<td>Decimal Star Rating indicator for Water (w RW)</td>\n</tr>\n<tr>\n<td>RatingProgressMetricForWater  <br />WithRecycledWater</td>\n<td>Decimal Star Rating indicator Water (w/o RW)</td>\n</tr>\n<tr>\n<td>WaterRecycledPercent</td>\n<td>% of Recycled Water included in Rating</td>\n</tr>\n<tr>\n<td>WaterRecycled</td>\n<td>Total recycled water included in Rating in kL</td>\n</tr>\n<tr>\n<td>WaterConsumption</td>\n<td>Total water consumption in rating in kL (non-recycled only)</td>\n</tr>\n<tr>\n<td>WaterConsumptionWoRW</td>\n<td>Total water consumption in rating in kL (non-recycled + recycled)</td>\n</tr>\n<tr>\n<td>WaterIntensity</td>\n<td>Water Intensity in kL</td>\n</tr>\n<tr>\n<td>ThermalComfortScore</td>\n<td>IE Ratings - Score based on space temperature,  <br />mean radiant temperature, relative humidity and air speed.</td>\n</tr>\n<tr>\n<td>AirQualityScore</td>\n<td>IE Ratings - Score based on ventilation  <br />effectiveness, levels of pollutants, occupant  <br />perceptions and susceptibilities</td>\n</tr>\n<tr>\n<td>AcousticComfortScore</td>\n<td>IE Ratings - Ability of the building to minimise  <br />external noise as well as the noise levels within the tenanted space</td>\n</tr>\n<tr>\n<td>LightingScore</td>\n<td>IE Ratings - Score based on maximising daylight while minimising glare and reflectivity and reduce energy wastage</td>\n</tr>\n<tr>\n<td>OfficeLayoutScore</td>\n<td>IE Ratings - Score based on spatial arrangements of walls, partitions, furniture and equipment in relation to fixed elements like windows and heating, ventilation and air conditioning outlets</td>\n</tr>\n<tr>\n<td>RecycleRate</td>\n<td>Waste Ratings - The ratio of Total Recovered  <br />Materials to Total Materials Generated expressed as  <br />a percentage</td>\n</tr>\n<tr>\n<td>WasteIntensity</td>\n<td>Waste Ratings - Measured in kg/m2</td>\n</tr>\n<tr>\n<td>MainRatingAttribute</td>\n<td>Main Rating Attribute varies depending on the  <br />building type:  <br />  <br />- Offices: Rated NLA (m2) [all scopes]  <br />  <br />- Shopping Centres: GLAR (m2)  <br />  <br />- Hotels: Rated Guest Rooms (count)  <br />  <br />- Apartments: Rated Apartments (count)  <br />  <br />- Warehouse and Cold Stores: GLA (m2)  <br />  <br />- Schools: GFA (m2)  <br />  <br />- Data Centres by scope:  <br />- Infrastructure: Assessable IT Energy (kWh)  <br />- Whole Facility and IT Equipment scopes:  <br />Processing Capacity (GHz)  <br />  <br />- RACRL by scope:  <br />- Residential Aged Care: Occupied Bed Days  <br />(count)  <br />- Retirement Living: Total Dwellings (count)  <br />- Co-located: N/A</td>\n</tr>\n<tr>\n<td>AAAStarRatingValue</td>\n<td>Hotels Accredited Accommodation Australia Star Rating Value</td>\n</tr>\n<tr>\n<td>DataCentre_PUE</td>\n<td>Data Centre Power Usage Effectiveness</td>\n</tr>\n<tr>\n<td>HospitalPeerGroup</td>\n<td>Groupings based on provision of hospital services</td>\n</tr>\n<tr>\n<td>RetailStoreCategory</td>\n<td>A category describing the type of product sold or service provided in the retail store</td>\n</tr>\n<tr>\n<td>School_SubSector</td>\n<td>A Government, Catholic Systemic or Independent school as classified and published on the My Schools website managed by ACARA</td>\n</tr>\n<tr>\n<td>School_Remoteness</td>\n<td>The geolocation of the rated premise, as published by Australian School list, managed by ACARA. Based on Australian Bureau of Statistics  <br />Remoteness classification</td>\n</tr>\n<tr>\n<td>RatedElectricity</td>\n<td>Measured in kWh</td>\n</tr>\n<tr>\n<td>RatedGas</td>\n<td>Measured in MJ</td>\n</tr>\n<tr>\n<td>SchoolRatedLPG</td>\n<td>Measured in MJ</td>\n</tr>\n<tr>\n<td>GasandLPG_REI%</td>\n<td>Gas and LPG Renewable Energy indicator %</td>\n</tr>\n<tr>\n<td>RatedDiesel</td>\n<td>Measured in L</td>\n</tr>\n<tr>\n<td>Diesel_REI%</td>\n<td>Diesel Renewable Energy indicator %</td>\n</tr>\n<tr>\n<td>REIResult_%</td>\n<td>Renewable Energy Indicator - the proportion (%) of renewable energy either purchased from  <br />off-site renewable energy sources or  <br />generated from on-site renewable energy systems.</td>\n</tr>\n<tr>\n<td>REIResult1dp_%</td>\n<td>Renewable Energy Indicator result up to 1 decimal place (%)</td>\n</tr>\n<tr>\n<td>TotalRenewableElectricity_kWh</td>\n<td>Electricity that is derived from sources that are  <br />regenerated, replenished or, for all practical purposes,cannot be depleted. For NABERS purposes, these sources are wind and solar (kWh)</td>\n</tr>\n<tr>\n<td>NonRenewableElectricity_kWh</td>\n<td>Electricity consumption from non-renewable source (kWh)</td>\n</tr>\n<tr>\n<td>NonRenewableElectricity_REI%</td>\n<td>Electricity consumption from non-renewable source REI%</td>\n</tr>\n<tr>\n<td>OnsitePVCapacity_kW</td>\n<td>If entered in rating onsite renewable energy generation capacity for building displayed here (kW)</td>\n</tr>\n<tr>\n<td>OnsiteRenewableElectricity_kWh</td>\n<td>Renewable electricity generated by system installed on the rated premises in kWh</td>\n</tr>\n<tr>\n<td>OnsiteRenewableElectricity_REI%</td>\n<td>Renewable electricity generated by system installed on the rated premises (%)</td>\n</tr>\n<tr>\n<td>RETandStateTerritoryTargets_kWh</td>\n<td>Renewable Energy Target and State Territory Targets in kWh</td>\n</tr>\n<tr>\n<td>RETandStateTerritorytargets_REI%</td>\n<td>Renewable Energy Target and State Territory Targets (%)</td>\n</tr>\n<tr>\n<td>GreenPower_kWh</td>\n<td>Accredited Greenpower purchases in kWh</td>\n</tr>\n<tr>\n<td>GreenPower_REI%</td>\n<td>Accredited Greenpower purchases %</td>\n</tr>\n<tr>\n<td>OtherVoluntaryPurchases_kWh</td>\n<td>Non-Greenpower accredited LGC’s retired in kWh</td>\n</tr>\n<tr>\n<td>OtherVoluntaryPurchases_REI%</td>\n<td>Non-Greenpower accredited LGC’s retired %</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The fromDate parameter can be used to filter ratings starting from a specific date.</p>\n</li>\n<li><p>This request does not require a request body.</p>\n</li>\n<li><p>The response includes certified ratings for a specific premise</p>\n</li>\n<li><p>Error messages will be returned if required parameters are missing or invalid</p>\n</li>\n<li><p>Please note the API field name and value for buildingType input vary from the those used in Rating Calculator and Reverse calculator API. Please check documentation in the main page of this folder on exact input name to use</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Rating Register API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingregisterapi"],"host":["data","nabers","gov","au"],"query":[{"disabled":true,"key":"status","value":"Certified - current"},{"key":"premiseID","value":"P0963"}],"variable":[]}},"response":[],"_postman_id":"d0e27ae7-2f0d-49f2-8ddc-21a17420af1c"}],"id":"126f6523-5b20-4ae9-9e25-873463ea0d24","description":"<p>The Rating Register API is meant to provide a more automated way to allow users to read the data for public ratings without having to rely on manual updates. Using API would allow customer to programatically read the data directly into their own built applications. The Rating Register API is an API that customer can call to retrieve all public ratings available in Perform based on specific parameters that will would be included in each call.</p>\n<p>The Rating Register API pulls data directly from the NABERS Perform and returns the records in a structure that is indicative of how the ratings are stored.</p>\n<p>The Rating Register API uses a pagination approach when retrieving records due to large size of ratings in NABERS Perform. You can specify the PageSize and PageNumber to make multiple calls if you need to split the number of records returned over more than one call</p>\n<p>The Rating Register API also allows customers to filter Rating based on different parameters. Curruently these are the filters NABERS are offering:</p>\n<ul>\n<li><p><strong>Building Type.</strong> You can specify which building sector you want to retrieve data for.</p>\n</li>\n<li><p><strong>Rating Status</strong>. You can retrieve expired ratings with a certification start date as early as July 1, 2021</p>\n</li>\n<li><p><strong>Premise ID.</strong> You can retrieve all current rating based on the Premise ID</p>\n</li>\n</ul>\n<p>To understand the best way to make these adjustments to your API call please reference the examples provided below in the documentation.</p>\n<p>Futhermore, customers using the Rating Register API will notice the following:</p>\n<ul>\n<li><p>Each rating type is returned as a separate record. If a building has both an energy and water rating, then two separate records are returned.</p>\n</li>\n<li><p>The fields returned in the API does not filter out the fields returned based on the rating type. Hence, water rating related fields such as WaterStarRatingValue, WaterRecycledPercent and WaterRecycled will return null values for an energy rating type. Similarly, energy related fields such as GreenPower_REI_Percent, GHGEmissionsScope123WithRenewableElectricity and EnergyGPStarRatingValueNoGP will return null values for a water rating.</p>\n</li>\n<li><p>If a building has mutliple scope ratings per a building such a co-assess rating with whole building and tenancy scopes then there will be separate ratings for each individual scope for that building.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Building type</strong></th>\n<th><strong>Rating Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Office</td>\n<td>Energy  <br />Water  <br />Indoor Environment</td>\n</tr>\n<tr>\n<td>Shopping centre</td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Hotel</td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>DataCentre</td>\n<td>Energy</td>\n</tr>\n<tr>\n<td>Apartment Building</td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Residential Aged Care  <br />Retirement Living</td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Warehouse and cold store</td>\n<td>Energy</td>\n</tr>\n<tr>\n<td>School</td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Retail store</td>\n<td>Energy</td>\n</tr>\n<tr>\n<td>Energy Performance Indicator ** (For the values to send to rating Register please see the individual values in the table \"Energy Performance Indicator Building type below)</td>\n<td>Energy</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"api-call-limits\">API Call Limits</h2>\n<p>Currently there are both daily and minute limits than can be made to the Rating Register API per subscription. These are indicated in the table below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type of Limit</strong></th>\n<th><strong>Amount</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Daily limit</td>\n<td>1000 calls per day</td>\n</tr>\n<tr>\n<td>Calls per minute</td>\n<td>200 calls per minute</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"real-time-data\">Real-time Data</h2>\n<p>The API calls read directly from NABERS Perform so the data is real-time.</p>\n<h2 id=\"pagination\">Pagination</h2>\n<p>Due to the large amount of data returned from the rating register, pagination is used to return the data in separate requests. The Rating Register API uses thefirstRecord and lastRecord from the API response as well as pageSize parameter. The pageSize parameter indicates how many records are returned per page.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"pageSize\": 200,\n    \"lstExceptions\": null,\n    \"lastRecord\": \"a0wMn000005sqZpIAI\",\n    \"firstRecord\": \"a0w0o00000XzoIHAAZ\"\n\n</code></pre>\n<p>If you need to get data for the second page you need to pass the lastRecord from the previous response. Similarly if they want to get data for the previous page they need to pass the firstRecord from the previous response.</p>\n<p><em>First request:</em><br /><a href=\"https://data.nabers.gov.au/ratingregisterapi?buildingType=Office&amp;ratingType=energy&amp;pageSize=1\">https://data.nabers.gov.au/ratingregisterapi?buildingType=Office&amp;ratingType=energy&amp;pageSize=1</a></p>\n<p><em>Request for second page:</em></p>\n<p><a href=\"https://data.nabers.gov.au/ratingregisterapi?ratingType=energy&amp;pageSize=1&amp;buildingType=Office&amp;lastRecord=a0wMn000005sqZpIAI\">https://data.nabers.gov.au/ratingregisterapi?ratingType=energy&amp;pageSize=1&amp;buildingType=Office&amp;lastRecord=a0wMn000005sqZpIAI</a></p>\n<p><em>Request for previous page:</em></p>\n<p><a href=\"https://data.nabers.gov.au/ratingregisterapi?ratingType=energy&amp;pageSize=1&amp;buildingType=Office&amp;firstRecord=a0w0o00000XzoIHAAZ\">https://data.nabers.gov.au/ratingregisterapi?ratingType=energy&amp;pageSize=1&amp;buildingType=Office&amp;firstRecord=a0w0o00000XzoIHAAZ</a></p>\n<h2 id=\"energy-performance-indicator\">Energy Performance Indicator</h2>\n<p>When using the Rating Register API to call Energy Performance Indicator ratings you will need use the values from the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Building Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Agricultural and aquacultural buildings</td>\n</tr>\n<tr>\n<td>Aquatic centres</td>\n</tr>\n<tr>\n<td>Cemeteries and crematoriums</td>\n</tr>\n<tr>\n<td>Childcare centre</td>\n</tr>\n<tr>\n<td>Correctional facilities</td>\n</tr>\n<tr>\n<td>Emergency services and police stations</td>\n</tr>\n<tr>\n<td>Sports centres</td>\n</tr>\n<tr>\n<td>Other entertainment and recreation centres</td>\n</tr>\n<tr>\n<td>Bakeries and confectionaries</td>\n</tr>\n<tr>\n<td>Other food retailing service</td>\n</tr>\n<tr>\n<td>Restaurants and cafes</td>\n</tr>\n<tr>\n<td>Pubs and clubs</td>\n</tr>\n<tr>\n<td>Other food and beverage</td>\n</tr>\n<tr>\n<td>Yoga/pilates studios</td>\n</tr>\n<tr>\n<td>Other gymnasiums</td>\n</tr>\n<tr>\n<td>Laboratories</td>\n</tr>\n<tr>\n<td>Caravan park</td>\n</tr>\n<tr>\n<td>Other lodging and accommodation</td>\n</tr>\n<tr>\n<td>Bakery product factory (manufacture only)</td>\n</tr>\n<tr>\n<td>Other manufacturing facilities</td>\n</tr>\n<tr>\n<td>Outdoor and environmental education centres</td>\n</tr>\n<tr>\n<td>Libraries</td>\n</tr>\n<tr>\n<td>Galleries and museums</td>\n</tr>\n<tr>\n<td>Courts</td>\n</tr>\n<tr>\n<td>Religious buildings</td>\n</tr>\n<tr>\n<td>Community centres</td>\n</tr>\n<tr>\n<td>Other public buildings</td>\n</tr>\n<tr>\n<td>Petrol stations</td>\n</tr>\n<tr>\n<td>Automotive repair garage</td>\n</tr>\n<tr>\n<td>Car dealerships</td>\n</tr>\n<tr>\n<td>Dry-cleaners and laundromats</td>\n</tr>\n<tr>\n<td>Storage facilities</td>\n</tr>\n<tr>\n<td>Airports (terminals and aerodromes)</td>\n</tr>\n<tr>\n<td>Train stations</td>\n</tr>\n<tr>\n<td>Other passenger transport</td>\n</tr>\n<tr>\n<td>Transport - other transport buildings</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"potential-errors\">Potential Errors</h2>\n<p>Below is a list of some errors you might receive when calling the Rating Register API</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th><strong>Possible reasons</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription.</td>\n<td>Please check that a valid API subscription key is entered in the header of the request.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Resource not found</td>\n<td>Please check the URL syntax for errors</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>buildingType is required.</td>\n<td>buildingType value was not included in the request</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>ratingType is required</td>\n<td>ratingType value was not included in the request</td>\n</tr>\n</tbody>\n</table>\n</div><p>The sample requests in this folder are meant to guide our customers on how to structure their API calls. If you are still facing issue using the Rating Register API then please reach out to NABERS team.</p>\n","_postman_id":"126f6523-5b20-4ae9-9e25-873463ea0d24"},{"name":"Forward rating calculator API","item":[{"name":"Office Base Building Energy","id":"8e8c26d2-1d08-48e0-ae85-b572ea354676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Base\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 400,\r\n        \"TotalHours\": 50,\r\n        \"TotalComputerCount\": 267,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 31922.8,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"office-base-building-energy-rating-calculator\">Office Base Building Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for office base buildings based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of office buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Control: Inputs about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>ratingInputs: consist of the following:</p>\n<ul>\n<li><p>attributes: building attributes such as <em>weeklyOperatingHours, ratedSiteArea, totalComputerCount</em></p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs, water or Indoor environment inputs depending on the Rating Type used for the rating.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"control-object\">Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Postal code of the building location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Type of premise (must be \"Office\" for this endpoint)</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Scope of the rating (Base, Whole, Tenancy)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Type of rating (Energy, Water, IE, Waste)</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the building/site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for notifications</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company requesting the rating</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n</tr>\n<tr>\n<td>ratingPeriodFrom</td>\n<td>String</td>\n<td>This optional field can be used if you want to calculate the rating based on a previous year emission data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ratinginputs-object\">RatingInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalArea</td>\n<td>Number</td>\n<td>Total net lettable area in square meters</td>\n<td>400</td>\n</tr>\n<tr>\n<td>TotalHours</td>\n<td>Number</td>\n<td>Total operational hours per week</td>\n<td>50</td>\n</tr>\n<tr>\n<td>TotalComputerCount</td>\n<td>Number</td>\n<td>Number of computers in the building</td>\n<td>267</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total onsite renewable electricity generation consumption</td>\n<td>54212.97</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net onsite renewable electricity generation consumption</td>\n<td>54212.97</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total onsite Large-scale Generation Certificates exported</td>\n<td>10</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total offsite energy purchases</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in MJ</td>\n<td>1274457.25</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in MJ</td>\n<td>719565.14</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n<td>2996857.54</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n<td>450.55</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption</td>\n<td>55027.92</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Offsite Large-scale Generation Certificates surrendered</td>\n<td>333.123</td>\n</tr>\n<tr>\n<td>EnergyInputs</td>\n<td>Object</td>\n<td>Breakdown of energy inputs by type</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"energyinputs-object\">EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n<td>31922.8</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption percentage</td>\n<td>30</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n<td>5000</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n<td>30</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 179420.51,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 121080.08,\n            \"totalEmissionsScope12WithRenewableElectricity\": 360883.74,\n            \"totalEmissionsScope123WithRenewableElectricity\": 408688.44,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 7.3,\n            \"rETAndStateTerritoryTargets\": 105207.54,\n            \"rEIResultPercentDecimal\": 12.4,\n            \"rEIResultPercent\": 12,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": null,\n            \"predictedMedianInfrastructure\": null,\n            \"predictedGreenhouseGasIntensity\": null,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 29.8,\n            \"nonRenewableElectricity\": 429684.57,\n            \"noGreenPowerStarRatingGranular\": 5.0,\n            \"noGreenPowerStarRatingDecimal\": 5.043957833956087,\n            \"noGreenPowerStarRating\": 5.0,\n            \"noGreenPowerPredictedGHGIntensity\": null,\n            \"noGreenPowerGHGIntensityScope123\": 64.1087175,\n            \"noGreenPowerGHGIntensityScope12\": 59.106464,\n            \"noGreenPowerGHGEmissionsScope123\": 25643.487,\n            \"noGreenPowerGHGEmissionsScope12\": 23642.585600000002,\n            \"noGreenPowerBenchmarkingFactor\": 68.06806580874792,\n            \"greenPowerREIPercent\": 4.0,\n            \"greenpowerPercentage\": null,\n            \"greenPower\": 58027.92,\n            \"greenHousGasEmissionLPG\": null,\n            \"greenHousGasEmissionGas\": null,\n            \"greenHousGasEmissionElectricity\": null,\n            \"greenHousGasEmissionDiesel\": null,\n            \"greenHousGasEmissionCoal\": null,\n            \"greenHouseGasIntensityScope12WithRenewableElectricity\": 902.21,\n            \"greenHouseGasIntensityScope123WithRenewableElectricity\": 1021.72,\n            \"greenhouseGasIntensityScope123\": 57.80396450000001,\n            \"greenhouseGasIntensityScope12\": 53.280553,\n            \"greenhouseGasEmissionsScope123\": 23121.585800000004,\n            \"greenhouseGasEmissionsScope12\": 21312.2212,\n            \"gasAndLPGREIPercent\": 57.7,\n            \"energyIntensity\": 302.0,\n            \"emissionFactorElectricity\": 0.73,\n            \"dieselREIPercent\": 0.0,\n            \"calculatedPUE\": null,\n            \"benchmarkingFactor\": 61.392759117298105,\n            \"actualEmissionsWoGP\": null,\n            \"actualEmissions\": null\n        }\n    }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StarRating</td>\n<td>The calculated NABERS star rating (0-6 scale)</td>\n</tr>\n<tr>\n<td>RatedArea</td>\n<td>The area used in the rating calculation</td>\n</tr>\n<tr>\n<td>RatedHours</td>\n<td>The hours used in the rating calculation</td>\n</tr>\n<tr>\n<td>NormalizedEnergyMJ</td>\n<td>Normalized energy consumption in megajoules</td>\n</tr>\n<tr>\n<td>EnergyIntensity</td>\n<td>Energy intensity metric</td>\n</tr>\n<tr>\n<td>Benchmark</td>\n<td>Benchmark value for comparison</td>\n</tr>\n<tr>\n<td>RatingScore</td>\n<td>Numerical rating score</td>\n</tr>\n<tr>\n<td>Messages</td>\n<td>Array of information or error messages</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key</p>\n</li>\n<li><p>The response includes both the star rating and detailed calculation metrics</p>\n</li>\n<li><p>Error messages will be returned if required parameters are missing or invalid</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e8c26d2-1d08-48e0-ae85-b572ea354676"},{"name":"Office Base Building Water","id":"031b1a4e-864c-4c67-a0b7-2f96987f1419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Base\",\r\n        \"RatingType\": \"Water\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 4000,\r\n        \"TotalHours\": 50,\r\n        \"WaterInputs\": {\r\n            \"Water\": 2168,\r\n            \"RecycledWater\": 6504.9\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"office-base-building-water-rating-calculator\">Office Base Building Water Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS water ratings for office base buildings based on provided building characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) Water rating assesses the water efficiency of office buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>{{vault:API_KEY}}</code></td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope, etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as weeklyOperatingHours, ratedSiteArea, totalComputerCount</p>\n</li>\n<li><p>Water inputs used for thr rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Postal code of the building location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Type of premise (must be \"Office\" for this endpoint)</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Scope of the rating (Base, Whole, Tenancy)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Type of rating (must be \"Water\" for this endpoint)</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the building/site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for notifications</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company requesting the rating</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n</tr>\n<tr>\n<td>ratingPeriodFrom</td>\n<td>String</td>\n<td>This optional field can be used if you want to calculate the rating based on a previous year emission data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalArea</td>\n<td>Number</td>\n<td>Net lettable area of the building in square meters</td>\n<td>4000</td>\n</tr>\n<tr>\n<td>TotalHours</td>\n<td>Number</td>\n<td>Weekly operating hours of the building</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL) for the rating period</td>\n<td>2168</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water consumption in kiloliters (kL) for the rating period</td>\n<td>6504.9</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": {\n            \"waterStarRatingGranular\": 6.9,\n            \"waterStarRatingDecimal\": 13.340530971424062,\n            \"waterStarRating\": 6.0,\n            \"waterConsumptionPerUnitArea\": null,\n            \"waterConsumption\": 6504.9,\n            \"recycledWaterPercent\": 300.04151291512915,\n            \"predictedAverageWaterUse\": -1.0763979504310348,\n            \"normalisedWaterConsumption\": -1.084225,\n            \"noRecycleWaterStarRatingGranular\": 4.4,\n            \"noRecycleWaterStarRatingDecimal\": 4.411555096423236,\n            \"noRecycleWaterStarRating\": 4.0,\n            \"noRecycleWaterConsumption\": 2168.0,\n            \"noRecyclePredictedAverageWaterUse\": 0.5531400252050566,\n            \"noRecycleNormalisedWaterConsumption\": 0.542,\n            \"noRecycleBenchmarkingFactor\": null,\n            \"benchmarkingFactor\": null\n        },\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": null\n    }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RatingResults</td>\n<td>Object</td>\n<td>Container for rating calculation results</td>\n</tr>\n<tr>\n<td>RatingScore</td>\n<td>Number</td>\n<td>The NABERS star rating (0-6 scale with 0.5 increments)</td>\n</tr>\n<tr>\n<td>WaterIndex</td>\n<td>Number</td>\n<td>Normalized water efficiency index</td>\n</tr>\n<tr>\n<td>WaterConsumption</td>\n<td>Object</td>\n<td>Container for water consumption metrics</td>\n</tr>\n<tr>\n<td>TotalWaterConsumption</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>WaterConsumptionPerArea</td>\n<td>Number</td>\n<td>Water consumption per square meter (kL/m²)</td>\n</tr>\n<tr>\n<td>BenchmarkWaterConsumptionPerArea</td>\n<td>Number</td>\n<td>Benchmark water consumption per square meter for this building type (kL/m²)</td>\n</tr>\n<tr>\n<td>Messages</td>\n<td>Array</td>\n<td>List of informational or error messages</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"031b1a4e-864c-4c67-a0b7-2f96987f1419"},{"name":"Office Base Building Indoor Environment","id":"98dd27f3-4aa1-4750-9b82-bdab055077eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Base\",\r\n        \"RatingType\": \"IE\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"naberstest@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DPE\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"IEInputs\": {\r\n            \"ThermalComfortAnnualMonitoring\": 94,\r\n            \"ThermalComfortSpotMeasurements\": 94,\r\n            \"IndoorAirQualityParticulateMatter\": 5.5,\r\n            \"IndoorAirQualityVentilationEffectivness\": 93,\r\n            \"IndoorAirQualityCarbonMonoxide\": 0.4,\r\n            \"IndoorAirQualityTotalVOCs\": 0.8,\r\n            \"IndoorAirQualityFormaldehyde\": 0.04,\r\n            \"LightingHorizontalIlluminance\": 65,\r\n            \"AcousticMeasurementTenancyWholeBenchmark\": 35,\r\n            \"AcousticMeasurementBaseBenchmark\": 40.2,\r\n            \"OccupantSurveyThermalComfort\": 50,\r\n            \"OccupantSurveyIndoorAirQuality\": 50,\r\n            \"OccupantSurveyLighting\": 50,\r\n            \"OccupantSurveyAcoustics\": 50,\r\n            \"OccupantSurveyOfficeLayout\": 50\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"nabers-office-base-building-indoor-environment-rating-calculator\">NABERS Office Base Building Indoor Environment Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint calculates NABERS Indoor Environment (IE) ratings for office base buildings. The NABERS IE rating assesses the quality of the indoor environment provided by the building owner to tenants, measuring factors such as thermal comfort, air quality, acoustic comfort, and lighting quality.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n<td>Specifies the request body format</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li>Indoor environment inputs used for the rating.</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Postal code of the building location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Type of premise (must be \"Office\" for this endpoint)</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Scope of the rating (Base, Whole, Tenancy)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Type of rating (Energy, Water, IE, Waste)</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the building/site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for notifications</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company requesting the rating</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n</tr>\n<tr>\n<td>ratingPeriodFrom</td>\n<td>String</td>\n<td>This optional field can be used if you want to calculate the rating based on a previous year emission data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-ieinputs-object\">2.1 IEInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ThermalComfortAnnualMonitoring</td>\n<td>Number</td>\n<td>Percentage of time the building maintains thermal comfort conditions over the year</td>\n<td>94</td>\n</tr>\n<tr>\n<td>ThermalComfortSpotMeasurements</td>\n<td>Number</td>\n<td>Spot measurement results for thermal comfort</td>\n<td>94</td>\n</tr>\n<tr>\n<td>IndoorAirQualityParticulateMatter</td>\n<td>Number</td>\n<td>Particulate matter concentration (PM2.5) in μg/m³</td>\n<td>5.5</td>\n</tr>\n<tr>\n<td>IndoorAirQualityVentilationEffectivness</td>\n<td>Number</td>\n<td>Ventilation effectiveness percentage</td>\n<td>93</td>\n</tr>\n<tr>\n<td>IndoorAirQualityCarbonMonoxide</td>\n<td>Number</td>\n<td>Carbon monoxide concentration in ppm</td>\n<td>0.4</td>\n</tr>\n<tr>\n<td>IndoorAirQualityTotalVOCs</td>\n<td>Number</td>\n<td>Total volatile organic compounds in mg/m³</td>\n<td>0.8</td>\n</tr>\n<tr>\n<td>IndoorAirQualityFormaldehyde</td>\n<td>Number</td>\n<td>Formaldehyde concentration in ppm</td>\n<td>0.04</td>\n</tr>\n<tr>\n<td>LightingHorizontalIlluminance</td>\n<td>Number</td>\n<td>Horizontal illuminance in lux</td>\n<td>65</td>\n</tr>\n<tr>\n<td>AcousticMeasurementTenancyWholeBenchmark</td>\n<td>Number</td>\n<td>Acoustic measurement for tenancy/whole building in dB</td>\n<td>35</td>\n</tr>\n<tr>\n<td>AcousticMeasurementBaseBenchmark</td>\n<td>Number</td>\n<td>Acoustic measurement for base building in dB</td>\n<td>40.2</td>\n</tr>\n<tr>\n<td>OccupantSurveyThermalComfort</td>\n<td>Number</td>\n<td>Occupant satisfaction with thermal comfort (0-100%)</td>\n<td>50</td>\n</tr>\n<tr>\n<td>OccupantSurveyIndoorAirQuality</td>\n<td>Number</td>\n<td>Occupant satisfaction with indoor air quality (0-100%)</td>\n<td>50</td>\n</tr>\n<tr>\n<td>OccupantSurveyLighting</td>\n<td>Number</td>\n<td>Occupant satisfaction with lighting (0-100%)</td>\n<td>50</td>\n</tr>\n<tr>\n<td>OccupantSurveyAcoustics</td>\n<td>Number</td>\n<td>Occupant satisfaction with acoustics (0-100%)</td>\n<td>50</td>\n</tr>\n<tr>\n<td>OccupantSurveyOfficeLayout</td>\n<td>Number</td>\n<td>Occupant satisfaction with office layout (0-100%)</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": {\n            \"ventilationEffectivenessScore\": 67.71332033960013,\n            \"totalVolatileOrganicCompoundsScore\": null,\n            \"thermalComfortWeightedScore\": 25.0,\n            \"thermalComfortOverallScore\": 62.58802943742302,\n            \"thermalComfortOccupantSurveyScore\": null,\n            \"spotMeasurementsScore\": 62.128274845491035,\n            \"particulateMatterScore\": 60.80737966059277,\n            \"officeLayoutWeightedScore\": 0.0,\n            \"officeLayoutScore\": 50.0,\n            \"lightingScoreWeightedScore\": 0.0,\n            \"lightingScore\": 48.62962870042895,\n            \"lightingOccupantSurveyScore\": 50.0,\n            \"indoorStarRating\": 3.0,\n            \"indoorAirQualityScore\": 65.09215473757168,\n            \"indoorAirQualityOccupantSurveyScore\": null,\n            \"iEOverallScore\": 61.0,\n            \"horizontalIlluminanceScore\": 47.259257400857905,\n            \"formaldehydeScore\": null,\n            \"carbonMonoxideScore\": 64.0507643507585,\n            \"annualMonitoringScore\": 62.894532498711,\n            \"airQualityWeightedScore\": 26.0,\n            \"acousticsScore\": 49.66408382849461,\n            \"acousticsOccupantSurveyScore\": null,\n            \"acousticMeasurementScore\": 49.66408382849461,\n            \"acousticComfortWeightedScore\": 9.9\n        },\n        \"energyResults\": null\n    }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sequence</td>\n<td>Number</td>\n<td>Sequence number of the calculation</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>String/null</td>\n<td>Identifier for the request (if provided)</td>\n</tr>\n<tr>\n<td>lstExceptions</td>\n<td>Array/null</td>\n<td>List of exceptions encountered during calculation</td>\n</tr>\n<tr>\n<td>ieResults</td>\n<td>Object</td>\n<td>Indoor Environment rating results</td>\n</tr>\n<tr>\n<td>energyResults</td>\n<td>Object/null</td>\n<td>Energy rating results (null for IE rating requests)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ieresults-object\"><strong>ieResults Object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>indoorStarRating</td>\n<td>Number</td>\n<td>The final NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>iEOverallScore</td>\n<td>Number</td>\n<td>Overall Indoor Environment score (0-100)</td>\n</tr>\n<tr>\n<td>thermalComfortWeightedScore</td>\n<td>Number</td>\n<td>Weighted score for thermal comfort category</td>\n</tr>\n<tr>\n<td>thermalComfortOverallScore</td>\n<td>Number</td>\n<td>Overall thermal comfort score</td>\n</tr>\n<tr>\n<td>thermalComfortOccupantSurveyScore</td>\n<td>Number/null</td>\n<td>Score from occupant survey for thermal comfort</td>\n</tr>\n<tr>\n<td>annualMonitoringScore</td>\n<td>Number</td>\n<td>Score from annual monitoring of thermal conditions</td>\n</tr>\n<tr>\n<td>spotMeasurementsScore</td>\n<td>Number</td>\n<td>Score from spot measurements of thermal conditions</td>\n</tr>\n<tr>\n<td>airQualityWeightedScore</td>\n<td>Number</td>\n<td>Weighted score for air quality category</td>\n</tr>\n<tr>\n<td>indoorAirQualityScore</td>\n<td>Number</td>\n<td>Overall indoor air quality score</td>\n</tr>\n<tr>\n<td>indoorAirQualityOccupantSurveyScore</td>\n<td>Number/null</td>\n<td>Score from occupant survey for air quality</td>\n</tr>\n<tr>\n<td>ventilationEffectivenessScore</td>\n<td>Number</td>\n<td>Score for ventilation effectiveness</td>\n</tr>\n<tr>\n<td>particulateMatterScore</td>\n<td>Number</td>\n<td>Score for particulate matter levels</td>\n</tr>\n<tr>\n<td>carbonMonoxideScore</td>\n<td>Number</td>\n<td>Score for carbon monoxide levels</td>\n</tr>\n<tr>\n<td>totalVolatileOrganicCompoundsScore</td>\n<td>Number/null</td>\n<td>Score for total volatile organic compounds</td>\n</tr>\n<tr>\n<td>formaldehydeScore</td>\n<td>Number/null</td>\n<td>Score for formaldehyde levels</td>\n</tr>\n<tr>\n<td>lightingScoreWeightedScore</td>\n<td>Number</td>\n<td>Weighted score for lighting category</td>\n</tr>\n<tr>\n<td>lightingScore</td>\n<td>Number</td>\n<td>Overall lighting quality score</td>\n</tr>\n<tr>\n<td>formaldehydeScore</td>\n<td>Number/null</td>\n<td>Score for formaldehyde levels</td>\n</tr>\n<tr>\n<td>lightingScoreWeightedScore</td>\n<td>Number</td>\n<td>Weighted score for lighting category</td>\n</tr>\n<tr>\n<td>lightingScore</td>\n<td>Number</td>\n<td>Overall lighting quality score</td>\n</tr>\n<tr>\n<td>lightingOccupantSurveyScore</td>\n<td>Number</td>\n<td>Score from occupant survey for lighting</td>\n</tr>\n<tr>\n<td>horizontalIlluminanceScore</td>\n<td>Number</td>\n<td>Score for horizontal illuminance measurements</td>\n</tr>\n<tr>\n<td>acousticComfortWeightedScore</td>\n<td>Number</td>\n<td>Weighted score for acoustic comfort category</td>\n</tr>\n<tr>\n<td>acousticsScore</td>\n<td>Number</td>\n<td>Overall acoustics score</td>\n</tr>\n<tr>\n<td>acousticsOccupantSurveyScore</td>\n<td>Number/null</td>\n<td>Score from occupant survey for acoustics</td>\n</tr>\n<tr>\n<td>acousticMeasurementScore</td>\n<td>Number</td>\n<td>Score from acoustic measurements</td>\n</tr>\n<tr>\n<td>officeLayoutWeightedScore</td>\n<td>Number</td>\n<td>Weighted score for office layout category</td>\n</tr>\n<tr>\n<td>officeLayoutScore</td>\n<td>Number</td>\n<td>Score for office layout from occupant survey</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The star rating is calculated based on the overall IE score, with higher scores resulting in higher star ratings.</p>\n</li>\n<li><p>Some scores may be null if the corresponding measurements were not provided in the request.</p>\n</li>\n<li><p>The weighted scores represent the contribution of each category to the overall IE score.</p>\n</li>\n<li><p>Scores are typically on a scale of 0-100, with higher scores indicating better performance.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on NABERS Energy Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"98dd27f3-4aa1-4750-9b82-bdab055077eb"},{"name":"Office Whole Building Energy","id":"5b45420c-dc88-4da8-a79c-fc006a68ee49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Whole\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 400,\r\n        \"TotalHours\": 50,\r\n        \"TotalComputerCount\": 270,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 308896,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"office-whole-building-energy-rating-calculator\">Office Whole Building Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for office whole buildings based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of office buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as weeklyOperatingHours, ratedSiteArea, totalComputerCount</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postal code where the building is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>The type of premise (must be \"Office\")</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (must be \"Whole\" for whole building)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>The type of rating (must be \"Energy\")</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the building or site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company or organization</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n</tr>\n<tr>\n<td>ratingPeriodFrom</td>\n<td>String</td>\n<td>This optional field can be used if you want to calculate the rating based on a previous year emission data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalArea</td>\n<td>Number</td>\n<td>Total net lettable area in square meters</td>\n<td>400</td>\n</tr>\n<tr>\n<td>TotalHours</td>\n<td>Number</td>\n<td>Total operational hours per week</td>\n<td>50</td>\n</tr>\n<tr>\n<td>TotalComputerCount</td>\n<td>Number</td>\n<td>Number of computers in the building</td>\n<td>267</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site Large-scale Generation Certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site Large-scale Generation Certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption percentage</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 95178.31,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 1118183.5999999999,\n            \"totalEmissionsScope12WithRenewableElectricity\": 416619.62,\n            \"totalEmissionsScope123WithRenewableElectricity\": 473237.1,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 1.5,\n            \"rETAndStateTerritoryTargets\": 20965.34,\n            \"rEIResultPercentDecimal\": 6.6,\n            \"rEIResultPercent\": 7,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": null,\n            \"predictedMedianInfrastructure\": null,\n            \"predictedGreenhouseGasIntensity\": null,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 35.6,\n            \"nonRenewableElectricity\": 513926.77,\n            \"noGreenPowerStarRatingGranular\": 3.5,\n            \"noGreenPowerStarRatingDecimal\": 3.5641402131422413,\n            \"noGreenPowerStarRating\": 3.5,\n            \"noGreenPowerPredictedGHGIntensity\": null,\n            \"noGreenPowerGHGIntensityScope123\": 541.6291875,\n            \"noGreenPowerGHGIntensityScope12\": 510.525754,\n            \"noGreenPowerGHGEmissionsScope123\": 216651.675,\n            \"noGreenPowerGHGEmissionsScope12\": 204210.3016,\n            \"noGreenPowerBenchmarkingFactor\": 168.00826226368375,\n            \"greenPowerREIPercent\": 4.0,\n            \"greenpowerPercentage\": null,\n            \"greenPower\": 58027.92,\n            \"greenHousGasEmissionLPG\": null,\n            \"greenHousGasEmissionGas\": null,\n            \"greenHousGasEmissionElectricity\": null,\n            \"greenHousGasEmissionDiesel\": null,\n            \"greenHousGasEmissionCoal\": null,\n            \"greenHouseGasIntensityScope12WithRenewableElectricity\": 1041.55,\n            \"greenHouseGasIntensityScope123WithRenewableElectricity\": 1183.09,\n            \"greenhouseGasIntensityScope123\": 379.4587875,\n            \"greenhouseGasIntensityScope12\": 357.62223400000005,\n            \"greenhouseGasEmissionsScope123\": 151783.515,\n            \"greenhouseGasEmissionsScope12\": 143048.8936,\n            \"gasAndLPGREIPercent\": 57.7,\n            \"energyIntensity\": 2795.0,\n            \"emissionFactorElectricity\": 0.66,\n            \"dieselREIPercent\": 0.0,\n            \"calculatedPUE\": null,\n            \"benchmarkingFactor\": 12.367893461004293,\n            \"actualEmissionsWoGP\": null,\n            \"actualEmissions\": null\n        }\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The API returns a JSON object containing the calculated NABERS rating and related information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>Number</td>\n<td>The calculated NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>ratingScore</td>\n<td>Number</td>\n<td>The numerical score of the rating</td>\n</tr>\n<tr>\n<td>carbonEmissions</td>\n<td>Number</td>\n<td>Total carbon emissions in kg CO₂-e</td>\n</tr>\n<tr>\n<td>carbonEmissionsIntensity</td>\n<td>Number</td>\n<td>Carbon emissions intensity in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>energyConsumption</td>\n<td>Object</td>\n<td>Breakdown of energy consumption by source</td>\n</tr>\n<tr>\n<td>benchmarkData</td>\n<td>Object</td>\n<td>Reference data used for benchmarking</td>\n</tr>\n<tr>\n<td>calculationDetails</td>\n<td>Object</td>\n<td>Detailed calculation steps and intermediate values</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\"><strong>Notes</strong></h2>\n<p>• The API requires a valid subscription key<br />• The response includes both the star rating and detailed calculation metrics<br />• Error messages will be returned if required parameters are missing or invalid</p>\n<h2 id=\"references\"><strong>References</strong></h2>\n<p>This documentation is based on the NABERS INdoor Environemnt Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b45420c-dc88-4da8-a79c-fc006a68ee49"},{"name":"Office Whole Building Water","id":"28d3b305-1933-44e3-b8c3-eb71209d3bdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Whole\",\r\n        \"RatingType\": \"Water\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 400,\r\n        \"TotalHours\": 50,\r\n        \"WaterInputs\": {\r\n            \"Water\": 216,\r\n            \"RecycledWater\": 43.2\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"office-whole-building-water-rating-calculator\">Office Whole Building Water Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS water ratings for office whole buildings based on provided building characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) Water rating assesses the water efficiency of office buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>{{vault:API_KEY}}</code></td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope, etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as weeklyOperatingHours, ratedSiteArea, totalComputerCount</p>\n</li>\n<li><p>Water inputs used for thr rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postal code where the building is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>The type of premise (must be \"Office\")</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (must be \"Whole\" for whole building)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>The type of rating (must be \"Water\")</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the building or site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company or organization</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n</tr>\n<tr>\n<td>ratingPeriodFrom</td>\n<td>String</td>\n<td>This optional field can be used if you want to calculate the rating based on a previous year emission data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalArea</td>\n<td>Number</td>\n<td>Net lettable area of the building in square meters</td>\n</tr>\n<tr>\n<td>TotalHours</td>\n<td>Number</td>\n<td>Weekly occupancy hours of the building</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL) for the rating period</td>\n<td>2168</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water consumption in kiloliters (kL) for the rating period</td>\n<td>6504.9</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": {\n            \"waterStarRatingGranular\": 4.7,\n            \"waterStarRatingDecimal\": 4.735199793390456,\n            \"waterStarRating\": 4.5,\n            \"waterConsumptionPerUnitArea\": null,\n            \"waterConsumption\": 43.2,\n            \"recycledWaterPercent\": 20.0,\n            \"predictedAverageWaterUse\": 0.44138551134227555,\n            \"normalisedWaterConsumption\": 0.43200000000000005,\n            \"noRecycleWaterStarRatingGranular\": 4.4,\n            \"noRecycleWaterStarRatingDecimal\": 4.417439545459003,\n            \"noRecycleWaterStarRating\": 4.0,\n            \"noRecycleWaterConsumption\": 216.0,\n            \"noRecyclePredictedAverageWaterUse\": 0.5511081249530063,\n            \"noRecycleNormalisedWaterConsumption\": 0.54,\n            \"noRecycleBenchmarkingFactor\": null,\n            \"benchmarkingFactor\": null\n        },\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": null\n    }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The API returns a JSON object containing the calculated NABERS water rating and related information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Rating</td>\n<td>Number</td>\n<td>The calculated NABERS star rating (0-6 scale)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>The type of rating (Water)</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>The type of premise (Office)</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (Whole)</td>\n</tr>\n<tr>\n<td>NormalizedWaterConsumption</td>\n<td>Number</td>\n<td>Water consumption normalized by building area (L/m²)</td>\n</tr>\n<tr>\n<td>Benchmark</td>\n<td>Object</td>\n<td>Benchmark data used for the rating calculation</td>\n</tr>\n<tr>\n<td>Benchmark.RatingValue</td>\n<td>Number</td>\n<td>The benchmark value for the calculated rating</td>\n</tr>\n<tr>\n<td>Benchmark.NextRatingValue</td>\n<td>Number</td>\n<td>The benchmark value required to achieve the next star rating</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"28d3b305-1933-44e3-b8c3-eb71209d3bdc"},{"name":"Office Tenancy Energy","id":"dc7511ec-2b96-4261-bd14-d53d648e5324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Tenancy\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 400,\r\n        \"TotalHours\": 50,\r\n        \"TotalComputerCount\": 27,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 52000,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"office-tenancy-energy-rating-calculator\">Office Tenancy Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for office tenancies based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of office tenancies on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as weeklyOperatingHours, ratedSiteArea, totalComputerCount</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postal code where the building is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>The type of premise (must be \"Office\")</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (must be \"Tenancy\" for tenancy assessment)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>The type of rating (must be \"Energy\")</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the building or site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company or organization</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n</tr>\n<tr>\n<td>ratingPeriodFrom</td>\n<td>String</td>\n<td>This optional field can be used if you want to calculate the rating based on a previous year emission data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalArea</td>\n<td>Number</td>\n<td>Total net lettable area in square meters</td>\n<td>400</td>\n</tr>\n<tr>\n<td>TotalHours</td>\n<td>Number</td>\n<td>Total operational hours per week</td>\n<td>50</td>\n</tr>\n<tr>\n<td>TotalComputerCount</td>\n<td>Number</td>\n<td>Number of computers in the building</td>\n<td>267</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalArea</td>\n<td>Number</td>\n<td>Net lettable area of the tenancy in square meters</td>\n</tr>\n<tr>\n<td>TotalHours</td>\n<td>Number</td>\n<td>Weekly occupancy hours of the tenancy</td>\n</tr>\n<tr>\n<td>TotalComputerCount</td>\n<td>Number</td>\n<td>Total number of computers in the tenancy</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site Large-scale Generation Certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site Large-scale Generation Certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption percentage</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 95178.31,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 121080.08,\n            \"totalEmissionsScope12WithRenewableElectricity\": 416619.62,\n            \"totalEmissionsScope123WithRenewableElectricity\": 473237.1,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 1.5,\n            \"rETAndStateTerritoryTargets\": 20965.34,\n            \"rEIResultPercentDecimal\": 6.6,\n            \"rEIResultPercent\": 7,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": null,\n            \"predictedMedianInfrastructure\": null,\n            \"predictedGreenhouseGasIntensity\": null,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 35.6,\n            \"nonRenewableElectricity\": 513926.77,\n            \"noGreenPowerStarRatingGranular\": 5.0,\n            \"noGreenPowerStarRatingDecimal\": 5.076739139011157,\n            \"noGreenPowerStarRating\": 5.0\n        }\n    }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The API returns a JSON object containing the calculated NABERS rating and related information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>Number</td>\n<td>The calculated NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>ratingScore</td>\n<td>Number</td>\n<td>The numerical score of the rating</td>\n</tr>\n<tr>\n<td>carbonEmissions</td>\n<td>Number</td>\n<td>Total carbon emissions in kg CO₂-e</td>\n</tr>\n<tr>\n<td>carbonEmissionsIntensity</td>\n<td>Number</td>\n<td>Carbon emissions intensity in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>energyConsumption</td>\n<td>Object</td>\n<td>Breakdown of energy consumption by source</td>\n</tr>\n<tr>\n<td>benchmarkData</td>\n<td>Object</td>\n<td>Reference data used for benchmarking</td>\n</tr>\n<tr>\n<td>calculationDetails</td>\n<td>Object</td>\n<td>Detailed calculation steps and intermediate values</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\"><strong>Notes</strong></h2>\n<p>• The API requires a valid subscription key<br />• The response includes both the star rating and detailed calculation metrics<br />• Error messages will be returned if required parameters are missing or invalid</p>\n<h2 id=\"references\"><strong>References</strong></h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc7511ec-2b96-4261-bd14-d53d648e5324"},{"name":"Shopping Centre Energy","id":"891d4a26-949b-43f5-bee8-55823650116f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"ShoppingCentre\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"FloorConfiguration\": \"multi storey\",\r\n        \"TotalShoppingGLAR\": 18771.2,\r\n        \"CentralServicedArea\": 17222.1,\r\n        \"CentrallyServicedGymArea\": 5600,\r\n        \"IsSmallShoppingCentre\": true,\r\n        \"TradingDays\": 300,\r\n        \"HoursofService\": 61,\r\n        \"ParkingSpacesMechanical\": 298,\r\n        \"ParkingSpacesNatural\": 0,\r\n        \"FoodCourtSeats\": 500,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 5088967,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"shopping-centre-energy-rating-calculator\">Shopping Centre Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for shopping centre buildings based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of office buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as FloorConfiguration, TotalShoppingGLAR, CentralServicedArea, etc</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postcode of the premises location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be set to \"ShoppingCentre\" for this rating type</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (leave empty for Shopping Centre)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be set to \"Energy\" for energy ratings</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the shopping centre</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>The company name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>The full address of the shopping centre</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FloorConfiguration</td>\n<td>String</td>\n<td>The floor configuration of the shopping centre (e.g., \"multi storey\")</td>\n</tr>\n<tr>\n<td>TotalShoppingGLAR</td>\n<td>Number</td>\n<td>Total Gross Lettable Area Retail (GLAR) in square meters</td>\n</tr>\n<tr>\n<td>CentralServicedArea</td>\n<td>Number</td>\n<td>Area that is centrally serviced in square meters</td>\n</tr>\n<tr>\n<td>CentrallyServicedGymArea</td>\n<td>Number</td>\n<td>Area of centrally serviced gym in square meters</td>\n</tr>\n<tr>\n<td>IsSmallShoppingCentre</td>\n<td>Boolean</td>\n<td>Whether the shopping centre is classified as small</td>\n</tr>\n<tr>\n<td>TradingDays</td>\n<td>Number</td>\n<td>Number of trading days per year</td>\n</tr>\n<tr>\n<td>HoursofService</td>\n<td>Number</td>\n<td>Weekly hours of operation</td>\n</tr>\n<tr>\n<td>ParkingSpacesMechanical</td>\n<td>Number</td>\n<td>Number of mechanically ventilated parking spaces</td>\n</tr>\n<tr>\n<td>ParkingSpacesNatural</td>\n<td>Number</td>\n<td>Number of naturally ventilated parking spaces</td>\n</tr>\n<tr>\n<td>FoodCourtSeats</td>\n<td>Number</td>\n<td>Number of food court seats</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site Large-scale Generation Certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in MJ</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site Large-scale Generation Certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Total electricity consumption in MJ</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>Total GreenPower percentage</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Total gas consumption in MJ</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Total diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 95178.31,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 1118183.5999999999,\n            \"totalEmissionsScope12WithRenewableElectricity\": 416619.62,\n            \"totalEmissionsScope123WithRenewableElectricity\": 473237.1,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 1.5,\n            \"rETAndStateTerritoryTargets\": 20965.34,\n            \"rEIResultPercentDecimal\": 6.6,\n            \"rEIResultPercent\": 7,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": null,\n            \"predictedMedianInfrastructure\": null,\n            \"predictedGreenhouseGasIntensity\": null,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 35.6,\n            \"nonRenewableElectricity\": 513926.77,\n            \"noGreenPowerStarRatingGranular\": 3.5,\n            \"noGreenPowerStarRatingDecimal\": 3.5641402131422413,\n            \"noGreenPowerStarRating\": 3.5,\n            \"noGreenPowerPredictedGHGIntensity\": null,\n            \"noGreenPowerGHGIntensityScope123\": 541.6291875,\n            \"noGreenPowerGHGIntensityScope12\": 510.525754,\n            \"noGreenPowerGHGEmissionsScope123\": 216651.675,\n            \"noGreenPowerGHGEmissionsScope12\": 204210.3016,\n            \"noGreenPowerBenchmarkingFactor\": 168.00826226368375,\n            \"greenPowerREIPercent\": 4.0,\n            \"greenpowerPercentage\": null,\n            \"greenPower\": 58027.92,\n            \"greenHousGasEmissionLPG\": null,\n            \"greenHousGasEmissionGas\": null,\n            \"greenHousGasEmissionElectricity\": null,\n            \"greenHousGasEmissionDiesel\": null,\n            \"greenHousGasEmissionCoal\": null,\n            \"greenHouseGasIntensityScope12WithRenewableElectricity\": 1041.55,\n            \"greenHouseGasIntensityScope123WithRenewableElectricity\": 1183.09,\n            \"greenhouseGasIntensityScope123\": 379.4587875,\n            \"greenhouseGasIntensityScope12\": 357.62223400000005,\n            \"greenhouseGasEmissionsScope123\": 151783.515,\n            \"greenhouseGasEmissionsScope12\": 143048.8936,\n            \"gasAndLPGREIPercent\": 57.7,\n            \"energyIntensity\": 2795.0,\n            \"emissionFactorElectricity\": 0.66,\n            \"dieselREIPercent\": 0.0,\n            \"calculatedPUE\": null,\n            \"benchmarkingFactor\": 12.367893461004293,\n            \"actualEmissionsWoGP\": null,\n            \"actualEmissions\": null\n        }\n    }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The API returns a JSON object containing the calculated NABERS rating and related information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>Number</td>\n<td>The calculated NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>starRatingDecimal</td>\n<td>Number</td>\n<td>The precise decimal value of the star rating</td>\n</tr>\n<tr>\n<td>starRatingGranular</td>\n<td>Number</td>\n<td>Granular star rating value</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Number</td>\n<td>Energy intensity in MJ/m²</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy consumption in MJ</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Factor used for benchmarking calculations</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1 and 2 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1, 2, and 3 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1 and 2 in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1, 2, and 3 in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Percentage of non-renewable electricity in total energy</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>On-site renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Percentage of on-site renewable electricity in total energy</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>Percentage of GreenPower in total energy</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Percentage of gas and LPG in total energy</td>\n</tr>\n<tr>\n<td>dieselREIPercent</td>\n<td>Number</td>\n<td>Percentage of diesel in total energy</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index result percentage</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Precise decimal value of REI result percentage</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"891d4a26-949b-43f5-bee8-55823650116f"},{"name":"Shopping Centre Water","id":"a40bd976-fe35-4406-90c1-218f76fbac4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"ShoppingCentre\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Water\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalShoppingGLAR\": 18771.2,\r\n        \"IsSmallShoppingCentre\": true,\r\n        \"TradingDays\": 361,\r\n        \"HoursofService\": 61,\r\n        \"FoodCourtSeats\": 500,\r\n        \"CinemaTheatres\": 5,\r\n        \"TotalGymGLAR\": 500,\r\n        \"WaterInputs\": {\r\n            \"Water\": 21683,\r\n            \"RecycledWater\": 6504.9\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"shopping-centre-water-rating-calculator\">Shopping Centre Water Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS water ratings for shopping centre buildings based on provided building characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) Water rating assesses the water efficiency of shopping centres on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as FloorConfiguration, TotalShoppingGLAR, CentralServicedArea</p>\n</li>\n<li><p>Water inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postcode of the premises location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be set to \"ShoppingCentre\" for this rating type</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (leave empty for Shopping Centre)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be set to \"Water\" for water ratings</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the shopping centre</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>The company name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>The full address of the shopping centre</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalShoppingGLAR</td>\n<td>Number</td>\n<td>Total Gross Lettable Area Retail (GLAR) in square meters</td>\n</tr>\n<tr>\n<td>IsSmallShoppingCentre</td>\n<td>Boolean</td>\n<td>Whether the shopping centre is classified as small</td>\n</tr>\n<tr>\n<td>TradingDays</td>\n<td>Number</td>\n<td>Number of trading days per year</td>\n</tr>\n<tr>\n<td>HoursofService</td>\n<td>Number</td>\n<td>Weekly hours of operation</td>\n</tr>\n<tr>\n<td>FoodCourtSeats</td>\n<td>Number</td>\n<td>Number of seats in the food court</td>\n</tr>\n<tr>\n<td>CinemaTheatres</td>\n<td>Number</td>\n<td>Number of cinema theatres in the shopping centre</td>\n</tr>\n<tr>\n<td>TotalGymGLAR</td>\n<td>Number</td>\n<td>Total Gross Lettable Area Retail (GLAR) for gym spaces in square meters</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water consumption in kiloliters (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object containing the calculated NABERS water rating and related information:</p>\n<h3 id=\"response-structure\">Response Structure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StarRating</td>\n<td>String</td>\n<td>The star rating representation (e.g., \"5 Stars\")</td>\n</tr>\n<tr>\n<td>BenchmarkData</td>\n<td>Object</td>\n<td>Contains benchmark information for the rating</td>\n</tr>\n<tr>\n<td>WaterIndex</td>\n<td>Number</td>\n<td>The water usage index calculated for the building</td>\n</tr>\n<tr>\n<td>NormalizedWaterConsumption</td>\n<td>Number</td>\n<td>Water consumption normalized by building characteristics</td>\n</tr>\n<tr>\n<td>RatingInputs</td>\n<td>Object</td>\n<td>Echo of the inputs provided in the request</td>\n</tr>\n<tr>\n<td>Messages</td>\n<td>Array</td>\n<td>Any messages, warnings, or errors related to the calculation</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": {\n            \"waterStarRatingGranular\": 5.0,\n            \"waterStarRatingDecimal\": 5.061359990738465,\n            \"waterStarRating\": 5.0,\n            \"waterConsumptionPerUnitArea\": null,\n            \"waterConsumption\": 15178.0,\n            \"recycledWaterPercent\": 30.0,\n            \"predictedAverageWaterUse\": 1.57,\n            \"normalisedWaterConsumption\": 0.81,\n            \"noRecycleWaterStarRatingGranular\": 4.2,\n            \"noRecycleWaterStarRatingDecimal\": 4.230514272483521,\n            \"noRecycleWaterStarRating\": 4.0,\n            \"noRecycleWaterConsumption\": 21683.0,\n            \"noRecyclePredictedAverageWaterUse\": 1.57,\n            \"noRecycleNormalisedWaterConsumption\": 1.16,\n            \"noRecycleBenchmarkingFactor\": 73.39,\n            \"benchmarkingFactor\": 51.37\n        },\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": null\n    }\n]\n\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>Ensure all building characteristics are accurate as they directly impact the rating calculation</p>\n</li>\n<li><p>The NABERS Water rating scale ranges from 0 to 6 stars, with 6 being the highest performance</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"a40bd976-fe35-4406-90c1-218f76fbac4c"},{"name":"Hotel Energy","id":"87850d09-b2dd-4862-90b5-82ec29236675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Hotel\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"AAAStarRating\": \"3\",\r\n        \"TotalGuestRooms\": 60,\r\n        \"GuestRoomsLaunderService\": 50,\r\n        \"FunctionRoomSeats\": 1200,\r\n        \"HeatedPoolsSurfaceArea\": 60,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 659959.6,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        },\r\n        \"WaterInputs\": {\r\n            \"RecycledWater\": 0\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"hotel-energy-rating-calculator\">Hotel Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for hotel buildings based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of hotel buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>{{vault:API_KEY}}</code></td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as AAAStarRating, TotalGuestRooms, GuestRoomsLaunderService, etc</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postcode of the premises location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be set to \"Hotel\" for this rating type</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (leave empty for Hotel)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be set to \"Energy\" for energy ratings</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the hotel</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>The company name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>The full address of the hotel</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AAAStarRating</td>\n<td>String</td>\n<td>The hotel's AAA star rating (e.g., \"3\")</td>\n</tr>\n<tr>\n<td>TotalGuestRooms</td>\n<td>Number</td>\n<td>Total number of guest rooms in the hotel</td>\n</tr>\n<tr>\n<td>GuestRoomsLaunderService</td>\n<td>Number</td>\n<td>Number of guest rooms with laundry service</td>\n</tr>\n<tr>\n<td>FunctionRoomSeats</td>\n<td>Number</td>\n<td>Total number of function room seats</td>\n</tr>\n<tr>\n<td>HeatedPoolsSurfaceArea</td>\n<td>Number</td>\n<td>Surface area of heated pools in square meters</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site Large-scale Generation Certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site Large-scale Generation Certificates surrendered</td>\n</tr>\n<tr>\n<td>EnergyInputs</td>\n<td>Object</td>\n<td>Breakdown of energy consumption by source</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower percentage</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"waterinputs-object-if-applicable\">WaterInputs Object (if applicable)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Recycled water usage in kL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 95178.31,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 2382012.56,\n            \"totalEmissionsScope12WithRenewableElectricity\": 416619.62,\n            \"totalEmissionsScope123WithRenewableElectricity\": 473237.1,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 1.5,\n            \"rETAndStateTerritoryTargets\": 20965.34,\n            \"rEIResultPercentDecimal\": 6.6,\n            \"rEIResultPercent\": 7,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": null,\n            \"predictedMedianInfrastructure\": null,\n            \"predictedGreenhouseGasIntensity\": 23604.0,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 35.6,\n            \"nonRenewableElectricity\": 513926.77,\n            \"noGreenPowerStarRatingGranular\": 5.4,\n            \"noGreenPowerStarRatingDecimal\": 5.4338588654904525,\n            \"noGreenPowerStarRating\": 5.0,\n            \"noGreenPowerPredictedGHGIntensity\": null,\n            \"noGreenPowerGHGIntensityScope123\": 7707.0,\n            \"noGreenPowerGHGIntensityScope12\": 7265.0,\n            \"noGreenPowerGHGEmissionsScope123\": 462396.0,\n            \"noGreenPowerGHGEmissionsScope12\": 435912.0,\n            \"noGreenPowerBenchmarkingFactor\": null,\n            \"greenPowerREIPercent\": 4.0,\n            \"greenpowerPercentage\": 25.0,\n            \"greenPower\": 58027.92,\n            \"greenHousGasEmissionLPG\": 0.0,\n            \"greenHousGasEmissionGas\": 323.0,\n            \"greenHousGasEmissionElectricity\": 346479.0,\n            \"greenHousGasEmissionDiesel\": 101.0,\n            \"greenHousGasEmissionCoal\": 0.0,\n            \"greenHouseGasIntensityScope12WithRenewableElectricity\": 6943.66,\n            \"greenHouseGasIntensityScope123WithRenewableElectricity\": 7887.28,\n            \"greenhouseGasIntensityScope123\": 5782.0,\n            \"greenhouseGasIntensityScope12\": 5450.0,\n            \"greenhouseGasEmissionsScope123\": 346903.0,\n            \"greenhouseGasEmissionsScope12\": 327019.0,\n            \"gasAndLPGREIPercent\": 57.7,\n            \"energyIntensity\": 39700.20933333333,\n            \"emissionFactorElectricity\": null,\n            \"dieselREIPercent\": 0.0,\n            \"calculatedPUE\": null,\n            \"benchmarkingFactor\": null,\n            \"actualEmissionsWoGP\": null,\n            \"actualEmissions\": null\n        }\n    }\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The API returns a JSON object containing the calculated NABERS rating and related information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>Number</td>\n<td>The calculated NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>starRatingDecimal</td>\n<td>Number</td>\n<td>The precise decimal value of the star rating</td>\n</tr>\n<tr>\n<td>starRatingGranular</td>\n<td>Number</td>\n<td>Granular star rating value</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Number</td>\n<td>Energy intensity in MJ/m²</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy consumption in MJ</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Factor used for benchmarking calculations</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1 and 2 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1, 2, and 3 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1 and 2 in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1, 2, and 3 in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Percentage of non-renewable electricity in total energy</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>On-site renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Percentage of on-site renewable electricity in total energy</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>Percentage of GreenPower in total energy</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Percentage of gas and LPG in total energy</td>\n</tr>\n<tr>\n<td>dieselREIPercent</td>\n<td>Number</td>\n<td>Percentage of diesel in total energy</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index result percentage</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Precise decimal value of REI result percentage</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"87850d09-b2dd-4862-90b5-82ec29236675"},{"name":"Hotel Water","id":"be8d3e9b-a0b2-4c56-b4fa-1f81f31663f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Hotel\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Water\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        :\"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"AAAStarRating\": \"3\",\r\n        \"TotalGuestRooms\": 60,\r\n        \"GuestRoomsLaunderService\": 50,\r\n        \"FunctionRoomSeats\": 1200,\r\n        \"WaterInputs\": {\r\n            \"Water\": 5168,\r\n            \"RecycledWater\": 64.8\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"hotel-water-rating-calculator\">Hotel Water Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS water ratings for hotel buildings based on provided building characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) Water rating assesses the water efficiency of hotel buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>{{vault:API_KEY}}</code></td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as AAAStarRating, TotalGuestRooms, GuestRoomsLaunderService, etc</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postcode of the premises location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be set to \"Hotel\" for this rating type</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>The scope of the rating (leave empty for Hotel)</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be set to \"Water\" for water ratings</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the hotel</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>The company name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>The full address of the hotel</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AAAStarRating</td>\n<td>String</td>\n<td>The hotel's AAA star rating (e.g., \"3\")</td>\n</tr>\n<tr>\n<td>TotalGuestRooms</td>\n<td>Number</td>\n<td>Total number of guest rooms in the hotel</td>\n</tr>\n<tr>\n<td>GuestRoomsLaunderService</td>\n<td>Number</td>\n<td>Number of guest rooms with laundry service</td>\n</tr>\n<tr>\n<td>FunctionRoomSeats</td>\n<td>Number</td>\n<td>Total number of function room seats</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water consumption in kiloliters (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-structure\">Response Structure</h2>\n<p>The API returns a JSON array containing a single object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": {\n      \"waterStarRatingGranular\": 5.9,\n      \"waterStarRatingDecimal\": 5.922520195599162,\n      \"waterStarRating\": 5.5,\n      \"waterConsumption\": 5103.0,\n      \"recycledWaterPercent\": 1.2538699690402477,\n      \"predictedAverageWaterUse\": 420.98,\n      \"normalisedWaterConsumption\": 85.05,\n      \"noRecycleWaterStarRatingGranular\": 5.9,\n      \"noRecycleWaterStarRatingDecimal\": 5.908838321613198,\n      \"noRecycleWaterStarRating\": 5.5,\n      \"noRecycleWaterConsumption\": 5168.0,\n      \"noRecyclePredictedAverageWaterUse\": 420.98,\n      \"noRecycleNormalisedWaterConsumption\": 86.13\n    },\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": null\n  }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterStarRating</td>\n<td>The NABERS Water star rating (0-6 stars) rounded to the nearest half star</td>\n</tr>\n<tr>\n<td>waterStarRatingDecimal</td>\n<td>The precise decimal value of the star rating before rounding</td>\n</tr>\n<tr>\n<td>waterStarRatingGranular</td>\n<td>The star rating to one decimal place</td>\n</tr>\n<tr>\n<td>waterConsumption</td>\n<td>Total water consumption considered in the rating (in kL)</td>\n</tr>\n<tr>\n<td>recycledWaterPercent</td>\n<td>Percentage of total water that is recycled water</td>\n</tr>\n<tr>\n<td>predictedAverageWaterUse</td>\n<td>The predicted average water use for a building of this type</td>\n</tr>\n<tr>\n<td>normalisedWaterConsumption</td>\n<td>Water consumption normalized for comparison purposes</td>\n</tr>\n<tr>\n<td>noRecycle* parameters</td>\n<td>Equivalent ratings and metrics if no recycled water was used</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>Ensure all building characteristics are accurate as they directly impact the rating calculation</p>\n</li>\n<li><p>The NABERS Water rating scale ranges from 0 to 6 stars, with 6 being the highest performance</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"be8d3e9b-a0b2-4c56-b4fa-1f81f31663f2"},{"name":"Data Centre Infrastructure Energy","id":"38030425-1144-4c7d-bfc5-43259a35a596","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"DataCentre\",\r\n        \"RatingScope\": \"Infrastructure\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 12000,\r\n            \"GreenPower\": 10,\r\n            \"Diesel\": 30,\r\n            \"HeatRejection\": 100,\r\n            \"ITEnergy\": 5000\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"data-centre-infrastructure-energy-rating-calculator\">Data Centre Infrastructure Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for Data Centre Infrastructure based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of data centres on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the building</p>\n</li>\n<li><p>RatingInputs Object - Contains building characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h3 id=\"control-object\">Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>Australian postal code of the data center location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of premise, must be \"DataCentre\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Yes</td>\n<td>Scope of the rating, must be \"Infrastructure\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of rating, must be \"Energy\" for this endpoint</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the data center site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Contact email address for the assessment</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the company owning or operating the data center</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Physical address of the data center</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ratinginputs-object\">RatingInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total onsite renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Net onsite renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total onsite large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total offsite renewable energy purchases in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Offsite large-scale generation certificates surrendered</td>\n</tr>\n<tr>\n<td>EnergyInputs</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Energy inputs for different sources</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"energyinputs-object\">EnergyInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>Yes</td>\n<td>GreenPower consumption percentage</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Diesel consumption in L</td>\n</tr>\n<tr>\n<td>HeatRejection</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Heat rejection rate</td>\n</tr>\n<tr>\n<td>ITEnergy</td>\n<td>Number</td>\n<td>Yes</td>\n<td>IT energy consumption in kWh/year</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 94089.21,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 44358.0,\n            \"totalEmissionsScope12WithRenewableElectricity\": 417244.15,\n            \"totalEmissionsScope123WithRenewableElectricity\": 473915.93,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n            \"rETAndStateTerritoryTargets\": 19876.24,\n            \"rEIResultPercentDecimal\": 6.5,\n            \"rEIResultPercent\": 7,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": null,\n            \"predictedMedianInfrastructure\": null,\n            \"predictedGreenhouseGasIntensity\": 2847.0,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 35.7,\n            \"nonRenewableElectricity\": 515015.87,\n            \"noGreenPowerStarRatingGranular\": 0.0,\n            \"noGreenPowerStarRatingDecimal\": -2.728069336143308,\n            \"noGreenPowerStarRating\": 0.0,\n            \"noGreenPowerPredictedGHGIntensity\": null,\n            \"noGreenPowerGHGIntensityScope123\": 8501.325,\n            \"noGreenPowerGHGIntensityScope12\": null,\n            \"noGreenPowerGHGEmissionsScope123\": 8501.325,\n            \"noGreenPowerGHGEmissionsScope12\": 23.0,\n            \"noGreenPowerBenchmarkingFactor\": 2.9860695468914646,\n            \"greenPowerREIPercent\": 4.0,\n            \"greenpowerPercentage\": 45.0,\n            \"greenPower\": 58027.92,\n            \"greenHousGasEmissionLPG\": null,\n            \"greenHousGasEmissionGas\": null,\n            \"greenHousGasEmissionElectricity\": null,\n            \"greenHousGasEmissionDiesel\": null,\n            \"greenHousGasEmissionCoal\": null,\n            \"greenHouseGasIntensityScope12WithRenewableElectricity\": 0.0,\n            \"greenHouseGasIntensityScope123WithRenewableElectricity\": 0.0,\n            \"greenhouseGasIntensityScope123\": 4721.325,\n            \"greenhouseGasIntensityScope12\": null,\n            \"greenhouseGasEmissionsScope123\": 4721.325,\n            \"greenhouseGasEmissionsScope12\": 13.0,\n            \"gasAndLPGREIPercent\": 57.7,\n            \"energyIntensity\": null,\n            \"emissionFactorElectricity\": 0.7,\n            \"dieselREIPercent\": 0.0,\n            \"calculatedPUE\": 3.4,\n            \"benchmarkingFactor\": 3500.0,\n            \"actualEmissionsWoGP\": null,\n            \"actualEmissions\": null\n        }\n    }\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterResults</td>\n<td>null</td>\n<td>Water rating results (null for energy rating)</td>\n</tr>\n<tr>\n<td>sequence</td>\n<td>Number</td>\n<td>Sequence number of the response</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>null</td>\n<td>Request identifier</td>\n</tr>\n<tr>\n<td>lstExceptions</td>\n<td>null</td>\n<td>List of exceptions encountered</td>\n</tr>\n<tr>\n<td>ieResults</td>\n<td>null</td>\n<td>Indoor environment rating results (null for energy rating)</td>\n</tr>\n<tr>\n<td>energyResults.totalRenewableElectricity</td>\n<td>Number</td>\n<td>Total renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>energyResults.totalPredictedEmissions</td>\n<td>null</td>\n<td>Total predicted emissions</td>\n</tr>\n<tr>\n<td>energyResults.totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy use in kWh</td>\n</tr>\n<tr>\n<td>energyResults.totalEmissionsScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions for scopes 1 &amp; 2 with renewable electricity</td>\n</tr>\n<tr>\n<td>energyResults.totalEmissionsScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions for scopes 1, 2 &amp; 3 with renewable electricity</td>\n</tr>\n<tr>\n<td>energyResults.starRatingGranular</td>\n<td>null</td>\n<td>Detailed star rating</td>\n</tr>\n<tr>\n<td>energyResults.starRatingDecimal</td>\n<td>null</td>\n<td>Star rating as a decimal value</td>\n</tr>\n<tr>\n<td>energyResults.starRating</td>\n<td>null</td>\n<td>Star rating as an integer</td>\n</tr>\n<tr>\n<td>energyResults.sectorComparisonDial</td>\n<td>null</td>\n<td>Sector comparison dial value</td>\n</tr>\n<tr>\n<td>energyResults.rETAndStateTerritoryTargetsREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for RET and state/territory targets</td>\n</tr>\n<tr>\n<td>energyResults.rETAndStateTerritoryTargets</td>\n<td>Number</td>\n<td>RET and state/territory targets value</td>\n</tr>\n<tr>\n<td>energyResults.rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Renewable energy index result percentage as decimal</td>\n</tr>\n<tr>\n<td>energyResults.rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable energy index result percentage</td>\n</tr>\n<tr>\n<td>energyResults.referenceData</td>\n<td>null</td>\n<td>Reference data</td>\n</tr>\n<tr>\n<td>energyResults.predictedMedianITEnergy</td>\n<td>null</td>\n<td>Predicted median IT energy</td>\n</tr>\n<tr>\n<td>energyResults.predictedMedianInfrastructure</td>\n<td>null</td>\n<td>Predicted median infrastructure</td>\n</tr>\n<tr>\n<td>energyResults.predictedGreenhouseGasIntensity</td>\n<td>Number</td>\n<td>Predicted greenhouse gas intensity</td>\n</tr>\n<tr>\n<td>energyResults.performanceIndicatorResult</td>\n<td>null</td>\n<td>Performance indicator result</td>\n</tr>\n<tr>\n<td>energyResults.otherVoluntaryPurchasesREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for other voluntary purchases</td>\n</tr>\n<tr>\n<td>energyResults.otherVoluntaryPurchases</td>\n<td>Number</td>\n<td>Other voluntary purchases value</td>\n</tr>\n<tr>\n<td>energyResults.onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for onsite renewable electricity</td>\n</tr>\n<tr>\n<td>energyResults.onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>Onsite renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>energyResults.nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for non-renewable electricity</td>\n</tr>\n<tr>\n<td>energyResults.nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerStarRatingGranular</td>\n<td>Number</td>\n<td>Detailed star rating without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerStarRatingDecimal</td>\n<td>Number</td>\n<td>Star rating as a decimal value without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerStarRating</td>\n<td>Number</td>\n<td>Star rating as an integer without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerPredictedGHGIntensity</td>\n<td>null</td>\n<td>Predicted greenhouse gas intensity without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerGHGIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for scopes 1, 2 &amp; 3 without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerGHGIntensityScope12</td>\n<td>null</td>\n<td>Greenhouse gas intensity for scopes 1 &amp; 2 without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerGHGEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for scopes 1, 2 &amp; 3 without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerGHGEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for scopes 1 &amp; 2 without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.greenPowerREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.greenpowerPercentage</td>\n<td>Number</td>\n<td>GreenPower percentage</td>\n</tr>\n<tr>\n<td>energyResults.greenPower</td>\n<td>Number</td>\n<td>GreenPower in kWh</td>\n</tr>\n<tr>\n<td>energyResults.greenHousGasEmissionLPG</td>\n<td>null</td>\n<td>Greenhouse gas emission from LPG</td>\n</tr>\n<tr>\n<td>energyResults.greenHousGasEmissionGas</td>\n<td>null</td>\n<td>Greenhouse gas emission from gas</td>\n</tr>\n<tr>\n<td>energyResults.greenHousGasEmissionElectricity</td>\n<td>null</td>\n<td>Greenhouse gas emission from electricity</td>\n</tr>\n<tr>\n<td>energyResults.greenHousGasEmissionDiesel</td>\n<td>null</td>\n<td>Greenhouse gas emission from diesel</td>\n</tr>\n<tr>\n<td>energyResults.greenHousGasEmissionCoal</td>\n<td>null</td>\n<td>Greenhouse gas emission from coal</td>\n</tr>\n<tr>\n<td>energyResults.greenHouseGasIntensityScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for scopes 1 &amp; 2 with renewable electricity</td>\n</tr>\n<tr>\n<td>energyResults.greenHouseGasIntensityScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for scopes 1, 2 &amp; 3 with renewable electricity</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for scopes 1, 2 &amp; 3</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasIntensityScope12</td>\n<td>null</td>\n<td>Greenhouse gas intensity for scopes 1 &amp; 2</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for scopes 1, 2 &amp; 3</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for scopes 1 &amp; 2</td>\n</tr>\n<tr>\n<td>energyResults.gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for gas and LPG</td>\n</tr>\n<tr>\n<td>energyResults.energyIntensity</td>\n<td>null</td>\n<td>Energy intensity</td>\n</tr>\n<tr>\n<td>energyResults.emissionFactorElectricity</td>\n<td>Number</td>\n<td>Emission factor for electricity</td>\n</tr>\n<tr>\n<td>energyResults.dieselREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for diesel</td>\n</tr>\n<tr>\n<td>energyResults.calculatedPUE</td>\n<td>Number</td>\n<td>Calculated Power Usage Effectiveness</td>\n</tr>\n<tr>\n<td>energyResults.benchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor</td>\n</tr>\n<tr>\n<td>energyResults.actualEmissionsWoGP</td>\n<td>null</td>\n<td>Actual emissions without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.actualEmissions</td>\n<td>null</td>\n<td>Actual emissions</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"38030425-1144-4c7d-bfc5-43259a35a596"},{"name":"Data Centre IT Equipment Energy","id":"06fc9e86-cdae-4a39-982c-e923701aadc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"DataCentre\",\r\n        \"RatingScope\": \"ITEquipment\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"naberstest@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"ProcessingCapacity\": 500,\r\n        \"StorageCapacity\": 600,\r\n        \"NoOfDays\": 36,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 12000,\r\n            \"GreenPower\": 10,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"data-centre-it-equipment-energy-rating-calculator\">Data Centre IT Equipment Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for Data Centre IT equipment based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of data centres on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as ProcessingCapacity, StorageCapacity, NoOfDays</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postcode of the premises location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be set to \"DataCentre\" for this rating type</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Must be set to \"ITEquipment\" for data centre IT equipment ratings</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be set to \"Energy\" for energy ratings</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the data centre</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>The company name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>The full address of the data centre</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ProcessingCapacity</td>\n<td>Number</td>\n<td>Processing capacity of the IT equipment in kW</td>\n</tr>\n<tr>\n<td>StorageCapacity</td>\n<td>Number</td>\n<td>Storage capacity in TB</td>\n</tr>\n<tr>\n<td>NoOfDays</td>\n<td>Numbers</td>\n<td>Number of days in the rating period</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total offsite renewable electricity purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in MJ</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Offsite large-scale generation certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in MJ</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower percentage (0-100)</td>\n</tr>\n<tr>\n<td>HeatRejection</td>\n<td>Number</td>\n<td>Heat rejection energy in MJ</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 95178.31,\n      \"totalPredictedEmissions\": null,\n      \"totalEnergyUse\": 2559901.2,\n      \"totalEmissionsScope12WithRenewableElectricity\": 416361.97,\n      \"totalEmissionsScope123WithRenewableElectricity\": 472913.95,\n      \"starRatingGranular\": null,\n      \"starRatingDecimal\": null,\n      \"starRating\": null,\n      \"sectorComparisonDial\": null,\n      \"rETAndStateTerritoryTargetsREIPercent\": 1.5,\n      \"rETAndStateTerritoryTargets\": 20965.34,\n      \"rEIResultPercentDecimal\": 6.6,\n      \"rEIResultPercent\": 7,\n      \"referenceData\": null,\n      \"predictedMedianITEnergy\": 449000.0,\n      \"predictedMedianInfrastructure\": 244483.9,\n      \"predictedGreenhouseGasIntensity\": 544954.748,\n      \"performanceIndicatorResult\": null,\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123.0,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 35.6,\n      \"nonRenewableElectricity\": 513926.77,\n      \"noGreenPowerStarRatingGranular\": 3.5,\n      \"noGreenPowerStarRatingDecimal\": 3.54957354844443,\n      \"noGreenPowerStarRating\": 3.5,\n      \"noGreenPowerPredictedGHGIntensity\": null,\n      \"noGreenPowerGHGIntensityScope123\": 497634.725,\n      \"noGreenPowerGHGIntensityScope12\": null,\n      \"noGreenPowerGHGEmissionsScope123\": 497634.725,\n      \"noGreenPowerGHGEmissionsScope12\": 1363.0,\n      \"noGreenPowerBenchmarkingFactor\": 0.9131670874074116,\n      \"greenPowerREIPercent\": 4.0,\n      \"greenpowerPercentage\": 25.0,\n      \"greenPower\": 58027.92,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 0.0,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 0.0,\n      \"greenhouseGasIntensityScope123\": 373251.375,\n      \"greenhouseGasIntensityScope12\": null,\n      \"greenhouseGasEmissionsScope123\": 373251.375,\n      \"greenhouseGasEmissionsScope12\": 1023.0,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": null,\n      \"emissionFactorElectricity\": 0.7,\n      \"dieselREIPercent\": 0.0,\n      \"calculatedPUE\": 710762.0,\n      \"benchmarkingFactor\": 300470.8,\n      \"actualEmissionsWoGP\": null,\n      \"actualEmissions\": null\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalRenewableElectricity</td>\n<td>Total renewable electricity in MJ</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>NABERS star rating (0-6)</td>\n</tr>\n<tr>\n<td>starRatingDecimal</td>\n<td>Precise decimal value of the star rating</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRating</td>\n<td>Star rating without GreenPower</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>GreenPower consumption in MJ</td>\n</tr>\n<tr>\n<td>greenpowerPercentage</td>\n<td>GreenPower percentage used</td>\n</tr>\n<tr>\n<td>calculatedPUE</td>\n<td>Power Usage Effectiveness value</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Factor used for benchmarking</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"06fc9e86-cdae-4a39-982c-e923701aadc6"},{"name":"Data Centre Whole Facility Energy","id":"2c6b95ad-ada0-4aab-a55e-e7415a1317c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"DataCentre\",\r\n        \"RatingScope\": \"Whole\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"ProcessingCapacity\": 500,\r\n        \"StorageCapacity\": 600,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 710762,\r\n            \"GreenPower\": 20,\r\n            \"Diesel\": 30,\r\n            \"HeatRejection\": 100\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"data-centre-whole-facility-energy-rating-calculator\">Data Centre Whole Facility Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for Data Centre Whole Facility based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of Data Centre IT equipment on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as ProcessingCapacity, StorageCapacity</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The postcode of the premises location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be set to \"DataCentre\" for this rating type</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Must be set to \"ITEquipment\" for data centre IT equipment ratings</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be set to \"Energy\" for energy ratings</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>The name of the data centre</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>The company name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>The full address of the data centre</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ProcessingCapacity</td>\n<td>Number</td>\n<td>Processing capacity of the IT equipment in kW</td>\n</tr>\n<tr>\n<td>StorageCapacity</td>\n<td>Number</td>\n<td>Storage capacity of the IT equipment in TB</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site Large-scale Generation Certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in MJ</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site Large-scale Generation Certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Total electricity consumption in MJ</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption percentage</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Total diesel consumption in MJ</td>\n</tr>\n<tr>\n<td>HeatRejection</td>\n<td>Number</td>\n<td>Heat rejection rate</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 95178.31,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 2559901.2,\n            \"totalEmissionsScope12WithRenewableElectricity\": 416361.97,\n            \"totalEmissionsScope123WithRenewableElectricity\": 472913.95,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 1.5,\n            \"rETAndStateTerritoryTargets\": 20965.34,\n            \"rEIResultPercentDecimal\": 6.6,\n            \"rEIResultPercent\": 7,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": 449000.0,\n            \"predictedMedianInfrastructure\": 244483.9,\n            \"predictedGreenhouseGasIntensity\": 544954.748,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 35.6,\n            \"nonRenewableElectricity\": 513926.77,\n            \"noGreenPowerStarRatingGranular\": 3.5,\n            \"noGreenPowerStarRatingDecimal\": 3.54957354844443,\n            \"noGreenPowerStarRating\": 3.5,\n            \"noGreenPowerPredictedGHGIntensity\": null,\n            \"noGreenPowerGHGIntensityScope123\": 497634.725,\n            \"noGreenPowerGHGIntensityScope12\": null,\n            \"noGreenPowerGHGEmissionsScope123\": 497634.725,\n            \"noGreenPowerGHGEmissionsScope12\": 1363.0,\n            \"noGreenPowerBenchmarkingFactor\": 0.9131670874074116,\n            \"greenPowerREIPercent\": 4.0,\n            \"greenpowerPercentage\": 25.0,\n            \"greenPower\": 58027.92,\n            \"greenHousGasEmissionLPG\": null,\n            \"greenHousGasEmissionGas\": null,\n            \"greenHousGasEmissionElectricity\": null,\n            \"greenHousGasEmissionDiesel\": null,\n            \"greenHousGasEmissionCoal\": null,\n            \"greenHouseGasIntensityScope12WithRenewableElectricity\": 0.0,\n            \"greenHouseGasIntensityScope123WithRenewableElectricity\": 0.0,\n            \"greenhouseGasIntensityScope123\": 373251.375,\n            \"greenhouseGasIntensityScope12\": null,\n            \"greenhouseGasEmissionsScope123\": 373251.375,\n            \"greenhouseGasEmissionsScope12\": 1023.0,\n            \"gasAndLPGREIPercent\": 57.7,\n            \"energyIntensity\": null,\n            \"emissionFactorElectricity\": 0.7,\n            \"dieselREIPercent\": 0.0,\n            \"calculatedPUE\": 710762.0,\n            \"benchmarkingFactor\": 300470.8,\n            \"actualEmissionsWoGP\": null,\n            \"actualEmissions\": null\n        }\n    }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The API returns a JSON object containing the calculated NABERS rating and related information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>Number</td>\n<td>The calculated NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>starRatingDecimal</td>\n<td>Number</td>\n<td>The precise decimal value of the star rating</td>\n</tr>\n<tr>\n<td>starRatingGranular</td>\n<td>Number</td>\n<td>Granular star rating value</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Number</td>\n<td>Energy intensity in MJ/m²</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy consumption in MJ</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Factor used for benchmarking calculations</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1 and 2 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1, 2, and 3 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1 and 2 in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1, 2, and 3 in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Percentage of non-renewable electricity in total energy</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>On-site renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Percentage of on-site renewable electricity in total energy</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>Percentage of GreenPower in total energy</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Percentage of gas and LPG in total energy</td>\n</tr>\n<tr>\n<td>dieselREIPercent</td>\n<td>Number</td>\n<td>Percentage of diesel in total energy</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index result percentage</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Precise decimal value of REI result percentage</td>\n</tr>\n<tr>\n<td>predictedMedianITEnergy</td>\n<td>Number</td>\n<td>Predicted median IT energy consumption</td>\n</tr>\n<tr>\n<td>predictedMedianInfrastructure</td>\n<td>Number</td>\n<td>Predicted median infrastructure energy consumption</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c6b95ad-ada0-4aab-a55e-e7415a1317c8"},{"name":"Apartment Building Energy","id":"0d901e3e-03a5-42f4-a02e-cd10df7bf226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"ApartmentBuilding\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"ParkingSpacesMechanical\": 298,\r\n        \"ParkingSpacesNatural\": 0,\r\n        \"apartmentsForRating\": 150,\r\n        \"totalApartments\": 150,\r\n        \"apartmentsWithCAC\": 150,\r\n        \"apartmentsWithCWS\": 0,\r\n        \"apartmentsWithLift\": 150,\r\n        \"schemeHasHeatedPool\": true,\r\n        \"monthsPoolAvailable\": 12,\r\n        \"schemeHasGym\": \"true\",\r\n        \"monthsGymAvailable\": 12,\r\n        \"hasSwimmingPool\": true,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 659959.6,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"apartment-building-energy-rating-calculator\">Apartment Building Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for Apartment Building based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of Apartment Building on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the building</p>\n</li>\n<li><p>RatingInputs Object - Contains building characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h3 id=\"control-object\">Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Australian postcode of the building</td>\n<td>Yes</td>\n<td>\"2150\"</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Type of premise</td>\n<td>Yes</td>\n<td>\"apartmentbuilding\"</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Scope of the rating</td>\n<td>No</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Type of rating</td>\n<td>Yes</td>\n<td>\"Energy\"</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the site</td>\n<td>Yes</td>\n<td>\"4 Parramatta Square\"</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n<td>Yes</td>\n<td>\"<a href=\"mailto:naberstest@environment.nsw.gov.au\">naberstest@environment.nsw.gov.au</a>\"</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Company name</td>\n<td>Yes</td>\n<td>\"DPE\"</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n<td>Yes</td>\n<td>\"12 Darcy street, Parramatta NSW - 2150\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ratinginputs-object\">RatingInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ParkingSpacesMechanical</td>\n<td>Number</td>\n<td>Number of mechanically ventilated parking spaces</td>\n<td>Yes</td>\n<td>298</td>\n</tr>\n<tr>\n<td>ParkingSpacesNatural</td>\n<td>Number</td>\n<td>Number of naturally ventilated parking spaces</td>\n<td>Yes</td>\n<td>0</td>\n</tr>\n<tr>\n<td>apartmentsForRating</td>\n<td>Number</td>\n<td>Number of apartments included in the rating</td>\n<td>Yes</td>\n<td>150</td>\n</tr>\n<tr>\n<td>totalApartments</td>\n<td>Number</td>\n<td>Total number of apartments in the building</td>\n<td>Yes</td>\n<td>150</td>\n</tr>\n<tr>\n<td>apartmentsWithCAC</td>\n<td>Number</td>\n<td>Number of apartments with central air conditioning</td>\n<td>Yes</td>\n<td>150</td>\n</tr>\n<tr>\n<td>apartmentsWithCWS</td>\n<td>Number</td>\n<td>Number of apartments with central water systems</td>\n<td>Yes</td>\n<td>0</td>\n</tr>\n<tr>\n<td>apartmentsWithLift</td>\n<td>Number</td>\n<td>Number of apartments with lift access</td>\n<td>Yes</td>\n<td>150</td>\n</tr>\n<tr>\n<td>schemeHasHeatedPool</td>\n<td>Boolean</td>\n<td>Whether the building has a heated pool</td>\n<td>Yes</td>\n<td>true</td>\n</tr>\n<tr>\n<td>monthsPoolAvailable</td>\n<td>Number</td>\n<td>Number of months the pool is available</td>\n<td>Yes</td>\n<td>12</td>\n</tr>\n<tr>\n<td>schemeHasGym</td>\n<td>Boolean</td>\n<td>Whether the building has a gym</td>\n<td>Yes</td>\n<td>true</td>\n</tr>\n<tr>\n<td>monthsGymAvailable</td>\n<td>Number</td>\n<td>Number of months the gym is available</td>\n<td>Yes</td>\n<td>12</td>\n</tr>\n<tr>\n<td>hasSwimmingPool</td>\n<td>Boolean</td>\n<td>Whether the building has a swimming pool</td>\n<td>Yes</td>\n<td>true</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption</td>\n<td>Yes</td>\n<td>54212.97</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption</td>\n<td>Yes</td>\n<td>54212.97</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site large-scale generation certificates exported</td>\n<td>Yes</td>\n<td>10</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases</td>\n<td>Yes</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n<td>Yes</td>\n<td>1274457.25</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n<td>Yes</td>\n<td>719565.14</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n<td>Yes</td>\n<td>2996857.54</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n<td>Yes</td>\n<td>450.55</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n<td>Yes</td>\n<td>55027.92</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n<td>Yes</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site large-scale generation certificates surrendered</td>\n<td>Yes</td>\n<td>333.123</td>\n</tr>\n<tr>\n<td>EnergyInputs</td>\n<td>Object</td>\n<td>Energy consumption inputs</td>\n<td>Yes</td>\n<td>See example</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"energyinputs-object\">EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n<td>Yes</td>\n<td>659959.6</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption in kWh</td>\n<td>Yes</td>\n<td>30</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n<td>Yes</td>\n<td>5000</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The response is a JSON object containing the calculated NABERS rating and related information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"message\": \"Rating calculated successfully\",\n  \"energyResults\": {\n    \"starRating\": 4.5,\n    \"ratingScore\": 4.5,\n    \"ratingType\": \"Energy\",\n    \"premiseType\": \"apartmentbuilding\",\n    \"totalEmissions\": 1250000,\n    \"emissionsIntensity\": 125.5,\n    \"benchmarkEmissionsIntensity\": 150.0,\n    \"totalEnergyConsumption\": 4271314.79,\n    \"energyConsumptionPerApartment\": 28475.43,\n    \"benchmarkEnergyConsumptionPerApartment\": 35000.0,\n    \"electricityConsumption\": 659959.6,\n    \"gasConsumption\": 2996857.54,\n    \"dieselConsumption\": 0,\n    \"coalConsumption\": 0,\n    \"totalGreenPower\": 55027.92,\n    \"totalGreenPowerPercentage\": 8.34,\n    \"onSiteGeneration\": 54212.97,\n    \"offSiteGreenPower\": 3000,\n    \"offSiteLGCs\": 333.123\n  }\n}\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the calculation (success/error)</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Message describing the result or error</td>\n</tr>\n<tr>\n<td>energyResults</td>\n<td>Object</td>\n<td>Contains the energy rating results</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>Number</td>\n<td>The NABERS star rating (0-6)</td>\n</tr>\n<tr>\n<td>ratingScore</td>\n<td>Number</td>\n<td>The numerical score of the rating</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>String</td>\n<td>The type of rating (Energy)</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>String</td>\n<td>The type of premise (apartmentbuilding)</td>\n</tr>\n<tr>\n<td>totalEmissions</td>\n<td>Number</td>\n<td>Total greenhouse gas emissions (kg CO2-e)</td>\n</tr>\n<tr>\n<td>emissionsIntensity</td>\n<td>Number</td>\n<td>Emissions intensity (kg CO2-e/m²)</td>\n</tr>\n<tr>\n<td>benchmarkEmissionsIntensity</td>\n<td>Number</td>\n<td>Benchmark emissions intensity for comparison</td>\n</tr>\n<tr>\n<td>totalEnergyConsumption</td>\n<td>Number</td>\n<td>Total energy consumption (MJ)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerApartment</td>\n<td>Number</td>\n<td>Energy consumption per apartment (MJ/apartment)</td>\n</tr>\n<tr>\n<td>benchmarkEnergyConsumptionPerApartment</td>\n<td>Number</td>\n<td>Benchmark energy consumption per apartment</td>\n</tr>\n<tr>\n<td>electricityConsumption</td>\n<td>Number</td>\n<td>Total electricity consumption (kWh)</td>\n</tr>\n<tr>\n<td>gasConsumption</td>\n<td>Number</td>\n<td>Total gas consumption (MJ)</td>\n</tr>\n<tr>\n<td>dieselConsumption</td>\n<td>Number</td>\n<td>Total diesel consumption (L)</td>\n</tr>\n<tr>\n<td>coalConsumption</td>\n<td>Number</td>\n<td>Total coal consumption (kg)</td>\n</tr>\n<tr>\n<td>totalGreenPower</td>\n<td>Number</td>\n<td>Total GreenPower purchased (kWh)</td>\n</tr>\n<tr>\n<td>totalGreenPowerPercentage</td>\n<td>Number</td>\n<td>Percentage of electricity from GreenPower</td>\n</tr>\n<tr>\n<td>onSiteGeneration</td>\n<td>Number</td>\n<td>On-site renewable energy generation (kWh)</td>\n</tr>\n<tr>\n<td>offSiteGreenPower</td>\n<td>Number</td>\n<td>Off-site GreenPower purchases (kWh)</td>\n</tr>\n<tr>\n<td>offSiteLGCs</td>\n<td>Number</td>\n<td>Off-site Large-scale Generation Certificates</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>All energy consumption values should be provided for a 12-month rating period</p>\n</li>\n<li><p>The API uses Australian standards for energy measurement units</p>\n</li>\n<li><p>Star ratings are calculated based on the NABERS Energy for Apartment Buildings methodology</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d901e3e-03a5-42f4-a02e-cd10df7bf226"},{"name":"Apartment Building Water","id":"eabac52b-6579-4f03-83c3-ad4c730c385a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"apartmentbuilding\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Water\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"apartmentsForRating\": 150,\r\n        \"totalApartments\": 150,\r\n        \"apartmentsWithCAC\": 150,\r\n        \"apartmentsWithCWS\": 0,\r\n        \"apartmentsWithCWM\": 100,\r\n        \"apartmentsWithCDHW\": 50,\r\n        \"apartmentsWithWCDHW\": 0,\r\n        \"WaterInputs\": {\r\n            \"Water\": 22683,\r\n            \"RecycledWater\": 650.4\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"apartment-building-water-rating-calculator\">Apartment Building Water Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint calculates the NABERS water rating for an Apartment Building based on the provided water consumption data and building characteristics.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as ParkingSpacesMechanical, totalApartments, monthsPoolAvailable, etc</p>\n</li>\n<li><p>Water inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>Australian postcode of the building location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of premise (must be \"apartmentbuilding\")</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of rating (must be \"Water\")</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the apartment building</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>No</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>No</td>\n<td>Name of the company managing the building</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>No</td>\n<td>Physical address of the building</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apartmentsForRating</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of apartments included in the rating</td>\n</tr>\n<tr>\n<td>totalApartments</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total number of apartments in the building</td>\n</tr>\n<tr>\n<td>apartmentsWithCAC</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of apartments with central air conditioning</td>\n</tr>\n<tr>\n<td>apartmentsWithCWS</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of apartments with central water systems</td>\n</tr>\n<tr>\n<td>apartmentsWithCWM</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of apartments with central water metering</td>\n</tr>\n<tr>\n<td>apartmentsWithCDHW</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of apartments with central domestic hot water</td>\n</tr>\n<tr>\n<td>apartmentsWithWCDHW</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of apartments with water-cooled domestic hot water</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>No</td>\n<td>Total recycled water consumption in kiloliters (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": {\n            \"waterStarRatingGranular\": 3.8,\n            \"waterStarRatingDecimal\": 3.8976907913263874,\n            \"waterStarRating\": 3.5,\n            \"waterConsumptionPerUnitArea\": 151.22,\n            \"waterConsumption\": 22032.6,\n            \"recycledWaterPercent\": 2.8673455892077766,\n            \"predictedAverageWaterUse\": null,\n            \"normalisedWaterConsumption\": 146.884,\n            \"noRecycleWaterStarRatingGranular\": 3.8,\n            \"noRecycleWaterStarRatingDecimal\": 3.8061109546606593,\n            \"noRecycleWaterStarRating\": 3.5,\n            \"noRecycleWaterConsumption\": 22683.0,\n            \"noRecyclePredictedAverageWaterUse\": 1.1911111111111112,\n            \"noRecycleNormalisedWaterConsumption\": 151.22,\n            \"noRecycleBenchmarkingFactor\": null,\n            \"benchmarkingFactor\": null\n        },\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": null\n    }\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterResults</td>\n<td>Object</td>\n<td>Contains all water rating results</td>\n</tr>\n<tr>\n<td>waterStarRatingGranular</td>\n<td>Number</td>\n<td>Water star rating to one decimal place</td>\n</tr>\n<tr>\n<td>waterStarRatingDecimal</td>\n<td>Number</td>\n<td>Precise decimal water star rating</td>\n</tr>\n<tr>\n<td>waterStarRating</td>\n<td>Number</td>\n<td>Official water star rating (rounded to nearest 0.5)</td>\n</tr>\n<tr>\n<td>waterConsumptionPerUnitArea</td>\n<td>Number</td>\n<td>Water consumption per unit area (L/m²)</td>\n</tr>\n<tr>\n<td>waterConsumption</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>recycledWaterPercent</td>\n<td>Number</td>\n<td>Percentage of recycled water used</td>\n</tr>\n<tr>\n<td>normalisedWaterConsumption</td>\n<td>Number</td>\n<td>Normalized water consumption accounting for building characteristics</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRating</td>\n<td>Number</td>\n<td>Water star rating without recycled water consideration</td>\n</tr>\n<tr>\n<td>noRecycleWaterConsumption</td>\n<td>Number</td>\n<td>Water consumption without recycled water consideration</td>\n</tr>\n<tr>\n<td>noRecyclePredictedAverageWaterUse</td>\n<td>Number</td>\n<td>Predicted average water use without recycled water</td>\n</tr>\n<tr>\n<td>noRecycleNormalisedWaterConsumption</td>\n<td>Number</td>\n<td>Normalized water consumption without recycled water</td>\n</tr>\n<tr>\n<td>sequence</td>\n<td>Number</td>\n<td>Sequence number of the calculation</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>Unique identifier for the request (if provided)</td>\n</tr>\n<tr>\n<td>lstExceptions</td>\n<td>Array</td>\n<td>List of exceptions or errors (if any)</td>\n</tr>\n<tr>\n<td>ieResults</td>\n<td>Object</td>\n<td>Indoor environment results (null for water ratings)</td>\n</tr>\n<tr>\n<td>energyResults</td>\n<td>Object</td>\n<td>Energy results (null for water ratings)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"eabac52b-6579-4f03-83c3-ad4c730c385a"},{"name":"RACRL Residential Aged care Energy","id":"8e16645a-972b-4fac-96bb-2680420a8290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"RACRL\",\r\n        \"RatingScope\": \"residential aged care\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"occupiedBedDays\": 150,\r\n        \"heavyLaundry\": \"Yes\",\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 120,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"lpg\": 30,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"residential-aged-care-energy-rating-calculator\">Residential Aged Care Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for Residential Aged Care buildings based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of Residential Aged Care buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>{{vault:API_KEY}}</code></td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the building</p>\n</li>\n<li><p>RatingInputs Object - Contains building characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h4 id=\"control-object\">Control Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>Australian postcode of the facility location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of premise (must be \"RACRL\")</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Yes</td>\n<td>Scope of the rating (must be \"residential aged care\")</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of rating (must be \"Energy\")</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the residential aged care facility</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>No</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>No</td>\n<td>Name of the company managing the facility</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>No</td>\n<td>Physical address of the facility</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ratinginputs-object\">RatingInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>occupiedBedDays</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of occupied bed days during the rating period</td>\n</tr>\n<tr>\n<td>heavyLaundry</td>\n<td>String</td>\n<td>Yes</td>\n<td>Whether heavy laundry is done on-site (\"Yes\" or \"No\")</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Net on-site renewable electricity generation consumption</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total on-site large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total off-site energy purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Offsite large-scale generation certificates surrendered</td>\n</tr>\n<tr>\n<td>EnergyInputs</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Object containing energy consumption data</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"energyinputs-object\">EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n</tr>\n<tr>\n<td>LPG</td>\n<td>Number</td>\n<td>LPG consumption in L</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 95178.31,\n      \"totalPredictedEmissions\": null,\n      \"totalEnergyUse\": 5432.0,\n      \"totalEmissionsScope12WithRenewableElectricity\": 416538.33,\n      \"totalEmissionsScope123WithRenewableElectricity\": 473135.77,\n      \"starRatingGranular\": null,\n      \"starRatingDecimal\": null,\n      \"starRating\": null,\n      \"sectorComparisonDial\": null,\n      \"rETAndStateTerritoryTargetsREIPercent\": 1.5,\n      \"rETAndStateTerritoryTargets\": 20965.34,\n      \"rEIResultPercentDecimal\": 6.6,\n      \"rEIResultPercent\": 7,\n      \"referenceData\": null,\n      \"predictedMedianITEnergy\": null,\n      \"predictedMedianInfrastructure\": null,\n      \"predictedGreenhouseGasIntensity\": 1.9606756,\n      \"performanceIndicatorResult\": null,\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123.0,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 35.7,\n      \"nonRenewableElectricity\": 513926.77,\n      \"noGreenPowerStarRatingGranular\": 2.1,\n      \"noGreenPowerStarRatingDecimal\": 2.153154458051772,\n      \"noGreenPowerStarRating\": 2.0,\n      \"noGreenPowerPredictedGHGIntensity\": null,\n      \"noGreenPowerGHGIntensityScope123\": 2.7143333333333337,\n      \"noGreenPowerGHGIntensityScope12\": 2.2456666666666663,\n      \"noGreenPowerGHGEmissionsScope123\": 407.15000000000003,\n      \"noGreenPowerGHGEmissionsScope12\": 336.84999999999997,\n      \"noGreenPowerBenchmarkingFactor\": 1.3843867559392964,\n      \"greenPowerREIPercent\": 4.0,\n      \"greenpowerPercentage\": null,\n      \"greenPower\": 58027.92,\n      \"greenHousGasEmissionLPG\": null,\n      \"greenHousGasEmissionGas\": null,\n      \"greenHousGasEmissionElectricity\": null,\n      \"greenHousGasEmissionDiesel\": null,\n      \"greenHousGasEmissionCoal\": null,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 2776.92,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 3154.24,\n      \"greenhouseGasIntensityScope123\": 2.5463333333333336,\n      \"greenhouseGasIntensityScope12\": 2.0872666666666664,\n      \"greenhouseGasEmissionsScope123\": 381.95000000000005,\n      \"greenhouseGasEmissionsScope12\": 313.09,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": 36.21333333333333,\n      \"emissionFactorElectricity\": null,\n      \"dieselREIPercent\": 0.0,\n      \"calculatedPUE\": null,\n      \"benchmarkingFactor\": 1.2987020052339782,\n      \"actualEmissionsWoGP\": null,\n      \"actualEmissions\": null\n    }\n  }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>energyResults</td>\n<td>Object containing the energy rating results</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>The NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>starRatingDecimal</td>\n<td>The precise decimal value of the star rating</td>\n</tr>\n<tr>\n<td>starRatingGranular</td>\n<td>Detailed star rating information</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Energy intensity per occupied bed day</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Scope 1 and 2 greenhouse gas emissions</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Scope 1, 2, and 3 greenhouse gas emissions</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Scope 1 and 2 greenhouse gas intensity</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Scope 1, 2, and 3 greenhouse gas intensity</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Factor used for benchmarking the facility</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Renewable Energy Index result as a percentage</td>\n</tr>\n<tr>\n<td>totalRenewableElectricity</td>\n<td>Total renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>On-site renewable electricity generation in kWh</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e16645a-972b-4fac-96bb-2680420a8290"},{"name":"RACRL Residential Aged care Water","event":[{"listen":"prerequest","script":{"id":"0af79204-b97e-47d4-ba4c-84697e6f1469","exec":["# RACRL Aged Care Water Rating Calculator","","## Overview","","This POST request calculates NABERS water ratings for Residential Aged Care facilities based on provided building characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) Water rating assesses the water efficiency of residential aged care buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.","","## Request Method and URL","","- **Method:** POST","    ","- **URL:** `https://data.nabers.gov.au/ratingcalculator/calculate`","    ","","## Headers","","| Key | Value | Description |","| --- | --- | --- |","| Ocp-Apim-Subscription-Key | `{{vault:API_KEY}}` | API subscription key (required) |","","## Required Headers","","| Header Name | Value | Description |","| --- | --- | --- |","| Ocp-Apim-Subscription-Key | {{vault:API_KEY}} | API subscription key for authentication |","","## Request Body","","The request body is a JSON object containing two main sections:","","### 1\\. Control Object","","Contains metadata about the building and rating request:","","| Parameter | Type | Description |","| --- | --- | --- |","| Postcode | String | The postcode of the premises location |","| PremiseType | String | Must be set to \"RACRL\" for this rating type |","| RatingScope | String | Must be set to \"residential aged care\" for this rating type |","| RatingType | String | Must be set to \"Water\" for water ratings |","| SiteName | String | The name of the facility |","| EmailAddress | String | Contact email address |","| CompanyName | String | The company name |","| BuildingAddress | String | The full address of the facility |","","### 2\\. RatingInputs Object","","Contains the specific data required for calculating a residential aged care water rating:","","| Parameter | Type | Description |","| --- | --- | --- |","| occupiedBedDays | Number | Total number of occupied bed days in the rating period |","| heavyLaundry | String | Whether the facility has heavy laundry service (\"Yes\" or \"No\") |","| WaterInputs | Object | Water consumption data (see below) |","","#### WaterInputs Object","","| Parameter | Type | Description |","| --- | --- | --- |","| Water | Number | Total water consumption in kiloliters (kL) |","| RecycledWater | Number | Total recycled water consumption in kiloliters (kL) |","","## Response Structure","","The API returns a JSON array containing a single object with the following structure:","","``` json","[","  {","    \"waterResults\": {","      \"waterStarRatingGranular\": 1.6,","      \"waterStarRatingDecimal\": 1.6710467870891326,","      \"waterStarRating\": 1.5,","      \"waterConsumption\": 154.2,","      \"recycledWaterPercent\": 28.61111111111111,","      \"normalisedWaterConsumption\": 0.514,","      \"noRecycleWaterStarRatingGranular\": 0.0,","      \"noRecycleWaterStarRatingDecimal\": -0.4650823215872067,","      \"noRecycleWaterStarRating\": 0.0,","      \"noRecycleWaterConsumption\": 216.0,","      \"noRecyclePredictedAverageWaterUse\": 0.3377,","      \"noRecycleNormalisedWaterConsumption\": 0.72,","      \"noRecycleBenchmarkingFactor\": 2.132069884512881,","      \"benchmarkingFactor\": 1.5220610008883624","    },","    \"sequence\": 1,","    \"requestId\": null,","    \"lstExceptions\": null,","    \"ieResults\": null,","    \"energyResults\": null","  }","]"," ```","","## Response Fields","","| Parameter | Description |","| --- | --- |","| waterStarRating | The NABERS Water star rating (0-6 stars) rounded to the nearest half star |","| waterStarRatingDecimal | The precise decimal value of the star rating before rounding |","| waterStarRatingGranular | The star rating to one decimal place |","| waterConsumption | Total water consumption considered in the rating (in kL) |","| recycledWaterPercent | Percentage of total water that is recycled water |","| normalisedWaterConsumption | Water consumption normalized for comparison purposes |","| noRecycle\\* parameters | Equivalent ratings and metrics if no recycled water was used |","| benchmarkingFactor | Factor used in the benchmarking calculation |","","## Notes","","- The rating period is typically 12 months","    ","- Ensure all building characteristics are accurate as they directly impact the rating calculation","    ","- The NABERS Water rating scale ranges from 0 to 6 stars, with 6 being the highest performance","    ","","## References","","This documentation is based on the NABERS Energy Rating Calculator API specifications.  ","[https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs](https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs)"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"74b02c49-082f-4a39-8c92-29f3737e2718","exec":["// RACRL Aged Care Water Rating Calculator","","/**"," * @description This script provides documentation for the NABERS Residential Aged Care Water Rating Calculator API"," * @version 1.0.0"," */","","/**"," * OVERVIEW"," * --------"," * This POST request calculates NABERS water ratings for Residential Aged Care facilities based on provided building "," * characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) "," * Water rating assesses the water efficiency of residential aged care buildings on a scale of 0 to 6 stars, "," * with 6 stars representing market-leading performance."," * "," * REQUEST DETAILS"," * --------------"," * Method: POST"," * URL: https://data.nabers.gov.au/ratingcalculator/calculate"," * "," * HEADERS"," * -------"," * Ocp-Apim-Subscription-Key: {{vault:API_KEY}} - API subscription key (required)"," * "," * REQUEST BODY PARAMETERS"," * ----------------------"," * The request body is a JSON object containing two main sections:"," * "," * 1. Control Object:"," *    - Postcode (String): The postcode of the premises location"," *    - PremiseType (String): Must be set to \"RACRL\" for this rating type"," *    - RatingScope (String): Must be set to \"residential aged care\" for this rating type"," *    - RatingType (String): Must be set to \"Water\" for water ratings"," *    - SiteName (String): The name of the facility"," *    - EmailAddress (String): Contact email address"," *    - CompanyName (String): The company name"," *    - BuildingAddress (String): The full address of the facility"," * "," * 2. RatingInputs Object:"," *    - occupiedBedDays (Number): Total number of occupied bed days in the rating period"," *    - heavyLaundry (String): Whether the facility has heavy laundry service (\"Yes\" or \"No\")"," *    - WaterInputs (Object): Water consumption data"," *      - Water (Number): Total water consumption in kiloliters (kL)"," *      - RecycledWater (Number): Total recycled water consumption in kiloliters (kL)"," * "," * RESPONSE"," * --------"," * The API returns a JSON object containing:"," * - waterResults: Contains the calculated water rating and related metrics"," *   - waterStarRating: The final NABERS star rating (0-6)"," *   - waterStarRatingDecimal: The precise decimal rating value"," *   - waterConsumption: The total water consumption"," *   - recycledWaterPercent: Percentage of recycled water used"," *   - benchmarkingFactor: Factor used in the rating calculation"," * "," * NOTES"," * -----"," * - All water consumption values should be provided in kiloliters (kL)"," * - The rating period should typically be 12 months"," * - Ratings are influenced by climate zone (determined by postcode)"," * - The API automatically applies normalization factors based on location and building characteristics"," * - A minimum of 6 months of data is required for a valid rating"," * "," * REFERENCES"," * ----------"," * - NABERS Water Rating Guide: https://www.nabers.gov.au/publications/nabers-water-rating-guide"," * - NABERS API Documentation: https://www.nabers.gov.au/about/digital-tools/api-documentation"," * - Technical Support: nabers@environment.nsw.gov.au"," */","","// Add any test scripts below this line if needed"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d7dac1bc-cbc5-427e-ba8a-31066f2ef73d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"RACRL\",\r\n        \"RatingScope\": \"residential aged care\",\r\n        \"RatingType\": \"Water\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"occupiedBedDays\": 300,\r\n        \"heavyLaundry\": \"Yes\",\r\n        \"WaterInputs\": {\r\n            \"Water\": 216,\r\n            \"RecycledWater\": 61.8\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"nabers-racrl-aged-care-water-rating-calculator\">NABERS RACRL Aged Care Water Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS water ratings for Residential Aged Care buildings based on provided building characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the water efficiency of Residential Aged Care buildings on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/ratingcalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>{{vault:API_KEY}}</code></td>\n<td>API subscription key (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as occupiedBedDays, heavyLaundry</p>\n</li>\n<li><p>Water inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Australian postal code of the facility</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be \"RACRL\" for Residential Aged Care facilities</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Must be \"residential aged care\"</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be \"Water\" for water rating calculations</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the facility</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company managing the facility</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the facility</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>occupiedBedDays</td>\n<td>Number</td>\n<td>Total number of occupied bed days during the rating period</td>\n</tr>\n<tr>\n<td>heavyLaundry</td>\n<td>String</td>\n<td>Whether heavy laundry is done on-site (\"Yes\" or \"No\")</td>\n</tr>\n<tr>\n<td>WaterInputs</td>\n<td>Object</td>\n<td>Water consumption data</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water used in kiloliters (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-response-body\">Example Response Body</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": {\n      \"waterStarRatingGranular\": 1.6,\n      \"waterStarRatingDecimal\": 1.6710467870891326,\n      \"waterStarRating\": 1.5,\n      \"waterConsumptionPerUnitArea\": null,\n      \"waterConsumption\": 154.2,\n      \"recycledWaterPercent\": 28.61111111111111,\n      \"predictedAverageWaterUse\": null,\n      \"normalisedWaterConsumption\": 0.514,\n      \"noRecycleWaterStarRatingGranular\": 0.0,\n      \"noRecycleWaterStarRatingDecimal\": -0.4650823215872067,\n      \"noRecycleWaterStarRating\": 0.0,\n      \"noRecycleWaterConsumption\": 216.0,\n      \"noRecyclePredictedAverageWaterUse\": 0.3377,\n      \"noRecycleNormalisedWaterConsumption\": 0.72,\n      \"noRecycleBenchmarkingFactor\": 2.132069884512881,\n      \"benchmarkingFactor\": 1.5220610008883624\n    },\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": null\n  }\n]\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON array containing a single object with the calculation results.</p>\n<h2 id=\"response-object-details\">Response Object Details</h2>\n<h3 id=\"waterresults-object\">waterResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterStarRatingGranular</td>\n<td>Number</td>\n<td>The granular star rating (to 1 decimal place)</td>\n</tr>\n<tr>\n<td>waterStarRatingDecimal</td>\n<td>Number</td>\n<td>The precise decimal star rating value</td>\n</tr>\n<tr>\n<td>waterStarRating</td>\n<td>Number</td>\n<td>The official NABERS star rating (rounded to nearest 0.5)</td>\n</tr>\n<tr>\n<td>waterConsumption</td>\n<td>Number</td>\n<td>Net water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>recycledWaterPercent</td>\n<td>Number</td>\n<td>Percentage of recycled water used</td>\n</tr>\n<tr>\n<td>normalisedWaterConsumption</td>\n<td>Number</td>\n<td>Water consumption normalized by benchmarking factors</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRating</td>\n<td>Number</td>\n<td>Star rating without recycled water consideration</td>\n</tr>\n<tr>\n<td>noRecycleWaterConsumption</td>\n<td>Number</td>\n<td>Total water consumption without recycled water</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Factor used in the rating calculation</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>Ensure all building characteristics are accurate as they directly impact the rating calculation</p>\n</li>\n<li><p>The NABERS Water rating scale ranges from 0 to 6 stars, with 6 being the highest performance</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7dac1bc-cbc5-427e-ba8a-31066f2ef73d"},{"name":"RACRL Retirement Living Energy","id":"86fa6b0e-5cfd-40d0-abb1-f63902a88ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"racrl\",\r\n        \"RatingScope\": \"retirement living\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DPE\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"siteArea\": 5000,\r\n        \"totalNumberOfDwellings\": 500,\r\n        \"numberOfServicedApartments\": 500,\r\n        \"heatedPoolArea\": 100,\r\n        \"unheatedPoolArea\": 70,\r\n        \"weeklyMeals\": 150,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 3088967,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"lpg\": 30,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"racrl-retirement-living-energy-rating-calculator\">RACRL Retirement Living Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for Retirement Living facilities based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of Retirement Living facilities on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the facility</p>\n</li>\n<li><p>RatingInputs Object - Contains facility characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h3 id=\"control-object\">Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Australian postcode of the facility</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Type of premise</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Scope of the rating</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Type of rating</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the facility</td>\n</tr>\n<tr>\n<td>ratingPeriodFrom</td>\n<td>String</td>\n<td>This optional field can be used if you want to calculate the rating based on a previous year emission data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ratinginputs-object\">RatingInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>siteArea</td>\n<td>Number</td>\n<td>Total site area in square meters</td>\n<td>Yes</td>\n<td>5000</td>\n</tr>\n<tr>\n<td>totalNumberOfDwellings</td>\n<td>Number</td>\n<td>Total number of dwellings in the facility</td>\n<td>Yes</td>\n<td>500</td>\n</tr>\n<tr>\n<td>numberOfServicedApartments</td>\n<td>Number</td>\n<td>Number of serviced apartments</td>\n<td>Yes</td>\n<td>500</td>\n</tr>\n<tr>\n<td>heatedPoolArea</td>\n<td>Number</td>\n<td>Area of heated pool in square meters</td>\n<td>Yes</td>\n<td>100</td>\n</tr>\n<tr>\n<td>unheatedPoolArea</td>\n<td>Number</td>\n<td>Area of unheated pool in square meters</td>\n<td>Yes</td>\n<td>70</td>\n</tr>\n<tr>\n<td>weeklyMeals</td>\n<td>Number</td>\n<td>Number of meals served weekly</td>\n<td>Yes</td>\n<td>150</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total onsite renewable electricity generation consumption</td>\n<td>Yes</td>\n<td>54212.97</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net onsite renewable electricity generation consumption</td>\n<td>Yes</td>\n<td>54212.97</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total onsite Large-scale Generation Certificates exported</td>\n<td>Yes</td>\n<td>10</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total offsite energy purchases</td>\n<td>Yes</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n<td>Yes</td>\n<td>1274457.25</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n<td>Yes</td>\n<td>719565.14</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n<td>Yes</td>\n<td>2996857.54</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n<td>Yes</td>\n<td>450.55</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n<td>Yes</td>\n<td>55027.92</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n<td>Yes</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Offsite Large-scale Generation Certificates surrendered</td>\n<td>Yes</td>\n<td>333.123</td>\n</tr>\n<tr>\n<td>EnergyInputs</td>\n<td>Object</td>\n<td>Energy consumption details</td>\n<td>Yes</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"energyinputs-object\">EnergyInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n<td>3088967</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower percentage</td>\n<td>20</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n<td>5000</td>\n</tr>\n<tr>\n<td>LPG</td>\n<td>Number</td>\n<td>LPG consuption in L</td>\n<td>30</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consuption in L</td>\n<td>30</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 94089.21,\n      \"totalPredictedEmissions\": null,\n      \"totalEnergyUse\": 11125281.2,\n      \"totalEmissionsScope12WithRenewableElectricity\": 417420.51,\n      \"totalEmissionsScope123WithRenewableElectricity\": 474137.75,\n      \"starRatingGranular\": null,\n      \"starRatingDecimal\": null,\n      \"starRating\": null,\n      \"sectorComparisonDial\": null,\n      \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n      \"rETAndStateTerritoryTargets\": 19876.24,\n      \"rEIResultPercentDecimal\": 6.5,\n      \"rEIResultPercent\": 7,\n      \"referenceData\": null,\n      \"predictedMedianITEnergy\": null,\n      \"predictedMedianInfrastructure\": null,\n      \"predictedGreenhouseGasIntensity\": 2919.867744940536,\n      \"performanceIndicatorResult\": null,\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123.0,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 35.7,\n      \"nonRenewableElectricity\": 515015.87,\n      \"noGreenPowerStarRatingGranular\": 1.8,\n      \"noGreenPowerStarRatingDecimal\": 1.8137836487030854,\n      \"noGreenPowerStarRating\": 1.5,\n      \"noGreenPowerPredictedGHGIntensity\": null,\n      \"noGreenPowerGHGIntensityScope123\": 4325.2001,\n      \"noGreenPowerGHGIntensityScope12\": 4077.9517400000004,\n      \"noGreenPowerGHGEmissionsScope123\": 2162600.05,\n      \"noGreenPowerGHGEmissionsScope12\": 2038975.87,\n      \"noGreenPowerBenchmarkingFactor\": 1.4813000032260308,\n      \"greenPowerREIPercent\": 4.0,\n      \"greenpowerPercentage\": null,\n      \"greenPower\": 58027.92,\n      \"greenHousGasEmissionLPG\": null,\n      \"greenHousGasEmissionGas\": null,\n      \"greenHousGasEmissionElectricity\": null,\n      \"greenHousGasEmissionDiesel\": null,\n      \"greenHousGasEmissionCoal\": null,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 0.0,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 0.0,\n      \"greenhouseGasIntensityScope123\": 3460.28934,\n      \"greenhouseGasIntensityScope12\": 3262.464452,\n      \"greenhouseGasEmissionsScope123\": 1730144.67,\n      \"greenhouseGasEmissionsScope12\": 1631232.226,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": 22250.5624,\n      \"emissionFactorElectricity\": null,\n      \"dieselREIPercent\": 0.0,\n      \"calculatedPUE\": null,\n      \"benchmarkingFactor\": 1.1850842717091865,\n      \"actualEmissionsWoGP\": null,\n      \"actualEmissions\": null\n    }\n  }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>energyResults.starRating</td>\n<td>The NABERS star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>energyResults.starRatingDecimal</td>\n<td>The precise decimal value of the star rating</td>\n</tr>\n<tr>\n<td>energyResults.totalEnergyUse</td>\n<td>Total energy consumption in MJ</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasEmissionsScope12</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2) in kg CO₂-e</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasEmissionsScope123</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3) in kg CO₂-e</td>\n</tr>\n<tr>\n<td>energyResults.energyIntensity</td>\n<td>Energy intensity in MJ/m²</td>\n</tr>\n<tr>\n<td>energyResults.benchmarkingFactor</td>\n<td>Factor used in benchmarking calculations</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"86fa6b0e-5cfd-40d0-abb1-f63902a88ce7"},{"name":"RACRL Retirement Living Water","id":"646337c9-02dd-42aa-a226-fdffffc0239d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"racrl\",\r\n        \"RatingScope\": \"retirement living\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"siteArea\": 5000,\r\n        \"totalNumberOfDwellings\": 500,\r\n        \"heatedPoolArea\": 100,\r\n        \"weeklyMeals\": 150,\r\n        \"WaterInputs\": {\r\n            \"Water\": 21683,\r\n            \"RecycledWater\": 650.4\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"racrl-retirement-living-water-rating-calculator\">RACRL Retirement Living Water Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS water ratings for Retirement Living facilities based on provided building characteristics and water consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of Retirement Living facilities on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as siteArea, totalNumberOfDwellings, weeklyMeals</p>\n</li>\n<li><p>Water inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h2 id=\"1-control-object\">1 Control Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>string</td>\n<td>Australian postcode of the retirement living facility location</td>\n<td>\"2150\"</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>string</td>\n<td>Type of premise (must be \"racrl\" for Retirement Living)</td>\n<td>\"racrl\"</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>string</td>\n<td>Scope of the rating</td>\n<td>\"retirement living\"</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>string</td>\n<td>Type of rating (Energy or Water)</td>\n<td>\"Energy\"</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>string</td>\n<td>Name of the site</td>\n<td>\"4 Parramatta Square\"</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>string</td>\n<td>Contact email address</td>\n<td>\"<a href=\"mailto:naberstest@environment.nsw.gov.au\">naberstest@environment.nsw.gov.au</a>\"</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td>Company name</td>\n<td>\"DPE\"</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>string</td>\n<td>Physical address of the building</td>\n<td>\"12 Darcy street, Parramatta NSW - 2150\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"2-ratinginputs-object\">2 RatingInputs Object</h2>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>siteArea</td>\n<td>number</td>\n<td>Total site area in square meters</td>\n<td>5000</td>\n</tr>\n<tr>\n<td>totalNumberOfDwellings</td>\n<td>number</td>\n<td>Total number of dwellings in the facility</td>\n<td>500</td>\n</tr>\n<tr>\n<td>heatedPoolArea</td>\n<td>number</td>\n<td>Area of heated pool in square meters (if applicable)</td>\n<td>100</td>\n</tr>\n<tr>\n<td>weeklyMeals</td>\n<td>number</td>\n<td>Number of meals served weekly</td>\n<td>150</td>\n</tr>\n<tr>\n<td>WaterInputs</td>\n<td>object</td>\n<td>Water consumption data</td>\n<td>(see below)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n<td>21683</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>number</td>\n<td>Total recycled water usage in kiloliters (kL)</td>\n<td>650.4</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"expected-response\">Expected Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": {\n      \"targetMaxWaterIntensity\": \"48\",\n      \"targetMaxWaterConsumption\": 18120,\n      \"targetMaxWaterBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedAveWater\": 71475\n    },\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": null\n  }\n]\n\n</code></pre>\n<hr />\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The API returns a JSON array with a single object containing the calculation results.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxWaterIntensity</td>\n<td>string</td>\n<td>Maximum water intensity target (L/m²/year)</td>\n</tr>\n<tr>\n<td>targetMaxWaterConsumption</td>\n<td>number</td>\n<td>Maximum water consumption target (kL/year)</td>\n</tr>\n<tr>\n<td>targetMaxWaterBF</td>\n<td>null</td>\n<td>Base figure for water target (if applicable)</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null</td>\n<td>Intermediate calculation outputs (if available)</td>\n</tr>\n<tr>\n<td>predictedAveWater</td>\n<td>number</td>\n<td>Predicted average water consumption (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"646337c9-02dd-42aa-a226-fdffffc0239d"},{"name":"RACRL Co-located Energy","id":"645cbfe0-c464-4baf-9162-6e259f5ede6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"racrl\",\r\n        \"RatingScope\": \"co-located\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"siteArea\": 5000,\r\n        \"occupiedBedDays\": 300,\r\n        \"totalNumberOfDwellings\": 500,\r\n        \"numberOfServicedApartments\": 500,\r\n        \"heatedPoolArea\": 100,\r\n        \"unheatedPoolArea\": 70,\r\n        \"heavyLaundry\": \"Yes\",\r\n        \"weeklyMeals\": 150,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 3088967,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"lpg\": 30,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"racrl-co-located-energy-rating-calculator\">RACRL Co-Located Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates NABERS energy ratings for RACRL co-located facilities based on provided building characteristics and energy consumption data. The NABERS (National Australian Built Environment Rating System) Energy rating assesses the energy efficiency of RACRL co-located facilities on a scale of 0 to 6 stars, with 6 stars representing market-leading performance.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the facility</p>\n</li>\n<li><p>RatingInputs Object - Contains facility characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h3 id=\"control-object\">Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>Australian postcode of the facility location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Must be \"racrl\" for Residential Aged Care and Retirement Living</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Yes</td>\n<td>Must be \"co-located\" for co-located facilities</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Must be \"Energy\" for energy rating calculations</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the facility</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the company operating the facility</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Physical address of the facility</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ratinginputs-object\">RatingInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>siteArea</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total site area in square meters</td>\n</tr>\n<tr>\n<td>occupiedBedDays</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of occupied bed days</td>\n</tr>\n<tr>\n<td>totalNumberOfDwellings</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total number of dwellings in the facility</td>\n</tr>\n<tr>\n<td>numberOfServicedApartments</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of serviced apartments</td>\n</tr>\n<tr>\n<td>heatedPoolArea</td>\n<td>Number</td>\n<td>No</td>\n<td>Area of heated pools in square meters</td>\n</tr>\n<tr>\n<td>unheatedPoolArea</td>\n<td>Number</td>\n<td>No</td>\n<td>Area of unheated pools in square meters</td>\n</tr>\n<tr>\n<td>heavyLaundry</td>\n<td>String</td>\n<td>Yes</td>\n<td>\"Yes\" or \"No\" indicating if heavy laundry is done on-site</td>\n</tr>\n<tr>\n<td>weeklyMeals</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of meals served weekly</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Net on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>No</td>\n<td>Total on-site Large-scale Generation Certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>No</td>\n<td>Total off-site energy purchases in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>No</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>No</td>\n<td>Number of off-site Large-scale Generation Certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"energyinputs-object\">EnergyInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Total electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower percentage or amount</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Total gas consumption in MJ</td>\n</tr>\n<tr>\n<td>LPG</td>\n<td>Number</td>\n<td>Total LPG consumption in L</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Total Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 94089.21,\n      \"totalPredictedEmissions\": null,\n      \"totalEnergyUse\": 11125281.2,\n      \"totalEmissionsScope12WithRenewableElectricity\": 417420.51,\n      \"totalEmissionsScope123WithRenewableElectricity\": 474137.75,\n      \"starRatingGranular\": null,\n      \"starRatingDecimal\": null,\n      \"starRating\": null,\n      \"sectorComparisonDial\": null,\n      \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n      \"rETAndStateTerritoryTargets\": 19876.24,\n      \"rEIResultPercentDecimal\": 6.5,\n      \"rEIResultPercent\": 7,\n      \"referenceData\": null,\n      \"predictedMedianITEnergy\": null,\n      \"predictedMedianInfrastructure\": null,\n      \"predictedGreenhouseGasIntensity\": 1464632.675150268,\n      \"performanceIndicatorResult\": null,\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123.0,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 35.7,\n      \"nonRenewableElectricity\": 515015.87,\n      \"noGreenPowerStarRatingGranular\": 1.8,\n      \"noGreenPowerStarRatingDecimal\": 1.830425163334535,\n      \"noGreenPowerStarRating\": 1.5,\n      \"noGreenPowerPredictedGHGIntensity\": null,\n      \"noGreenPowerGHGIntensityScope123\": null,\n      \"noGreenPowerGHGIntensityScope12\": null,\n      \"noGreenPowerGHGEmissionsScope123\": 2162600.05,\n      \"noGreenPowerGHGEmissionsScope12\": 2038975.87,\n      \"noGreenPowerBenchmarkingFactor\": 1.4765477287867568,\n      \"greenPowerREIPercent\": 4.0,\n      \"greenpowerPercentage\": null,\n      \"greenPower\": 58027.92,\n      \"greenHousGasEmissionLPG\": null,\n      \"greenHousGasEmissionGas\": null,\n      \"greenHousGasEmissionElectricity\": null,\n      \"greenHousGasEmissionDiesel\": null,\n      \"greenHousGasEmissionCoal\": null,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 1391.4,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 1580.46,\n      \"greenhouseGasIntensityScope123\": null,\n      \"greenhouseGasIntensityScope12\": null,\n      \"greenhouseGasEmissionsScope123\": 1946372.3599999996,\n      \"greenhouseGasEmissionsScope12\": 1835104.048,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": null,\n      \"emissionFactorElectricity\": null,\n      \"dieselREIPercent\": 0.0,\n      \"calculatedPUE\": null,\n      \"benchmarkingFactor\": 1.3289150194606345,\n      \"actualEmissionsWoGP\": null,\n      \"actualEmissions\": null\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<h3 id=\"energyresults-object\">energyResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalRenewableElectricity</td>\n<td>Number</td>\n<td>Total renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>totalEmissionsScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1 &amp; 2) with renewable electricity in kg CO2-e</td>\n</tr>\n<tr>\n<td>totalEmissionsScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1, 2 &amp; 3) with renewable electricity in kg CO2-e</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargetsREIPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index percentage for RET and state/territory targets</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargets</td>\n<td>Number</td>\n<td>Renewable Energy Target and state/territory targets in kWh</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Renewable Energy Index result as a decimal percentage</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index result as a rounded percentage</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchasesREIPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index percentage for other voluntary purchases</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchases</td>\n<td>Number</td>\n<td>Other voluntary purchases in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index percentage for on-site renewable electricity</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>On-site renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index percentage for non-renewable electricity</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingGranular</td>\n<td>Number</td>\n<td>Star rating without GreenPower (granular)</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingDecimal</td>\n<td>Number</td>\n<td>Star rating without GreenPower (decimal)</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRating</td>\n<td>Number</td>\n<td>Star rating without GreenPower (rounded)</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3) without GreenPower in kg CO2-e</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2) without GreenPower in kg CO2-e</td>\n</tr>\n<tr>\n<td>noGreenPowerBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without GreenPower</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index percentage for GreenPower</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower in kWh</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3) in kg CO2-e</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2) in kg CO2-e</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Renewable Energy Index percentage for gas and LPG</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"645cbfe0-c464-4baf-9162-6e259f5ede6d"},{"name":"Warehouse and Cold Stores Energy","id":"3be135e9-d34a-42ac-b51b-0d638622e034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Warehouse and cold store\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"ratedSiteArea\": 16434.9,\r\n        \"conditionedGLA\": 518,\r\n        \"nonConditionedAmbientGLA\": 670,\r\n        \"coolRoomVolume0To15Deg\": 4,\r\n        \"coolRoomVolumeMinus20To0Deg\": -10,\r\n        \"weeklyOperatingHours\": 128,\r\n        \"numberOfFTEWorkers\": 65.5,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 31922.8,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"lpg\": 30,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-warehouse-and-cold-stores-energy-rating-calculator\">NABERS Warehouse and Cold Stores Energy Rating Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates energy ratings and performance metrics for warehouse and cold store facilities based on provided building characteristics and energy consumption data. The calculator uses the NABERS (National Australian Built Environment Rating System) methodology to assess the energy efficiency of the facility.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the facility</p>\n</li>\n<li><p>RatingInputs Object - Contains facility characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h4 id=\"control-object\">Control Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>Australian postal code of the facility location</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Type of premise (must be \"warehouse and cold store\")</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Type of rating to calculate (must be \"Energy\")</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Scope of the rating (optional)</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the site being rated</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Name of the company owning/operating the facility</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the building</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ratinginputs-object\">RatingInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ratedSiteArea</td>\n<td>Number</td>\n<td>Total site area in square meters</td>\n</tr>\n<tr>\n<td>conditionedGLA</td>\n<td>Number</td>\n<td>Conditioned gross lettable area in square meters</td>\n</tr>\n<tr>\n<td>nonConditionedAmbientGLA</td>\n<td>Number</td>\n<td>Non-conditioned ambient gross lettable area in square meters</td>\n</tr>\n<tr>\n<td>coolRoomVolume0To15Deg</td>\n<td>Number</td>\n<td>Volume of cool rooms between 0°C and 15°C in cubic meters</td>\n</tr>\n<tr>\n<td>coolRoomVolumeMinus20To0Deg</td>\n<td>Number</td>\n<td>Volume of cool rooms between -20°C and 0°C in cubic meters</td>\n</tr>\n<tr>\n<td>weeklyOperatingHours</td>\n<td>Number</td>\n<td>Weekly operating hours of the facility</td>\n</tr>\n<tr>\n<td>numberOfFTEWorkers</td>\n<td>Number</td>\n<td>Number of full-time equivalent workers</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption in MJ</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption in MJ</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases in MJ</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in MJ</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site large-scale generation certificates surrendered</td>\n</tr>\n<tr>\n<td>EnergyInputs</td>\n<td>Object</td>\n<td>Breakdown of energy inputs by type</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"energyinputs-object\">EnergyInputs Object</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in MJ</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower percentage</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n</tr>\n<tr>\n<td>LPG</td>\n<td>Number</td>\n<td>LPG consumption in L</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"wasteResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 94089.21,\n      \"totalEnergyUse\": 2382012.56,\n      \"totalEmissionsScope12WithRenewableElectricity\": 417501.8,\n      \"totalEmissionsScope123WithRenewableElectricity\": 474239.08,\n      \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n      \"rETAndStateTerritoryTargets\": 19876.24,\n      \"rEIResultPercentDecimal\": 6.5,\n      \"rEIResultPercent\": 7,\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123.0,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 35.7,\n      \"nonRenewableElectricity\": 515015.87,\n      \"noGreenPowerStarRatingGranular\": 5.4,\n      \"noGreenPowerStarRatingDecimal\": 5.4338588654904525,\n      \"noGreenPowerStarRating\": 5.0,\n      \"noGreenPowerGHGIntensityScope123\": 7707.0,\n      \"noGreenPowerGHGIntensityScope12\": 7265.0,\n      \"noGreenPowerGHGEmissionsScope123\": 462396.0,\n      \"noGreenPowerGHGEmissionsScope12\": 435912.0,\n      \"greenPowerREIPercent\": 4.0,\n      \"greenpowerPercentage\": 25.0,\n      \"greenPower\": 58027.92,\n      \"greenHousGasEmissionLPG\": 0.0,\n      \"greenHousGasEmissionGas\": 323.0,\n      \"greenHousGasEmissionElectricity\": 346479.0,\n      \"greenHousGasEmissionDiesel\": 101.0,\n      \"greenHousGasEmissionCoal\": 0.0,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 6958.36,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 7903.98,\n      \"greenhouseGasIntensityScope123\": 5782.0,\n      \"greenhouseGasIntensityScope12\": 5450.0,\n      \"greenhouseGasEmissionsScope123\": 346903.0,\n      \"greenhouseGasEmissionsScope12\": 327019.0,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": 39700.20933333333,\n      \"dieselREIPercent\": 0.0\n    }\n  }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>energyResults.noGreenPowerStarRating</td>\n<td>The NABERS star rating without GreenPower (0-6 stars)</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerStarRatingDecimal</td>\n<td>The precise decimal value of the star rating without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.noGreenPowerStarRatingGranular</td>\n<td>The granular star rating value without GreenPower</td>\n</tr>\n<tr>\n<td>energyResults.totalEnergyUse</td>\n<td>Total energy consumption in MJ</td>\n</tr>\n<tr>\n<td>energyResults.energyIntensity</td>\n<td>Energy intensity in MJ/m²</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasEmissionsScope12</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2) in kg CO₂-e</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasEmissionsScope123</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3) in kg CO₂-e</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasIntensityScope12</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2) in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>energyResults.greenhouseGasIntensityScope123</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3) in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>energyResults.totalEmissionsScope12WithRenewableElectricity</td>\n<td>Total emissions (Scope 1 &amp; 2) with renewable electricity in kg CO₂-e</td>\n</tr>\n<tr>\n<td>energyResults.totalEmissionsScope123WithRenewableElectricity</td>\n<td>Total emissions (Scope 1, 2 &amp; 3) with renewable electricity in kg CO₂-e</td>\n</tr>\n<tr>\n<td>energyResults.greenPower</td>\n<td>GreenPower consumption in MJ</td>\n</tr>\n<tr>\n<td>energyResults.greenpowerPercentage</td>\n<td>Percentage of GreenPower used</td>\n</tr>\n<tr>\n<td>energyResults.onsiteRenewableElectricity</td>\n<td>On-site renewable electricity generation in MJ</td>\n</tr>\n<tr>\n<td>energyResults.nonRenewableElectricity</td>\n<td>Non-renewable electricity consumption in MJ</td>\n</tr>\n<tr>\n<td>energyResults.benchmarkingFactor</td>\n<td>Factor used in benchmarking calculations</td>\n</tr>\n<tr>\n<td>energyResults.rEIResultPercent</td>\n<td>Renewable Energy Index result percentage</td>\n</tr>\n<tr>\n<td>energyResults.rEIResultPercentDecimal</td>\n<td>Precise decimal value of the Renewable Energy Index result percentage</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"3be135e9-d34a-42ac-b51b-0d638622e034"},{"name":"School Government Energy","id":"c0ece25f-5535-47b7-a09d-95af1ae8042e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"School\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Energy\",\r\n        \"subsector\": \"government\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"schemeHasHeatedPool\": \"true\",\r\n        \"subsector\": \"government\",\r\n        \"remoteArea\": \"Major Cities\",\r\n        \"grossFloorArea\": 5000,\r\n        \"numberOfELCStudents\": 30,\r\n        \"numberOfPrimaryStudents\": 600,\r\n        \"numberOfSecondaryStudents\": 300,\r\n        \"numberOfSpecialNeedsStudents\": 10,\r\n        \"hasSwimmingPool\": \"true\",\r\n        \"totalOREGConsumption\": 12212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 300762,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-school-government-energy-rating-calculator\">NABERS School Government Energy Rating Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the NABERS Energy rating for a School (Government subsector) based on the provided parameters. The calculation takes into account various factors such as gross floor area, student numbers, energy consumption data, and renewable energy information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the facility</p>\n</li>\n<li><p>RatingInputs Object - Contains facility characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h3 id=\"control-object\">Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The Australian postcode where the school is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be \"School\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Leave empty for standard rating</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be \"Energy\" for energy rating calculation</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>Must be \"government\" for government schools</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the school</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for the rating</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the school</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ratinginputs-object\">RatingInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>schemeHasHeatedPool</td>\n<td>Boolean</td>\n<td>Whether the school has a heated pool</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>School subsector, must be \"government\" for government schools</td>\n</tr>\n<tr>\n<td>remoteArea</td>\n<td>String</td>\n<td>Location classification (e.g., \"Major Cities\")</td>\n</tr>\n<tr>\n<td>grossFloorArea</td>\n<td>Number</td>\n<td>Total floor area in square meters</td>\n</tr>\n<tr>\n<td>numberOfELCStudents</td>\n<td>Number</td>\n<td>Number of early learning center students</td>\n</tr>\n<tr>\n<td>numberOfPrimaryStudents</td>\n<td>Number</td>\n<td>Number of primary school students</td>\n</tr>\n<tr>\n<td>numberOfSecondaryStudents</td>\n<td>Number</td>\n<td>Number of secondary school students</td>\n</tr>\n<tr>\n<td>numberOfSpecialNeedsStudents</td>\n<td>Number</td>\n<td>Number of special needs students</td>\n</tr>\n<tr>\n<td>hasSwimmingPool</td>\n<td>Boolean</td>\n<td>Whether the school has a swimming pool</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total onsite renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net onsite renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total onsite large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total offsite energy purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Offsite large-scale generation certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"energyinputs-object\">EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas and LPG consumption in MJ</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-response\">Request Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": {\n            \"totalRenewableElectricity\": 94089.21,\n            \"totalPredictedEmissions\": null,\n            \"totalEnergyUse\": 2563743.2,\n            \"totalEmissionsScope12WithRenewableElectricity\": 417420.51,\n            \"totalEmissionsScope123WithRenewableElectricity\": 474137.75,\n            \"starRatingGranular\": null,\n            \"starRatingDecimal\": null,\n            \"starRating\": null,\n            \"sectorComparisonDial\": null,\n            \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n            \"rETAndStateTerritoryTargets\": 19876.24,\n            \"rEIResultPercentDecimal\": 6.5,\n            \"rEIResultPercent\": 7,\n            \"referenceData\": null,\n            \"predictedMedianITEnergy\": null,\n            \"predictedMedianInfrastructure\": null,\n            \"predictedGreenhouseGasIntensity\": 0.006376215761719605,\n            \"performanceIndicatorResult\": null,\n            \"otherVoluntaryPurchasesREIPercent\": 23.8,\n            \"otherVoluntaryPurchases\": 343123.0,\n            \"onsiteRenewableElectricityREIPercent\": 3.8,\n            \"onsiteRenewableElectricity\": 54212.97,\n            \"nonRenewableElectricityREIPercent\": 35.7,\n            \"nonRenewableElectricity\": 515015.87,\n            \"noGreenPowerStarRatingGranular\": 0.0,\n            \"noGreenPowerStarRatingDecimal\": -4.712038188597922,\n            \"noGreenPowerStarRating\": 0.0,\n            \"noGreenPowerPredictedGHGIntensity\": 0.006376215761719605,\n            \"noGreenPowerGHGIntensityScope123\": 99.57131,\n            \"noGreenPowerGHGIntensityScope12\": 93.87211400000001,\n            \"noGreenPowerGHGEmissionsScope123\": 497856.55,\n            \"noGreenPowerGHGEmissionsScope12\": 469360.57000000007,\n            \"noGreenPowerBenchmarkingFactor\": 3.1232101836261124,\n            \"greenPowerREIPercent\": 4.0,\n            \"greenpowerPercentage\": null,\n            \"greenPower\": 58027.92,\n            \"greenHousGasEmissionLPG\": null,\n            \"greenHousGasEmissionGas\": null,\n            \"greenHousGasEmissionElectricity\": null,\n            \"greenHousGasEmissionDiesel\": null,\n            \"greenHousGasEmissionCoal\": null,\n            \"greenHouseGasIntensityScope12WithRenewableElectricity\": 83.48,\n            \"greenHouseGasIntensityScope123WithRenewableElectricity\": 94.83,\n            \"greenhouseGasIntensityScope123\": 49.817969999999995,\n            \"greenhouseGasIntensityScope12\": 46.961822000000005,\n            \"greenhouseGasEmissionsScope123\": 249089.84999999998,\n            \"greenhouseGasEmissionsScope12\": 234809.11000000002,\n            \"gasAndLPGREIPercent\": 57.7,\n            \"energyIntensity\": 512.74864,\n            \"emissionFactorElectricity\": null,\n            \"dieselREIPercent\": 0.0,\n            \"calculatedPUE\": null,\n            \"benchmarkingFactor\": 1.562618702431254,\n            \"actualEmissionsWoGP\": null,\n            \"actualEmissions\": null\n        }\n    }\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterResults</td>\n<td>Null</td>\n<td>Water rating results (null for energy rating)</td>\n</tr>\n<tr>\n<td>sequence</td>\n<td>Number</td>\n<td>Sequence number of the calculation</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>Null</td>\n<td>Request identifier</td>\n</tr>\n<tr>\n<td>lstExceptions</td>\n<td>Null</td>\n<td>List of exceptions if any</td>\n</tr>\n<tr>\n<td>ieResults</td>\n<td>Null</td>\n<td>Indoor environment results (null for energy rating)</td>\n</tr>\n<tr>\n<td>energyResults</td>\n<td>Object</td>\n<td>Energy rating calculation results</td>\n</tr>\n<tr>\n<td>totalRenewableElectricity</td>\n<td>Number</td>\n<td>Total renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>totalPredictedEmissions</td>\n<td>Null</td>\n<td>Predicted emissions (if applicable)</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>totalEmissionsScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1 &amp; 2) with renewable electricity</td>\n</tr>\n<tr>\n<td>totalEmissionsScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1, 2 &amp; 3) with renewable electricity</td>\n</tr>\n<tr>\n<td>starRatingGranular</td>\n<td>Null</td>\n<td>Detailed star rating information</td>\n</tr>\n<tr>\n<td>starRatingDecimal</td>\n<td>Null</td>\n<td>Star rating as a decimal value</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>Null</td>\n<td>Final star rating</td>\n</tr>\n<tr>\n<td>sectorComparisonDial</td>\n<td>Null</td>\n<td>Sector comparison information</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargetsREIPercent</td>\n<td>Number</td>\n<td>Renewable energy target percentage</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargets</td>\n<td>Number</td>\n<td>Renewable energy targets in kWh</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Renewable energy index result as decimal</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable energy index result as percentage</td>\n</tr>\n<tr>\n<td>referenceData</td>\n<td>Null</td>\n<td>Reference data for comparison</td>\n</tr>\n<tr>\n<td>predictedMedianITEnergy</td>\n<td>Null</td>\n<td>Predicted median IT energy</td>\n</tr>\n<tr>\n<td>predictedMedianInfrastructure</td>\n<td>Null</td>\n<td>Predicted median infrastructure</td>\n</tr>\n<tr>\n<td>predictedGreenhouseGasIntensity</td>\n<td>Number</td>\n<td>Predicted greenhouse gas intensity</td>\n</tr>\n<tr>\n<td>performanceIndicatorResult</td>\n<td>Null</td>\n<td>Performance indicator result</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchasesREIPercent</td>\n<td>Number</td>\n<td>Other voluntary purchases as percentage</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchases</td>\n<td>Number</td>\n<td>Other voluntary purchases in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Onsite renewable electricity percentage</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>Onsite renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Non-renewable electricity percentage</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingGranular</td>\n<td>Number</td>\n<td>Star rating without GreenPower (granular)</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingDecimal</td>\n<td>Number</td>\n<td>Star rating without GreenPower (decimal)</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRating</td>\n<td>Number</td>\n<td>Star rating without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerPredictedGHGIntensity</td>\n<td>Number</td>\n<td>Predicted GHG intensity without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope123</td>\n<td>Number</td>\n<td>GHG intensity (Scope 1, 2 &amp; 3) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope12</td>\n<td>Number</td>\n<td>GHG intensity (Scope 1 &amp; 2) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope123</td>\n<td>Number</td>\n<td>GHG emissions (Scope 1, 2 &amp; 3) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope12</td>\n<td>Number</td>\n<td>GHG emissions (Scope 1 &amp; 2) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without GreenPower</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>GreenPower as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>greenpowerPercentage</td>\n<td>Null</td>\n<td>GreenPower percentage</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower in kWh</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionLPG</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from LPG</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionGas</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from gas</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionElectricity</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from electricity</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionDiesel</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from diesel</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionCoal</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from coal</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3)</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2)</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3)</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2)</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Gas and LPG as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Number</td>\n<td>Energy intensity</td>\n</tr>\n<tr>\n<td>emissionFactorElectricity</td>\n<td>Null</td>\n<td>Emission factor for electricity</td>\n</tr>\n<tr>\n<td>dieselREIPercent</td>\n<td>Number</td>\n<td>Diesel as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>calculatedPUE</td>\n<td>Null</td>\n<td>Calculated PUE (Power Usage Effectiveness)</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor</td>\n</tr>\n<tr>\n<td>actualEmissionsWoGP</td>\n<td>Null</td>\n<td>Actual emissions without GreenPower</td>\n</tr>\n<tr>\n<td>actualEmissions</td>\n<td>Null</td>\n<td>Actual emissions</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0ece25f-5535-47b7-a09d-95af1ae8042e"},{"name":"School Government Water","id":"7cef6b44-6f42-4254-a5bb-7f1e67a7e9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"School\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Water\",\r\n        \"subsector\": \"government\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"numberOfFTEWorkers\": 70,\r\n        \"schemeHasHeatedPool\": \"true\",\r\n        \"siteArea\": 63148.4,\r\n        \"subsector\": \"government\",\r\n        \"remoteArea\": \"Major Cities\",\r\n        \"numberOfELCStudents\": 30,\r\n        \"numberOfPrimaryStudents\": 600,\r\n        \"numberOfSecondaryStudents\": 300,\r\n        \"numberOfSpecialNeedsStudents\": 10,\r\n        \"hasSwimmingPool\": \"true\",\r\n        \"swimmingPoolArea\": 100,\r\n        \"WaterInputs\": {\r\n            \"Water\": 2268,\r\n            \"RecycledWater\": 64.8\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-school-government-water-rating-calculator\">NABERS School Government Water Rating Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the NABERS Water rating for a School (Government subsector) based on the provided parameters. The calculation takes into account various factors such as site area, student numbers, water consumption data, and recycled water information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as remoteArea, siteArea, numberOfPrimaryStudents</p>\n</li>\n<li><p>Water inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The Australian postcode where the school is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be \"School\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Leave empty for standard rating</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be \"Water\" for water rating calculation</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>Must be \"government\" for government schools</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the school</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for the rating</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the school</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>numberOfFTEWorkers</td>\n<td>Number</td>\n<td>Number of full-time equivalent workers</td>\n</tr>\n<tr>\n<td>schemeHasHeatedPool</td>\n<td>Boolean</td>\n<td>Whether the school has a heated pool</td>\n</tr>\n<tr>\n<td>siteArea</td>\n<td>Number</td>\n<td>Total site area in square meters</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>School subsector, must be \"government\" for government schools</td>\n</tr>\n<tr>\n<td>remoteArea</td>\n<td>String</td>\n<td>Location classification (e.g., \"Major Cities\", \"Inner Regional\", \"Outer Regional\", \"Remote\", \"Very Remote\")</td>\n</tr>\n<tr>\n<td>numberOfELCStudents</td>\n<td>Number</td>\n<td>Number of early learning center students</td>\n</tr>\n<tr>\n<td>numberOfPrimaryStudents</td>\n<td>Number</td>\n<td>Number of primary school students</td>\n</tr>\n<tr>\n<td>numberOfSecondaryStudents</td>\n<td>Number</td>\n<td>Number of secondary school students</td>\n</tr>\n<tr>\n<td>numberOfSpecialNeedsStudents</td>\n<td>Number</td>\n<td>Number of special needs students</td>\n</tr>\n<tr>\n<td>hasSwimmingPool</td>\n<td>Boolean</td>\n<td>Whether the school has a swimming pool</td>\n</tr>\n<tr>\n<td>swimmingPoolArea</td>\n<td>Number</td>\n<td>Area of the swimming pool in square meters (if applicable)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water usage in kiloliters (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-response\">Request Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": {\n            \"waterStarRatingGranular\": 5.4,\n            \"waterStarRatingDecimal\": 5.4488677180089,\n            \"waterStarRating\": 5.0,\n            \"waterConsumptionPerUnitArea\": null,\n            \"waterConsumption\": 2203.2,\n            \"recycledWaterPercent\": 2.857142857142857,\n            \"predictedAverageWaterUse\": 5.273694651820107,\n            \"normalisedWaterConsumption\": 2.181386138613861,\n            \"noRecycleWaterStarRatingGranular\": 5.4,\n            \"noRecycleWaterStarRatingDecimal\": 5.40324618030328,\n            \"noRecycleWaterStarRating\": 5.0,\n            \"noRecycleWaterConsumption\": 2268.0,\n            \"noRecyclePredictedAverageWaterUse\": 5.273694651820107,\n            \"noRecycleNormalisedWaterConsumption\": 2.2455445544554458,\n            \"noRecycleBenchmarkingFactor\": 0.425801018585792,\n            \"benchmarkingFactor\": 0.4136352751976265\n        },\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": null\n    }\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterStarRatingGranular</td>\n<td>Number</td>\n<td>Detailed water star rating with decimal precision</td>\n</tr>\n<tr>\n<td>waterStarRatingDecimal</td>\n<td>Number</td>\n<td>Water star rating with decimal precision</td>\n</tr>\n<tr>\n<td>waterStarRating</td>\n<td>Number</td>\n<td>Final rounded water star rating (0-6)</td>\n</tr>\n<tr>\n<td>waterConsumption</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>recycledWaterPercent</td>\n<td>Number</td>\n<td>Percentage of recycled water used</td>\n</tr>\n<tr>\n<td>predictedAverageWaterUse</td>\n<td>Number</td>\n<td>Predicted average water use based on building characteristics</td>\n</tr>\n<tr>\n<td>normalisedWaterConsumption</td>\n<td>Number</td>\n<td>Normalized water consumption metric</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Factor used in benchmarking calculations</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRatingGranular</td>\n<td>Number</td>\n<td>Detailed water star rating without recycled water</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRatingDecimal</td>\n<td>Number</td>\n<td>Water star rating without recycled water with decimal precision</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRating</td>\n<td>Number</td>\n<td>Final rounded water star rating without recycled water (0-6)</td>\n</tr>\n<tr>\n<td>noRecycleWaterConsumption</td>\n<td>Number</td>\n<td>Total water consumption without recycled water in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>noRecyclePredictedAverageWaterUse</td>\n<td>Number</td>\n<td>Predicted average water use without recycled water</td>\n</tr>\n<tr>\n<td>noRecycleNormalisedWaterConsumption</td>\n<td>Number</td>\n<td>Normalized water consumption metric without recycled water</td>\n</tr>\n<tr>\n<td>noRecycleBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without recycled water</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cef6b44-6f42-4254-a5bb-7f1e67a7e9a5"},{"name":"School Independent Energy","id":"dd880d90-ff2b-4139-9ee2-c4b38168204d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"School\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Energy\",\r\n        \"subsector\": \"independent school\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"schemeHasHeatedPool\": \"true\",\r\n        \"subsector\": \"independent school\",\r\n        \"remoteArea\": \"Major Cities\",\r\n        \"grossFloorArea\": 5000,\r\n        \"numberOfELCStudents\": 30,\r\n        \"numberOfPrimaryStudents\": 600,\r\n        \"numberOfSecondaryStudents\": 300,\r\n        \"numberOfSpecialNeedsStudents\": 10,\r\n        \"hasSwimmingPool\": \"true\",\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 710762,\r\n            \"GreenPower\": 50,\r\n            \"Gas\": 5000,\r\n            \"diesel\": 10\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-school-independent-energy-rating-calculator\">NABERS School Independent Energy Rating Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the NABERS Energy rating for a School (Independent school subsector) based on the provided parameters. The calculation takes into account various factors such as gross floor area, student numbers, energy consumption data, and renewable energy information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as remoteArea, grossFloorArea, numberOfPrimaryStudents</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The Australian postcode where the school is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be \"School\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Leave empty for standard rating</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be \"Energy\" for energy rating calculation</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>Must be \"independent school\" for independent schools</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the school</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for the rating</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the school</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>schemeHasHeatedPool</td>\n<td>Boolean</td>\n<td>Whether the school has a heated pool</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>School subsector, must be \"independent school\" for independent schools</td>\n</tr>\n<tr>\n<td>remoteArea</td>\n<td>String</td>\n<td>Location classification (e.g., \"Major Cities\", \"Inner Regional\", \"Outer Regional\", \"Remote\", \"Very Remote\")</td>\n</tr>\n<tr>\n<td>grossFloorArea</td>\n<td>Number</td>\n<td>Total gross floor area in square meters</td>\n</tr>\n<tr>\n<td>numberOfELCStudents</td>\n<td>Number</td>\n<td>Number of early learning center students</td>\n</tr>\n<tr>\n<td>numberOfPrimaryStudents</td>\n<td>Number</td>\n<td>Number of primary school students</td>\n</tr>\n<tr>\n<td>numberOfSecondaryStudents</td>\n<td>Number</td>\n<td>Number of secondary school students</td>\n</tr>\n<tr>\n<td>numberOfSpecialNeedsStudents</td>\n<td>Number</td>\n<td>Number of special needs students</td>\n</tr>\n<tr>\n<td>hasSwimmingPool</td>\n<td>Boolean</td>\n<td>Whether the school has a swimming pool</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total on-site large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total off-site energy purchases in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Off-site large-scale generation certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Total electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Total gas and LPG consumption in MJ</td>\n</tr>\n<tr>\n<td>Diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-response\">Request Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[{\n  \"waterResults\": null,\n  \"sequence\": 1,\n  \"requestId\": null,\n  \"lstExceptions\": null,\n  \"ieResults\": null,\n  \"energyResults\": {\n    \"totalRenewableElectricity\": 93816.93,\n    \"totalPredictedEmissions\": null,\n    \"totalEnergyUse\": 2563743.2,\n    \"totalEmissionsScope12WithRenewableElectricity\": 417641.05,\n    \"totalEmissionsScope123WithRenewableElectricity\": 474388.25,\n    \"starRatingGranular\": null,\n    \"starRatingDecimal\": null,\n    \"starRating\": null,\n    \"sectorComparisonDial\": null,\n    \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n    \"rETAndStateTerritoryTargets\": 19603.96,\n    \"rEIResultPercentDecimal\": 6.5,\n    \"rEIResultPercent\": 7,\n    \"referenceData\": null,\n    \"predictedMedianITEnergy\": null,\n    \"predictedMedianInfrastructure\": null,\n    \"predictedGreenhouseGasIntensity\": 0.009901888006435152,\n    \"performanceIndicatorResult\": null,\n    \"otherVoluntaryPurchasesREIPercent\": 23.8,\n    \"otherVoluntaryPurchases\": 343123.0,\n    \"onsiteRenewableElectricityREIPercent\": 3.8,\n    \"onsiteRenewableElectricity\": 54212.97,\n    \"nonRenewableElectricityREIPercent\": 35.7,\n    \"nonRenewableElectricity\": 515288.15,\n    \"noGreenPowerStarRatingGranular\": 0.0,\n    \"noGreenPowerStarRatingDecimal\": -0.5418427729607825,\n    \"noGreenPowerStarRating\": 0.0,\n    \"noGreenPowerPredictedGHGIntensity\": 0.009901888006435152,\n    \"noGreenPowerGHGIntensityScope123\": 99.57131,\n    \"noGreenPowerGHGIntensityScope12\": 93.87211400000001,\n    \"noGreenPowerGHGEmissionsScope123\": 497856.55,\n    \"noGreenPowerGHGEmissionsScope12\": 469360.57000000007,\n    \"noGreenPowerBenchmarkingFactor\": 2.011158072789542,\n    \"greenPowerREIPercent\": 4.0,\n    \"greenpowerPercentage\": null,\n    \"greenPower\": 58027.92,\n    \"greenHousGasEmissionLPG\": null,\n    \"greenHousGasEmissionGas\": null,\n    \"greenHousGasEmissionElectricity\": null,\n    \"greenHousGasEmissionDiesel\": null,\n    \"greenHousGasEmissionCoal\": null,\n    \"greenHouseGasIntensityScope12WithRenewableElectricity\": 83.53,\n    \"greenHouseGasIntensityScope123WithRenewableElectricity\": 94.88,\n    \"greenhouseGasIntensityScope123\": 49.817969999999995,\n    \"greenhouseGasIntensityScope12\": 46.961822000000005,\n    \"greenhouseGasEmissionsScope123\": 249089.84999999998,\n    \"greenhouseGasEmissionsScope12\": 234809.11000000002,\n    \"gasAndLPGREIPercent\": 57.7,\n    \"energyIntensity\": 512.74864,\n    \"emissionFactorElectricity\": null,\n    \"dieselREIPercent\": 0.0,\n    \"calculatedPUE\": null,\n    \"benchmarkingFactor\": 1.0062317402019438,\n    \"actualEmissionsWoGP\": null,\n    \"actualEmissions\": null\n  }\n}]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalRenewableElectricity</td>\n<td>Number</td>\n<td>Total renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>totalEmissionsScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions for Scope 1 and 2 with renewable electricity in kg CO₂-e</td>\n</tr>\n<tr>\n<td>totalEmissionsScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions for Scope 1, 2, and 3 with renewable electricity in kg CO₂-e</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargetsREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for RET and state/territory targets</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargets</td>\n<td>Number</td>\n<td>Renewable energy targets in kWh</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Renewable energy index result percentage with decimal precision</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Rounded renewable energy index result percentage</td>\n</tr>\n<tr>\n<td>predictedGreenhouseGasIntensity</td>\n<td>Number</td>\n<td>Predicted greenhouse gas intensity in kg CO₂-e/MJ</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchasesREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for other voluntary purchases</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchases</td>\n<td>Number</td>\n<td>Other voluntary purchases in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for on-site renewable electricity</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>On-site renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for non-renewable electricity</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingGranular</td>\n<td>Number</td>\n<td>Detailed star rating without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingDecimal</td>\n<td>Number</td>\n<td>Star rating without GreenPower with decimal precision</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRating</td>\n<td>Number</td>\n<td>Final rounded star rating without GreenPower (0-6)</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1, 2, and 3 without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1 and 2 without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1, 2, and 3 without GreenPower in kg CO₂-e</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1 and 2 without GreenPower in kg CO₂-e</td>\n</tr>\n<tr>\n<td>noGreenPowerBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without GreenPower</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for GreenPower</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower in kWh</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1 and 2 with renewable electricity</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1, 2, and 3 with renewable electricity</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1, 2, and 3</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity for Scope 1 and 2</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1, 2, and 3 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions for Scope 1 and 2 in kg CO₂-e</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Renewable energy index percentage for gas and LPG</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Number</td>\n<td>Energy intensity in MJ/m²</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Factor used in benchmarking calculations</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd880d90-ff2b-4139-9ee2-c4b38168204d"},{"name":"School Independent Water","id":"fdd15003-4065-4dae-a637-e878bb750cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"School\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Water\",\r\n        \"subsector\": \"independent school\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DPE\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"numberOfFTEWorkers\": 70,\r\n        \"schemeHasHeatedPool\": \"true\",\r\n        \"siteArea\": 63148.4,\r\n        \"subsector\": \"independent school\",\r\n        \"remoteArea\": \"Major Cities\",\r\n        \"numberOfELCStudents\": 30,\r\n        \"numberOfPrimaryStudents\": 600,\r\n        \"numberOfSecondaryStudents\": 300,\r\n        \"numberOfSpecialNeedsStudents\": 10,\r\n        \"hasSwimmingPool\": \"true\",\r\n        \"swimmingPoolArea\": 100,\r\n        \"WaterInputs\": {\r\n            \"Water\": 5568,\r\n            \"RecycledWater\": 1113.6000000000001\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-school-independent-water-rating-calculator\">NABERS School Independent Water Rating Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the NABERS Water rating for a School (Independent school subsector) based on the provided parameters. The calculation takes into account various factors such as site area, student numbers, water consumption data, and recycled water information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as remoteArea, grossFloorArea, numberOfPrimaryStudents</p>\n</li>\n<li><p>Water inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The Australian postcode where the school is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be \"School\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Leave empty for standard rating</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be \"Water\" for water rating calculation</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>Must be \"independent school\" for independent schools</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the school</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for the rating</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the school</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>numberOfFTEWorkers</td>\n<td>Number</td>\n<td>Number of full-time equivalent workers</td>\n</tr>\n<tr>\n<td>schemeHasHeatedPool</td>\n<td>Boolean</td>\n<td>Whether the school has a heated pool</td>\n</tr>\n<tr>\n<td>siteArea</td>\n<td>Number</td>\n<td>Total site area in square meters</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>Must be \"independent school\" for independent schools</td>\n</tr>\n<tr>\n<td>remoteArea</td>\n<td>String</td>\n<td>Location classification (e.g., \"Major Cities\")</td>\n</tr>\n<tr>\n<td>numberOfELCStudents</td>\n<td>Number</td>\n<td>Number of early learning center students</td>\n</tr>\n<tr>\n<td>numberOfPrimaryStudents</td>\n<td>Number</td>\n<td>Number of primary school students</td>\n</tr>\n<tr>\n<td>numberOfSecondaryStudents</td>\n<td>Number</td>\n<td>Number of secondary school students</td>\n</tr>\n<tr>\n<td>numberOfSpecialNeedsStudents</td>\n<td>Number</td>\n<td>Number of special needs students</td>\n</tr>\n<tr>\n<td>hasSwimmingPool</td>\n<td>Boolean</td>\n<td>Whether the school has a swimming pool</td>\n</tr>\n<tr>\n<td>swimmingPoolArea</td>\n<td>Number</td>\n<td>Area of the swimming pool in square meters</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water usage in kiloliters (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The API returns a JSON object containing the water rating results:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": {\n      \"waterStarRatingGranular\": 5.3,\n      \"waterStarRatingDecimal\": 5.35224404493008,\n      \"waterStarRating\": 5.0,\n      \"waterConsumptionPerUnitArea\": null,\n      \"waterConsumption\": 4454.4,\n      \"recycledWaterPercent\": 20.000000000000004,\n      \"predictedAverageWaterUse\": 10.037053005634167,\n      \"normalisedWaterConsumption\": 4.41029702970297,\n      \"noRecycleWaterStarRatingGranular\": 4.9,\n      \"noRecycleWaterStarRatingDecimal\": 4.9403050561626,\n      \"noRecycleWaterStarRating\": 4.5,\n      \"noRecycleWaterConsumption\": 5568.0,\n      \"noRecyclePredictedAverageWaterUse\": 10.037053005634167,\n      \"noRecycleNormalisedWaterConsumption\": 5.512871287128712,\n      \"noRecycleBenchmarkingFactor\": 0.5492519850233067,\n      \"benchmarkingFactor\": 0.4394015880186453\n    },\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": null\n  }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterStarRating</td>\n<td>The final NABERS Water star rating (0-6 stars)</td>\n</tr>\n<tr>\n<td>waterStarRatingDecimal</td>\n<td>The precise decimal value of the star rating</td>\n</tr>\n<tr>\n<td>waterStarRatingGranular</td>\n<td>The rounded star rating to the nearest 0.5</td>\n</tr>\n<tr>\n<td>waterConsumption</td>\n<td>The adjusted water consumption after recycled water credits</td>\n</tr>\n<tr>\n<td>recycledWaterPercent</td>\n<td>Percentage of total water that is recycled</td>\n</tr>\n<tr>\n<td>normalisedWaterConsumption</td>\n<td>Water consumption normalized by benchmarking factors</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Factor used to normalize the water consumption</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdd15003-4065-4dae-a637-e878bb750cc3"},{"name":"School Catholic Energy","id":"306eb429-3adf-4ad9-8928-aa73a029d425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"School\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Energy\",\r\n        \"subsector\": \"catholic systemic school\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"schemeHasHeatedPool\": \"true\",\r\n        \"subsector\": \"catholic systemic school\",\r\n        \"remoteArea\": \"Major Cities\",\r\n        \"grossFloorArea\": 5000,\r\n        \"numberOfELCStudents\": 30,\r\n        \"numberOfPrimaryStudents\": 600,\r\n        \"numberOfSecondaryStudents\": 300,\r\n        \"numberOfSpecialNeedsStudents\": 10,\r\n        \"hasSwimmingPool\": \"true\",\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 710762,\r\n            \"GreenPower\": 50,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-school-catholic-energy-rating-calculator\">NABERS School Catholic Energy Rating Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the NABERS Energy rating for a School (Catholic systemic school subsector) based on the provided parameters. The calculation takes into account various factors such as gross floor area, student numbers, energy consumption data, and renewable energy information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as remoteArea, grossFloorArea, numberOfPrimaryStudents</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The Australian postcode where the school is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be \"School\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Leave empty for standard rating</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be \"Energy\" for energy rating calculation</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>Must be \"catholic systemic school\" for catholic schools</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the school</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for the rating</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the school</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>schemeHasHeatedPool</td>\n<td>Boolean</td>\n<td>Whether the school has a heated pool</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>School subsector, must be \"catholic systemic school\" for catholic schools</td>\n</tr>\n<tr>\n<td>remoteArea</td>\n<td>String</td>\n<td>Location classification (e.g., \"Major Cities\")</td>\n</tr>\n<tr>\n<td>grossFloorArea</td>\n<td>Number</td>\n<td>Total floor area in square meters</td>\n</tr>\n<tr>\n<td>numberOfELCStudents</td>\n<td>Number</td>\n<td>Number of early learning center students</td>\n</tr>\n<tr>\n<td>numberOfPrimaryStudents</td>\n<td>Number</td>\n<td>Number of primary school students</td>\n</tr>\n<tr>\n<td>numberOfSecondaryStudents</td>\n<td>Number</td>\n<td>Number of secondary school students</td>\n</tr>\n<tr>\n<td>numberOfSpecialNeedsStudents</td>\n<td>Number</td>\n<td>Number of special needs students</td>\n</tr>\n<tr>\n<td>hasSwimmingPool</td>\n<td>Boolean</td>\n<td>Whether the school has a swimming pool</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total onsite renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net onsite renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total onsite large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total offsite energy purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Offsite large-scale generation certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"energyinputs-object\">EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>GreenPower</td>\n<td>Number</td>\n<td>GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>Gas</td>\n<td>Number</td>\n<td>Gas and LPG consumption in MJ</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 93816.93,\n      \"totalPredictedEmissions\": null,\n      \"totalEnergyUse\": 2563743.2,\n      \"totalEmissionsScope12WithRenewableElectricity\": 417641.05,\n      \"totalEmissionsScope123WithRenewableElectricity\": 474388.25,\n      \"starRatingGranular\": null,\n      \"starRatingDecimal\": null,\n      \"starRating\": null,\n      \"sectorComparisonDial\": null,\n      \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n      \"rETAndStateTerritoryTargets\": 19603.96,\n      \"rEIResultPercentDecimal\": 6.5,\n      \"rEIResultPercent\": 7,\n      \"referenceData\": null,\n      \"predictedMedianITEnergy\": null,\n      \"predictedMedianInfrastructure\": null,\n      \"predictedGreenhouseGasIntensity\": 0.006376215761719605,\n      \"performanceIndicatorResult\": null,\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 35.7,\n      \"nonRenewableElectricity\": 515288.15,\n      \"noGreenPowerStarRatingGranular\": 0,\n      \"noGreenPowerStarRatingDecimal\": -4.712038188597922,\n      \"noGreenPowerStarRating\": 0,\n      \"noGreenPowerPredictedGHGIntensity\": 0.006376215761719605,\n      \"noGreenPowerGHGIntensityScope123\": 99.57131,\n      \"noGreenPowerGHGIntensityScope12\": 93.87211400000001,\n      \"noGreenPowerGHGEmissionsScope123\": 497856.55,\n      \"noGreenPowerGHGEmissionsScope12\": 469360.57000000007,\n      \"noGreenPowerBenchmarkingFactor\": 3.1232101836261124,\n      \"greenPowerREIPercent\": 4,\n      \"greenpowerPercentage\": null,\n      \"greenPower\": 58027.92,\n      \"greenHousGasEmissionLPG\": null,\n      \"greenHousGasEmissionGas\": null,\n      \"greenHousGasEmissionElectricity\": null,\n      \"greenHousGasEmissionDiesel\": null,\n      \"greenHousGasEmissionCoal\": null,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 83.53,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 94.88,\n      \"greenhouseGasIntensityScope123\": 49.817969999999995,\n      \"greenhouseGasIntensityScope12\": 46.961822000000005,\n      \"greenhouseGasEmissionsScope123\": 249089.84999999998,\n      \"greenhouseGasEmissionsScope12\": 234809.11000000002,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": 512.74864,\n      \"emissionFactorElectricity\": null,\n      \"dieselREIPercent\": 0,\n      \"calculatedPUE\": null,\n      \"benchmarkingFactor\": 1.562618702431254,\n      \"actualEmissionsWoGP\": null,\n      \"actualEmissions\": null\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterResults</td>\n<td>Null</td>\n<td>Water rating results (null for energy rating)</td>\n</tr>\n<tr>\n<td>sequence</td>\n<td>Number</td>\n<td>Sequence number of the calculation</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>Null</td>\n<td>Request identifier</td>\n</tr>\n<tr>\n<td>lstExceptions</td>\n<td>Null</td>\n<td>List of exceptions if any</td>\n</tr>\n<tr>\n<td>ieResults</td>\n<td>Null</td>\n<td>Indoor environment results (null for energy rating)</td>\n</tr>\n<tr>\n<td>energyResults</td>\n<td>Object</td>\n<td>Energy rating calculation results</td>\n</tr>\n<tr>\n<td>totalRenewableElectricity</td>\n<td>Number</td>\n<td>Total renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>totalPredictedEmissions</td>\n<td>Null</td>\n<td>Predicted emissions (if applicable)</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>totalEmissionsScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1 &amp; 2) with renewable electricity</td>\n</tr>\n<tr>\n<td>totalEmissionsScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1, 2 &amp; 3) with renewable electricity</td>\n</tr>\n<tr>\n<td>starRatingGranular</td>\n<td>Null</td>\n<td>Detailed star rating information</td>\n</tr>\n<tr>\n<td>starRatingDecimal</td>\n<td>Null</td>\n<td>Star rating as a decimal value</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>Null</td>\n<td>Final star rating</td>\n</tr>\n<tr>\n<td>sectorComparisonDial</td>\n<td>Null</td>\n<td>Sector comparison information</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargetsREIPercent</td>\n<td>Number</td>\n<td>Renewable energy target percentage</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargets</td>\n<td>Number</td>\n<td>Renewable energy targets in kWh</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Renewable energy index result as decimal</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable energy index result as percentage</td>\n</tr>\n<tr>\n<td>referenceData</td>\n<td>Null</td>\n<td>Reference data for comparison</td>\n</tr>\n<tr>\n<td>predictedMedianITEnergy</td>\n<td>Null</td>\n<td>Predicted median IT energy</td>\n</tr>\n<tr>\n<td>predictedMedianInfrastructure</td>\n<td>Null</td>\n<td>Predicted median infrastructure</td>\n</tr>\n<tr>\n<td>predictedGreenhouseGasIntensity</td>\n<td>Number</td>\n<td>Predicted greenhouse gas intensity</td>\n</tr>\n<tr>\n<td>performanceIndicatorResult</td>\n<td>Null</td>\n<td>Performance indicator result</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchasesREIPercent</td>\n<td>Number</td>\n<td>Other voluntary purchases as percentage</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchases</td>\n<td>Number</td>\n<td>Other voluntary purchases in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Onsite renewable electricity percentage</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>Onsite renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Non-renewable electricity percentage</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingGranular</td>\n<td>Number</td>\n<td>Star rating without GreenPower (granular)</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingDecimal</td>\n<td>Number</td>\n<td>Star rating without GreenPower (decimal)</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRating</td>\n<td>Number</td>\n<td>Star rating without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerPredictedGHGIntensity</td>\n<td>Number</td>\n<td>Predicted GHG intensity without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope123</td>\n<td>Number</td>\n<td>GHG intensity (Scope 1, 2 &amp; 3) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope12</td>\n<td>Number</td>\n<td>GHG intensity (Scope 1 &amp; 2) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope123</td>\n<td>Number</td>\n<td>GHG emissions (Scope 1, 2 &amp; 3) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope12</td>\n<td>Number</td>\n<td>GHG emissions (Scope 1 &amp; 2) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without GreenPower</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>GreenPower as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>greenpowerPercentage</td>\n<td>Null</td>\n<td>GreenPower percentage</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower in kWh</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionLPG</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from LPG</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionGas</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from gas</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionElectricity</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from electricity</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionDiesel</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from diesel</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionCoal</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from coal</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3)</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2)</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3)</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2)</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Gas and LPG as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Number</td>\n<td>Energy intensity</td>\n</tr>\n<tr>\n<td>emissionFactorElectricity</td>\n<td>Null</td>\n<td>Emission factor for electricity</td>\n</tr>\n<tr>\n<td>dieselREIPercent</td>\n<td>Number</td>\n<td>Diesel as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>calculatedPUE</td>\n<td>Null</td>\n<td>Calculated PUE (Power Usage Effectiveness)</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor</td>\n</tr>\n<tr>\n<td>actualEmissionsWoGP</td>\n<td>Null</td>\n<td>Actual emissions without GreenPower</td>\n</tr>\n<tr>\n<td>actualEmissions</td>\n<td>Null</td>\n<td>Actual emissions</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"306eb429-3adf-4ad9-8928-aa73a029d425"},{"name":"School Catholic Water","id":"832d6890-fb21-490f-89c6-a8d83cc68b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"School\",\r\n        \"RatingScope\": \"\",\r\n        \"RatingType\": \"Water\",\r\n        \"subsector\": \"catholic systemic school\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"numberOfFTEWorkers\": 70,\r\n        \"schemeHasHeatedPool\": \"true\",\r\n        \"siteArea\": 63148.4,\r\n        \"subsector\": \"catholic systemic school\",\r\n        \"remoteArea\": \"Major Cities\",\r\n        \"numberOfELCStudents\": 30,\r\n        \"numberOfPrimaryStudents\": 600,\r\n        \"numberOfSecondaryStudents\": 300,\r\n        \"numberOfSpecialNeedsStudents\": 10,\r\n        \"hasSwimmingPool\": \"true\",\r\n        \"swimmingPoolArea\": 100,\r\n        \"WaterInputs\": {\r\n            \"Water\": 5568,\r\n            \"RecycledWater\": 556.8000000000001\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-school-catholic-water-rating-calculator\">NABERS School Catholic Water Rating Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the NABERS Water rating for a School (Catholic systemic school subsector) based on the provided parameters. The calculation takes into account various factors such as site area, student numbers, water consumption data, and recycled water information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as remoteArea, grossFloorArea, numberOfPrimaryStudents</p>\n</li>\n<li><p>Water inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Postcode</td>\n<td>String</td>\n<td>The Australian postcode where the school is located</td>\n</tr>\n<tr>\n<td>PremiseType</td>\n<td>String</td>\n<td>Must be \"School\" for this endpoint</td>\n</tr>\n<tr>\n<td>RatingScope</td>\n<td>String</td>\n<td>Leave empty for standard rating</td>\n</tr>\n<tr>\n<td>RatingType</td>\n<td>String</td>\n<td>Must be \"Water\" for water rating calculation</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>Must be \"catholic systemic school\" for catholic schools</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the school</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for the rating</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the school</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>numberOfFTEWorkers</td>\n<td>Number</td>\n<td>Number of full-time equivalent workers</td>\n</tr>\n<tr>\n<td>schemeHasHeatedPool</td>\n<td>Boolean</td>\n<td>Whether the school has a heated pool</td>\n</tr>\n<tr>\n<td>siteArea</td>\n<td>Number</td>\n<td>Total site area in square meters</td>\n</tr>\n<tr>\n<td>subsector</td>\n<td>String</td>\n<td>School subsector, must be \"catholic systemic school\" for catholic schools</td>\n</tr>\n<tr>\n<td>remoteArea</td>\n<td>String</td>\n<td>Location classification (e.g., \"Major Cities\", \"Inner Regional\", \"Outer Regional\", \"Remote\", \"Very Remote\")</td>\n</tr>\n<tr>\n<td>numberOfELCStudents</td>\n<td>Number</td>\n<td>Number of early learning center students</td>\n</tr>\n<tr>\n<td>numberOfPrimaryStudents</td>\n<td>Number</td>\n<td>Number of primary school students</td>\n</tr>\n<tr>\n<td>numberOfSecondaryStudents</td>\n<td>Number</td>\n<td>Number of secondary school students</td>\n</tr>\n<tr>\n<td>numberOfSpecialNeedsStudents</td>\n<td>Number</td>\n<td>Number of special needs students</td>\n</tr>\n<tr>\n<td>hasSwimmingPool</td>\n<td>Boolean</td>\n<td>Whether the school has a swimming pool</td>\n</tr>\n<tr>\n<td>swimmingPoolArea</td>\n<td>Number</td>\n<td>Area of the swimming pool in square meters (if applicable)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-waterinputs-object\">2.2 WaterInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Water</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>RecycledWater</td>\n<td>Number</td>\n<td>Total recycled water usage in kiloliters (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-response\">Request Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"waterResults\": {\n            \"waterStarRatingGranular\": 3.4,\n            \"waterStarRatingDecimal\": 3.4719344174320095,\n            \"waterStarRating\": 3.0,\n            \"waterConsumptionPerUnitArea\": null,\n            \"waterConsumption\": 5011.2,\n            \"recycledWaterPercent\": 10.000000000000002,\n            \"predictedAverageWaterUse\": 5.273694651820107,\n            \"normalisedWaterConsumption\": 4.9615841584158416,\n            \"noRecycleWaterStarRatingGranular\": 3.0,\n            \"noRecycleWaterStarRatingDecimal\": 3.07992713048001,\n            \"noRecycleWaterStarRating\": 3.0,\n            \"noRecycleWaterConsumption\": 5568.0,\n            \"noRecyclePredictedAverageWaterUse\": 5.273694651820107,\n            \"noRecycleNormalisedWaterConsumption\": 5.512871287128712,\n            \"noRecycleBenchmarkingFactor\": 1.0453527652053307,\n            \"benchmarkingFactor\": 0.9408174886847975\n        },\n        \"sequence\": 1,\n        \"requestId\": null,\n        \"lstExceptions\": null,\n        \"ieResults\": null,\n        \"energyResults\": null\n    }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterStarRatingGranular</td>\n<td>Number</td>\n<td>Detailed water star rating with decimal precision</td>\n</tr>\n<tr>\n<td>waterStarRatingDecimal</td>\n<td>Number</td>\n<td>Water star rating with decimal precision</td>\n</tr>\n<tr>\n<td>waterStarRating</td>\n<td>Number</td>\n<td>Final rounded water star rating (0-6)</td>\n</tr>\n<tr>\n<td>waterConsumption</td>\n<td>Number</td>\n<td>Total water consumption in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>recycledWaterPercent</td>\n<td>Number</td>\n<td>Percentage of recycled water used</td>\n</tr>\n<tr>\n<td>predictedAverageWaterUse</td>\n<td>Number</td>\n<td>Predicted average water use based on building characteristics</td>\n</tr>\n<tr>\n<td>normalisedWaterConsumption</td>\n<td>Number</td>\n<td>Normalized water consumption metric</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Number</td>\n<td>Factor used in benchmarking calculations</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRatingGranular</td>\n<td>Number</td>\n<td>Detailed water star rating without recycled water</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRatingDecimal</td>\n<td>Number</td>\n<td>Water star rating without recycled water with decimal precision</td>\n</tr>\n<tr>\n<td>noRecycleWaterStarRating</td>\n<td>Number</td>\n<td>Final rounded water star rating without recycled water (0-6)</td>\n</tr>\n<tr>\n<td>noRecycleWaterConsumption</td>\n<td>Number</td>\n<td>Total water consumption without recycled water in kiloliters (kL)</td>\n</tr>\n<tr>\n<td>noRecyclePredictedAverageWaterUse</td>\n<td>Number</td>\n<td>Predicted average water use without recycled water</td>\n</tr>\n<tr>\n<td>noRecycleNormalisedWaterConsumption</td>\n<td>Number</td>\n<td>Normalized water consumption metric without recycled water</td>\n</tr>\n<tr>\n<td>noRecycleBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without recycled water</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Water Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"832d6890-fb21-490f-89c6-a8d83cc68b0a"},{"name":"Retail Store Energy","id":"1ca0c777-3688-4009-93ec-958a0b6f6960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"control\": {\r\n            \"postcode\": 2150,\r\n            \"premiseType\": \"Retail store\",\r\n            \"ratingperiodFrom\": \"2023-01-01\",\r\n            \"SiteName\": \"4 Parramatta Square\",\r\n            \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n            \"CompanyName\": \"DCCEEW\",\r\n            \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n        },\r\n        \"ratinginputs\": {\r\n            \"isStandAlone\": \"No\",\r\n            \"serviceArrangement\": \"Centrally Serviced\",\r\n            \"totalArea\": 600,\r\n            \"totalHours\": 50,\r\n            \"retailCategory\": \"R1\",\r\n            \"totalOREGConsumption\": 54212.97,\r\n            \"netOREGConsumption\":54212.97,\r\n            \"totalOnsiteLGCsExported\": 10,\r\n            \"totalOffsitePurchases\": 10000,\r\n            \"totalElectricityInclusions\": 1274457.25,\r\n            \"totalElectricityExclusions\": 719565.14,\r\n            \"totalGasAndLPGInclusions\": 2996857.54,\r\n            \"totalGasAndLPGExclusions\": 450.55,\r\n            \"totalGreenPowerConsumption\": 55027.92,\r\n            \"totalGreenPowerPurchasedSeperately\": 3000,\r\n            \"offsiteLGCsSurrendered\": 333.123,\r\n            \"energyInputs\": {\r\n                \"electricity\": 72454.91,\r\n                \"GreenPower\": 10,\r\n                \"gas\": 99349.37,\r\n                \"lpg\": 30,\r\n                \"diesel\": 10\r\n            }\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h1 id=\"retail-store-energy-rating-calculator\">Retail Store Energy Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the NABERS Energy rating for a Retail Store based on the provided parameters. The calculation takes into account various factors such as gross floor area, student numbers, energy consumption data, and renewable energy information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control Object - Contains basic information about the facility</p>\n</li>\n<li><p>RatingInputs Object - Contains facility characteristics data and detailed energy consumption</p>\n</li>\n</ol>\n<h3 id=\"control-object\">Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Australian postcode of the retail store</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of premise (must be \"Retail store\")</td>\n</tr>\n<tr>\n<td>ratingperiodFrom</td>\n<td>String</td>\n<td>Yes</td>\n<td>Start date of the rating period in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the retail store site</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the company</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Physical address of the retail store</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ratinginputs-object\">RatingInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>isStandAlone</td>\n<td>String</td>\n<td>Yes</td>\n<td>Whether the retail store is standalone (\"Yes\" or \"No\")</td>\n</tr>\n<tr>\n<td>serviceArrangement</td>\n<td>String</td>\n<td>Yes</td>\n<td>Service arrangement type (e.g., \"Centrally Serviced\")</td>\n</tr>\n<tr>\n<td>totalArea</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total area of the retail store in square meters</td>\n</tr>\n<tr>\n<td>totalHours</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total operating hours per week</td>\n</tr>\n<tr>\n<td>retailCategory</td>\n<td>String</td>\n<td>Yes</td>\n<td>Retail category code (e.g., \"R1\")</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Net on-site renewable electricity generation consumption in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total on-site Large-scale Generation Certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total off-site renewable electricity purchases in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Off-site Large-scale Generation Certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"energyinputs-object\">EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricity</td>\n<td>Number</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>greenpower</td>\n<td>Number</td>\n<td>Greenpower consumption percentage</td>\n</tr>\n<tr>\n<td>gas</td>\n<td>Number</td>\n<td>Gas consumption in MJ</td>\n</tr>\n<tr>\n<td>lpg</td>\n<td>Number</td>\n<td>LPG consumption in MJ</td>\n</tr>\n<tr>\n<td>diesel</td>\n<td>Number</td>\n<td>Diesel consumption in L (0 if not used)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<h3 id=\"expected-response\">Expected Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 179420.51,\n      \"totalEnergyUse\": 360217.046,\n      \"totalEmissionsScope12WithRenewableElectricity\": 365666.09,\n      \"totalEmissionsScope123WithRenewableElectricity\": 414687.34,\n      \"rETAndStateTerritoryTargetsREIPercent\": 7.3,\n      \"rETAndStateTerritoryTargets\": 105207.54,\n      \"rEIResultPercentDecimal\": 12.4,\n      \"rEIResultPercent\": 12,\n      \"predictedGreenhouseGasIntensity\": 106.11695356470001,\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123.0,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 29.8,\n      \"nonRenewableElectricity\": 429684.57,\n      \"noGreenPowerStarRatingGranular\": 3.2,\n      \"noGreenPowerStarRatingDecimal\": 3.2504369857661035,\n      \"noGreenPowerStarRating\": 3.0,\n      \"noGreenPowerPredictedGHGIntensity\": 106.11695356470001,\n      \"noGreenPowerGHGIntensityScope123\": 106.10458780516666,\n      \"noGreenPowerGHGIntensityScope12\": 96.6889588935,\n      \"noGreenPowerGHGEmissionsScope123\": 63662.7526831,\n      \"noGreenPowerGHGEmissionsScope12\": 58013.3753361,\n      \"noGreenPowerBenchmarkingFactor\": 0.9998834704623724,\n      \"greenPowerREIPercent\": 4.0,\n      \"greenPower\": 58027.92,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 609.44,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 691.15,\n      \"greenhouseGasIntensityScope123\": 106.10458780516666,\n      \"greenhouseGasIntensityScope12\": 96.6889588935,\n      \"greenhouseGasEmissionsScope123\": 63662.7526831,\n      \"greenhouseGasEmissionsScope12\": 58013.3753361,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": 600.3617433333333,\n      \"dieselREIPercent\": 0.0,\n      \"benchmarkingFactor\": 0.9998834704623724\n    }\n  }\n]\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>noGreenPowerStarRating</td>\n<td>The NABERS star rating without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRatingDecimal</td>\n<td>The NABERS star rating in decimal format without GreenPower</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Energy intensity in MJ/m²/year</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2) in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3) in kg CO₂-e</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2) in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3) in kg CO₂-e/m²</td>\n</tr>\n<tr>\n<td>benchmarkingFactor</td>\n<td>Factor used for benchmarking</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Renewable Energy Index result as a percentage</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The rating period is typically 12 months</p>\n</li>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<p><a href=\"https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs\">https://nabers.atlassian.net/wiki/spaces/nabersapi/pages/169443329/NABERS+APIs</a></p>\n","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ca0c777-3688-4009-93ec-958a0b6f6960"},{"name":"Energy Performance Indicator","id":"f29188dc-6fe8-4d5f-b14d-9a2b6ced7548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"control\": {\r\n        \"premiseType\": \"PI_Childcare_centre\",\r\n        \"postcode\": \"2150\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"ratingInputs\": {        \r\n        \"totalArea\": \"112.00\",\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"energyInputs\": {\r\n            \"electricity\": \"122.00\",\r\n            \"gas\": \"0.00\",\r\n            \"diesel\": \"0.00\"\r\n        }\r\n    }    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","description":"<h2 id=\"nabers-energy-performance-indicator-calculator\">NABERS Energy Performance Indicator Calculator</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This POST request calculates the Energy Performance Indicator for a Childcare Centre based on the provided parameters. The calculation takes into account various factors such as total area, energy consumption data, and renewable energy information.</p>\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://data.nabers.gov.au/ratingcalculator/calculate\">https://data.nabers.gov.au/ratingcalculator/calculate</a></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key required for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{{vault:API_KEY}}</td>\n<td>API subscription key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing two main sections:</p>\n<ol>\n<li><p>Control contains basic information about the building such as postcode, building type, scope etc.</p>\n</li>\n<li><p>RatingInputs contains the following:</p>\n<ol>\n<li><p>Building attributes such as totalArea</p>\n</li>\n<li><p>RenewableEnergy Indicator inputs such as totalOREGConsumption, totalOnsiteLGCsExported</p>\n</li>\n<li><p>Energy inputs used for the rating.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"1-control-object\">1 Control Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>premiseType</td>\n<td>String</td>\n<td>Must be \"PI_Childcare_centre\" for this endpoint</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The Australian postcode where the childcare centre is located</td>\n</tr>\n<tr>\n<td>SiteName</td>\n<td>String</td>\n<td>Name of the childcare centre</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td>String</td>\n<td>Contact email for the rating</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>String</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>BuildingAddress</td>\n<td>String</td>\n<td>Physical address of the childcare centre</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-ratinginputs-object\">2 RatingInputs Object</h3>\n<h4 id=\"21-attributes\">2.1 Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalArea</td>\n<td>String</td>\n<td>Total floor area in square meters</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"22-renewable-energy-indicator\">2.2 Renewable Energy Indicator</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalArea</td>\n<td>String</td>\n<td>Total floor area in square meters</td>\n</tr>\n<tr>\n<td>totalOREGConsumption</td>\n<td>Number</td>\n<td>Total onsite renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>netOREGConsumption</td>\n<td>Number</td>\n<td>Net onsite renewable electricity generation in kWh</td>\n</tr>\n<tr>\n<td>totalOnsiteLGCsExported</td>\n<td>Number</td>\n<td>Total onsite large-scale generation certificates exported</td>\n</tr>\n<tr>\n<td>totalOffsitePurchases</td>\n<td>Number</td>\n<td>Total offsite energy purchases</td>\n</tr>\n<tr>\n<td>totalElectricityInclusions</td>\n<td>Number</td>\n<td>Total electricity inclusions in kWh</td>\n</tr>\n<tr>\n<td>totalElectricityExclusions</td>\n<td>Number</td>\n<td>Total electricity exclusions in kWh</td>\n</tr>\n<tr>\n<td>totalGasAndLPGInclusions</td>\n<td>Number</td>\n<td>Total gas and LPG inclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGasAndLPGExclusions</td>\n<td>Number</td>\n<td>Total gas and LPG exclusions in MJ</td>\n</tr>\n<tr>\n<td>totalGreenPowerConsumption</td>\n<td>Number</td>\n<td>Total GreenPower consumption in kWh</td>\n</tr>\n<tr>\n<td>totalGreenPowerPurchasedSeperately</td>\n<td>Number</td>\n<td>Total GreenPower purchased separately in kWh</td>\n</tr>\n<tr>\n<td>offsiteLGCsSurrendered</td>\n<td>Number</td>\n<td>Offsite large-scale generation certificates surrendered</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"23-energyinputs-object\">2.3 EnergyInputs Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricity</td>\n<td>String</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>gas</td>\n<td>String</td>\n<td>Gas and LPG consumption in MJ</td>\n</tr>\n<tr>\n<td>diesel</td>\n<td>String</td>\n<td>Diesel consumption in L</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-response\">Request Response</h2>\n<p>The API returns a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"requestId\": null,\n    \"lstExceptions\": null,\n    \"ieResults\": null,\n    \"energyResults\": {\n      \"totalRenewableElectricity\": 93816.93,\n      \"totalPredictedEmissions\": null,\n      \"totalEnergyUse\": 439.2,\n      \"totalEmissionsScope12WithRenewableElectricity\": 417383.4,\n      \"totalEmissionsScope123WithRenewableElectricity\": 474065.1,\n      \"starRatingGranular\": null,\n      \"starRatingDecimal\": null,\n      \"starRating\": null,\n      \"sectorComparisonDial\": \"Excellent\",\n      \"rETAndStateTerritoryTargetsREIPercent\": 1.4,\n      \"rETAndStateTerritoryTargets\": 19603.96,\n      \"rEIResultPercentDecimal\": 6.5,\n      \"rEIResultPercent\": 7,\n      \"referenceData\": null,\n      \"predictedMedianITEnergy\": null,\n      \"predictedMedianInfrastructure\": null,\n      \"predictedGreenhouseGasIntensity\": null,\n      \"performanceIndicatorResult\": \"Excellent - high\",\n      \"otherVoluntaryPurchasesREIPercent\": 23.8,\n      \"otherVoluntaryPurchases\": 343123,\n      \"onsiteRenewableElectricityREIPercent\": 3.8,\n      \"onsiteRenewableElectricity\": 54212.97,\n      \"nonRenewableElectricityREIPercent\": 35.7,\n      \"nonRenewableElectricity\": 515288.15,\n      \"noGreenPowerStarRatingGranular\": null,\n      \"noGreenPowerStarRatingDecimal\": null,\n      \"noGreenPowerStarRating\": null,\n      \"noGreenPowerPredictedGHGIntensity\": null,\n      \"noGreenPowerGHGIntensityScope123\": 0.7625,\n      \"noGreenPowerGHGIntensityScope12\": 0.7189285714285715,\n      \"noGreenPowerGHGEmissionsScope123\": 85.39999999999999,\n      \"noGreenPowerGHGEmissionsScope12\": 80.52000000000001,\n      \"noGreenPowerBenchmarkingFactor\": 0.7541208791208791,\n      \"greenPowerREIPercent\": 4,\n      \"greenpowerPercentage\": null,\n      \"greenPower\": 58027.92,\n      \"greenHousGasEmissionLPG\": null,\n      \"greenHousGasEmissionGas\": null,\n      \"greenHousGasEmissionElectricity\": null,\n      \"greenHousGasEmissionDiesel\": null,\n      \"greenHousGasEmissionCoal\": null,\n      \"greenHouseGasIntensityScope12WithRenewableElectricity\": 3726.64,\n      \"greenHouseGasIntensityScope123WithRenewableElectricity\": 4232.72,\n      \"greenhouseGasIntensityScope123\": 0.7625,\n      \"greenhouseGasIntensityScope12\": 0.7189285714285715,\n      \"greenhouseGasEmissionsScope123\": 85.39999999999999,\n      \"greenhouseGasEmissionsScope12\": 80.52000000000001,\n      \"gasAndLPGREIPercent\": 57.7,\n      \"energyIntensity\": 3.9214285714285713,\n      \"emissionFactorElectricity\": 0.66,\n      \"dieselREIPercent\": 0,\n      \"calculatedPUE\": null,\n      \"benchmarkingFactor\": null,\n      \"actualEmissionsWoGP\": null,\n      \"actualEmissions\": null\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>sequence</td>\n<td>Number</td>\n<td>Sequence number of the calculation</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>Number</td>\n<td>Request identifier</td>\n</tr>\n<tr>\n<td>lstExceptions</td>\n<td></td>\n<td>List of exceptions if any</td>\n</tr>\n<tr>\n<td>energyResults</td>\n<td>Object</td>\n<td>Energy rating calculation results</td>\n</tr>\n<tr>\n<td>totalRenewableElectricity</td>\n<td>Number</td>\n<td>Total renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>totalEnergyUse</td>\n<td>Number</td>\n<td>Total energy use in MJ</td>\n</tr>\n<tr>\n<td>totalEmissionsScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1 &amp; 2) with renewable electricity</td>\n</tr>\n<tr>\n<td>totalEmissionsScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Total emissions (Scope 1, 2 &amp; 3) with renewable electricity</td>\n</tr>\n<tr>\n<td>sectorComparisonDial</td>\n<td>String</td>\n<td>Sector comparison information (e.g., \"Excellent\")</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargetsREIPercent</td>\n<td>Number</td>\n<td>Renewable energy target percentage</td>\n</tr>\n<tr>\n<td>rETAndStateTerritoryTargets</td>\n<td>Number</td>\n<td>Renewable energy targets in kWh</td>\n</tr>\n<tr>\n<td>rEIResultPercentDecimal</td>\n<td>Number</td>\n<td>Renewable energy index result as decimal</td>\n</tr>\n<tr>\n<td>rEIResultPercent</td>\n<td>Number</td>\n<td>Renewable energy index result as percentage</td>\n</tr>\n<tr>\n<td>performanceIndicatorResult</td>\n<td>String</td>\n<td>Performance indicator result (e.g., \"Excellent - high\")</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchasesREIPercent</td>\n<td>Number</td>\n<td>Other voluntary purchases as percentage</td>\n</tr>\n<tr>\n<td>otherVoluntaryPurchases</td>\n<td>Number</td>\n<td>Other voluntary purchases in kWh</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Onsite renewable electricity percentage</td>\n</tr>\n<tr>\n<td>onsiteRenewableElectricity</td>\n<td>Number</td>\n<td>Onsite renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>nonRenewableElectricityREIPercent</td>\n<td>Number</td>\n<td>Non-renewable electricity percentage</td>\n</tr>\n<tr>\n<td>nonRenewableElectricity</td>\n<td>Number</td>\n<td>Non-renewable electricity in kWh</td>\n</tr>\n<tr>\n<td>noGreenPowerStarRating</td>\n<td>Null</td>\n<td>Star rating without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope123</td>\n<td>Number</td>\n<td>GHG intensity (Scope 1, 2 &amp; 3) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGIntensityScope12</td>\n<td>Number</td>\n<td>GHG intensity (Scope 1 &amp; 2) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope123</td>\n<td>Number</td>\n<td>GHG emissions (Scope 1, 2 &amp; 3) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerGHGEmissionsScope12</td>\n<td>Number</td>\n<td>GHG emissions (Scope 1 &amp; 2) without GreenPower</td>\n</tr>\n<tr>\n<td>noGreenPowerBenchmarkingFactor</td>\n<td>Number</td>\n<td>Benchmarking factor without GreenPower</td>\n</tr>\n<tr>\n<td>greenPowerREIPercent</td>\n<td>Number</td>\n<td>GreenPower as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>greenpowerPercentage</td>\n<td>Null</td>\n<td>GreenPower percentage</td>\n</tr>\n<tr>\n<td>greenPower</td>\n<td>Number</td>\n<td>GreenPower in kWh</td>\n</tr>\n<tr>\n<td>greenHousGasEmissionDiesel</td>\n<td>Null</td>\n<td>Greenhouse gas emissions from diesel</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope12WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenHouseGasIntensityScope123WithRenewableElectricity</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3) with renewable electricity</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope123</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1, 2 &amp; 3)</td>\n</tr>\n<tr>\n<td>greenhouseGasIntensityScope12</td>\n<td>Number</td>\n<td>Greenhouse gas intensity (Scope 1 &amp; 2)</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope123</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1, 2 &amp; 3)</td>\n</tr>\n<tr>\n<td>greenhouseGasEmissionsScope12</td>\n<td>Number</td>\n<td>Greenhouse gas emissions (Scope 1 &amp; 2)</td>\n</tr>\n<tr>\n<td>gasAndLPGREIPercent</td>\n<td>Number</td>\n<td>Gas and LPG as percentage of renewable energy index</td>\n</tr>\n<tr>\n<td>energyIntensity</td>\n<td>Number</td>\n<td>Energy intensity</td>\n</tr>\n<tr>\n<td>emissionFactorElectricity</td>\n<td>Number</td>\n<td>Emission factor for electricity</td>\n</tr>\n<tr>\n<td>dieselREIPercent</td>\n<td>Number</td>\n<td>Diesel as percentage of renewable energy index</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>This endpoint is specifically for Childcare Centre Energy Performance Indicator calculations</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n<h2 id=\"energy-performance-indicator-building-list\">Energy Performance Indicator Building List</h2>\n<p>When using the Rating Calculator API to call Energy Performance Indicator ratings you will need use one of the values from the table below for the PremiseType:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PremiseType</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PI_Agricultural_and_aquacultural_buildings</td>\n</tr>\n<tr>\n<td>PI_Aquatic_centres</td>\n</tr>\n<tr>\n<td>PI_Cemeteries_and_crematoriums</td>\n</tr>\n<tr>\n<td>PI_Childcare_centre</td>\n</tr>\n<tr>\n<td>PI_Correctional_facilities</td>\n</tr>\n<tr>\n<td>PI_Emergency_services_and_police_stations</td>\n</tr>\n<tr>\n<td>PI_Entertainment_and_recreation__Sports_centres</td>\n</tr>\n<tr>\n<td>PI_Entertainment_and_recreation__Other_entertainment_and_recreation_centres</td>\n</tr>\n<tr>\n<td>PI_Food_retailing_services__Bakeries_and_confectionaries_(shop)</td>\n</tr>\n<tr>\n<td>PI_Food_retailing_services__Other_food_retailing_service</td>\n</tr>\n<tr>\n<td>PI_Food_and_beverage__Restaurants_and_cafes</td>\n</tr>\n<tr>\n<td>PI_Food_and_beverage__Pubs_and_clubs</td>\n</tr>\n<tr>\n<td>PI_Food_and_beverage__Other_food_and_beverage</td>\n</tr>\n<tr>\n<td>PI_Gymnasiums__Yoga/pilates_studios</td>\n</tr>\n<tr>\n<td>PI_Gymnasiums__Other_gymnasiums</td>\n</tr>\n<tr>\n<td>PI_Laboratories</td>\n</tr>\n<tr>\n<td>PI_Lodging_and_accommodation__Caravan_park</td>\n</tr>\n<tr>\n<td>PI_Lodging_and_accommodation__Purpose_-_built_student_accommodation</td>\n</tr>\n<tr>\n<td>PI_Lodging_and_accommodation__Other_lodging_and_accommodation</td>\n</tr>\n<tr>\n<td>PI_Manufacturing_facilities__Bakery_product_factory_(manufacture_only)</td>\n</tr>\n<tr>\n<td>PI_Manufacturing_facilities__Other_manufacturing_facilities</td>\n</tr>\n<tr>\n<td>PI_Outdoor_and_environmental_education_centres</td>\n</tr>\n<tr>\n<td>PI_Public_buildings__Libraries</td>\n</tr>\n<tr>\n<td>PI_Public_buildings__Galleries_and_museums</td>\n</tr>\n<tr>\n<td>PI_Public_buildings__Courts</td>\n</tr>\n<tr>\n<td>PI_Public_buildings__Religious_buildings</td>\n</tr>\n<tr>\n<td>PI_Public_buildings__Community_centres</td>\n</tr>\n<tr>\n<td>PI_Public_buildings__Other_public_buildings</td>\n</tr>\n<tr>\n<td>PI_Services_and_retail__Petrol_services</td>\n</tr>\n<tr>\n<td>PI_Services_and_retail__Automotive_repair_garage</td>\n</tr>\n<tr>\n<td>PI_Services_and_retail__Car_dealerships</td>\n</tr>\n<tr>\n<td>PI_Services_and_retail__Dry-cleaners_and_laundromats</td>\n</tr>\n<tr>\n<td>PI_Storage_facilities</td>\n</tr>\n<tr>\n<td>PI_Transport_passenger_transport__Airport_(terminal_or_aerodrome)</td>\n</tr>\n<tr>\n<td>PI_Transport_passenger_transport__Train_stations</td>\n</tr>\n<tr>\n<td>PI_Transport_passenger_transport__Other_passenger_transport</td>\n</tr>\n<tr>\n<td>PI_Transport_-_other_transport_buildings</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"f29188dc-6fe8-4d5f-b14d-9a2b6ced7548"},{"name":"Bulk Rating calculator request example for Offices","id":"25794c4b-d286-469d-9cb2-821da7b820e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Base\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"naberstest@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DPE\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 400,\r\n        \"TotalHours\": 50,\r\n        \"TotalComputerCount\": 267,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 31922.8,\r\n            \"GreenPower\": 30,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n},\r\n{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Whole\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 1500,\r\n        \"TotalHours\": 45,\r\n        \"TotalComputerCount\": 280,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 328896,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n},\r\n{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Tenancy\",\r\n        \"RatingType\": \"Energy\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\",\r\n        \"ratingPeriodFrom\": \"2023-01-01\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 400,\r\n        \"TotalHours\": 50,\r\n        \"TotalComputerCount\": 27,\r\n        \"totalOREGConsumption\": 54212.97,\r\n        \"netOREGConsumption\":54212.97,\r\n        \"totalOnsiteLGCsExported\": 10,\r\n        \"totalOffsitePurchases\": 10000,\r\n        \"totalElectricityInclusions\": 1274457.25,\r\n        \"totalElectricityExclusions\": 719565.14,\r\n        \"totalGasAndLPGInclusions\": 2996857.54,\r\n        \"totalGasAndLPGExclusions\": 450.55,\r\n        \"totalGreenPowerConsumption\": 55027.92,\r\n        \"totalGreenPowerPurchasedSeperately\": 3000,\r\n        \"offsiteLGCsSurrendered\": 333.123,\r\n        \"EnergyInputs\": {\r\n            \"Electricity\": 52000,\r\n            \"GreenPower\": 10,\r\n            \"Gas\": 5000,\r\n            \"Diesel\": 30\r\n        }\r\n    }\r\n},\r\n{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Base\",\r\n        \"RatingType\": \"Water\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"nabers@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DCCEEW\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"TotalArea\": 4000,\r\n        \"TotalHours\": 50,\r\n        \"WaterInputs\": {\r\n            \"Water\": 2168,\r\n            \"RecycledWater\": 6504.9\r\n        }\r\n    }\r\n},\r\n{\r\n    \"Control\": {\r\n        \"Postcode\": \"2150\",\r\n        \"PremiseType\": \"Office\",\r\n        \"RatingScope\": \"Base\",\r\n        \"RatingType\": \"IE\",\r\n        \"SiteName\": \"4 Parramatta Square\",\r\n        \"EmailAddress\": \"naberstest@environment.nsw.gov.au\",\r\n        \"CompanyName\": \"DPE\",\r\n        \"BuildingAddress\": \"12 Darcy street, Parramatta NSW - 2150\"\r\n    },\r\n    \"RatingInputs\": {\r\n        \"IEInputs\": {\r\n            \"ThermalComfortAnnualMonitoring\": 94,\r\n            \"ThermalComfortSpotMeasurements\": 94,\r\n            \"IndoorAirQualityParticulateMatter\": 5.5,\r\n            \"IndoorAirQualityVentilationEffectivness\": 93,\r\n            \"IndoorAirQualityCarbonMonoxide\": 0.4,\r\n            \"IndoorAirQualityTotalVOCs\": 0.8,\r\n            \"IndoorAirQualityFormaldehyde\": 0.04,\r\n            \"LightingHorizontalIlluminance\": 65,\r\n            \"AcousticMeasurementTenancyWholeBenchmark\": 35,\r\n            \"AcousticMeasurementBaseBenchmark\": 40.2,\r\n            \"OccupantSurveyThermalComfort\": 50,\r\n            \"OccupantSurveyIndoorAirQuality\": 50,\r\n            \"OccupantSurveyLighting\": 50,\r\n            \"OccupantSurveyAcoustics\": 50,\r\n            \"OccupantSurveyOfficeLayout\": 50\r\n        }\r\n    }\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/ratingcalculator/calculate","urlObject":{"protocol":"https","path":["ratingcalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"25794c4b-d286-469d-9cb2-821da7b820e7"}],"id":"054eb069-0993-4976-b7f9-43d7270d984d","description":"<h2 id=\"what-is-the-forward-rating-calculator-api-\">What is the Forward Rating Calculator API ?</h2>\n<p>The NABERS Forward Rating Calculator API allows the customer to programmatically calculate NABERS rating data directly into their own built applications. The NABERS Rating Calculator API is an API that the customer can call to retrieve the NABERS algorithm based on specific parameters that will be included in each call.</p>\n<p>The Rating Calculator API is available for the following sectors, scopes and rating types</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Premise type</strong></th>\n<th><strong>Building Scope</strong></th>\n<th><strong>Subsector</strong></th>\n<th><strong>Rating Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Office</td>\n<td>Base Building  <br />Whole Building  <br />Tenancy</td>\n<td></td>\n<td>Energy  <br />Water  <br />Inddor Environment</td>\n</tr>\n<tr>\n<td>ShoppingCentre</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Hotel</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>DataCentre</td>\n<td>Infrastructure  <br />IT equipment  <br />Whole Facility</td>\n<td></td>\n<td>Energy</td>\n</tr>\n<tr>\n<td>ApartmentBuilding</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>RACRL</td>\n<td>Residential Aged Care  <br />Retirement Living  <br />Co-Located</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Warehouse and cold store</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy</td>\n</tr>\n<tr>\n<td>School</td>\n<td>Not applicable</td>\n<td>Government  <br />Independent  <br />Catholic</td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Retail store</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy</td>\n</tr>\n<tr>\n<td>Energy Performance Indicator ** (For the values to send to rating Calculator please see the individual values in the table \"Energy Performance Indicator Premise Type below)</td>\n<td></td>\n<td></td>\n<td>Energy</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"bulk-requests\">Bulk Requests</h2>\n<p>The Rating calculator supports bulks requests in a single call to the calculator. This feature can be useful for customers who need to make multiple calls to the calculator based on different input parameters. For example, a customer may like to send three different requests for an office building where the computer count, area and consumption inputs differ in each request. The calculator would then return three different output with different calculation for every request sent. The recommended number of requests in a single call is 100 for optimal performance. An example of a bulk call is provided in the folder, it is labelled \"Bulk Rating calculator request example for Offices\"</p>\n<h2 id=\"api-call-limits\">API Call Limits</h2>\n<p>Currently there are both daily and minute limits than can be made to the Rating Register API per subscription. These are indicated in the table below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type of Limit</strong></th>\n<th><strong>Amount</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Daily limit</td>\n<td>1000 calls per day</td>\n</tr>\n<tr>\n<td>Calls per minute</td>\n<td>200 calls per minute</td>\n</tr>\n<tr>\n<td>Bulk request</td>\n<td>100 calculations in a single request</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"real-time-data\">Real-time Data</h2>\n<p>The API calls directly the calculator API and results are returned in real-time</p>\n<h2 id=\"potential-errors\">Potential Errors</h2>\n<p>Below is a list of some errors you might receive when calling the Rating Calculator API</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th><strong>Possible reasons</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription.</td>\n<td>Please check that a valid API subscription key is entered in the header of the request.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Resource not found</td>\n<td>Please check the URL syntax for errors</td>\n</tr>\n<tr>\n<td></td>\n<td>The climate zone for this postcode 27500 cannot be found. Please contact NABERS for support.  <br />The gross emission factor for this postcode 27500 cannot be found. Please contact NABERS for support.  <br />The NGA emission factor for this postcode 27500 cannot be found. Please contact NABERS for support.</td>\n<td>The postCode used in the request is invalid. Please verify the value entered.</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Invalid premiseType value</td>\n<td>The entered premiseType is wrong. Please verify the value entered. You can reference the sample request to find the right syntax</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Invalid ratingPeriodFrom value</td>\n<td>The entered ratingPeriodFrom is wrong. Please verify the value entered. You can reference the sample request to find the right syntax</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Invalid ratingScope value</td>\n<td>The entered ratingScope is wrong. Please verify the value entered. You can reference the sample request to find the right syntax</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Malformed JSON: Expected '{' at the beginning of object</td>\n<td>If the request structure is wrong then this message is shown. Check the input request and make sure it has all rating input parameters like control, ratinginputs and waterinputs and the values entered against each input request variable is correct. You can reference the sample request to find the right syntax</td>\n</tr>\n</tbody>\n</table>\n</div><p>The sample requests in this folder are meant to guide our customers on how to structure their API calls. If you are still facing issue using the Rating Calculator API then please reach out to NABERS team.</p>\n","_postman_id":"054eb069-0993-4976-b7f9-43d7270d984d"},{"name":"Reverse calculator API","item":[{"name":"Office BB Energy","id":"65ae8c26-591c-4b26-8b77-6d9dade0948b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n\r\n        \"targetStar\": \"5.7\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Base Building\",\r\n        \"ratingType\": \"Energy\",\r\n        \"premiseInputs\": {            \r\n            \"postcode\": \"2615\",                      \r\n            \"netLettableArea\": \"10888.00\",            \r\n            \"hours\": \"40\"\r\n        },\r\n        \"enrConsumptionInputs\": {\r\n            \"electricityPercentage\": \"90\",\r\n            \"gasPercentage\": \"7\",\r\n            \"dieselPercentage\": \"3\"\r\n        }\r\n    }\r\n    \r\n]","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"office-base-building-energy-reverse-rating-calculator\">Office Base Building Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for an Office Base Building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating (enum)</td>\n<td>\"5.7\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise (enum)</td>\n<td>\"Office\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating</td>\n<td>\"Base Building\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating</td>\n<td>\"Energy\"</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Inputs related to the premise</td>\n<td>See nested table below</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object</td>\n<td>Energy consumption inputs</td>\n<td>See nested table below</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Postcode of the premise</td>\n<td>\"2615\"</td>\n</tr>\n<tr>\n<td>numberOfComputers</td>\n<td>string</td>\n<td>Number of computers (decimal)</td>\n<td>\"0.000000\"</td>\n</tr>\n<tr>\n<td>netLettableArea</td>\n<td>string</td>\n<td>Net lettable area in square meters</td>\n<td>\"10888.00\"</td>\n</tr>\n<tr>\n<td>hours</td>\n<td>string</td>\n<td>Operating hours per week</td>\n<td>\"40\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Percentage of electricity usage</td>\n<td>\"90\"</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>string</td>\n<td>Percentage of gas usage</td>\n<td>\"7\"</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Percentage of diesel usage</td>\n<td>\"3\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"targetStar\": \"5.7\",\n    \"premiseType\": \"Office\",\n    \"ratingScope\": \"Base Building\",\n    \"ratingType\": \"Energy\",\n    \"premiseInputs\": {\n      \"postcode\": \"2615\",\n      \"numberOfComputers\": \"0.000000\",\n      \"netLettableArea\": \"10888.00\",\n      \"hours\": \"40\"\n    },\n    \"enrConsumptionInputs\": {\n      \"electricityPercentage\": \"90\",\n      \"gasPercentage\": \"7\",\n      \"dieselPercentage\": \"3\"\n    },\n    \"energyResults\": {\n      \"energyConsumption\": \"1,151,000.00\",\n      \"energyConsumptionPerM2\": \"105.71\",\n      \"energyConsumptionPerM2Benchmark\": \"105.71\",\n      \"energyConsumptionPerM2BenchmarkNormalized\": \"105.71\",\n      \"energyConsumptionPerM2Normalized\": \"105.71\",\n      \"energyConsumptionNormalized\": \"1,151,000.00\",\n      \"starRating\": \"5.7\",\n      \"starRatingNormalized\": \"5.7\"\n    },\n    \"fuelConsumption\": {\n      \"electricity\": \"1,035,900.00\",\n      \"gas\": \"80,570.00\",\n      \"diesel\": \"34,530.00\"\n    },\n    \"emissions\": {\n      \"emissionsConsumption\": \"1,035,900.00\",\n      \"emissionsConsumptionPerM2\": \"95.14\",\n      \"emissionsConsumptionPerM2Benchmark\": \"95.14\",\n      \"emissionsConsumptionPerM2BenchmarkNormalized\": \"95.14\",\n      \"emissionsConsumptionPerM2Normalized\": \"95.14\",\n      \"emissionsConsumptionNormalized\": \"1,035,900.00\"\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>energyConsumption</td>\n<td>string</td>\n<td>Total energy consumption (MJ)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2</td>\n<td>string</td>\n<td>Energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2Benchmark</td>\n<td>string</td>\n<td>Benchmark energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2BenchmarkNormalized</td>\n<td>string</td>\n<td>Normalized benchmark energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2Normalized</td>\n<td>string</td>\n<td>Normalized energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionNormalized</td>\n<td>string</td>\n<td>Normalized total energy consumption (MJ)</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>string</td>\n<td>Calculated NABERS star rating</td>\n</tr>\n<tr>\n<td>starRatingNormalized</td>\n<td>string</td>\n<td>Normalized NABERS star rating</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricity</td>\n<td>string</td>\n<td>Electricity consumption (MJ)</td>\n</tr>\n<tr>\n<td>gas</td>\n<td>string</td>\n<td>Gas consumption (MJ)</td>\n</tr>\n<tr>\n<td>diesel</td>\n<td>string</td>\n<td>Diesel consumption (MJ)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>emissionsConsumption</td>\n<td>string</td>\n<td>Total emissions (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2</td>\n<td>string</td>\n<td>Emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2Benchmark</td>\n<td>string</td>\n<td>Benchmark emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2BenchmarkNormalized</td>\n<td>string</td>\n<td>Normalized benchmark emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2Normalized</td>\n<td>string</td>\n<td>Normalized emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionNormalized</td>\n<td>string</td>\n<td>Normalized total emissions (kg CO₂-e)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"65ae8c26-591c-4b26-8b77-6d9dade0948b"},{"name":"Office WB Energy","id":"25c4e9cc-ecea-4990-b6e5-339298bca58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n\r\n        \"targetStar\": \"5.7\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Whole Building\",\r\n        \"ratingType\": \"Energy\",\r\n        \"premiseInputs\": {            \r\n            \"postcode\": \"2615\",            \r\n            \"numberOfComputers\": \"0.000000\",            \r\n            \"netLettableArea\": \"10888.00\",            \r\n            \"hours\": \"40\"\r\n        },\r\n        \"enrConsumptionInputs\": {\r\n            \"electricityPercentage\": \"90\",\r\n            \"gasPercentage\": \"7\",\r\n            \"dieselPercentage\": \"3\"\r\n        }\r\n    }\r\n    \r\n]","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"office-whole-building-energy-reverse-rating-calculator\">Office Whole Building Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for an Office Whole Building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target star rating (enum)</td>\n<td>\"5.578\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise (enum)</td>\n<td>\"Office\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating</td>\n<td>\"Whole Building\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating</td>\n<td>\"Energy\"</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Inputs related to the premise</td>\n<td>See nested table</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object</td>\n<td>Energy consumption inputs</td>\n<td>See nested table</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Postcode of the premise</td>\n<td>\"2000\"</td>\n</tr>\n<tr>\n<td>numberOfComputers</td>\n<td>string</td>\n<td>Number of computers</td>\n<td>\"513\"</td>\n</tr>\n<tr>\n<td>numberOfApartments</td>\n<td>string or null</td>\n<td>Number of apartments (nullable)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>netLettableArea</td>\n<td>string</td>\n<td>Net lettable area in square meters</td>\n<td>\"610151\"</td>\n</tr>\n<tr>\n<td>hours</td>\n<td>string</td>\n<td>Operating hours per week</td>\n<td>\"48.5\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lpgPercentage</td>\n<td>string</td>\n<td>Percentage of LPG consumption</td>\n<td>\"0\"</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>string</td>\n<td>Percentage of gas consumption</td>\n<td>\"5.000000000000\"</td>\n</tr>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Percentage of electricity consumption</td>\n<td>\"91.000000000000\"</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Percentage of diesel consumption</td>\n<td>\"4\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": {\n      \"targetResidual\": null,\n      \"targetMaxEnergyBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedNGE\": \"N/A\",\n      \"predictedGE\": 58.1029108772759736242188000200347,\n      \"fuelConsumption\": {\n        \"targetMaxLPG\": null,\n        \"targetMaxGas\": 9650540,\n        \"targetMaxEnergyIntensity\": 316,\n        \"targetMaxElec\": 48788842,\n        \"targetMaxDiesel\": 200011\n      },\n      \"emissions\": {\n        \"targetMaxEmissionsIntensity\": 58.1029108772759736242188000200347,\n        \"targetMaxEmissions\": 35451549.1746808125827907250510241922397,\n        \"predictedAveEmissions\": null,\n        \"actualTargetScope1_2_3\": 35451440,\n        \"actualTargetScope1_2\": 33239901\n      }\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>null/number</td>\n<td>Target residual energy value</td>\n</tr>\n<tr>\n<td>targetMaxEnergyBF</td>\n<td>null/number</td>\n<td>Target maximum energy before factors</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null/object</td>\n<td>Intermediate calculation outputs</td>\n</tr>\n<tr>\n<td>predictedNGE</td>\n<td>string</td>\n<td>Predicted net greenhouse emissions</td>\n</tr>\n<tr>\n<td>predictedGE</td>\n<td>number</td>\n<td>Predicted greenhouse emissions</td>\n</tr>\n<tr>\n<td>fuelConsumption</td>\n<td>object</td>\n<td>Breakdown of fuel consumption targets</td>\n</tr>\n<tr>\n<td>emissions</td>\n<td>object</td>\n<td>Emissions-related calculations</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxLPG</td>\n<td>null/number</td>\n<td>Target maximum LPG consumption</td>\n</tr>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Target maximum gas consumption in MJ/year</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Target maximum energy intensity in MJ/m²/year</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Target maximum electricity consumption in MJ/year</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Target maximum diesel consumption in MJ/year</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Target maximum emissions intensity in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Target maximum emissions in kg CO₂-e/year</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>null/number</td>\n<td>Predicted average emissions</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Actual target emissions for scopes 1, 2, and 3</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Actual target emissions for scopes 1 and 2</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"25c4e9cc-ecea-4990-b6e5-339298bca58c"},{"name":"Office Tenancy Energy","id":"9e318acb-e7a6-4444-ae2b-40f9fcd6d988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"targetStar\": \"4.61\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Tenancy\",\r\n        \"ratingType\": \"Energy\",\r\n        \"premiseInputs\": {\r\n            \"postcode\": \"2320\",\r\n            \"numberOfComputers\": \"63.000000\",\r\n            \"netLettableArea\": \"852.600000\",\r\n            \"hours\": \"42.500000\"\r\n \r\n        },\r\n        \"enrConsumptionInputs\": {\r\n            \"gasPercentage\": \"9.000000000000\",\r\n            \"electricityPercentage\": \"91.000000000000\",\r\n            \"dieselPercentage\": \"0\"\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"office-tenancy-energy-reverse-rating-calculator\">Office Tenancy Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for an Office Tenancy. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target star rating (enum)</td>\n<td>\"5.578\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise (enum)</td>\n<td>\"Office\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating</td>\n<td>\"Tenancy\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating</td>\n<td>\"Energy\"</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Inputs related to the premise</td>\n<td>See nested table</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object</td>\n<td>Energy consumption inputs</td>\n<td>See nested table</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Postcode of the premise</td>\n<td>\"2000\"</td>\n</tr>\n<tr>\n<td>numberOfComputers</td>\n<td>string</td>\n<td>Number of computers</td>\n<td>\"513\"</td>\n</tr>\n<tr>\n<td>numberOfApartments</td>\n<td>string or null</td>\n<td>Number of apartments (nullable)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>netLettableArea</td>\n<td>string</td>\n<td>Net lettable area in sqm</td>\n<td>\"610151\"</td>\n</tr>\n<tr>\n<td>hours</td>\n<td>string</td>\n<td>Operating hours per week</td>\n<td>\"48.5\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lpgPercentage</td>\n<td>string</td>\n<td>Percentage of LPG consumption</td>\n<td>\"0\"</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>string</td>\n<td>Percentage of gas consumption</td>\n<td>\"5.0\"</td>\n</tr>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Percentage of electricity consumption</td>\n<td>\"91.0\"</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Percentage of diesel consumption</td>\n<td>\"4\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": {\n      \"targetResidual\": null,\n      \"targetMaxEnergyBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedNGE\": \"55\",\n      \"predictedGE\": 70.4717330357962530100913090454570400000000000000,\n      \"fuelConsumption\": {\n        \"targetMaxLPG\": null,\n        \"targetMaxGas\": 29588,\n        \"targetMaxEnergyIntensity\": 385,\n        \"targetMaxElec\": 83102,\n        \"targetMaxDiesel\": 0\n      },\n      \"emissions\": {\n        \"targetMaxEmissionsIntensity\": 70.4717330357962530100913090454570400000000000000,\n        \"targetMaxEmissions\": 60084.1995863198853164038500921566723040000000000000000000,\n        \"predictedAveEmissions\": null,\n        \"actualTargetScope1_2_3\": 60083,\n        \"actualTargetScope1_2\": 56371\n      }\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>null/number</td>\n<td>Target residual value</td>\n</tr>\n<tr>\n<td>targetMaxEnergyBF</td>\n<td>null/number</td>\n<td>Target maximum energy benchmark factor</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null/object</td>\n<td>Primary intermediate outputs</td>\n</tr>\n<tr>\n<td>predictedNGE</td>\n<td>string</td>\n<td>Predicted normalized greenhouse emissions</td>\n</tr>\n<tr>\n<td>predictedGE</td>\n<td>number</td>\n<td>Predicted greenhouse emissions</td>\n</tr>\n<tr>\n<td>fuelConsumption</td>\n<td>object</td>\n<td>Fuel consumption details</td>\n</tr>\n<tr>\n<td>emissions</td>\n<td>object</td>\n<td>Emissions details</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxLPG</td>\n<td>null/number</td>\n<td>Target maximum LPG consumption</td>\n</tr>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Target maximum gas consumption</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Target maximum energy intensity</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Target maximum electricity consumption</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Target maximum diesel consumption</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Target maximum emissions intensity</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Target maximum emissions</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>null/number</td>\n<td>Predicted average emissions</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Actual target scope 1, 2, and 3 emissions</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Actual target scope 1 and 2 emissions</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e318acb-e7a6-4444-ae2b-40f9fcd6d988"},{"name":"Office WB Water","id":"b19b5ec0-5730-4fce-99e8-34663557b853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"targetStar\": \"5.12\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Whole Building\",\r\n        \"ratingType\": \"Water\",\r\n        \"premiseInputs\": {\r\n            \"postcode\": \"3000\",\r\n            \"netLettableArea\": \"759671.4\",\r\n            \"hours\": \"55.0\"\r\n        },\r\n        \"enrConsumptionInputs\": null\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"office-whole-building-water-reverse-rating-calculator\">Office Whole Building Water Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the water consumption required to achieve a specific NABERS star rating for an Office Whole Building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required water consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the water consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated water consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target star rating (enum)</td>\n<td>\"5.12\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise (enum)</td>\n<td>\"Office\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating</td>\n<td>\"Whole Building\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating</td>\n<td>\"Water\"</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Inputs related to the premise</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object/null</td>\n<td>Energy consumption inputs (not required for Water rating)</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Postcode of the premise</td>\n<td>\"3000\"</td>\n</tr>\n<tr>\n<td>netLettableArea</td>\n<td>string</td>\n<td>Net lettable area in square meters</td>\n<td>\"759671.4\"</td>\n</tr>\n<tr>\n<td>hours</td>\n<td>string</td>\n<td>Operating hours per week</td>\n<td>\"55.0\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": {\n      \"targetMaxWaterIntensity\": \"0.3290000000\",\n      \"targetMaxWaterConsumption\": 249931,\n      \"targetMaxWaterBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedAveWater\": null\n    },\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": null\n  }\n]\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<p>The response is an array of objects with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waterResults</td>\n<td>object/null</td>\n<td>Water related results (object or null)</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>sequence</td>\n<td>integer</td>\n<td>Sequence number of the result</td>\n<td>1</td>\n</tr>\n<tr>\n<td>lstErrors</td>\n<td>array/null</td>\n<td>List of errors (null if none)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>energyResults</td>\n<td>object/null</td>\n<td>Energy related results (null for Water)</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"waterresults-object\">waterResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxWaterIntensity</td>\n<td>string</td>\n<td>Maximum water intensity for target rating</td>\n<td>\"0.3290000000\"</td>\n</tr>\n<tr>\n<td>targetMaxWaterConsumption</td>\n<td>number</td>\n<td>Maximum water consumption in liters</td>\n<td>249931</td>\n</tr>\n<tr>\n<td>targetMaxWaterBF</td>\n<td>null</td>\n<td>Water benchmark factor</td>\n<td>null</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null</td>\n<td>Intermediate calculation outputs</td>\n<td>null</td>\n</tr>\n<tr>\n<td>predictedAveWater</td>\n<td>null</td>\n<td>Predicted average water usage</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"b19b5ec0-5730-4fce-99e8-34663557b853"},{"name":"Shopping Centre Energy","id":"e4bf3aaf-6a6c-4762-8f19-de1e5caa773c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"5.5\",\r\n    \"premiseType\": \"Shopping Centre\",\r\n    \"ratingType\": \"Energy\",\r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": 80,\r\n        \"gasPercentage\": 15,\r\n        \"dieselPercentage\": 5\r\n    },\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"2000\",\r\n        \"floors\": \"Single Storey\",\r\n        \"gLAR\": 3000,\r\n        \"gLARServiced\": 2000,\r\n        \"tradingDays\": 365,\r\n        \"hoursOfService\": 50,\r\n        \"cPMechVentilated\": 10,\r\n        \"cPNaturallyVentilated\": 10,\r\n        \"fcs\": 100,\r\n        \"gLARServicedGym\": 200,\r\n        \"theatrettes\": 8\r\n\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"shopping-centre-energy-reverse-rating-calculator\">Shopping Centre Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a Shopping Centre. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>Target NABERS star rating</td>\n<td>\"5.5\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of premise</td>\n<td>\"Shopping Centre\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of rating</td>\n<td>\"Energy\"</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object</td>\n<td>Yes</td>\n<td>Energy consumption breakdown</td>\n<td>(see below)</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Yes</td>\n<td>Premise details</td>\n<td>(see below)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Australian postcode</td>\n<td>\"2000\"</td>\n</tr>\n<tr>\n<td>floors</td>\n<td>string</td>\n<td>Yes</td>\n<td>Floor configuration</td>\n<td>\"Single Storey\"</td>\n</tr>\n<tr>\n<td>gLAR</td>\n<td>number</td>\n<td>Yes</td>\n<td>Gross Lettable Area Retail (m²)</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>gLARServiced</td>\n<td>number</td>\n<td>Yes</td>\n<td>GLA serviced by central plant (m²)</td>\n<td>2000</td>\n</tr>\n<tr>\n<td>tradingDays</td>\n<td>number</td>\n<td>Yes</td>\n<td>Trading days per year</td>\n<td>365</td>\n</tr>\n<tr>\n<td>hoursOfService</td>\n<td>number</td>\n<td>Yes</td>\n<td>Hours of service per week</td>\n<td>50</td>\n</tr>\n<tr>\n<td>cPMechVentilated</td>\n<td>number</td>\n<td>Yes</td>\n<td>Car park area mechanically ventilated (m²)</td>\n<td>10</td>\n</tr>\n<tr>\n<td>cPNaturallyVentilated</td>\n<td>number</td>\n<td>Yes</td>\n<td>Car park area naturally ventilated (m²)</td>\n<td>10</td>\n</tr>\n<tr>\n<td>fcs</td>\n<td>number</td>\n<td>Yes</td>\n<td>Food court seating (number of seats)</td>\n<td>100</td>\n</tr>\n<tr>\n<td>gLARServicedGym</td>\n<td>number</td>\n<td>Yes</td>\n<td>GLA serviced gym (m²)</td>\n<td>200</td>\n</tr>\n<tr>\n<td>theatrettes</td>\n<td>number</td>\n<td>Yes</td>\n<td>Number of theatrettes</td>\n<td>8</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of electricity in energy mix</td>\n<td>80</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of gas in energy mix</td>\n<td>15</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of diesel in energy mix</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"expected-response\">Expected Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": {\n      \"targetResidual\": null,\n      \"targetMaxEnergyBF\": 39.750,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedNGE\": null,\n      \"predictedGE\": null,\n      \"fuelConsumption\": {\n        \"targetMaxLPG\": null,\n        \"targetMaxGas\": 133895,\n        \"targetMaxEnergyIntensity\": 297,\n        \"targetMaxElec\": 198363,\n        \"targetMaxDiesel\": 1156\n      },\n      \"emissions\": {\n        \"targetMaxEmissionsIntensity\": 50,\n        \"targetMaxEmissions\": 151413,\n        \"predictedAveEmissions\": 380914,\n        \"actualTargetScope1_2_3\": 151412,\n        \"actualTargetScope1_2\": 140951\n      }\n    }\n  }\n]\n\n</code></pre>\n<hr />\n<hr />\n<h4 id=\"energyresults-object\">energyResults Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>null/number</td>\n<td>Residual target value</td>\n</tr>\n<tr>\n<td>targetMaxEnergyBF</td>\n<td>number</td>\n<td>Target maximum energy benchmark factor</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null/object</td>\n<td>Intermediate calculation outputs</td>\n</tr>\n<tr>\n<td>predictedNGE</td>\n<td>null/number</td>\n<td>Predicted normalized greenhouse emissions</td>\n</tr>\n<tr>\n<td>predictedGE</td>\n<td>null/number</td>\n<td>Predicted greenhouse emissions</td>\n</tr>\n<tr>\n<td>fuelConsumption</td>\n<td>object</td>\n<td>Fuel consumption details (see below)</td>\n</tr>\n<tr>\n<td>emissions</td>\n<td>object</td>\n<td>Emissions details (see below)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"fuelconsumption-object\">fuelConsumption Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxLPG</td>\n<td>null/number</td>\n<td>Target maximum LPG consumption</td>\n</tr>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Target maximum gas consumption (MJ)</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Target maximum energy intensity (MJ/m²)</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Target maximum electricity consumption (kWh)</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Target maximum diesel consumption (L)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"emissions-object\">emissions Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Target maximum emissions intensity (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Target maximum emissions (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>number</td>\n<td>Predicted average emissions (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Actual target emissions for scopes 1, 2, and 3 (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Actual target emissions for scopes 1 and 2 (kg CO₂-e)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4bf3aaf-6a6c-4762-8f19-de1e5caa773c"},{"name":"Shopping Centre Water","id":"64707499-f1af-4ace-ac12-58c59b3fd25c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"5.71\",\r\n    \"premiseType\": \"Shopping Centre\",\r\n    \"ratingType\": \"Water\",\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"gLAR\": 3000,\r\n        \"gLARServiced\": 750,\r\n        \"tradingDays\": 365,\r\n        \"hoursOfService\": 50,\r\n        \"cPMechVentilated\": 0,\r\n        \"cPNaturallyVentilated\": 0,\r\n        \"fcs\": 100,\r\n        \"gLARgym\": 70,\r\n        \"theatrettes\": 2\r\n\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"shopping-centre-water-reverse-rating-calculator\">Shopping Centre Water Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the water consumption required to achieve a specific NABERS star rating for a Shopping centre. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating</td>\n<td>\"5.71\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise</td>\n<td>\"Shopping Centre\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating</td>\n<td>\"Water\"</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Premise details</td>\n<td>(see below)</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object</td>\n<td>Energy consumption breakdown (optional)</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Australian postcode</td>\n<td>\"3000\"</td>\n</tr>\n<tr>\n<td>gLAR</td>\n<td>number</td>\n<td>Gross Lettable Area Retail (m²)</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>gLARServiced</td>\n<td>number</td>\n<td>GLA serviced by central plant (m²)</td>\n<td>750</td>\n</tr>\n<tr>\n<td>tradingDays</td>\n<td>number</td>\n<td>Trading days per year</td>\n<td>365</td>\n</tr>\n<tr>\n<td>hoursOfService</td>\n<td>number</td>\n<td>Hours of service per week</td>\n<td>50</td>\n</tr>\n<tr>\n<td>cPMechVentilated</td>\n<td>number</td>\n<td>Car park area mechanically ventilated (m²)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>cPNaturallyVentilated</td>\n<td>number</td>\n<td>Car park area naturally ventilated (m²)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>fcs</td>\n<td>number</td>\n<td>Food court seating (number of seats)</td>\n<td>100</td>\n</tr>\n<tr>\n<td>gLARgym</td>\n<td>number</td>\n<td>GLA serviced gym (m²)</td>\n<td>70</td>\n</tr>\n<tr>\n<td>theatrettes</td>\n<td>number</td>\n<td>Number of theatrettes</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<h2 id=\"example-response-body\">Example Response Body</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": {\n      \"targetMaxWaterIntensity\": \"0.5084581182000000000000\",\n      \"targetMaxWaterConsumption\": 1525,\n      \"targetMaxWaterBF\": 34.185,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedAveWater\": 4462.1160000000000000000\n    },\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": null\n  }\n]\n\n</code></pre>\n<hr />\n<h2 id=\"waterresults-object\">waterResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxWaterIntensity</td>\n<td>string</td>\n<td>The maximum water intensity (kL/m²) to achieve the target star rating</td>\n</tr>\n<tr>\n<td>targetMaxWaterConsumption</td>\n<td>number</td>\n<td>The maximum water consumption (kL) to achieve the target star rating</td>\n</tr>\n<tr>\n<td>targetMaxWaterBF</td>\n<td>number</td>\n<td>The maximum water benchmark factor to achieve the target star rating</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>object</td>\n<td>Additional calculation outputs (null for water ratings)</td>\n</tr>\n<tr>\n<td>predictedAveWater</td>\n<td>number</td>\n<td>The predicted average water consumption for the building type</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"64707499-f1af-4ace-ac12-58c59b3fd25c"},{"name":"Hotel Energy","id":"306384f1-f722-438a-bed0-22401018b2e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"5.15\",\r\n    \"premiseType\": \"Hotel\",\r\n    \"ratingType\": \"Energy\",\r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": 80,\r\n        \"gasPercentage\": 18,\r\n        \"dieselPercentage\": 2\r\n    },\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"aAAStar\": \"4\",\r\n        \"rooms\": 375,\r\n        \"nFsl\": 300,\r\n        \"nFuncSeats\": 1000,\r\n        \"aHeatedPool\": 1000\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"hotel-energy-reverse-rating-calculator\">Hotel Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a Hotel building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>The target NABERS star rating to achieve (e.g., \"5.15\", \"4.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of building - must be \"Hotel\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of rating - must be \"Energy\" for this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Australian postcode of the hotel location</td>\n</tr>\n<tr>\n<td>aAAStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>Hotel's AAA star rating (e.g., \"4\", \"5\")</td>\n</tr>\n<tr>\n<td>rooms</td>\n<td>number</td>\n<td>Yes</td>\n<td>Number of rooms in the hotel</td>\n</tr>\n<tr>\n<td>nFsl</td>\n<td>number</td>\n<td>Yes</td>\n<td>Number of full-time equivalent staff</td>\n</tr>\n<tr>\n<td>nFuncSeats</td>\n<td>number</td>\n<td>Yes</td>\n<td>Number of function seats</td>\n</tr>\n<tr>\n<td>aHeatedPool</td>\n<td>number</td>\n<td>Yes</td>\n<td>Area of heated pool in square meters (0 if none)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of electricity in the energy mix</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of gas in the energy mix</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of diesel in the energy mix</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-structure\">Response Structure</h2>\n<p>The response contains calculated energy consumption values required to achieve the target NABERS star rating.</p>\n<h3 id=\"energyresults-object\">energyResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>number</td>\n<td>The residual value for the target rating calculation</td>\n</tr>\n<tr>\n<td>targetMaxEnergyBF</td>\n<td>null/number</td>\n<td>Maximum energy benchmark figure for the target rating</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null/object</td>\n<td>Intermediate calculation outputs</td>\n</tr>\n<tr>\n<td>predictedNGE</td>\n<td>null/number</td>\n<td>Predicted normalized greenhouse emissions</td>\n</tr>\n<tr>\n<td>predictedGE</td>\n<td>null/number</td>\n<td>Predicted greenhouse emissions</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"fuelconsumption-object\">fuelConsumption Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxLPG</td>\n<td>null/number</td>\n<td>Maximum LPG consumption (in MJ) to achieve target rating</td>\n</tr>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Maximum gas consumption (in MJ) to achieve target rating</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Maximum energy intensity (in MJ/m²) to achieve target rating</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Maximum electricity consumption (in kWh) to achieve target rating</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Maximum diesel consumption (in L) to achieve target rating</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"emissions-object\">emissions Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Maximum emissions intensity (in kg CO₂-e/m²) to achieve target rating</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Maximum total emissions (in kg CO₂-e) to achieve target rating</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>number</td>\n<td>Predicted average emissions (in kg CO₂-e)</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Target emissions for scopes 1, 2, and 3 (in kg CO₂-e)</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Target emissions for scopes 1 and 2 (in kg CO₂-e)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"306384f1-f722-438a-bed0-22401018b2e7"},{"name":"Hotel Water","event":[{"listen":"test","script":{"id":"d5940b12-9cbc-45fa-b89f-813baebb4d14","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"b3cf8e83-855b-4c79-b635-f7351cbf1867","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e4be89fb-8ec9-4962-ba32-47074570f948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"5.7\",\r\n    \"premiseType\": \"Hotel\",\r\n    \"ratingType\": \"Water\",\r\n    \"enrConsumptionInputs\": {},\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"7000\",\r\n        \"aAAStar\": \"4.5\",\r\n        \"rooms\": 375,\r\n        \"nFsl\": 300,\r\n        \"nFuncSeats\": 1000\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"hotel-water-reverse-rating-calculator\">Hotel Water Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the water consumption required to achieve a specific NABERS star rating for a Hotel building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating</td>\n<td>\"5.7\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise</td>\n<td>\"Hotel\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating</td>\n<td>\"Water\"</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Premise details</td>\n<td>(see below)</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object</td>\n<td>Energy consumption breakdown (empty for Water ratings)</td>\n<td>{}</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Australian postcode of the hotel location</td>\n<td>\"7000\"</td>\n</tr>\n<tr>\n<td>aAAStar</td>\n<td>string</td>\n<td>Hotel's AAA star rating</td>\n<td>\"4.5\"</td>\n</tr>\n<tr>\n<td>rooms</td>\n<td>number</td>\n<td>Number of rooms in the hotel</td>\n<td>375</td>\n</tr>\n<tr>\n<td>nFsl</td>\n<td>number</td>\n<td>Net floor space leased (in square meters)</td>\n<td>300</td>\n</tr>\n<tr>\n<td>nFuncSeats</td>\n<td>number</td>\n<td>Number of function seats in the hotel</td>\n<td>1000</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": {\n      \"targetMaxWaterIntensity\": \"48\",\n      \"targetMaxWaterConsumption\": 18120,\n      \"targetMaxWaterBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedAveWater\": 71475\n    },\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": null\n  }\n]\n\n</code></pre>\n<hr />\n<h2 id=\"waterresults-object\">waterResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxWaterIntensity</td>\n<td>string</td>\n<td>Maximum water intensity (L/m²/year) to achieve the target star rating</td>\n</tr>\n<tr>\n<td>targetMaxWaterConsumption</td>\n<td>number</td>\n<td>Maximum water consumption (kL/year) to achieve the target star rating</td>\n</tr>\n<tr>\n<td>targetMaxWaterBF</td>\n<td>number</td>\n<td>The maximum water benchmark factor to achieve the target star rating</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>object</td>\n<td>Additional calculation outputs (null for water ratings)</td>\n</tr>\n<tr>\n<td>predictedAveWater</td>\n<td>number</td>\n<td>The predicted average water consumption for similar buildings</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4be89fb-8ec9-4962-ba32-47074570f948"},{"name":"Apartment Building Energy","id":"37bb7279-5a8b-48c7-af90-14c9236c1c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"6.5\",\r\n    \"premiseType\": \"Apartment Building\",\r\n    \"ratingType\": \"Energy\",\r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": 60,\r\n        \"gasPercentage\": 30,\r\n        \"dieselPercentage\": 10\r\n    },\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"4000\",\r\n        \"numberOfApartments\": 1000,\r\n        \"nCAC\": 400,\r\n        \"nCW\": 400,\r\n        \"nLift\": 900,\r\n        \"pool\": \"Temperature controlled pool\",\r\n        \"tMPA\": 12,\r\n        \"gym\": \"yes\",\r\n        \"tMGA\": 12,\r\n\t\t\"cPMechVentilated\":\"800\",\r\n\t\t\"cPNaturallyVentilated\":\"0\"\t\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"apartment-building-energy-reverse-rating-calculator\">Apartment Building Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for an Apartment building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>The target NABERS star rating to achieve (e.g., \"6.5\", \"4.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of building - must be \"Apartment Building\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating - must be \"Energy\" for this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Australian postcode of the building location</td>\n</tr>\n<tr>\n<td>numberOfApartments</td>\n<td>number</td>\n<td>Total number of apartments in the building</td>\n</tr>\n<tr>\n<td>nCAC</td>\n<td>number</td>\n<td>Net common area conditioned (in square meters)</td>\n</tr>\n<tr>\n<td>nCW</td>\n<td>number</td>\n<td>Net common area unconditioned (in square meters)</td>\n</tr>\n<tr>\n<td>nLift</td>\n<td>number</td>\n<td>Number of lifts in the building</td>\n</tr>\n<tr>\n<td>pool</td>\n<td>string</td>\n<td>Type of pool (\"Temperature controlled pool\", \"Non-temperature controlled pool\", or \"No pool\")</td>\n</tr>\n<tr>\n<td>tMPA</td>\n<td>number</td>\n<td>Total months pool is available</td>\n</tr>\n<tr>\n<td>gym</td>\n<td>string</td>\n<td>Whether the building has a gym (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>tMGA</td>\n<td>number</td>\n<td>Total months gym is available</td>\n</tr>\n<tr>\n<td>cPMechVentilated</td>\n<td>string</td>\n<td>Car park mechanically ventilated area (in square meters)</td>\n</tr>\n<tr>\n<td>cPNaturallyVentilated</td>\n<td>string</td>\n<td>Car park naturally ventilated area (in square meters)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of energy consumption from electricity (0-100)</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of energy consumption from gas (0-100)</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of energy consumption from diesel (0-100)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": {\n      \"targetResidual\": null,\n      \"targetMaxEnergyBF\": 13.255,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedNGE\": null,\n      \"predictedGE\": null,\n      \"fuelConsumption\": {\n        \"targetMaxLPG\": null,\n        \"targetMaxGas\": 1051413,\n        \"targetMaxEnergyIntensity\": 3504,\n        \"targetMaxElec\": 584118,\n        \"targetMaxDiesel\": 9079\n      },\n      \"emissions\": {\n        \"targetMaxEmissionsIntensity\": 567,\n        \"targetMaxEmissions\": 567238,\n        \"predictedAveEmissions\": 4279430,\n        \"actualTargetScope1_2_3\": 567231,\n        \"actualTargetScope1_2\": 493504\n      }\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEnergyBF</td>\n<td>number</td>\n<td>Target maximum energy benchmark factor</td>\n</tr>\n<tr>\n<td>targetResidual</td>\n<td>number</td>\n<td>Target residual value</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>object</td>\n<td>Primary intermediate outputs</td>\n</tr>\n<tr>\n<td>predictedNGE</td>\n<td>number</td>\n<td>Predicted net greenhouse emissions</td>\n</tr>\n<tr>\n<td>predictedGE</td>\n<td>number</td>\n<td>Predicted gross emissions</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Target maximum electricity consumption (kWh)</td>\n</tr>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Target maximum gas consumption (MJ)</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Target maximum diesel consumption (L)</td>\n</tr>\n<tr>\n<td>targetMaxLPG</td>\n<td>number</td>\n<td>Target maximum LPG consumption</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Target maximum energy intensity (MJ/m²)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Target maximum emissions (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Target maximum emissions intensity (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>number</td>\n<td>Predicted average emissions (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Actual target scope 1 and 2 emissions (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Actual target scope 1, 2, and 3 emissions (kg CO₂-e)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"37bb7279-5a8b-48c7-af90-14c9236c1c6c"},{"name":"Apartment Building Water","id":"aa6542b6-3328-4c5c-970e-abf021796ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"700eb36feb3343558fe2edd7d3789454","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"5.5\",\r\n    \"premiseType\": \"Apartment Building\",\r\n    \"ratingType\": \"Water\",\r\n    \"enrConsumptionInputs\": {},\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"2228\",\r\n        \"numberOfApartments\": 1000,\r\n        \"nCentralACWater\": 800,\r\n        \"nCentralColdWater\": 500,\r\n        \"nColdWaterCentralDHW\": 400,\r\n        \"nColdWaterCentralNoDHW\": 100\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"apartment-building-water-reverse-rating-calculator\">Apartment Building Water Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the water consumption required to achieve a specific NABERS star rating for an Apartment Building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>The target NABERS star rating to achieve (e.g., \"5.5\", \"4.5\", \"6.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of building - must be \"Apartment Building\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of rating - must be \"Water\" for this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Australian postcode of the building location</td>\n</tr>\n<tr>\n<td>numberOfApartments</td>\n<td>number</td>\n<td>Yes</td>\n<td>Total number of apartments in the building</td>\n</tr>\n<tr>\n<td>nCentralACWater</td>\n<td>number</td>\n<td>Yes</td>\n<td>Net central air conditioning water (in square meters)</td>\n</tr>\n<tr>\n<td>nCentralColdWater</td>\n<td>number</td>\n<td>Yes</td>\n<td>Net central cold water (in square meters)</td>\n</tr>\n<tr>\n<td>nColdWaterCentralDHW</td>\n<td>number</td>\n<td>Yes</td>\n<td>Net cold water central domestic hot water (in square meters)</td>\n</tr>\n<tr>\n<td>nColdWaterCentralNoDHW</td>\n<td>number</td>\n<td>Yes</td>\n<td>Net cold water central with no domestic hot water (in square meters)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": {\n            \"targetMaxWaterIntensity\": \"64\",\n            \"targetMaxWaterConsumption\": 64403,\n            \"targetMaxWaterBF\": 39.7550000000000000000000000000000,\n            \"primaryIntermediateOutputs\": null,\n            \"predictedAveWater\": 162000\n        },\n        \"sequence\": 1,\n        \"lstErrors\": null,\n        \"energyResults\": null\n    }\n\n</code></pre>\n<h3 id=\"waterresults-object\">waterResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxWaterIntensity</td>\n<td>number</td>\n<td>The target maximum water intensity to achieve the specified star rating</td>\n</tr>\n<tr>\n<td>targetMaxWater</td>\n<td>number</td>\n<td>The target maximum water consumption in liters</td>\n</tr>\n<tr>\n<td>predictedAveWater</td>\n<td>number</td>\n<td>The predicted average water consumption in liters</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa6542b6-3328-4c5c-970e-abf021796ecc"},{"name":"Data Centre Infrastructure Energy","id":"6fa52ee7-ff08-47f3-9ff0-9c957ebc5efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"4.7\",\r\n    \"premiseType\": \"Data Centre\",\r\n\t\"ratingScope\":\"Infrastructure\",\r\n    \"ratingType\": \"Energy\",    \r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": \"91\",\r\n        \"dieselPercentage\": \"9\"\r\n    },\r\n\t\"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n\t\t\"meteredHRPercentage\": \"30\",\r\n        \"assessableITEnergy\": 3762537.6,\r\n\t\t\"electricityPercentage\": \"90\",\r\n        \"dieselPercentage\": \"10\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a Data Centre Infrastructure building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>The target NABERS star rating to achieve (e.g., \"4.7\", \"5.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of building - must be \"Data Centre\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Yes</td>\n<td>Scope of the rating - must be \"Infrastructure\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of rating - must be \"Energy\" for this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Australian postcode of the data centre location</td>\n</tr>\n<tr>\n<td>meteredHRPercentage</td>\n<td>string</td>\n<td>Yes</td>\n<td>Percentage of metered heat rejection (0-100)</td>\n</tr>\n<tr>\n<td>assessableITEnergy</td>\n<td>number</td>\n<td>Yes</td>\n<td>Assessable IT energy in kWh/year</td>\n</tr>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Yes</td>\n<td>Percentage of electricity usage (0-100)</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Yes</td>\n<td>Percentage of diesel usage (0-100)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Yes</td>\n<td>Percentage of electricity usage (0-100)</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Yes</td>\n<td>Percentage of diesel usage (0-100)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"lstErrors\": [],\n    \"energyResults\": {\n      \"targetResidual\": -0.6143,\n      \"targetMaxEnergyBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedNGE\": null,\n      \"predictedGE\": null,\n      \"fuelConsumption\": {\n        \"targetMaxLPG\": null,\n        \"targetMaxGas\": 0,\n        \"targetMaxEnergyIntensity\": 1.5,\n        \"targetMaxElec\": 5643806.4,\n        \"targetMaxDiesel\": 0\n      },\n      \"emissions\": {\n        \"targetMaxEmissionsIntensity\": 1.5,\n        \"targetMaxEmissions\": 5643806.4,\n        \"predictedAveEmissions\": 11287612.8,\n        \"actualTargetScope1_2_3\": 5643806.4,\n        \"actualTargetScope1_2\": 5079425.76\n      }\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>number</td>\n<td>The residual value for the target calculation</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Maximum gas consumption (MJ/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Maximum energy intensity (MJ/m²/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Maximum electricity consumption (kWh/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Maximum diesel consumption (L/year) to achieve the target rating</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Maximum emissions intensity (kg CO₂-e/m²/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Maximum total emissions (kg CO₂-e/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>number</td>\n<td>Predicted average emissions for similar buildings</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Target emissions for Scope 1, 2, and 3</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Target emissions for Scope 1 and 2</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fa52ee7-ff08-47f3-9ff0-9c957ebc5efd"},{"name":"Data Centre IT equipment Energy","id":"81ef068b-ed19-466b-8b36-abc1171055e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"4.5\",\r\n    \"premiseType\": \"Data Centre\",\r\n    \"ratingScope\": \"IT Equipment\",\r\n    \"ratingType\": \"Energy\",\r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": 100,\r\n        \"dieselPercentage\": 0\r\n    },\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"pCapacity\": 500,\r\n        \"sCapacity\": 100,\r\n        \"ratingPeriod\": 36\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"data-centre-it-equipment-energy-reverse-rating-calculator\">Data Centre IT Equipment Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a Data Centre IT equipment building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>The target NABERS star rating to achieve (e.g., \"4.7\", \"5.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of building - must be \"Data Centre\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Yes</td>\n<td>Scope of the rating - must be \"IT Equipment\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of rating - must be \"Energy\" for this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Australian postcode of the data centre location</td>\n</tr>\n<tr>\n<td>assessableITEnergy</td>\n<td>number</td>\n<td>Yes</td>\n<td>Assessable IT energy in kWh/year</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Yes</td>\n<td>Percentage of electricity usage (must be \"100\" for IT Equipment)</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>string</td>\n<td>No</td>\n<td>Percentage of gas usage (must be \"0\" for IT Equipment)</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>No</td>\n<td>Percentage of diesel usage (must be \"0\" for IT Equipment)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"lstErrors\": [],\n    \"energyResults\": {\n      \"targetResidual\": -0.6143,\n      \"targetMaxEnergyBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedNGE\": null,\n      \"predictedGE\": null,\n      \"fuelConsumption\": {\n        \"targetMaxLPG\": null,\n        \"targetMaxGas\": 0,\n        \"targetMaxEnergyIntensity\": 1.5,\n        \"targetMaxElec\": 5643806.4,\n        \"targetMaxDiesel\": 0\n      },\n      \"emissions\": {\n        \"targetMaxEmissionsIntensity\": 1.5,\n        \"targetMaxEmissions\": 5643806.4,\n        \"predictedAveEmissions\": 11287612.8,\n        \"actualTargetScope1_2_3\": 5643806.4,\n        \"actualTargetScope1_2\": 5079425.76\n      }\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>number</td>\n<td>The residual value for the target calculation</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Maximum gas consumption (MJ/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Maximum energy intensity (MJ/m²/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Maximum electricity consumption (kWh/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Maximum diesel consumption (L/year) to achieve the target rating</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Maximum emissions intensity (kg CO₂-e/m²/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Maximum total emissions (kg CO₂-e/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>number</td>\n<td>Predicted average emissions for similar buildings</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Target emissions for Scope 1, 2, and 3</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Target emissions for Scope 1 and 2</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"81ef068b-ed19-466b-8b36-abc1171055e4"},{"name":"Data Centre Whole Facility Energy","id":"7c5a5b92-069e-4316-9deb-09c9b741c04f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"4.1\",\r\n    \"premiseType\": \"Data Centre\",\r\n\t\"ratingScope\":\"Whole Facility\",\r\n    \"ratingType\": \"Energy\", \r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": \"91\",\r\n        \"dieselPercentage\": \"9\"\r\n    },\r\n\t\"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n\t\t\"pCapacity\": \"23255.6\",\r\n\t\t\"sCapacity\":\"9264\",\t\t\r\n\t\t\"ratingPeriod\": \"36\",\r\n\t\t\"meteredHRPercentage\": \"100\",\r\n\t\t\"electricityPercentage\": \"90\",\r\n        \"dieselPercentage\": \"10\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"data-centre-whole-facility-energy-reverse-rating-calculator\">Data Centre Whole Facility Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a Data Centre Whole Facility building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating (e.g., \"4.1\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise. For this request, use \"Data Centre\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating. For whole facility, use \"Whole Facility\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating. Use \"Energy\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Premise postcode (e.g., \"3000\")</td>\n</tr>\n<tr>\n<td>pCapacity</td>\n<td>string</td>\n<td>Primary capacity in kW (e.g., \"23255.6\")</td>\n</tr>\n<tr>\n<td>sCapacity</td>\n<td>string</td>\n<td>Secondary capacity in kW (e.g., \"9264\")</td>\n</tr>\n<tr>\n<td>ratingPeriod</td>\n<td>string</td>\n<td>Rating period in months (e.g., \"36\")</td>\n</tr>\n<tr>\n<td>meteredHRPercentage</td>\n<td>string</td>\n<td>Percentage of metered hours (e.g., \"100\")</td>\n</tr>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Percentage of electricity for premise (e.g., \"90\")</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Percentage of diesel for premise (e.g., \"10\")</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Percentage of electricity consumption (e.g., \"91\")</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Percentage of diesel consumption (e.g., \"9\")</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<h3 id=\"expected-response\">Expected Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"lstErrors\": null,\n        \"energyResults\": {\n            \"targetResidual\": -0.246376811594202898550724637681159,\n            \"targetMaxEnergyBF\": null,\n            \"primaryIntermediateOutputs\": null,\n            \"predictedNGE\": null,\n            \"predictedGE\": null,\n            \"fuelConsumption\": {\n                \"targetMaxLPG\": null,\n                \"targetMaxGas\": null,\n                \"targetMaxEnergyIntensity\": null,\n                \"targetMaxElec\": 15861818,\n                \"targetMaxDiesel\": 146308\n            },\n            \"emissions\": {\n                \"targetMaxEmissionsIntensity\": null,\n                \"targetMaxEmissions\": 14135393,\n                \"predictedAveEmissions\": 18756580.115040077150684931506849315,\n                \"actualTargetScope1_2_3\": 14135318,\n                \"actualTargetScope1_2\": 12610053\n            }\n        }\n    }\n\n</code></pre>\n<hr />\n<h3 id=\"energyresults-object\">energyResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>string</td>\n<td>The calculated NABERS star rating</td>\n</tr>\n<tr>\n<td>nabersBenchmark</td>\n<td>string</td>\n<td>The NABERS benchmark value</td>\n</tr>\n<tr>\n<td>currentBenchmark</td>\n<td>string</td>\n<td>The current benchmark value</td>\n</tr>\n<tr>\n<td>energyConsumption</td>\n<td>string</td>\n<td>Total energy consumption in kWh</td>\n</tr>\n<tr>\n<td>energyConsumptionPerCapacity</td>\n<td>string</td>\n<td>Energy consumption per capacity</td>\n</tr>\n<tr>\n<td>energyConsumptionPerCapacityUnit</td>\n<td>string</td>\n<td>Unit of measurement for energy consumption per capacity</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"fuelconsumption-object\">fuelConsumption Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricity</td>\n<td>string</td>\n<td>Electricity consumption in kWh</td>\n</tr>\n<tr>\n<td>diesel</td>\n<td>string</td>\n<td>Diesel consumption in kWh</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"emissions-object\">emissions Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalEmissions</td>\n<td>string</td>\n<td>Total emissions in kg CO2-e</td>\n</tr>\n<tr>\n<td>electricityEmissions</td>\n<td>string</td>\n<td>Emissions from electricity in kg CO2-e</td>\n</tr>\n<tr>\n<td>dieselEmissions</td>\n<td>string</td>\n<td>Emissions from diesel in kg CO2-e</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c5a5b92-069e-4316-9deb-09c9b741c04f"},{"name":"RACRL Retirement Living Energy","id":"7a53ad34-ae46-4734-acd9-2ca9110b10ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"6.4\",\r\n    \"premiseType\": \"RACRL\",\r\n    \"ratingScope\": \"Retirement Living\",\r\n    \"ratingType\": \"Energy\",\r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": 70,\r\n        \"gasPercentage\": 20,\r\n        \"lpgPercentage\": 5,\r\n        \"dieselPercentage\": 5\r\n    },\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"dwellings\": 11,\r\n        \"area\": 939,\r\n        \"obd\": 1000,\r\n        \"servicedApartments\": 10,\r\n        \"heatedPool\": \"yes\",\r\n        \"heatedPoolArea\": 75,\r\n        \"unheatedPool\": \"yes\",\r\n        \"unheatedPoolArea\": 20,\r\n        \"heavyLaundry\": \"yes\",\r\n        \"mealsNonResident\": 210,\r\n        \"mealsResident\": 200\r\n\r\n    \r\n\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"racrl-retirement-living-energy-reverse-calculator\">RACRL Retirement Living Energy Reverse Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a RACRL Retirement Living building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating (e.g., \"6.4\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise. For this request, use \"RACRL\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating. For retirement living, use \"Retirement Living\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating. Use \"Energy\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Premise postcode (e.g., \"3000\")</td>\n</tr>\n<tr>\n<td>dwellings</td>\n<td>number</td>\n<td>Number of dwellings in the facility</td>\n</tr>\n<tr>\n<td>area</td>\n<td>number</td>\n<td>Total area in square meters</td>\n</tr>\n<tr>\n<td>obd</td>\n<td>number</td>\n<td>Occupied bed days</td>\n</tr>\n<tr>\n<td>servicedApartments</td>\n<td>number</td>\n<td>Number of serviced apartments</td>\n</tr>\n<tr>\n<td>heatedPool</td>\n<td>string</td>\n<td>Whether the facility has a heated pool (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>heatedPoolArea</td>\n<td>number</td>\n<td>Area of heated pool in square meters (required if heatedPool is \"yes\")</td>\n</tr>\n<tr>\n<td>unheatedPool</td>\n<td>string</td>\n<td>Whether the facility has an unheated pool (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>unheatedPoolArea</td>\n<td>number</td>\n<td>Area of unheated pool in square meters (required if unheatedPool is \"yes\")</td>\n</tr>\n<tr>\n<td>heavyLaundry</td>\n<td>string</td>\n<td>Whether the facility has heavy laundry services (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>mealsNonResident</td>\n<td>number</td>\n<td>Number of meals served to non-residents</td>\n</tr>\n<tr>\n<td>mealsResident</td>\n<td>number</td>\n<td>Number of meals served to residents</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>number</td>\n<td>Percentage of electricity consumption (e.g., 70)</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>number</td>\n<td>Percentage of gas consumption (e.g., 20)</td>\n</tr>\n<tr>\n<td>lpgPercentage</td>\n<td>number</td>\n<td>Percentage of LPG consumption (e.g., 5)</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>number</td>\n<td>Percentage of diesel consumption (e.g., 5)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"lstErrors\": null,\n        \"energyResults\": {\n            \"targetResidual\": null,\n            \"targetMaxEnergyBF\": 0.171626020903535324690159346621737,\n            \"primaryIntermediateOutputs\": null,\n            \"predictedNGE\": null,\n            \"predictedGE\": null,\n            \"fuelConsumption\": {\n                \"targetMaxLPG\": 240,\n                \"targetMaxGas\": 24733,\n                \"targetMaxEnergyIntensity\": 131,\n                \"targetMaxElec\": 24046,\n                \"targetMaxDiesel\": 160\n            },\n            \"emissions\": {\n                \"targetMaxEmissionsIntensity\": 24,\n                \"targetMaxEmissions\": 22937,\n                \"predictedAveEmissions\": 133648,\n                \"actualTargetScope1_2_3\": 23091,\n                \"actualTargetScope1_2\": 20597\n            }\n        }\n    }\n\n</code></pre>\n<hr />\n<h3 id=\"energyresults-object\">energyResults Object</h3>\n<p>The <code>energyResults</code> object contains the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>string</td>\n<td>The target NABERS star rating</td>\n</tr>\n<tr>\n<td>totalEnergy</td>\n<td>number</td>\n<td>Total energy consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>benchmark</td>\n<td>number</td>\n<td>Benchmark energy consumption for the given star rating</td>\n</tr>\n<tr>\n<td>percentile</td>\n<td>number</td>\n<td>Percentile ranking compared to similar buildings</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"fuelconsumption-object\">fuelConsumption Object</h3>\n<p>The <code>fuelConsumption</code> object contains the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricity</td>\n<td>number</td>\n<td>Electricity consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>gas</td>\n<td>number</td>\n<td>Gas consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>lpg</td>\n<td>number</td>\n<td>LPG consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>diesel</td>\n<td>number</td>\n<td>Diesel consumption in MJ/m²/year</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"emissions-object\">emissions Object</h3>\n<p>The <code>emissions</code> object contains the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalEmissions</td>\n<td>number</td>\n<td>Total greenhouse gas emissions in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>electricityEmissions</td>\n<td>number</td>\n<td>Emissions from electricity in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>gasEmissions</td>\n<td>number</td>\n<td>Emissions from gas in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>lpgEmissions</td>\n<td>number</td>\n<td>Emissions from LPG in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>dieselEmissions</td>\n<td>number</td>\n<td>Emissions from diesel in kg CO₂-e/m²/year</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a53ad34-ae46-4734-acd9-2ca9110b10ac"},{"name":"RACRL  Retirement Living Water","id":"8465af3a-2f2e-4516-86ce-bcb49e0199b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"2.5\",\r\n    \"premiseType\": \"RACRL\",\r\n    \"ratingScope\": \"Retirement Living\",\r\n    \"ratingType\": \"Water\",\r\n    \"enrConsumptionInputs\": {},\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"obd\": 3000,\r\n        \"area\": 200,\r\n        \"dwellings\": 50,\r\n        \"heatedPool\": \"yes\",\r\n        \"heatedPoolArea\": 60,\r\n        \"heavyLaundry\": \"yes\",\r\n        \"mealsResident\": 900,\r\n        \"mealsNonResident\": 1600\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"racrl-retirement-living-water-reverse-calculator\">RACRL Retirement Living Water Reverse Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the water consumption required to achieve a specific NABERS star rating for a RACRL Retirement Living building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>The target NABERS star rating to achieve (e.g., \"5.15\", \"4.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of building - must be \"Hotel\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of rating - must be \"Energy\" for this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"2-premiseinputs-object\">2 premiseInputs Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>premiseName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the retirement living facility</td>\n</tr>\n<tr>\n<td>streetAddress</td>\n<td>string</td>\n<td>Yes</td>\n<td>Street address of the facility</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Yes</td>\n<td>Suburb where the facility is located</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Yes</td>\n<td>State where the facility is located (e.g., NSW, VIC, QLD)</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Postal code of the facility location</td>\n</tr>\n<tr>\n<td>ratingPeriodStartDate</td>\n<td>string</td>\n<td>Yes</td>\n<td>Start date of the rating period in ISO format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>ratingPeriodEndDate</td>\n<td>string</td>\n<td>Yes</td>\n<td>End date of the rating period in ISO format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>numberOfUnits</td>\n<td>number</td>\n<td>Yes</td>\n<td>Total number of independent living units in the facility</td>\n</tr>\n<tr>\n<td>numberOfBedrooms</td>\n<td>number</td>\n<td>Yes</td>\n<td>Total number of bedrooms across all units</td>\n</tr>\n<tr>\n<td>numberOfOccupiedUnits</td>\n<td>number</td>\n<td>Yes</td>\n<td>Number of occupied units during the rating period</td>\n</tr>\n<tr>\n<td>hasPool</td>\n<td>boolean</td>\n<td>Yes</td>\n<td>Indicates if the facility has a swimming pool</td>\n</tr>\n<tr>\n<td>poolArea</td>\n<td>number</td>\n<td>Conditional</td>\n<td>Required if hasPool is true; area of the pool in square meters</td>\n</tr>\n<tr>\n<td>hasCarWashingFacilities</td>\n<td>boolean</td>\n<td>Yes</td>\n<td>Indicates if the facility has car washing facilities</td>\n</tr>\n<tr>\n<td>hasCommunalLaundry</td>\n<td>boolean</td>\n<td>Yes</td>\n<td>Indicates if the facility has communal laundry facilities</td>\n</tr>\n<tr>\n<td>irrigatedGardenArea</td>\n<td>number</td>\n<td>Yes</td>\n<td>Area of irrigated gardens in square meters</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": {\n            \"targetMaxWaterIntensity\": \"53\",\n            \"targetMaxWaterConsumption\": 10766,\n            \"targetMaxWaterBF\": 1.28533896853047004397738306014050,\n            \"primaryIntermediateOutputs\": null,\n            \"predictedAveWater\": 8376\n        },\n        \"sequence\": 1,\n        \"lstErrors\": null,\n        \"energyResults\": null\n    }\n\n</code></pre>\n<h2 id=\"waterresults-object\">waterResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>number</td>\n<td>The calculated NABERS star rating (0-6 stars, can include half stars)</td>\n</tr>\n<tr>\n<td>waterIndex</td>\n<td>number</td>\n<td>The water performance index (ratio of current to benchmark consumption)</td>\n</tr>\n<tr>\n<td>benchmarkWaterConsumption</td>\n<td>number</td>\n<td>The benchmark water consumption for a facility of this type and size (kL)</td>\n</tr>\n<tr>\n<td>currentWaterConsumption</td>\n<td>number</td>\n<td>The actual water consumption during the rating period (kL)</td>\n</tr>\n<tr>\n<td>normalizedWaterConsumption</td>\n<td>number</td>\n<td>The normalized water consumption adjusted for variables like occupancy (kL)</td>\n</tr>\n<tr>\n<td>waterSavings</td>\n<td>number</td>\n<td>The difference between benchmark and current water consumption (kL)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"8465af3a-2f2e-4516-86ce-bcb49e0199b1"},{"name":"RACRL Residential Aged Care Energy","id":"0163cab4-ae43-4e2b-bfd4-8b0b8afd0c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"4.4\",\r\n    \"premiseType\": \"RACRL\",\r\n    \"ratingScope\": \"Residential Aged Care\",\r\n    \"ratingType\": \"Energy\",\r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": 70,\r\n        \"gasPercentage\": 20,\r\n        \"lpgPercentage\": 5,\r\n        \"dieselPercentage\": 5\r\n    },\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"area\": 0,\r\n        \"obd\": 1000,\r\n        \"heatedPool\": \"yes\",\r\n        \"heatedPoolArea\": 75,\r\n        \"heavyLaundry\": \"yes\",\r\n        \"mealsNonResident\": 210\r\n\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"racrl-residential-aged-care-energy-reverse-rating-calculator\">RACRL Residential Aged Care Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a RACRL Residential Aged Care building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating (e.g., \"6.4\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise. For this request, use \"RACRL\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating. For residential aged care, use \"Residential Aged Care\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating. Use \"Energy\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Australian postcode of the facility location</td>\n</tr>\n<tr>\n<td>area</td>\n<td>number</td>\n<td>Yes</td>\n<td>Total area of the facility in square meters (0 if not specified)</td>\n</tr>\n<tr>\n<td>obd</td>\n<td>number</td>\n<td>Yes</td>\n<td>Occupied bed days - total number of days beds were occupied during the rating period</td>\n</tr>\n<tr>\n<td>heatedPool</td>\n<td>string</td>\n<td>Optional</td>\n<td>Whether the facility has a heated pool (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>heatedPoolArea</td>\n<td>number</td>\n<td>Optional</td>\n<td>Area of the heated pool in square meters (required if heatedPool is \"yes\")</td>\n</tr>\n<tr>\n<td>heavyLaundry</td>\n<td>string</td>\n<td>Optional</td>\n<td>Whether the facility has heavy laundry facilities (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>mealsNonResident</td>\n<td>number</td>\n<td>Optional</td>\n<td>Number of meals served to non-residents during the rating period</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of electricity usage (0-100)</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of gas usage (0-100)</td>\n</tr>\n<tr>\n<td>lpgPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of LPG usage (0-100)</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>number</td>\n<td>Yes</td>\n<td>Percentage of diesel usage (0-100)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"waterResults\": null,\n    \"sequence\": 1,\n    \"lstErrors\": null,\n    \"energyResults\": {\n      \"targetResidual\": -0.5123456789,\n      \"targetMaxEnergyBF\": null,\n      \"primaryIntermediateOutputs\": null,\n      \"predictedNGE\": null,\n      \"predictedGE\": null,\n      \"fuelConsumption\": {\n        \"targetMaxLPG\": 12345,\n        \"targetMaxGas\": 987654,\n        \"targetMaxEnergyIntensity\": 32500,\n        \"targetMaxElec\": 1234567,\n        \"targetMaxDiesel\": 12345\n      },\n      \"emissions\": {\n        \"targetMaxEmissionsIntensity\": 6500,\n        \"targetMaxEmissions\": 1500000,\n        \"predictedAveEmissions\": 3200000,\n        \"actualTargetScope1_2_3\": 1500000,\n        \"actualTargetScope1_2\": 1350000\n      }\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>number</td>\n<td>The residual value for the target calculation</td>\n</tr>\n<tr>\n<td>targetMaxEnergyBF</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n<tr>\n<td>predictedNGE</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n<tr>\n<td>predictedGE</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxLPG</td>\n<td>number</td>\n<td>Maximum LPG consumption (MJ/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Maximum gas consumption (MJ/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Maximum energy intensity (MJ/bed-day) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Maximum electricity consumption (kWh/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Maximum diesel consumption (L/year) to achieve the target rating</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Maximum emissions intensity (kg CO₂-e/bed-day) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Maximum total emissions (kg CO₂-e/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>number</td>\n<td>Predicted average emissions for similar facilities</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Target emissions for Scope 1, 2, and 3 (kg CO₂-e/year)</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Target emissions for Scope 1 and 2 (kg CO₂-e/year)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"0163cab4-ae43-4e2b-bfd4-8b0b8afd0c3b"},{"name":"RACRL  Residential Aged Care Water","id":"ed708af2-6b1e-4951-9a33-b77c86b31eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"3.5\",\r\n    \"premiseType\": \"RACRL\",\r\n    \"ratingScope\": \"Residential Aged Care\",\r\n    \"ratingType\": \"Water\",\r\n    \"enrConsumptionInputs\": {},\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"obd\": 3000,\r\n        \"area\": 0,\r\n        \"dwellings\": 0,\r\n        \"heatedPool\": \"yes\",\r\n        \"heatedPoolArea\": 60,\r\n        \"heavyLaundry\": \"yes\",\r\n        \"mealsNonResident\": 200\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"racrl-residential-aged-care-water-reverse-rating-calculator\">RACRL Residential Aged Care Water Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the water consumption required to achieve a specific NABERS star rating for a RACRL Residential aged care building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Yes</td>\n<td>The target NABERS star rating to achieve (e.g., \"5.15\", \"4.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of building - must be \"Hotel\" for this endpoint</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of rating - must be \"Energy\" for this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Australian postcode where the facility is located</td>\n</tr>\n<tr>\n<td>obd</td>\n<td>number</td>\n<td>Yes</td>\n<td>Occupied bed days - the total number of days beds were occupied during the rating period</td>\n</tr>\n<tr>\n<td>area</td>\n<td>number</td>\n<td>No</td>\n<td>Gross floor area in square meters (not typically used for water calculations)</td>\n</tr>\n<tr>\n<td>dwellings</td>\n<td>number</td>\n<td>No</td>\n<td>Number of dwellings (not typically used for aged care facilities)</td>\n</tr>\n<tr>\n<td>heatedPool</td>\n<td>string</td>\n<td>No</td>\n<td>Whether the facility has a heated pool (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>heatedPoolArea</td>\n<td>number</td>\n<td>No</td>\n<td>Area of the heated pool in square meters (required if heatedPool is \"yes\")</td>\n</tr>\n<tr>\n<td>heavyLaundry</td>\n<td>string</td>\n<td>No</td>\n<td>Whether the facility has heavy laundry facilities on-site (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>mealsNonResident</td>\n<td>number</td>\n<td>No</td>\n<td>Number of meals served to non-residents during the rating period</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n        \"waterResults\": {\n            \"targetMaxWaterIntensity\": \"0\",\n            \"targetMaxWaterConsumption\": 1306,\n            \"targetMaxWaterBF\": 0.999771546062025244160146210520304,\n            \"primaryIntermediateOutputs\": null,\n            \"predictedAveWater\": 1307\n        },\n        \"sequence\": 1,\n        \"lstErrors\": null,\n        \"energyResults\": null\n    }\n\n</code></pre>\n<h3 id=\"waterresults-object\">waterResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxWaterConsumption</td>\n<td>number</td>\n<td>The maximum water consumption (in kiloliters) allowed to achieve the target star rating</td>\n</tr>\n<tr>\n<td>targetMaxWaterIntensity</td>\n<td>number</td>\n<td>The maximum water intensity (in kL/obd) allowed to achieve the target star rating</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed708af2-6b1e-4951-9a33-b77c86b31eef"},{"name":"RACRL Co-Located Energy Facility","id":"cbfff5f9-b4f3-4dc5-a5de-9ac7969a06ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"targetStar\": \"4.4\",\r\n    \"premiseType\": \"RACRL\",\r\n    \"ratingScope\": \"Co-Located Facility\",\r\n    \"ratingType\": \"Energy\",\r\n    \"enrConsumptionInputs\": {\r\n        \"electricityPercentage\": 70,\r\n        \"gasPercentage\": 20,\r\n        \"lpgPercentage\": 5,\r\n        \"dieselPercentage\": 5\r\n    },\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"3000\",\r\n        \"area\": 939,\r\n        \"obd\": 1000,\r\n        \"dwellings\": 11,\r\n        \"servicedApartments\": 5,\r\n        \"heatedPool\": \"yes\",\r\n        \"heatedPoolArea\": 75,\r\n        \"unheatedPool\": \"yes\",\r\n        \"unheatedPoolArea\": 11.9,\r\n        \"heavyLaundry\": \"yes\",\r\n        \"mealsResident\": 200,\r\n        \"mealsNonResident\": 210\r\n\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"racrl-co-located-energy-facility-reverse-rating-calculator\">RACRL Co-Located Energy Facility Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a RACRL Co-Located Energy Facility. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating (e.g., \"4.4\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise. For this request, use \"RACRL\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating. For co-located facility, use \"Co-Located Facility\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating. Use \"Energy\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Premise postcode (e.g., \"3000\")</td>\n</tr>\n<tr>\n<td>area</td>\n<td>number</td>\n<td>Total area in square meters</td>\n</tr>\n<tr>\n<td>obd</td>\n<td>number</td>\n<td>Occupied bed days</td>\n</tr>\n<tr>\n<td>dwellings</td>\n<td>number</td>\n<td>Number of dwellings in the facility</td>\n</tr>\n<tr>\n<td>servicedApartments</td>\n<td>number</td>\n<td>Number of serviced apartments</td>\n</tr>\n<tr>\n<td>heatedPool</td>\n<td>string</td>\n<td>Whether the facility has a heated pool (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>heatedPoolArea</td>\n<td>number</td>\n<td>Area of heated pool in square meters (required if heatedPool is \"yes\")</td>\n</tr>\n<tr>\n<td>unheatedPool</td>\n<td>string</td>\n<td>Whether the facility has an unheated pool (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>unheatedPoolArea</td>\n<td>number</td>\n<td>Area of unheated pool in square meters (required if unheatedPool is \"yes\")</td>\n</tr>\n<tr>\n<td>heavyLaundry</td>\n<td>string</td>\n<td>Whether the facility has heavy laundry services (\"yes\" or \"no\")</td>\n</tr>\n<tr>\n<td>mealsResident</td>\n<td>number</td>\n<td>Number of meals served to residents</td>\n</tr>\n<tr>\n<td>mealsNonResident</td>\n<td>number</td>\n<td>Number of meals served to non-residents</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>number</td>\n<td>Percentage of electricity consumption (e.g., 70)</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>number</td>\n<td>Percentage of gas consumption (e.g., 20)</td>\n</tr>\n<tr>\n<td>lpgPercentage</td>\n<td>number</td>\n<td>Percentage of LPG consumption (e.g., 5)</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>number</td>\n<td>Percentage of diesel consumption (e.g., 5)</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Note: The sum of all percentages should equal 100.</em></p>\n<hr />\n<h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"lstErrors\": null,\n        \"energyResults\": {\n            \"targetResidual\": null,\n            \"targetMaxEnergyBF\": 0.742760865840424924324633045862128,\n            \"primaryIntermediateOutputs\": null,\n            \"predictedNGE\": null,\n            \"predictedGE\": null,\n            \"fuelConsumption\": {\n                \"targetMaxLPG\": 965,\n                \"targetMaxGas\": 99293,\n                \"targetMaxEnergyIntensity\": 528,\n                \"targetMaxElec\": 96535,\n                \"targetMaxDiesel\": 643\n            },\n            \"emissions\": {\n                \"targetMaxEmissionsIntensity\": 98,\n                \"targetMaxEmissions\": 92084,\n                \"predictedAveEmissions\": 123976,\n                \"actualTargetScope1_2_3\": 92709,\n                \"actualTargetScope1_2\": 82693\n            }\n        }\n    }\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<h3 id=\"energyresults-object\">energyResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetResidual</td>\n<td>number</td>\n<td>The residual value for the target calculation</td>\n</tr>\n<tr>\n<td>targetMaxEnergyBF</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n<tr>\n<td>primaryIntermediateOutputs</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n<tr>\n<td>predictedNGE</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n<tr>\n<td>predictedGE</td>\n<td>null</td>\n<td>Not used in this calculation</td>\n</tr>\n<tr>\n<td>fuelConsumption</td>\n<td>object</td>\n<td>Contains fuel consumption details</td>\n</tr>\n<tr>\n<td>emissions</td>\n<td>object</td>\n<td>Contains emissions details</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"fuelconsumption-object\">fuelConsumption Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxLPG</td>\n<td>number</td>\n<td>Maximum LPG consumption (MJ/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxGas</td>\n<td>number</td>\n<td>Maximum gas consumption (MJ/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEnergyIntensity</td>\n<td>number</td>\n<td>Maximum energy intensity (MJ/m²/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxElec</td>\n<td>number</td>\n<td>Maximum electricity consumption (kWh/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxDiesel</td>\n<td>number</td>\n<td>Maximum diesel consumption (L/year) to achieve the target rating</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"emissions-object\">emissions Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetMaxEmissionsIntensity</td>\n<td>number</td>\n<td>Maximum emissions intensity (kg CO₂-e/m²/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>targetMaxEmissions</td>\n<td>number</td>\n<td>Maximum total emissions (kg CO₂-e/year) to achieve the target rating</td>\n</tr>\n<tr>\n<td>predictedAveEmissions</td>\n<td>number</td>\n<td>Predicted average emissions for similar buildings</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2_3</td>\n<td>number</td>\n<td>Target emissions for Scope 1, 2, and 3</td>\n</tr>\n<tr>\n<td>actualTargetScope1_2</td>\n<td>number</td>\n<td>Target emissions for Scope 1 and 2</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbfff5f9-b4f3-4dc5-a5de-9ac7969a06ab"},{"name":"Warehouse and Cold Stores Energy","id":"1e1fcc7f-a57b-48aa-97e8-23d06288b440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n{\r\n    \"targetStar\": \"4.5\",\r\n    \"ratingType\": \"Energy\",\r\n    \"premiseType\": \"Warehouse and cold store\",\r\n    \"premiseInputs\": {\r\n        \"postcode\": \"2000\",\r\n        \"area\": \"4000\",\r\n        \"operationalData\": \"FTE\",\r\n        \"coldstorePresence\": true,\r\n        \"totalGLA\": 45000,\r\n        \"conditionedGLA\": 450,\r\n        \"nonconditionedGLA\": 450,\r\n        \"operatingHours\": 100,\r\n        \"coldRoomVolume\": 4500,\r\n        \"coolRoomVolume\": 450,\r\n        \"annualTurnoverRatio\": 45,\r\n        \"fullTimeEmployees\": 4500\r\n    },\r\n    \"enrConsumptionInputs\": {\r\n        \"lpgPercentage\": 10,\r\n        \"gasPercentage\": \"10\",\r\n        \"electricityPercentage\": \"70\",\r\n        \"dieselPercentage\": \"10\"\r\n    }\r\n}]\r\n","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"warehouse-and-cold-stores-energy-reverse-rating-calculator\">Warehouse and Cold Stores Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for a Warehouse and Cold Stores Facility. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating (e.g., \"4.5\")</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise. For this request, use \"Warehouse and cold store\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating. Use \"Energy\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Premise postcode (e.g., \"2000\")</td>\n</tr>\n<tr>\n<td>area</td>\n<td>string/number</td>\n<td>Total area in square meters</td>\n</tr>\n<tr>\n<td>operationalData</td>\n<td>string</td>\n<td>Type of operational data used (e.g., \"FTE\" for Full-Time Employees)</td>\n</tr>\n<tr>\n<td>coldstorePresence</td>\n<td>boolean</td>\n<td>Whether the facility has cold storage (true or false)</td>\n</tr>\n<tr>\n<td>totalGLA</td>\n<td>number</td>\n<td>Total Gross Leasable Area in square meters</td>\n</tr>\n<tr>\n<td>conditionedGLA</td>\n<td>number</td>\n<td>Conditioned Gross Leasable Area in square meters</td>\n</tr>\n<tr>\n<td>nonconditionedGLA</td>\n<td>number</td>\n<td>Non-conditioned Gross Leasable Area in square meters</td>\n</tr>\n<tr>\n<td>operatingHours</td>\n<td>number</td>\n<td>Operating hours per week</td>\n</tr>\n<tr>\n<td>coldRoomVolume</td>\n<td>number</td>\n<td>Volume of cold room storage in cubic meters</td>\n</tr>\n<tr>\n<td>coolRoomVolume</td>\n<td>number</td>\n<td>Volume of cool room storage in cubic meters</td>\n</tr>\n<tr>\n<td>annualTurnoverRatio</td>\n<td>number</td>\n<td>Annual turnover ratio</td>\n</tr>\n<tr>\n<td>fullTimeEmployees</td>\n<td>number</td>\n<td>Number of full-time employees</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>string/number</td>\n<td>Percentage of electricity consumption (e.g., \"70\")</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>string/number</td>\n<td>Percentage of gas consumption (e.g., \"10\")</td>\n</tr>\n<tr>\n<td>lpgPercentage</td>\n<td>string/number</td>\n<td>Percentage of LPG consumption (e.g., \"10\")</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string/number</td>\n<td>Percentage of diesel consumption (e.g., \"10\")</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n        \"waterResults\": null,\n        \"sequence\": 1,\n        \"lstErrors\": null,\n        \"energyResults\": {\n            \"targetResidual\": null,\n            \"targetMaxEnergyBF\": null,\n            \"primaryIntermediateOutputs\": null,\n            \"predictedNGE\": null,\n            \"predictedGE\": null,\n            \"fuelConsumption\": {\n                \"targetMaxLPG\": 16905,\n                \"targetMaxGas\": 434464,\n                \"targetMaxEnergyIntensity\": 9654.75647292885828792194550478762,\n                \"targetMaxElec\": 844791,\n                \"targetMaxDiesel\": 11255\n            },\n            \"emissions\": {\n                \"targetMaxEmissionsIntensity\": 1523,\n                \"targetMaxEmissions\": 685533.88732769070336000000000000034276694366384535168000000,\n                \"predictedAveEmissions\": 1169853.05004725376000000,\n                \"actualTargetScope1_2_3\": 692551.117620000000,\n                \"actualTargetScope1_2\": 636776.073620000000\n            }\n        }\n    }\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Section</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>energyResults</td>\n<td>Contains the star rating and energy consumption details</td>\n</tr>\n<tr>\n<td>fuelConsumption</td>\n<td>Breakdown of energy consumption by fuel type</td>\n</tr>\n<tr>\n<td>emissions</td>\n<td>Breakdown of emissions by fuel type</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"energyresults-object\">energyResults Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>starRating</td>\n<td>string</td>\n<td>The target NABERS star rating</td>\n</tr>\n<tr>\n<td>totalEnergy</td>\n<td>number</td>\n<td>Total energy consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>benchmark</td>\n<td>number</td>\n<td>Benchmark energy consumption for the given star rating</td>\n</tr>\n<tr>\n<td>percentile</td>\n<td>number</td>\n<td>Percentile ranking compared to similar buildings</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"fuelconsumption-object\">fuelConsumption Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricity</td>\n<td>number</td>\n<td>Electricity consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>gas</td>\n<td>number</td>\n<td>Gas consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>lpg</td>\n<td>number</td>\n<td>LPG consumption in MJ/m²/year</td>\n</tr>\n<tr>\n<td>diesel</td>\n<td>number</td>\n<td>Diesel consumption in MJ/m²/year</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"emissions-object\">emissions Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalEmissions</td>\n<td>number</td>\n<td>Total greenhouse gas emissions in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>electricityEmissions</td>\n<td>number</td>\n<td>Emissions from electricity in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>gasEmissions</td>\n<td>number</td>\n<td>Emissions from gas in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>lpgEmissions</td>\n<td>number</td>\n<td>Emissions from LPG in kg CO₂-e/m²/year</td>\n</tr>\n<tr>\n<td>dieselEmissions</td>\n<td>number</td>\n<td>Emissions from diesel in kg CO₂-e/m²/year</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e1fcc7f-a57b-48aa-97e8-23d06288b440"},{"name":"Bulk reverse calculator request example for Offices","id":"c92c4cd7-efb4-4a4c-aa48-3b6eff7f4b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{vault:API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n\r\n        \"targetStar\": \"5.7\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Base Building\",\r\n        \"ratingType\": \"Energy\",\r\n        \"premiseInputs\": {            \r\n            \"postcode\": \"2615\",            \r\n            \"numberOfComputers\": \"0.000000\",            \r\n            \"netLettableArea\": \"10888.00\",            \r\n            \"hours\": \"40\"\r\n        },\r\n        \"enrConsumptionInputs\": {\r\n            \"electricityPercentage\": \"90\",\r\n            \"gasPercentage\": \"7\",\r\n            \"dieselPercentage\": \"3\"\r\n        }\r\n    },\r\n    {\r\n\r\n        \"targetStar\": \"5.7\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Whole Building\",\r\n        \"ratingType\": \"Energy\",\r\n        \"premiseInputs\": {            \r\n            \"postcode\": \"2615\",            \r\n            \"numberOfComputers\": \"0.000000\",            \r\n            \"netLettableArea\": \"10888.00\",            \r\n            \"hours\": \"40\"\r\n        },\r\n        \"enrConsumptionInputs\": {\r\n            \"electricityPercentage\": \"90\",\r\n            \"gasPercentage\": \"7\",\r\n            \"dieselPercentage\": \"3\"\r\n        }\r\n    },\r\n    {\r\n        \"targetStar\": \"4.61\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Tenancy\",\r\n        \"ratingType\": \"Energy\",\r\n        \"premiseInputs\": {\r\n            \"postcode\": \"2320\",\r\n            \"numberOfComputers\": \"63.000000\",\r\n            \"netLettableArea\": \"852.600000\",\r\n            \"hours\": \"42.500000\"\r\n \r\n        },\r\n        \"enrConsumptionInputs\": {\r\n            \"gasPercentage\": \"9.000000000000\",\r\n            \"electricityPercentage\": \"91.000000000000\",\r\n            \"dieselPercentage\": \"0\"\r\n        }\r\n    },\r\n    {\r\n        \"targetStar\": \"5.12\",\r\n        \"premiseType\": \"Office\",\r\n        \"ratingScope\": \"Whole Building\",\r\n        \"ratingType\": \"Water\",\r\n        \"premiseInputs\": {\r\n            \"postcode\": \"3000\",\r\n            \"netLettableArea\": \"759671.4\",\r\n            \"hours\": \"55.0\"\r\n        },\r\n        \"enrConsumptionInputs\": null\r\n    }\r\n\r\n    \r\n]","options":{"raw":{"language":"json"}}},"url":"https://data.nabers.gov.au/reversecalculator/calculate","description":"<h1 id=\"office-base-building-energy-reverse-rating-calculator\">Office Base Building Energy Reverse Rating Calculator</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint uses the NABERS reverse calculator to determine the energy consumption required to achieve a specific NABERS star rating for an Office Base Building. The reverse calculator works by taking a target star rating and building characteristics as inputs, then calculating the required energy consumption to achieve that rating.</p>\n<h3 id=\"key-information\">Key Information</h3>\n<ul>\n<li><p><strong>Purpose</strong>: Calculate the energy consumption required to achieve a specific NABERS star rating</p>\n</li>\n<li><p><strong>Authentication</strong>: Requires an API subscription key in the header</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON array containing building details and target rating</p>\n</li>\n<li><p><strong>Response</strong>: Returns the calculated energy consumption values needed to achieve the target rating</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-method-and-url\">Request Method and URL</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://data.nabers.gov.au/reversecalculator/calculate</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td><code>****</code> (masked)</td>\n<td>API subscription key (required)</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n<td>Bearer token for authentication (required)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body is a JSON object containing a few sections:</p>\n<ol>\n<li><p>Fields with basic information such as target star rating, postcode, premise type and rating type</p>\n</li>\n<li><p>premiseInputs object containing information about the premise attributes.</p>\n</li>\n<li><p>enrConsumptionInputs containing information about consumption for electricity, gas and diesel</p>\n</li>\n</ol>\n<h3 id=\"1-input-fields\">1 Input Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetStar</td>\n<td>string</td>\n<td>Target NABERS star rating (enum)</td>\n<td>\"5.7\"</td>\n</tr>\n<tr>\n<td>premiseType</td>\n<td>string</td>\n<td>Type of premise (enum)</td>\n<td>\"Office\"</td>\n</tr>\n<tr>\n<td>ratingScope</td>\n<td>string</td>\n<td>Scope of rating</td>\n<td>\"Base Building\"</td>\n</tr>\n<tr>\n<td>ratingType</td>\n<td>string</td>\n<td>Type of rating</td>\n<td>\"Energy\"</td>\n</tr>\n<tr>\n<td>premiseInputs</td>\n<td>object</td>\n<td>Inputs related to the premise</td>\n<td>See nested table below</td>\n</tr>\n<tr>\n<td>enrConsumptionInputs</td>\n<td>object</td>\n<td>Energy consumption inputs</td>\n<td>See nested table below</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-premiseinputs-object\">2 premiseInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>Postcode of the premise</td>\n<td>\"2615\"</td>\n</tr>\n<tr>\n<td>numberOfComputers</td>\n<td>string</td>\n<td>Number of computers (decimal)</td>\n<td>\"0.000000\"</td>\n</tr>\n<tr>\n<td>netLettableArea</td>\n<td>string</td>\n<td>Net lettable area in square meters</td>\n<td>\"10888.00\"</td>\n</tr>\n<tr>\n<td>hours</td>\n<td>string</td>\n<td>Operating hours per week</td>\n<td>\"40\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-enrconsumptioninputs-object\">3 enrConsumptionInputs Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricityPercentage</td>\n<td>string</td>\n<td>Percentage of electricity usage</td>\n<td>\"90\"</td>\n</tr>\n<tr>\n<td>gasPercentage</td>\n<td>string</td>\n<td>Percentage of gas usage</td>\n<td>\"7\"</td>\n</tr>\n<tr>\n<td>dieselPercentage</td>\n<td>string</td>\n<td>Percentage of diesel usage</td>\n<td>\"3\"</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"expected-response\">Expected Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"targetStar\": \"5.7\",\n    \"premiseType\": \"Office\",\n    \"ratingScope\": \"Base Building\",\n    \"ratingType\": \"Energy\",\n    \"premiseInputs\": {\n      \"postcode\": \"2615\",\n      \"numberOfComputers\": \"0.000000\",\n      \"netLettableArea\": \"10888.00\",\n      \"hours\": \"40\"\n    },\n    \"enrConsumptionInputs\": {\n      \"electricityPercentage\": \"90\",\n      \"gasPercentage\": \"7\",\n      \"dieselPercentage\": \"3\"\n    },\n    \"energyResults\": {\n      \"energyConsumption\": \"1,151,000.00\",\n      \"energyConsumptionPerM2\": \"105.71\",\n      \"energyConsumptionPerM2Benchmark\": \"105.71\",\n      \"energyConsumptionPerM2BenchmarkNormalized\": \"105.71\",\n      \"energyConsumptionPerM2Normalized\": \"105.71\",\n      \"energyConsumptionNormalized\": \"1,151,000.00\",\n      \"starRating\": \"5.7\",\n      \"starRatingNormalized\": \"5.7\"\n    },\n    \"fuelConsumption\": {\n      \"electricity\": \"1,035,900.00\",\n      \"gas\": \"80,570.00\",\n      \"diesel\": \"34,530.00\"\n    },\n    \"emissions\": {\n      \"emissionsConsumption\": \"1,035,900.00\",\n      \"emissionsConsumptionPerM2\": \"95.14\",\n      \"emissionsConsumptionPerM2Benchmark\": \"95.14\",\n      \"emissionsConsumptionPerM2BenchmarkNormalized\": \"95.14\",\n      \"emissionsConsumptionPerM2Normalized\": \"95.14\",\n      \"emissionsConsumptionNormalized\": \"1,035,900.00\"\n    }\n  }\n]\n\n</code></pre>\n<h2 id=\"energyresults-object\">energyResults Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>energyConsumption</td>\n<td>string</td>\n<td>Total energy consumption (MJ)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2</td>\n<td>string</td>\n<td>Energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2Benchmark</td>\n<td>string</td>\n<td>Benchmark energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2BenchmarkNormalized</td>\n<td>string</td>\n<td>Normalized benchmark energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionPerM2Normalized</td>\n<td>string</td>\n<td>Normalized energy consumption per square meter (MJ/m²)</td>\n</tr>\n<tr>\n<td>energyConsumptionNormalized</td>\n<td>string</td>\n<td>Normalized total energy consumption (MJ)</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>string</td>\n<td>Calculated NABERS star rating</td>\n</tr>\n<tr>\n<td>starRatingNormalized</td>\n<td>string</td>\n<td>Normalized NABERS star rating</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fuelconsumption-object\">fuelConsumption Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electricity</td>\n<td>string</td>\n<td>Electricity consumption (MJ)</td>\n</tr>\n<tr>\n<td>gas</td>\n<td>string</td>\n<td>Gas consumption (MJ)</td>\n</tr>\n<tr>\n<td>diesel</td>\n<td>string</td>\n<td>Diesel consumption (MJ)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"emissions-object\">emissions Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>emissionsConsumption</td>\n<td>string</td>\n<td>Total emissions (kg CO₂-e)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2</td>\n<td>string</td>\n<td>Emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2Benchmark</td>\n<td>string</td>\n<td>Benchmark emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2BenchmarkNormalized</td>\n<td>string</td>\n<td>Normalized benchmark emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionPerM2Normalized</td>\n<td>string</td>\n<td>Normalized emissions per square meter (kg CO₂-e/m²)</td>\n</tr>\n<tr>\n<td>emissionsConsumptionNormalized</td>\n<td>string</td>\n<td>Normalized total emissions (kg CO₂-e)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The API requires a valid subscription key for authentication</p>\n</li>\n<li><p>Different building types may require different input parameters</p>\n</li>\n<li><p>Reverse calculators give you an indication of the maximum amount of energy or water your building can use to achieve your desired rating.</p>\n</li>\n</ul>\n<h2 id=\"references\">References</h2>\n<p>This documentation is based on the NABERS Energy Rating Calculator API specifications.</p>\n","urlObject":{"protocol":"https","path":["reversecalculator","calculate"],"host":["data","nabers","gov","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"c92c4cd7-efb4-4a4c-aa48-3b6eff7f4b24"}],"id":"74da6a6f-f19c-4446-b54a-f18bc63f819a","description":"<h2 id=\"what-is-reverse-rating-calculator-api\">What is Reverse Rating Calculator API?</h2>\n<p>The Reverse Rating calculator API gives you an indication of the maximum amount of energy and water your building can use to achieve your desired rating. Using the API would allow the customer to programmatically calculate the data directly into their own built applications. The NABERS Reverse Rating Calculator API is an API that the customer can call to retrieve the NABERS algorithm based on specific parameters that will be included in each call.</p>\n<p>The Reverse Rating Calculator API is available for the following sectors, scopes and rating types</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Building Type</strong></th>\n<th><strong>Building Scope</strong></th>\n<th><strong>Subsector</strong></th>\n<th><strong>Rating Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Office</td>\n<td>Base Building  <br />Whole Building  <br />Tenancy</td>\n<td></td>\n<td>Energy  <br />Water  <br />Inddor Environment</td>\n</tr>\n<tr>\n<td>Shopping centres</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Hotel</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Data Centre</td>\n<td>Infrastructure  <br />IT equipment  <br />Whole Facility</td>\n<td></td>\n<td>Energy</td>\n</tr>\n<tr>\n<td>Apartment Building</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Residental Aged Care Retirement Living (RACRL)</td>\n<td>Residential Aged Care  <br />Retirement Living  <br />Co-Located</td>\n<td></td>\n<td>Energy  <br />Water</td>\n</tr>\n<tr>\n<td>Warehouse and Cold Stores</td>\n<td>Not applicable</td>\n<td></td>\n<td>Energy</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"bulk-requests\">Bulk Requests</h2>\n<p>The Rating reverse calculator supports bulks requests in a single call to the calculator. This feature can be useful for customers who need to make multiple calls to the calculator based on different input parameters. For example, a customer may like to send three different requests for an office building where the computer count, area and consumption inputs differ in each request. The calculator would then return three different output with different calculation for every request sent. The recommended number of requests in a single call is 100 for optimal performance. An example of a bulk call is provided in the folder, it is labelled \"Bulk reverse calculator request example for Offices\"</p>\n<h2 id=\"api-call-limits\">API Call Limits</h2>\n<p>Currently there are both daily and minute limits than can be made to the Rating Register API per subscription. These are indicated in the table below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type of Limit</strong></th>\n<th><strong>Amount</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Daily limit</td>\n<td>1000 calls per day</td>\n</tr>\n<tr>\n<td>Calls per minute</td>\n<td>200 calls per minute</td>\n</tr>\n<tr>\n<td>Bulk request</td>\n<td>100 calculations in a single request</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"real-time-data\">Real-time Data</h2>\n<p>The API calls directly the calculator API and results are returned in real-time</p>\n<h2 id=\"potential-errors\">Potential Errors</h2>\n<p>Below is a list of some errors you might receive when calling the Rating Calculator API</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th><strong>Possible reasons</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription.</td>\n<td>Please check that a valid API subscription key is entered in the header of the request.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Resource not found</td>\n<td>Please check the URL syntax for errors</td>\n</tr>\n<tr>\n<td></td>\n<td>The climate zone for this postcode 27500 cannot be found. Please contact NABERS for support.  <br />The gross emission factor for this postcode 27500 cannot be found. Please contact NABERS for support.  <br />The NGA emission factor for this postcode 27500 cannot be found. Please contact NABERS for support.</td>\n<td>The postCode used in the request is invalid. Please verify the value entered.</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Invalid premiseType value</td>\n<td>The entered premiseType is wrong. Please verify the value entered. You can reference the sample request to find the right syntax</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Invalid ratingScope value</td>\n<td>The entered ratingScope is wrong. Please verify the value entered. You can reference the sample request to find the right syntax</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Malformed JSON: Expected '{' at the beginning of object</td>\n<td>If the request structure is wrong then this message is shown. Check the input request and make sure it has all rating input parameters like control, ratinginputs and waterinputs and the values entered against each input request variable is correct. You can reference the sample request to find the right syntax</td>\n</tr>\n<tr>\n<td>N/A</td>\n<td>Rating cannot be more than 6.9 targetStars</td>\n<td>The star rating value should be a value between 0 and 6.9</td>\n</tr>\n</tbody>\n</table>\n</div><p>The sample requests in this folder are meant to guide our customers on how to structure their API calls. If you are still facing issue using the Rating Reverse Calculator API then please reach out to NABERS team.</p>\n","_postman_id":"74da6a6f-f19c-4446-b54a-f18bc63f819a"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"11582e90-e917-467f-9db4-38805fed6ec8"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"4ede8e86-f13f-4ec4-95e2-99e000db605a"}}]}