For everyone else, the TomTom-API is what I was looking for. And currently in the free plan you’ll get 2500 non-tile request per day, which is more than sufficient to observe a chargepoint.
You could
either use the “Nearby search” (/search/2/evsearch vor v2 of the endpoint), which will have the station and its status in the response also:
Here it would be object►results►0►chargingStations►0►chargingPoints►0►status
or use the TomTom ID (object►results►0►id) for a specific search (/search/2/evbyid also v2), which will have the same payload. (see above EV Search API)
or use the TomTom ID (object►results►0►id) for a availability search (/search/2/chargingAvailability.{ext} for v2 of the endpoint):
Then it would be object►connectors►0►availability►current►available/occupied/...
I use the 3. option, for it spits out already the number of available/occupied/offline loadpoints. That’s already a good start for a rule.