TEC Register
The data file contains the latest version of the TEC Register including all changes up to publication. This file will be updated twice weekly on Tuesdays and Fridays.
NOTE: Following updates to CUSC paragraphs 6.30.3.2 and 6.35.2, the Transmission Entry Capacity (TEC) Registers will include an additional column called “Gate” from 21st November,2025 indicating whether agreements are classified as Gate 1 or Gate 2. This column will be populated once agreements have been countersigned. Until that point, the field will remain blank.
Please note:
1) Capacity across stages and technology types is currently presented in aggregate, which may result in duplicate entries. This will be refined as the register process evolves, with future updates aiming to split capacity by stage and technology to improve clarity and accuracy.
2) This approach ensures transparency while reflecting the current status of agreements under the Connections Reform process.
Project IDs: are Case Sensitive i.e. a0l4L0000005iPb; a0l4L0000005ipb and a0l4L0000005ipB relate to different projects.
Staging: If a project includes staged TEC there will be an associated number in the Stage column. Some projects have two separate lines without numbers - this usually indicates that the project is already built and the Customer is perhaps adding a different type of generation or building new generation to be connected at a future date. Once built the second line will fall away and the TEC incorporated into the overall project.
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
| Query example (first 5 results) |
|---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=17becbab-e3e8-473f-b303-3806f43a6a10&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "17becbab-e3e8-473f-b303-3806f43a6a10" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '17becbab-e3e8-473f-b303-3806f43a6a10', // the resource id
limit: 5 // get 5 results
};
$.ajax({
url: 'https://api.neso.energy/api/3/action/datastore_search',
data: data,
dataType: 'jsonp',
success: function(data) {
alert('Total results found: ' + data.result.total)
}
});
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=17becbab-e3e8-473f-b303-3806f43a6a10&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Project Name
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Customer_Name
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Connection_Site
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Stage
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
MW_Connected
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
MW_Increase_Decrease
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
Cummulative_Total_Capacity_MW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
MW_Effective_From
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Project_Status
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Agreement_Type
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
HOST_TO
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Plant_Type
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Project_ID
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Project_Number
| Title | |
|---|---|
| Type | string |
| Description | |
| Comment | |
| Example | |
| Unit |
Gate
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |