---
title: "Get Tire Pressure"
method: GET
path: "/{vin}/tire_pressure"
tags: ["Vehicle Data"]
---

# Get Tire Pressure

`GET /{vin}/tire_pressure`

Returns the tire pressure of a vehicle, measured in bar.

Requires firmware 2022.4.5+.

## Response `200`

Success

- object
  - `front_left` number
  - `front_right` number
  - `rear_left` number
  - `rear_right` number
  - `front_left_status` 'unknown' | 'low' | 'normal'
  - `front_right_status` 'unknown' | 'low' | 'normal'
  - `rear_left_status` 'unknown' | 'low' | 'normal'
  - `rear_right_status` 'unknown' | 'low' | 'normal'
  - `timestamp` integer

---

[API](https://skmtc.net/tessie/apis/tessie-api.md) · [All operations](https://skmtc.net/tessie/apis/tessie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessie/tessie-api/revisions/a9157f7a53a2/schema)
