---
title: "Get a list of energy labels"
slug: "get-a-list-of-energy-labels-1"
updated: 2026-02-10T10:58:13Z
published: 2026-02-10T10:59:05Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://www.bloxs.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a list of energy labels

Get/api/v1/realestateobjects/common/energylabels

Get a list of existing energy labels.

		
			

**Description**

Energy labels can be assigned to RealEstateObjects. However, in order to add the correct energy label the Bloxs user needs to know which labels are available in the application. This endpoint can be used to retrieve the available energy labels. This is a standard list, however it can be edited by the user in the Bloxs application (it is not possible through the API).

The response provides the full list of available energy labels as an array.

**Use Case**

By using the [Energylabels/PUT](https://www.bloxs.io/apidocs/update-an-energy-label) operation the user wants to change the energy label of an Real estate object. However, the user does not know which options are available as energy labels. Therefore, the user can use this endpoint to retrieve all available labels.

**Response fields**

The response contains the fields in the table below. For every energy label both properties will be included in the response.

| Field | Description |
| --- | --- |
| energyLabelName | A representation of the energy performance of the property. Defined as a letter. This is a standard list, but it can be modified by the user. |
| orderIndex | The order in which the energy labels are shown, starting with 1 from the top. |

		
		
SecurityHTTPType Bearer

Please enter a valid token

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='d6ddde4a-8b03-4a27-a981-4132c8b6df35'>application/json</option>
</select>Array of object   object  energyLabelNamestring    Min length1Max length6
orderIndexinteger  (int32)
