v1
latestOpenAPI 3.0.02026-07-1751732.9 KBReturns the current percentage of renewables in the grid
get/state/{state}/renewables/current
Path parameters
statestring required
State you would like the renewables for. Valid states: nsw, sa, qld, vic
Query parameters
nextinteger
Return the next number of forecast intervals
previousinteger
Return the previous number of actual intervals.
resolution5 | 30
Specify the required interval duration resolution. Valid options: 5, 30. Default: 30
Response
The current percentage of renewables in the grid.
Example response
[
{
"date": "2021-05-05",
"nemTime": "2021-05-06T12:30:00+10:00",
"startTime": "2021-05-05T02:00:01Z",
"endTime": "2021-05-05T02:30:00Z",
"renewables": 45
}
]