GET
/
vehicles
/
{id}
/
{make}
/
charge

This endpoint is currently available for audi

Permission

read_charge

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

make
string
required

The make of the vehicle you are making a request to.

Response

chargingStatus
string | null

Indicates the charging status of the vehicle

isPluggedIn
bool | null

Indicates if the vehicle is plugged in

wattage
number | null

The instant power measured by the vehicle (in kilowatts).

chargeRate
number | null

The rate of range added in the charging session (in kilometers added / hour).

chargeType
string | null

Indicates the type of charger.

chargePortColor
string | null

The indicator light color of the connector.

chargePortLatch
string | null

Indicates if the charge port latch status.

completionTime
string | null

An ISO8601 formatted datetime (YYYY-MM-DDTHH:mm:ss.SSSZ) for the time at which the vehicle expects to complete this charging session.

chargeMode
string | null

Indicates if the vehicle is set to charge on a timer. One of manual or timer.

socLimit
number | null

Indicates the level at which the vehicle will stop charging and be considered fully charged as a percentage.

externalPowerStatus
string | null

When plugged in indicates if the charging station is able to provide power to the vehicle.