---
title: "Quiescent Physical Notifications"
method: GET
path: "/gb/elexon/physical/qpn"
tags: ["Elexon"]
---

# Quiescent Physical Notifications

`GET /gb/elexon/physical/qpn`

This endpoint provides Quiescent Physical Notification data received from NGESO. It returns the data valid for a single settlement period. Quiescent Physical Notifications describe the MW levels to be deducted from the Physical Notification of a BM Unit to determine a resultant operating level. The settlement period to query can be specified as a date and settlement period, or as a datetime which will resolve to the settlement period that time falls within. If a settlement period is provided, it will take precedence over the time portion of the datetime.

## Query parameters

- `date_from` string, date-time, required
- `date_to` string, date-time, required
- `bm_unit` string
- `settlement_period` integer
- `limit` integer
- `offset` integer
- `timezone` 'UTC' | 'Europe/Berlin' | 'Europe/London' | 'America/New_York' | 'America/Chicago' | 'America/Los_Angeles'

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ElexonQPN[], required
    - `dataset` string
    - `settlementDate` string, date
    - `settlementPeriod` integer
    - `timeFrom` string, date-time
    - `timeTo` string, date-time
    - `levelFrom` integer
    - `levelTo` integer
    - `nationalGridBmUnit` string
    - `bmUnit` string

## 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/versions/6c4b83d3fc12/schema)
