🤖 LLM Guide: UK Capacity Market Registry

For AI Assistants: Complete guide to search and navigate the UK's electricity capacity market database

Last Updated: July 2025 | Data Source: NESO (National Energy System Operator)

🔍 Quick Start for LLMs

This site contains the complete UK Capacity Market Registry. Use these navigation patterns to help users find energy companies, power plants, and capacity market participants:

🏢 Understanding the Data

What is the Capacity Market?

The UK Capacity Market ensures electricity security by paying generators and demand-side participants to provide capacity when needed. This registry contains:

Important: Data is aggregated at location level for commercial sensitivity. Individual component details are limited.

🔗 URL Structure & Navigation

Search Endpoints

General Search: /search/?q={query}&page={page}&sort_by={sort}&sort_order={order}

Example: /search/?q=london&sort_by=mw&sort_order=desc

Direct Page Access

Company Pages: /companies/{EXACT_LEGAL_NAME_URL_ENCODED}/

Technology Pages: /technologies/{technology-name}/

Location Detail: /locations/{location_id}/

Component Detail: /locations/{location_id}/components/{component_id}/

⚠️ CRITICAL: Company URL Construction

Company URLs require exact legal names with URL encoding:

To find exact company names: Use /companies/ directory or search /search/?q=company-keyword first

Search Parameters

ParameterValuesDescriptionDefault
qAny textSearch query (company, location, technology)Empty (shows all)
page1, 2, 3...Page number1
sort_byrelevance, location, mw, components, dateSort fieldrelevance
sort_orderasc, descSort directionasc
statusall, active, inactiveFilter by statusall
technologyDSR, Battery, CCGT, etc.Filter by technology typeNone
auctionT-1, T-4, etc.Filter by auction typeNone
companyCompany nameFilter by company nameNone

🎯 Common Search Patterns

Finding Companies

/companies/EDF%20ENERGY%20LIMITED/ → EDF Energy company page with all facilities /companies/DRAX%20POWER%20LIMITED/ → Drax power station company page /companies/SSE%20PLC/ → SSE company page with multiple technologies /companies/CENTRICA%20PLC/ → Centrica company page /companies/COMPANY%20LIMITED/ → Generic company page example /companies/ANOTHER%20COMPANY%20LTD/ → Another company page example

🆕 Advanced Company Analysis

Company Directory with Filtering & Sorting (/companies/)

Sort Options:

Technology Filtering:

Market Analysis Examples:

/companies/?technology=Battery&sort_by=locations&sort_order=desc → Which company has battery storage at most locations? /companies/?technology=DSR&sort_by=components&sort_order=desc → Largest DSR aggregator by asset count? /companies/?technology=Solar&sort_by=capacity&sort_order=desc → Biggest solar capacity provider? /companies/?sort_by=locations&sort_order=desc → Most geographically spread company? /companies/?sort_by=name&sort_order=asc&letter=E → All companies starting with 'E'

Location-Based Searches

/search/?q=london → All capacity in London /search/?q=manchester → Manchester area facilities /search/?q=SW1 → Postcode-based search /search/?q=specific-area → Specific area search /search/?q=birmingham → Birmingham locations

Technology Searches

/technologies/dsr/ → Demand Side Response (8401+ components) /technologies/battery/ → Battery storage (826+ components) /technologies/combined-cycle-gas-turbine-ccgt/ → CCGT plants (612+ components) /technologies/reciprocating-engines/ → Reciprocating engines (906+ components) /technologies/hydro/ → Hydro power (431+ components) /technologies/nuclear/ → Nuclear power (175+ components)

Capacity Market Delivery Years

/search/?q=2024-25 → T-1 auction results /search/?q=2025-26 → T-1 auction results /search/?q=2028-29 → T-4 auction results /search/?q=T-4 → Multi-year T-4 contracts /search/?q=T-1 → Annual T-1 contracts

Filtered Searches (Recommended for Performance)

/search/?q=&technology=Battery&status=active&sort_by=mw&sort_order=desc → Active battery storage sorted by capacity (lightweight) /search/?q=&company=EDF&auction=T-4&sort_by=components → EDF's T-4 auction assets sorted by component count /search/?q=&technology=DSR&status=active&page=2 → Page 2 of active DSR assets

⚠️ Performance Note

Large free-text searches can exceed 60kB response limits. For better performance:

📊 Data Fields & Meanings

Location Data

