Automotive
Number of APIs: 9
The API provides a vehicle information consulting service based on license plate numbers, with three distinct endpoints for cars, motorcycles, and insurance checks. Developed from the automotive
endpoint, the service delivers accurate and reliable details about vehicles.
IN SANDBOX
The Sandbox service provides a testing environment for the Automotive API, allowing users to simulate requests and receive sample data for evaluation purposes. In this environment, users can test the service's functionality by submitting queries using either the License Plate (for most endpoints) or the KBANumber (for the German endpoint). The key distinction is that, instead of retrieving real-world data, the Sandbox service returns predefined, dummy data designed for testing scenarios. This enables users to assess their integration with the API, validate their implementation, and familiarize themselves with the expected responses before moving to a production environment.
Contact Support: Name: Support
-
{{baseUrl}}/IT-car/:LicensePlate GET {{baseUrl}}/IT-car/:LicensePlate
-
{{baseUrl}}/IT-bike/:LicensePlate GET {{baseUrl}}/IT-bike/:LicensePlate
-
{{baseUrl}}/UK-mot/:LicensePlate GET {{baseUrl}}/UK-mot/:LicensePlate
-
{{baseUrl}}/IT-insurance/:LicensePlate GET {{baseUrl}}/IT-insurance/:LicensePlate
-
{{baseUrl}}/UK-bike/:LicensePlate GET {{baseUrl}}/UK-bike/:LicensePlate
-
{{baseUrl}}/DE-car/:KBANumber GET {{baseUrl}}/DE-car/:KBANumber
-
{{baseUrl}}/FR-car/:LicensePlate GET {{baseUrl}}/FR-car/:LicensePlate
-
{{baseUrl}}/FR-bike/:LicensePlate GET {{baseUrl}}/FR-bike/:LicensePlate
-
{{baseUrl}}/UK-car/:LicensePlate GET {{baseUrl}}/UK-car/:LicensePlate