---
title: "TEC Register"
method: GET
path: "/gb/national-grid/registers/tec"
tags: ["NESO"]
---

# TEC Register

`GET /gb/national-grid/registers/tec`

A list of projects that hold contracts for Transmission Entry Capacity (TEC) with us. These include existing and future connection projects and projects that can be directly connected to the National Electricity Transmission System (NETS), or make use of it.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` NationalgridesoTECRegister[], required
    - `projectName` string, required
    - `projectNumber` string, nullable
    - `customerName` string, required
    - `connectionSite` string, required
    - `stage` integer, required
    - `mwConnected` number, required
    - `mwIncreaseDecrease` number, required
    - `cumulativeTotalCapacity` number, required
    - `mwEffectiveFrom` string, date, required
    - `agreementType` string, required
    - `projectStatus` string, required
    - `hostTo` string, required
    - `plantType` string, required
    - `projectId` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/revisions/6c4b83d3fc12/schema)
