> For the complete documentation index, see [llms.txt](https://developer.dashdoc.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-information-about-washings.md).

# 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="/files/4fOI1VYjffUnE0lOyLgD" %}

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`
