The Spritmonitor.de API gives your application read and write access to the vehicles, fuelings, costs and reminders of a Spritmonitor.de user. It speaks JSON over HTTPS and is used by our own mobile apps as well as by a number of third party applications.
https://api.spritmonitor.de/v1APPLICATION-ID header, requested hereAuthorization: Bearer <token>The complete API reference with all endpoints, parameters and response schemas – ready to try out in the browser. Open »
Working examples on our GitHub page that show how to authenticate and how to read and add fuelings. GitHub »
Every request needs an application ID. Tell us about your application and we will issue one for you. Request »
/vehicles.json – the vehicles of the logged in user/vehicle/{vehicleId}/fuelings.json – fuelings of a vehicle/vehicle/{vehicleId}/costsnotes.json – costs and notes of a vehicle/reminders.json – the reminders of the logged in user/vehicle/{vehicleId}/tank/{tankId}/fueling.json – add a fueling/vehicle/{vehicleId}/costnote.json – add a cost or note