Notable changes to the MyŠkoda Public API, newest first. Each entry names the contract version it was released as; the version of the currently deployed contract is shown in the API reference.
1.0.0
First stable release. The API offers:
- Vehicle data -
GET /api/v1/vehicles/{vin}returns the vehicle and its current state: vehicle status (doors, windows, lights), fuel status and odometer, air conditioning including auxiliary heating and active ventilation, charging and charging profiles (saved charging locations), parking position, and the remote operations the vehicle supports. The response can be limited to selected parts with theincludequery parameter. - Charging commands - start and stop charging, set the charging limit (target state of charge), change the charge mode, and update a charging profile.
- Climate commands - start and stop air conditioning, auxiliary heating, and active ventilation.
- Authentication and limits - requests authenticate with an API key created
in the MyŠkoda app (
X-API-Keyheader) and are rate-limited per key; errors use theapplication/problem+jsonformat (RFC 9457). See the documentation for details.