Congestion charge check call

I’ve had an initial look at the API docs, but wondered if anyone could give me the history to this or an answer to:

Is there an API to check whether a vehicle entered the CC zone. I should think (hope) a vehicle simply pings on a database when detected by a CC camera and timestamped.

This should then permit something like:
VIN = ABC1234
Date of entry = 1/1/2020
CC charge required = True

Welcome @KHeath

I’m going to guess that’s “Date of entry” is a GDPR issue - it’s personally identifiably information - so it’s not likely to turn up without being registered to the specific person.

See also

which gives you this API call

https://api.tfl.gov.uk/Vehicle/UlezCompliance?vrm=LC16FEM

which gives you…

Sorry for bitty reply, the docs are here

https://api.tfl.gov.uk/swagger/ui/index.html?url=/swagger/docs/v1#!/Vehicle/Vehicle_GetEmissionsSurchargeCompliance