# Get information about washings

Information filled by the trucker on the mobile app when a washing is performed can be accessed within the `status_updates` in the global JSON of a transport.

Here is an exemple of a `status_update` object in the case of a truck wash:

{% file src="<https://3074350244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LU-jgnMbbOKXxePIFGq%2Fuploads%2Fgit-blob-bd50513bd618781e871b10ba74926b4a232fc3ac%2Fexemple_status_update_truck_wash.json?alt=media>" %}

You can retrieve the washing method that was used in `method`. Possible values are : none, A, B, C, D.

Depending on how the washing was done, you also have details about:

* the station where the truck has been washed : `stationName`
* the detergent that has been used : `detergent`
* the disinfectant that has been used : `disinfectant`
