---
title: "Get the active boost"
method: GET
path: "/boost"
tags: ["Boost"]
---

# Get the active boost

`GET /boost`

Returns the active boost (type, value, remaining, started), or an empty object when no boost is active. The idle 200+{} response doubles as the capability probe: older firmware has no clean 404 for this path, so clients should treat any non-200-JSON response as unsupported rather than relying on a 404.

## Response `200`

Active boost, or {} when idle

- object
  - `type` 'time' | 'energy' | 'soc' | 'range'
  - `value` integer — time: seconds (NOT minutes, unlike /limit); energy: Wh added since activation; soc: absolute percent; range: absolute distance
  - `remaining` integer — Remaining amount in the dimension's unit (ceil)
  - `started` string, date-time

## Changes

- **2026-08-23** `cd1e51822326` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openevse/apis/openevse-wifi-api/changes/boost/get.md)

---

[API](https://skmtc.dev/openevse/apis/openevse-wifi-api.md) · [All operations](https://skmtc.dev/openevse/apis/openevse-wifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openevse/openevse-wifi-api/revisions/0b557db566f3/schema)
