v1
latestOpenAPI 3.0.42026-07-233182951.4 MBBMRS Datasets
Day-Ahead Generation For Wind And Solar (DGWS / B1440)
This endpoint provides day-ahead generation data for wind and solar.
This API endpoint provides a maximum data output range of 7 days.
get/datasets/DGWS
Query parameters
publishDateTimeFromstring date-time required
Example:2023/07/18 07:00
publishDateTimeTostring date-time required
Example:2023/07/21 10:00
format'json' | 'xml' | 'csv'
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"data": [
{
"dataset": "DGWS",
"documentId": "NGET-EMFIP-DGWSINTRADAY-06043339",
"documentRevisionNumber": 1,
"publishTime": "2023-07-12 05:00:00Z",
"processType": "Intraday process",
"businessType": "Wind generation",
"psrType": "Wind Offshore",
"quantity": 1829,
"startTime": "2023-07-12 06:30:00Z",
"settlementDate": "2023-07-12",
"settlementPeriod": 16
}
]
}