---
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[] — unresolved $ref
  - `planTime` string, date-time — Timestamp in RFC3339 format
  - `power` number — Power in W

## Changes

- **2026-07-23** `5f032b4182a7` — 1 breaking, 3 warning
  - the `allOf[#/components/schemas/PlanRates]/plan/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `allOf[#/components/schemas/PlanRates]/plan/items/end` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/PlanRates]/plan/items/start` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/PlanRates]/plan/items/value` from the response with the `200` status
- **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

[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/5f032b4182a7/schema)
