{ "opencollection": "1.0.0", "info": { "name": "Insights.Api Balancing Mechanism Dynamic Balancing Mechanism Physical API", "version": "1.0" }, "items": [ { "info": { "name": "Balancing Mechanism Physical", "type": "folder" }, "items": [ { "info": { "name": "Physical data per BMU (PN, QPN, MILS, MELS)", "type": "http" }, "http": { "method": "GET", "url": "https://data.elexon.co.uk/bmrs/api/v1/balancing/physical", "params": [ { "name": "bmUnit", "value": "2__HFLEX001", "type": "query", "description": "The BM Unit to query." }, { "name": "from", "value": "2022-09-22T00:00Z", "type": "query", "description": "The \"from\" start time or settlement date for the filter." }, { "name": "to", "value": "2022-09-23T00:00Z", "type": "query", "description": "The \"to\" start time or settlement date for the filter." }, { "name": "settlementPeriodFrom", "value": "", "type": "query", "description": "The \"from\" settlement period for the filter. This should be an integer from 1-50 inclusive." }, { "name": "settlementPeriodTo", "value": "", "type": "query", "description": "The \"to\" settlement period for the filter. This should be an integer from 1-50 inclusive." }, { "name": "dataset", "value": "PN,MILS", "type": "query", "description": "Datasets to filter. If empty, all datasets will be returned." }, { "name": "format", "value": "", "type": "query", "description": "Response data format. Use json/xml to include metadata." } ] }, "docs": "This endpoint provides the physical data for a requested BMU.\nIt returns the data valid over a given time range.\n \nBy default, all of the relevant datasets are returned: PN, QPN, MILS, & MELS.\nThe results from each dataset are transformed to a common response model, with fields not present in all 4 datasets dropped.\n \nBy default, the from and to parameters filter the data by start time inclusively. If the settlementPeriodFrom or\nsettlementPeriodTo parameters are provided, t" }, { "info": { "name": "Market-wide physical data (PN, QPN, MILS, MELS)", "type": "http" }, "http": { "method": "GET", "url": "https://data.elexon.co.uk/bmrs/api/v1/balancing/physical/all", "params": [ { "name": "dataset", "value": "PN", "type": "query", "description": "Dataset to query." }, { "name": "settlementDate", "value": "2023-01-18", "type": "query", "description": "The settlement date for the filter." }, { "name": "settlementPeriod", "value": "3", "type": "query", "description": "The settlement period for the filter. This should be an integer from 1-50 inclusive." }, { "name": "bmUnit", "value": "2__HFLEX001,HUMR-1", "type": "query", "description": "The BM Units to query. Elexon or NGC BMU IDs can be used. If omitted, results for all BM units will be returned." }, { "name": "format", "value": "", "type": "query", "description": "Response data format. Use json/xml to include metadata." } ] }, "docs": "This endpoint provides the physical data for multiple requested BMUs or all BMUs.\nIt returns the data valid for a single settlement period.\n \nOnly one dataset can be queried at a time: PN, QPN, MILS, or MELS.\nThe results from each dataset are transformed to a common response model, with fields not present in all 4 datasets dropped.\n \nThe settlement period to query must be specified as a date and settlement period. The date must be given in the format yyyy-MM-dd." } ] } ], "bundled": true }