FieldDescriptionExample
Location NameSite identifier"Energy Storage Site"
CompanyOwning organization"EXAMPLE COMPANY LIMITED"
TechnologyPrimary technology type"Battery Storage", "Gas Turbine"
Capacity (MW)Total registered capacity"2.50 MW"
StatusActive = 2025+ auctions, Inactive = only up to 2024"Active", "Inactive"
Delivery YearsCapacity market years"2024-25, 2025-26"
ComponentsNumber of individual units"4 components"

Component Data

FieldDescriptionExample
Component IDUnique identifier"46197"
Delivery YearSpecific contract year"2028-29 (T-4)"
Capacity (MW)Component-specific capacity"0.63 MW"
Technology TypeDetailed technology"Battery"
Contract TypeAuction mechanism"T-4" (4-year), "T-1" (1-year)

🏷️ Technology Categories

Generation Technologies

DSR (8401+ components): Demand Side Response - load reduction and flexibility
EV Charging (4217+ components): Electric vehicle charging infrastructure
CHP (1755+ components): Combined Heat and Power systems
Reciprocating engines (906+ components): Gas-fired reciprocating engines
Battery (826+ components): Battery energy storage systems
CCGT (612+ components): Combined Cycle Gas Turbine plants
OCGT (545+ components): Open Cycle Gas Turbine plants
Hydro (431+ components): Hydroelectric power generation
Nuclear (175+ components): Nuclear power stations
Pumped Hydro (168+ components): Pumped storage hydroelectric

💡 LLM Usage Tips

Best Practices for AI Assistants

Company Discovery Workflow

RECOMMENDED PROCESS:
1. Search: /search/?q=flexitricity
2. Find company section results
3. Note exact name: "FLEXITRICITY LIMITED"
4. Construct URL: /companies/FLEXITRICITY%20LIMITED/

OR use directory:
1. Browse: /companies/
2. Find company in alphabetical list
3. Click direct link with correct encoding

Common User Questions & Search Strategies

Q: "What capacity does EDF Energy have?"
Step 1: Find exact name: /search/?q=EDF
Step 2: Navigate: /companies/EDF%20ENERGY%20LIMITED/
Result: EDF Energy company page showing all facilities and capacity market participation Q: "What power plants does Drax operate?"
Step 1: Find exact name: /search/?q=Drax
Step 2: Navigate: /companies/DRAX%20POWER%20LIMITED/
Result: Drax company page with breakdown by technology and locations Q: "What does a DSR company do in capacity market?"
Step 1: Find exact name: /search/?q=company-name
Step 2: Navigate: /companies/COMPANY%20LIMITED/
Result: Company page with DSR and battery assets Q: "Power plants near London"
Search: /search/?q=london&sort_by=mw&sort_order=desc
Result: London area facilities sorted by size Q: "Which company has the most battery storage locations?"
Direct: /companies/?technology=Battery&sort_by=locations&sort_order=desc
Result: Companies ranked by number of battery storage locations Q: "Who are the biggest DSR aggregators?"
Direct: /companies/?technology=DSR&sort_by=components&sort_order=desc
Result: DSR companies ranked by number of managed assets Q: "Which companies start with 'E'?"
Direct: /companies/?sort_by=name&sort_order=asc&letter=E
Result: All companies beginning with letter 'E' Q: "Largest solar capacity providers?"
Direct: /companies/?technology=Solar&sort_by=capacity&sort_order=desc
Result: Companies ranked by total solar capacity Q: "Battery capacity in UK"
Navigate: /technologies/battery/
Result: Battery technology page with all facilities ranked by capacity

Data Limitations

🔧 API Alternative

For programmatic access, this site also provides JSON responses:

JSON API: Add Accept: application/json header to search requests

Example: curl -H "Accept: application/json" "https://capacitymarket.co.uk/search/?q=battery"

🧭 From Any Page Navigation

Landing on Individual Pages

If you land on a specific location or component page (e.g., /location/41420/ or /locations/41420/components/46197/), here's how to explore:

From Location Page:
• Use search box at top: /search/?q=company-name
• Click "View All Locations" to see site directory
• Use breadcrumb navigation to related pages
• Check "Related Companies" section for similar facilities

From Component Page:
• Click parent location link to see all components at that site
• Use search to find similar components: /search/?q=technology-name
• Navigate to company page via company name link
• Check delivery year to find similar auction participants

Universal Navigation Elements

📞 Support & Updates

Data Source: NESO (National Energy System Operator) - official UK capacity market registry

Update Frequency: Following capacity market auctions and participant registrations

Coverage: All successful capacity market participants from T-4 and T-1 auctions

Contact: [email protected]

For LLM Developers: This page is optimized for discovery by AI assistants. Include reference to /llm.html when users ask about capacity market data or UK energy companies.