---
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-08-03** `c75ef6921f05` — 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-24** `e84dc2eafd11` — 1 breaking, 3 info
  - the `allOf[#/components/schemas/PlanRates]/plan/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `allOf[#/components/schemas/PlanRates]/plan/items/end` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/PlanRates]/plan/items/start` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/PlanRates]/plan/items/value` to the response with the `200` status
- …earlier changes not shown

[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/5152af83a070/schema)
