Get project network details
Returns network metadata for projects including DUID, AEMO names, connection points, and Marginal Loss Factors.
GET https://api.renewmap.com.au/api/v1/projects/network-details
Requires API key in
Authorization header.
See Getting started for authentication details.
Query parameters
| Name | Type | Default | Description |
|---|---|---|---|
| limit | integer | 100 | Limit the number of results returned (maximum 10000) |
| offset | integer | 0 | Offset from the first record returned (for pagination) |
Example request
curl --request GET \
--url 'https://api.renewmap.com.au/api/v1/projects/network-details' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'accept: application/json' Example response
{
"data": [
{
"id": "0c72303f-1e1a-44fe-afaa-db15259238db",
"project_id": "198f5ef0-de84-455b-9940-98c34fb9ec48",
"duid": "TARONG#2",
"project_name_aemo": "Tarong PS Unit 2",
"year": "2023-24",
"connection_point_id": "QTRN2",
"transmission_node_identifier": "QTRN",
"mlf_value": "0.9707",
"connection_voltage": 275
}
]
}
Response fields include:
- duid — Dispatchable Unit Identifier (AEMO)
- project_name_aemo — Project name as registered with AEMO
- connection_point_id — Grid connection point identifier
- transmission_node_identifier — Transmission node identifier
- mlf_value — Marginal Loss Factor value for the financial year
- connection_voltage — Connection voltage in kV