Skip to content

API Static Data

Current version: 1.4

Content last updated: 25/11/2024. See the changelog for the version history.

The Static Data API retrieves static data linked to a vehicle (registration certificate, additional information, fluids, electric vehicle data, tires), from its license plate or VIN code.

Using the API

The Static Data API is a REST API. The exchange format used by the API is JSON.

It retrieves administrative and technical data on vehicles, for use by fleet management and vehicle data analysis applications.

HTTP codes

Code Description
200 The request succeeded.
401 Authentication failed. Check the appId and appKey provided.
403 Unauthorized access. The token provided is not valid.
404 Data not found. The data identifier (vehicle, device, authorization, license plate) is unknown.
480 The request could not be completed. Check the error field in the API response for more information.
500 Internal error.

In this documentation

  • Authentication — obtain and use an access token.
  • Endpoints — retrieving a vehicle's SIV data.
  • Errors — error codes returned in the error field.
  • Changelog — version history of this documentation.