Elexon Reference API

Reference data which can be used to filter other API requests.

Operations 7

GET /reference/fueltypes/all Fuel types
GET /reference/remit/participants/all Participants
GET /reference/remit/assets/all Assets
GET /reference/remit/fueltypes/all REMIT fuel types
GET /reference/bmunits/all BM Units
GET /reference/bmunits BM Units (filtered)
GET /reference/interconnectors/all Interconnectors

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-reference-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-reference-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Insights.Api Balancing Mechanism Dynamic Reference API
  version: '1.0'
  description: Dynamic data.
servers:
- url: https://data.elexon.co.uk/bmrs/api/v1
tags:
- name: Reference
  description: Reference data which can be used to filter other API requests.
paths:
  /reference/fueltypes/all:
    get:
      tags:
      - Reference
      summary: Fuel types
      description: This endpoint provides a current list of fuel types
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  type: string
            application/json:
              schema:
                type: array
                items:
                  type: string
            text/json:
              schema:
                type: array
                items:
                  type: string
            application/xml:
              schema:
                type: array
                items:
                  type: string
            text/xml:
              schema:
                type: array
                items:
                  type: string
            text/csv:
              schema:
                type: array
                items:
                  type: string
  /reference/remit/participants/all:
    get:
      tags:
      - Reference
      summary: Participants
      description: This endpoint provides a current list of participant IDs received from REMIT messages
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  type: string
            application/json:
              schema:
                type: array
                items:
                  type: string
            text/json:
              schema:
                type: array
                items:
                  type: string
            application/xml:
              schema:
                type: array
                items:
                  type: string
            text/xml:
              schema:
                type: array
                items:
                  type: string
            text/csv:
              schema:
                type: array
                items:
                  type: string
  /reference/remit/assets/all:
    get:
      tags:
      - Reference
      summary: Assets
      description: This endpoint provides a current list of asset IDs received from REMIT messages
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  type: string
            application/json:
              schema:
                type: array
                items:
                  type: string
            text/json:
              schema:
                type: array
                items:
                  type: string
            application/xml:
              schema:
                type: array
                items:
                  type: string
            text/xml:
              schema:
                type: array
                items:
                  type: string
            text/csv:
              schema:
                type: array
                items:
                  type: string
  /reference/remit/fueltypes/all:
    get:
      tags:
      - Reference
      summary: REMIT fuel types
      description: This endpoint provides a current list of fuel types received from REMIT messages
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  type: string
            application/json:
              schema:
                type: array
                items:
                  type: string
            text/json:
              schema:
                type: array
                items:
                  type: string
            application/xml:
              schema:
                type: array
                items:
                  type: string
            text/xml:
              schema:
                type: array
                items:
                  type: string
            text/csv:
              schema:
                type: array
                items:
                  type: string
  /reference/bmunits/all:
    get:
      tags:
      - Reference
      summary: BM Units
      description: This endpoint provides a current list of BM units held by Elexon
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
  /reference/bmunits:
    get:
      tags:
      - Reference
      summary: BM Units (filtered)
      description: "This endpoint provides a list of BM units filtered by lead party IDs.\n            \nThe PartyIds query parameter is required. Provide one or more lead party IDs to filter the results."
      parameters:
      - name: partyIds
        in: query
        schema:
          type: array
          items:
            type: string
          example:
          - ADELA
          - LENCO
        example:
        - ADELA
        - LENCO
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.BmUnitData'
  /reference/interconnectors/all:
    get:
      tags:
      - Reference
      summary: Interconnectors
      description: This endpoint provides a current list of interconnectors
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.InterconnectorData'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.InterconnectorData'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.InterconnectorData'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.InterconnectorData'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.InterconnectorData'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Insights.Api.Models.Responses.Reference.InterconnectorData'
components:
  schemas:
    Insights.Api.Models.Responses.Reference.InterconnectorData:
      type: object
      properties:
        interconnectorId:
          type:
          - string
          - 'null'
        interconnectorName:
          type:
          - string
          - 'null'
        interconnectorBiddingZone:
          type:
          - string
          - 'null'
      additionalProperties: false
    Insights.Api.Models.Responses.Reference.BmUnitData:
      type: object
      properties:
        nationalGridBmUnit:
          type:
          - string
          - 'null'
        elexonBmUnit:
          type:
          - string
          - 'null'
        eic:
          type:
          - string
          - 'null'
        fuelType:
          type:
          - string
          - 'null'
        leadPartyName:
          type:
          - string
          - 'null'
        bmUnitType:
          type:
          - string
          - 'null'
        fpnFlag:
          type:
          - boolean
          - 'null'
        bmUnitName:
          type:
          - string
          - 'null'
        leadPartyId:
          type:
          - string
          - 'null'
        demandCapacity:
          type:
          - string
          - 'null'
        generationCapacity:
          type:
          - string
          - 'null'
        productionOrConsumptionFlag:
          type:
          - string
          - 'null'
        transmissionLossFactor:
          type:
          - string
          - 'null'
        workingDayCreditAssessmentImportCapability:
          type:
          - string
          - 'null'
        nonWorkingDayCreditAssessmentImportCapability:
          type:
          - string
          - 'null'
        workingDayCreditAssessmentExportCapability:
          type:
          - string
          - 'null'
        nonWorkingDayCreditAssessmentExportCapability:
          type:
          - string
          - 'null'
        creditQualifyingStatus:
          type: boolean
        demandInProductionFlag:
          type: boolean
        gspGroupId:
          type:
          - string
          - 'null'
        gspGroupName:
          type:
          - string
          - 'null'
        interconnectorId:
          type:
          - string
          - 'null'
      additionalProperties: false