v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
BMRS Datasets

The Regulation on Wholesale Energy Markets Integrity and Transparency (REMIT) stream

The Regulation on Wholesale Energy Markets Integrity and Transparency (REMIT) is an EU regulation aimed at preventing market abuse in wholesale energy markets.

This endpoint returns information provided by market participants to comply with Article 4 of Regulation on Wholesale Energy Market Integrity and Transparency (REMIT) Regulation (EU) 1227/2011.

This endpoint has an optimised JSON payload and is aimed at frequent requests for the data.

get/datasets/REMIT/stream

Query parameters

publishDateTimeFromstring date-time required
Example:2023/04/13 07:00
publishDateTimeTostring date-time required
Example:2023/04/13 10:00

Response

Data retrieved

datasetstring nullable
mridstring nullable
revisionNumberinteger
publishTimestring date-time
createdTimestring date-time
messageTypestring nullable
messageHeadingstring nullable
eventTypestring nullable
unavailabilityTypestring nullable
participantIdstring nullable
registrationCodestring nullable
assetIdstring nullable
assetTypestring nullable
affectedUnitstring nullable
affectedUnitEICstring nullable
affectedAreastring nullable
biddingZonestring nullable
fuelTypestring nullable
normalCapacitynumber double nullable
availableCapacitynumber double nullable
unavailableCapacitynumber double nullable
eventStatusstring nullable
eventStartTimestring date-time
eventEndTimestring date-time nullable
durationUncertaintystring nullable
causestring nullable
relatedInformationstring nullable

Example response

[
  {
    "dataset": "REMIT",
    "mrid": "11XINNOGY------2-NGET-RMT-00084421",
    "revisionNumber": 25,
    "publishTime": "2023-01-31T17:39:15Z",
    "createdTime": "2023-01-31T17:39:15Z",
    "messageType": "UnavailabilitiesOfElectricityFacilities",
    "messageHeading": "Planned Unavailability of Generation Unit",
    "eventType": "Production unavailability",
    "unavailabilityType": "Planned",
    "participantId": "11XINNOGY------2",
    "registrationCode": "11XINNOGY------2",
    "assetId": "T_DIDCB5",
    "assetType": "Production",
    "affectedUnit": "DIDCB5",
    "affectedUnitEIC": "48W000000DIDCB5C",
    "affectedArea": "N",
    "biddingZone": "10YGB----------A",
    "fuelType": "Fossil Gas",
    "normalCapacity": 780,
    "availableCapacity": 320,
    "unavailableCapacity": 361,
    "eventStatus": "Inactive",
    "eventStartTime": "2022-08-23T06:59:00Z",
    "eventEndTime": "2022-08-25T05:20:30Z",
    "durationUncertainty": "+- 1 day",
    "cause": "Other",
    "relatedInformation": "Status changed to Completed",
    "outageProfile": [
      {
        "startTime": "2023-02-03T21:06:31.000Z",
        "endTime": "2023-02-03T21:10:00.000Z",
        "capacity": 436
      }
    ]
  }
]