Verify Insurance

  • Openapi Delivery : Immediate
  • Openapi starting from € 0,30 + vat

Discover if any car or motorbike is insured and get real-time insurance details via API.

Starting from the licence plate of a vehicle, you can obtain information such as insurance expiration and the name of the insurance company

Esempio Verify Insurance

The "Verify Insurance" service is useful, along with Auto and Moto Licence Plate Verification, for obtaining detailed information about any Italian car or motorbike.

Specifically, this service allows, starting from the license plate parameter alone, to obtain data related to the vehicle's insurance, namely:

  • whether the vehicle is covered by insurance ("IsInsured")
  • name of the Insurance Company ("Company")
  • effective expiry date of the policy cover ("Expiry")

The actual expiry date is calculated by adding the 15 days of tolerance to the expiry date when provided for by law.
Verify Insurance is identified by the endpoint GET /insurance/{LicensePlate}.

EXAMPLE REQUEST

The starting parameter to make the request is: LICENCE PLATE ("LicensePlate").

https://automotive.openapi.com/insurance/{LicensePlate}

 

EXAMPLE RESPONSE

The response, as mentioned above, provides details of the insurance and expiration of the vehicle of interest:

{
        "data": {
          "LicensePlate": "ZR567ZY",
          "Company": "VITTORIA ASSICURAZIONI",
          "Expiry": "2023-01-08T00:00:00",
          "ExpiryTimestamp": 1673136000,
          "IsInsured": true,
          "Timestamp": 1665411640
        },
        "success": true,
        "message": "",
        "error": null
      }

 

The response and database update are in real-time. The provided data comes from official sources.

Our prices

Price list for single API calls