---
title: "Tire pressure"
method: GET
path: "/vehicles/{vehicle_id}/tires/pressure"
tags: ["Vehicles"]
---

# Tire pressure

`GET /vehicles/{vehicle_id}/tires/pressure`

__Description__

Returns the air pressure of each of the vehicle’s tires.
__Permission__

`read_tires`

__Example Response__

|Name| Type|Description|
|--|--|--|
|`frontLeft`|number|The current air pressure of the front left tire (in kilopascals by default or in pounds per square inch using the [sc-unit-system](https://smartcar.com/docs/api?version=v2.0&language=cURL#request-headers)).|
|`frontRight`|number|The current air pressure of the front right tire (in kilopascals by default or in pounds per square inch using the [sc-unit-system](https://smartcar.com/docs/api?version=v2.0&language=cURL#request-headers)).|
|`backLeft`|number|The current air pressure of the back left tire (in kilopascals by default or in pounds per square inch using the [sc-unit-system](https://smartcar.com/docs/api?version=v2.0&language=cURL#request-headers)).|
|`backRight`|number|The current air pressure of the back right tire (in kilopascals by default or in pounds per square inch using the [sc-unit-system](https://smartcar.com/docs/api?version=v2.0&language=cURL#request-headers)).|

## Response `200`

return Pressure reading

- TirePressure
  - `frontLeft` number, float — The current air pressure of the front left tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).
  - `frontRight` number, float — The current air pressure of the front right tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).
  - `backLeft` number, float — The current air pressure of the back left tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).
  - `backRight` number, float — The current air pressure of the back right tire (in kilopascals by default or in pounds per square inch using the sc-unit-system).

---

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