---
title: "Get charging plan"
method: GET
path: "/loadpoints/{id}/plan"
tags: ["loadpoints"]
---

# Get charging plan

`GET /loadpoints/{id}/plan`

Returns the current charging plan for this loadpoint.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.

## Response `200`

Success

- object
  - `planId` integer — Loadpoint index starting at 1.
  - `duration` integer — Duration in s
  - `plan` Rate[]
    - `start` string, date-time — Timestamp in RFC3339 format
    - `end` string, date-time — Timestamp in RFC3339 format
    - `value` number — Cost
  - `planTime` string, date-time — Timestamp in RFC3339 format
  - `power` number — Power in W

## Changes

- **2026-07-20** `32e824ccacfe` — 1 breaking, 1 warning, 1 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `result` from the response with the `200` status
  - added `#/components/schemas/PlanRates, subschema #1` to the response body `allOf` list for the response status `200`
- **2025-12-31** `522c8a4fb8e9` — 1 warning
  - removed the optional property `result/allOf[subschema #1]/precondition` from the response with the `200` status
- **2025-12-31** `9542b598863d` — 1 info
  - added the optional property `result/allOf[subschema #1]/precondition` to the response with the `200` status
- **2025-12-30** `522c8a4fb8e9` — 1 warning
  - removed the optional property `result/allOf[subschema #1]/precondition` from the response with the `200` status
- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `getLoadpointPlan` was added

[Full history](https://skmtc.dev/evcc-io/apis/evcc/changes/loadpoints/:id/plan/get.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/32e824ccacfe/schema)
