Energy Performance Certificates integration (Data). Imported from open-connector.
https://api.get-energy-performance-data.communities.gov.uk/api/domestic/search
| Param | Type | Required | Description |
|---|---|---|---|
| address | string | optional | Address text to search for. |
| postcode | string | optional | Postcode to search for. |
| uprn | integer | optional | Unique Property Reference Number to search for. |
| councils | array | optional | Council names or codes to filter by. |
| constituencies | array | optional | Parliamentary constituency names or codes to filter by. |
| energyRatings | array | optional | Energy efficiency ratings to filter by. |
| dateStart | string | optional | Start date of the certificate registration date range. |
| dateEnd | string | optional | End date of the certificate registration date range. |
| pageSize | integer | optional | Maximum number of certificate rows to return per page. |
| currentPage | integer | optional | Page number to fetch when retrieving paginated results. |
/api/certificate
| Param | Type | Required | Description |
|---|---|---|---|
| certificateNumber | string | optional | The Energy Performance Certificate or Display Energy Certificate number. |
/api/non-domestic/search
| Param | Type | Required | Description |
|---|---|---|---|
| address | string | optional | Address text to search for. |
| postcode | string | optional | Postcode to search for. |
| uprn | integer | optional | Unique Property Reference Number to search for. |
| councils | array | optional | Council names or codes to filter by. |
| constituencies | array | optional | Parliamentary constituency names or codes to filter by. |
| energyRatings | array | optional | Energy efficiency ratings to filter by. |
| dateStart | string | optional | Start date of the certificate registration date range. |
| dateEnd | string | optional | End date of the certificate registration date range. |
| pageSize | integer | optional | Maximum number of certificate rows to return per page. |
| currentPage | integer | optional | Page number to fetch when retrieving paginated results. |
/api/display/search
| Param | Type | Required | Description |
|---|---|---|---|
| address | string | optional | Address text to search for. |
| postcode | string | optional | Postcode to search for. |
| uprn | integer | optional | Unique Property Reference Number to search for. |
| councils | array | optional | Council names or codes to filter by. |
| constituencies | array | optional | Parliamentary constituency names or codes to filter by. |
| energyRatings | array | optional | Energy efficiency ratings to filter by. |
| dateStart | string | optional | Start date of the certificate registration date range. |
| dateEnd | string | optional | End date of the certificate registration date range. |
| pageSize | integer | optional | Maximum number of certificate rows to return per page. |
| currentPage | integer | optional | Page number to fetch when retrieving paginated results. |