Elexon Legacy API

The Legacy API from Elexon — 2 operation(s) for legacy.

Operations 2

GET /interop/MessageListRetrieval This endpoint is obsolete, and this location may be removed with no further notice. Use /remit/* or /datasets/REMIT endpoints instead.
GET /interop/MessageDetailRetrieval This endpoint is obsolete, and this location may be removed with no further notice. Use /remit/* or /datasets/REMIT endpoints instead.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/elexon-legacy-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

elexon-legacy-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Insights.Api Balancing Mechanism Dynamic Legacy API
  version: '1.0'
  description: Dynamic data.
servers:
- url: https://data.elexon.co.uk/bmrs/api/v1
tags:
- name: Legacy
paths:
  /interop/MessageListRetrieval:
    get:
      tags:
      - Legacy
      summary: This endpoint is obsolete, and this location may be removed with no further notice. Use /remit/* or /datasets/REMIT endpoints instead.
      parameters:
      - name: eventStart
        in: query
        required: true
        schema:
          type: string
          format: date-time
          example: '2023-08-01'
        example: '2023-08-01'
      - name: eventEnd
        in: query
        required: true
        schema:
          type: string
          format: date-time
          example: '2023-08-02'
        example: '2023-08-02'
      responses:
        '200':
          description: OK
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitListResponse'
      deprecated: true
  /interop/MessageDetailRetrieval:
    get:
      tags:
      - Legacy
      summary: This endpoint is obsolete, and this location may be removed with no further notice. Use /remit/* or /datasets/REMIT endpoints instead.
      parameters:
      - name: messageId
        in: query
        required: true
        schema:
          type: string
          example: 2023060105000001-ELXP-RMT-20230601
        example: 2023060105000001-ELXP-RMT-20230601
      responses:
        '200':
          description: OK
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitDetailResponse'
      deprecated: true
components:
  schemas:
    Insights.Api.LegacyInteroperability.LegacyRemitResponseList:
      type: object
      properties:
        item:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitListItem'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitDetailResponse:
      type: object
      properties:
        metadata:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitDetailMetadata'
        body:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitDetailBody'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitListResponseBody:
      type: object
      properties:
        dataItem:
          type:
          - string
          - 'null'
        legacyRemitResponseList:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitResponseList'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitDetailItem:
      type: object
      properties:
        messageId:
          type:
          - string
          - 'null'
        sequenceId:
          type: integer
          format: int32
        messageHeading:
          type:
          - string
          - 'null'
        eventType:
          type:
          - string
          - 'null'
        publishDateTimeString:
          type:
          - string
          - 'null'
        participantMarketParticipantId:
          type:
          - string
          - 'null'
        assetId:
          type:
          - string
          - 'null'
        assetEicCode:
          type:
          - string
          - 'null'
        assetType:
          type:
          - string
          - 'null'
        affectedUnit:
          type:
          - string
          - 'null'
        affectedArea:
          type:
          - string
          - 'null'
        assetFuelType:
          type:
          - string
          - 'null'
        assetNormalCapacity:
          type:
          - number
          - 'null'
          format: double
        availableCapacity:
          type:
          - number
          - 'null'
          format: double
        unavailableCapacity:
          type:
          - number
          - 'null'
          format: double
        eventStartString:
          type:
          - string
          - 'null'
        eventEndString:
          type:
          - string
          - 'null'
        cause:
          type:
          - string
          - 'null'
        eventStatus:
          type:
          - string
          - 'null'
        relatedInformation:
          type:
          - string
          - 'null'
        activeFlag:
          type:
          - string
          - 'null'
        messageType:
          type:
          - string
          - 'null'
        unavailabilityType:
          type:
          - string
          - 'null'
        acerCode:
          type:
          - string
          - 'null'
        biddingZone:
          type:
          - string
          - 'null'
        outageProfile:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitOutageProfile'
        revisionNumber:
          type: integer
          format: int32
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitListResponse:
      type: object
      properties:
        legacyRemitListMetadata:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitListMetadata'
        legacyRemitListResponseBody:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitListResponseBody'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitListMetadata:
      type: object
      properties:
        httpCode:
          type: integer
          format: int32
        errorType:
          type:
          - string
          - 'null'
        description:
          type:
          - string
          - 'null'
        cappingApplied:
          type:
          - string
          - 'null'
        cappingLimit:
          type: integer
          format: int32
        queryString:
          type:
          - string
          - 'null'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitDetailList:
      type: object
      properties:
        item:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitDetailItem'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitDetailMetadata:
      type: object
      properties:
        httpCode:
          type: integer
          format: int32
        errorType:
          type:
          - string
          - 'null'
        description:
          type:
          - string
          - 'null'
        queryString:
          type:
          - string
          - 'null'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitOutageProfileSegment:
      type: object
      properties:
        segmentStartString:
          type:
          - string
          - 'null'
        segmentEndString:
          type:
          - string
          - 'null'
        segmentCapacity:
          type: integer
          format: int32
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitOutageProfile:
      type: object
      properties:
        segments:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitOutageProfileSegment'
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitListItem:
      type: object
      properties:
        messageId:
          type:
          - string
          - 'null'
        sequenceId:
          type: integer
          format: int32
        messageHeading:
          type:
          - string
          - 'null'
        eventType:
          type:
          - string
          - 'null'
        publishDateTimeString:
          type:
          - string
          - 'null'
        participantMarketParticipantId:
          type:
          - string
          - 'null'
        assetId:
          type:
          - string
          - 'null'
        assetEicCode:
          type:
          - string
          - 'null'
        assetType:
          type:
          - string
          - 'null'
        affectedUnit:
          type:
          - string
          - 'null'
        affectedArea:
          type:
          - string
          - 'null'
        assetFuelType:
          type:
          - string
          - 'null'
        assetNormalCapacity:
          type:
          - number
          - 'null'
          format: double
        assetNormalCapacitySpecified:
          type: boolean
          readOnly: true
        availableCapacity:
          type:
          - number
          - 'null'
          format: double
        availableCapacitySpecified:
          type: boolean
          readOnly: true
        eventStartString:
          type:
          - string
          - 'null'
        eventEndString:
          type:
          - string
          - 'null'
        durationUncertainty:
          type:
          - string
          - 'null'
        cause:
          type:
          - string
          - 'null'
        eventStatus:
          type:
          - string
          - 'null'
        relatedInformation:
          type:
          - string
          - 'null'
        activeFlag:
          type:
          - string
          - 'null'
        revisionNumber:
          type: integer
          format: int32
        messageType:
          type:
          - string
          - 'null'
        unavailabilityType:
          type:
          - string
          - 'null'
        unavailableCapacity:
          type:
          - number
          - 'null'
          format: double
        unavailableCapacitySpecified:
          type: boolean
          readOnly: true
      additionalProperties: false
    Insights.Api.LegacyInteroperability.LegacyRemitDetailBody:
      type: object
      properties:
        dataItem:
          type:
          - string
          - 'null'
        list:
          $ref: '#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitDetailList'
      additionalProperties: false