---
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
  - `result` object
    - `planId` integer — Loadpoint index starting at 1.
    - `precondition` integer — Late charging duration in seconds.
    - `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

- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `getLoadpointPlan` was added
- **2025-08-01** `2429e9297a5c` — 2 info
  - api operation id `getLoadpointPlan` removed and replaced with ``
  - added the optional property `result/allOf[subschema #1]/precondition` to the response with the `200` status

[Change 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/c4027a2cb484/schema)
