---
title: "Intraday Hub to Hub Capacities"
method: GET
path: "/api/v2/Intraday/HubToHubCapacities/ByAreaFrom"
tags: ["Intraday"]
---

# Intraday Hub to Hub Capacities

`GET /api/v2/Intraday/HubToHubCapacities/ByAreaFrom`

Returns transmission capacity changes available between two areas, no matter the path through the power grid.
It's not a border/cable capacity but rather the sum of all available paths that power could flow.
Data is available with a delay of approximately 25 minutes.

**Note**: The delivery start time must be provided in a full-hour format, such as 2025-03-01T**01:00:00**Z.
Providing the delivery start time like 2025-03-01T**01:59:59**Z results in a bad request error,
as hub to hub capacities are updated on an hourly basis and such inputs would not give meaningful responses.
 
### Response field descriptions

- **areaFrom**: the outgoing delivery area
- **areaTo**: the incoming delivery area
- **deliveryStart**: the timestamp of delivery start
- **deliveryEnd**: the timestamp of delivery end
- **capacities**: a list of capacity changes 

  Each capacity contains:
  - **outCapacity**: the available capacity out from the "from" area (areaFrom -> areaTo capacity) in MW 

  - **inCapacity**: the available capacity in to the "from" area (areaTo -> areaFrom capacity) in MW
  - **publicationTime**: the timestamp when data has been received from the capacity system
            
[Sample response with valid data for area from NO1, area to TTG and delivery start 2025-05-05T01:00:00Z](https://proddataservicespublic.blob.core.windows.net/public-api-response-samples/Intraday/get_api_v2_Intraday_HubToHubCapacities_ByAreaFrom.json)

## Query parameters

- `areaFrom` string, required
- `areaTo` string
- `deliveryStart` string, date-time, required

## Response `200`

OK

- ApiHub2HubCapacity
  - `volumeUnit` string, nullable
  - `hubToHubCapacities` Hub2HubCapacity[], nullable
    - `areaFrom` string, nullable
    - `areaTo` string, nullable
    - `deliveryStart` string, date-time
    - `deliveryEnd` string, date-time
    - `capacities` CapacityData[], nullable
      - `inCapacity` number, double
      - `outCapacity` number, double
      - `publicationTime` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/nordpoolgroup/apis/auction-member-test.md) · [All operations](https://skmtc.net/nordpoolgroup/apis/auction-member-test/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nordpoolgroup/auction-member-test/versions/6a21504d677e/schema)
