HomeProductsPRA License Plate Report - Italy

PRA License Plate Report - Italy

€10.90 + VAT

The PRA License Plate Report is the official document that includes information on the owner, technical data and whether there are any penalties on a vehicle.

Delivery

A few seconds on working days

available for
  • it

The PRA registration check by license plate allows access to the ACI PRA database to obtain information about the vehicle owner, the vehicle's technical data, and any administrative freezes, mortgages, encumbrances, and restrictions.

The information included in the document are:

  • Owner's personal details (name, surname, tax code, address)
  • Driver's personal details (in case of leasing)
  • Current legal status (mortgage, encumbrance, lien, administrative freeze, ...)
  • Technical data (chassis, engine capacity, make, model, value).

The required data to request the PRA registration check by license plate are: vehicle type and license plate.

The PRA registration check can be requested for all vehicles, cars, motorcycles, and trailers, registered with the Public Motor Vehicle Registry after October 1st, 1993.

It is not possible to request information for the following vehicles because they are not registered with the PRA:

  • Motorcycles with an engine capacity of less than 50 c.c.
  • Agricultural vehicles
  • Buses
  • Caravans
  • Trailers with a load capacity of less than 3.5 tons

PRA LICENSE PLATE CHECK REQUEST

GET /documents

To request the PRA License Plate Check with Docuengine, it is first necessary to verify all the parameters to correctly complete the request.

REQUEST EXAMPLE

https://docuengine.openapi.com/documents

This is possible through the GET /documents endpoint, which does not require parameters and will return the full list of documents and requests available via Docuengine, along with their respective parameters and costs.

RESPONSE EXAMPLE

GET /documents

The response will indicate all the necessary information to complete the request for documents available via the Docuengine API. In our case, we will only be interested in the data for the PRA License Plate Check

{
      "data": [
        {
          "requestStructure": {
            "fields": {
              "field0": {
                "name": "vehicleType",
                "nameIT": "tipo veicolo",
                "type": "optionCode",
                "required": true,
                "options": [
                  {
                  "code": "AUTOVEICOLO",
                  "description": "autoveicolo (comprende anche autocarri)"
                  },
                  {
                  "code": "MOTOVEICOLO",
                  "description": "motoveicolo"
                  },
                  {
                  "code": "RIMORCHIO",
                  "description": "rimorchio"
                  }
              ],
                "help": "Inserire il tipo del veicolo"
              },
              "field1": {
                "name": "plate",
                "nameIT": "nome",
                "type": "string",
                "required": true,
                "options": null,
                "help": "Inserire il nome del richiedente"
              },
              "field2": {
                "name": "notes",
                "nameIT": "note",
                "type": "string",
                "required": false,
                "options": null,
                "help": "Note aggiuntive"
              }
            },
            "validation": "",
            "help": null,
            "searchHelp": null
          },
          "category": "Patronato",
          "name": "Visura Targa PRA",
          "options": [
            {
              "name": "urgenza",
              "price":4
            },
            {
              "name": "assistenza_dedicata",
              "price": 10
            }
          ],
          "hasSearch": false,
          "isSync": false,
          "id": "67d066772cbb7e30d3d93e33",
          "searchPrice": 0,
          "documentPrice": 10.90,
          "totalPrice": 10.90
        }  
      ],
      "success": true,
      "message": "",
      "error": null
    }

The mandatory data for completing the request successfully is listed under validation.

The required data for the request are:

  • License Plate
  • Note (optional)

Additional documents required will be requested by the CAF or Patronage handling the practice in compliance with privacy regulations.

REQUEST THE DOCUMENT

POST /requests

REQUEST EXAMPLE

POST /requests

{
   "documentId": "66ffea9fa2b0bc1d3104fa54"
   "search": {
       "field0": "vehicleType",
       "field1": "plate",
       "field2": "note"
     }     
 }

RESPONSE EXAMPLE

POST /requests

The response will provide various information, including the status, whether a callback is set, and the request ID, which we will need later to download the document.

{
   "data" {
    "documentId": "67d066772cbb7e30d3d93e33"
      "search": {
       "field0": "vehicleType",
       "field1": "plate",
       "field2": "note"
      },
      "data": {}
    },
    "timestamps": {
      "creation": 1724416377,
      "WAIT": 1724416377,
      "lastUpdate": 1724416393
    },
    "state": "WAIT",
    "readableSearch": {},
    "optionsPrice": 0,
    "selectedOptions": null,
    "notifyEmail": null,
    "name": "Visura Targa PRA",
    "hasSearch": false,
    "searchPrice": 0,
    "documentPrice": 10.90,
    "totalPrice": 10.90,
    "documents": null,
    "resultId": null,
    "results": null,
    "id": "67d0664a2cbb7e30d3d93e2b"
  },
  "success": true,
  "message": "",
  "error": null
 }

Update the Request

PATCH /requests/{_id}

By default, if the "STATE" field is not set, the transaction is immediately considered closed, and your request will be processed and completed. However, if set, the transaction is started but remains open, and you can proceed to update the request using the PATCH /requests/{_id} endpoint.

Example of Update Request

PATCH /requests/{_id}

This endpoint allows you to update certain fields of the request and complete the process: closing it if the status is "NEW", or selecting a result generated by the search if the document has the 'hasSearch' parameter set to true.

{
     "data" {
      "documentId":  "67d066602cbb7e30d3d93e2f"
        "search": {
          "field0": "vehicleType",
          "field1": "plate",
          "field2": "note"
          }     
        },
        "data": {}
      },
      "timestamps": {
        "creation": 1724416377,
        "WAIT": 1724416377,
        "lastUpdate": 1724416393
      },
      "state": "WAIT",
      "readableSearch": {},
      "optionsPrice": 0,
      "selectedOptions": null,
      "notifyEmail": null,
      "name": "Visura Targa PRA",
      "hasSearch": false,
      "searchPrice": 0,
      "documentPrice": 10.9,
      "totalPrice": 10.9,
      "documents": null,
      "resultId": null,
      "results": null,
      "id": "67d066772cbb7e30d3d93e33"
    },
    "success": true,
    "message": "",
    "error": null
   }

DOWNLOAD DOCUMENT

Once the request is in the "completed" status, you can download the document in PDF format. The endpoint to download documents generated from the request is: GET/requests/{id}/documents

The response will indicate the file name, size, and the URL for downloading the file.

{
   data{
     "fileName":"5f22f5b5065afc21cc60a27a_0.pdf",
     "mimeType"application/pdf",
     "fileSize":"34144",
     "md5":"application/pdf",
     "urlExpire":"1724505599",
     "downloadUrl":"https://storage.googleapis.com/test-docuengine-openapi-com/documents/5f22f5b5065afc21cc60a27a_0.pdf",
     },
     "success": true,
     "message": "",
     "error": null
   }

The PDF file is provided in base64 encoded format.

By integrating Openapi APIs, companies can offer their clients an efficient and compliant service for requesting the PRA License Plate Check, leveraging the professional management of recognized CAF and Patronages.

Sign Up

Do you need help?

Haven't found the answer you're looking for?

Fill in all the details, we will get back to you as soon as possible!

Frequently Asked Questions

License Plate Report (PRA) (in Italian "visura targa PRA") allows you to integrate, via API, a service to request access to the ACI PRA database and obtain detailed information about a vehicle. This information includes the owner's details, technical vehicle data, and the presence of any administrative stops, mortgages, liens, and encumbrances.

What is the License Plate Report (PRA) service?

The service is part of Docuengine, the API that allows you to request over 128 official documents, services, reports, and risk assessment documents, with data from certified sources (e.g., Chamber of Commerce, INPS, and the Revenue Agency).
These are the main categories of documents available via API:

  • Chamber of Commerce documents
  • Cadastral documents
  • Real estate services
  • Patronage services
With Docuengine, you can obtain:
  • official information and documents on companies such as financial statements, company files, shareholder lists, Chamber of Commerce certificates
  • official information and documents on individuals such as negative events, positions, and shares
  • official information and documents on properties and owners such as cadastral records, mortgage records, and plans

Additionally, it is possible to submit applications through CAF, for example, for pensions, NASpI, ISEE, and the 730 tax form.

Which API does the service belong to?

The document includes:

  • Personal details of the owner (name, surname, tax code, address)
  • Personal details of the lessee (in case of leasing)
  • Current legal status (mortgage, lien, encumbrance, administrative stop)
  • Technical vehicle data (chassis, engine capacity, make, model, value)
What information does the License Plate Report (PRA) contain?

The reprot can be requested for vehicles registered with the Public Automobile Registry (PRA) after October 1, 1993, including cars, motorcycles, and trailers.

For which vehicles can the License Plate Report (PRA) be requested?

The report cannot be requested for:

  • Mopeds with an engine capacity of less than 50 c.c.
  • Agricultural vehicles
  • Buses
  • Caravans
  • Trailers with a capacity of less than 3.5 tons
For which vehicles is the License Plate Report (PRA) not available?

The License Plate Report (PRA) service via API is ideal for companies, automotive professionals, insurance agencies, and dealerships that need to securely integrate the service to verify vehicles registered to individuals or legal entities.
The document is useful, for example, to verify if the vehicle you intend to purchase is free from administrative stops, mortgages, or other liens, to trace the owner of a vehicle involved in a road accident, or to access data on owners and any legal constraints associated with the vehicles.

Who is the License Plate Report (PRA) service for?

The service is provided within a few seconds on working days (Mon-Fri 09:00-17:30).

What is the service delivery time?

The cost of the service is €10.90.

What are the costs of the License Plate Report (PRA) service?