€29.90 + VAT
PRA Vehicle Owners Report is the service for checking all vehicles registered in the name of a private or legal entity
The PRA Vehicle Owners Report, also known as the nominal PRA, allows you to know all vehicles, cars, motorcycles, and trailers owned by an individual or a legal entity (company, consortium, cooperative, association, non-commercial entity).
The service provides complete data for up to a maximum of 20 vehicles. Beyond that number, the list of additional vehicles will be provided only with the license plate and vehicle type.
The information included in the document is:
Some data, such as Model, Frame, and Engine Displacement, may not be available in all documents.
As mentioned, the owners' report is available for both private individuals and businesses, and depending on the type of entity, the following data will be required to make the request:
GET /visure
To request the Owners' Report PRA through the Visengine API, you first need to identify the hash that uniquely identifies each document or practice.
https://visengine2.altravia.com/visure/
This is possible through the endpoint GET /visure which does not require parameters and will return the complete list of documents and practices available through Visengine and respective hashes.
GET /visure/{hash_visura}
To verify the information, required documents, and costs of the Owners' Report PRA, you need to make a request using the endpoint GET /visure/{hash_visura} and provide the hash of the Owners' Report PRA previously obtained.
GET /visure/{hash_visura}
To verify fields and costs to complete the request, we should use the hash obtained in the previous request.
https://visengine2.altravia.com/visure/89031e957e9cebc4f6e64948f2353727
GET /visure/{hash_visura}
The response will provide all necessary information to complete the request, including mandatory fields.
{
"data": {
"hash_visura": "89031e957e9cebc4f6e64948f2353727",
"json_struttura": {
"campi": {
""$0": {
"nome": "Nome e Cognome o Denominazione Azienda",
"tipo": "denominazione",
"null": false,
"opzioni": null,
"istruzioni": "Selezionare la tipologia del veicolo per il quale si richiede la visura"
},
"$1": {
"nome": "Codice Fiscale / Partita IVA",
"tipo": "codice_fiscale",
"null": false,
"istruzioni": "Inserire il Codice Fiscale o la Partita IVA del soggetto"
}
},
"validazione": "$0 && $1",
"istruzioni": "PHA+UGVyIG90dGVuZXJlIGxhIHZpc3VyYSBjb21waWxhcmUgdHV0dGkgaSBkYXRpIHJpY2hpZXN0aTwvcD4NCg==",
"istruzioni_ricerca": ""
},
"nome_categoria": "Patronato",
"nome_visura": "Visura Proprietari PRA",
"opzioni": [
{
"tipo": urgenza,
"prezzo": 4,
"nome": opzione_0
}
null,
"prezzo_ricerca": 0,
"prezzo_visura": 29.9,
"ricerca": false,
"sincrona": false,
},
"success": true,
"message": "",
"error": null
}
In validation, the mandatory data required to complete the request successfully are indicated.
POST /request
In the request payload, we should include all the information and documents previously indicated.
{
"hash_visura": "3cbbb9c833f1c94af35494820cda3370",
"json_visura": {
"$0": xxxxxxxxxxx,
"$1": xxxxxxxxxxx
}
POST /request
The response will provide various pieces of information including the status, whether the callback is set, and the request ID, which we will need later to download the document.
{ "data":
{
"_id": "5f2829ce065afc21cc60ad0e",
"state": 1,
"hash_visura": "89031e957e9cebc4f6e64948f2353727",
"nome": "Visura Proprietari PRA",
"ricerca": false,
"id_ricerca": null,
"prezzo_visura": 29.90,
"prezzo_ricerca": 0,
"indice_ricerca": null,
"stato_richiesta": "In erogazione",
"email_target": null,
"allegati": [],
"timestamp_creation": 1596467662,
"timestamp_last_update": 1596467663,
"timestamp_stati": {
"in_ricerca": 1596467663,
"in_erogazione": 1596467663
},
"callback_data": false,
"opzioni": null,
"owner": "[email protected]",
"sincrona": false,
"ricerche": [
{
"id_ricerca": "5f2829ce065afc21cc60ad0e_0",
"stato_ricerca": "Ricerca evasa",
"json_ricerca": "{}",
"json_mappato": {},
"json_risultato": null
}
],
"esito": {
"codice": "0",
"info": "OK"
}
GET /document/{_id}
Once the status of the request is "completed," you can download the document using the GET method /document/{_id}
GET /document/{_id}
This is an example of a request using the ID previously obtained
https://visengine2.altravia.com/visure/document/5f2829ce065afc21cc60ad0e
GET /document/{_id}
The response will contain the name, size, and file.
{
data{
"name":"5f22f5b5065afc21cc60a27a.zip",
"size":"10206",
"file":"++6+47433njVP9ZcX1XNtWUsKrTya9FGhwiXgdp5j5OPh0FpaKWVpjP8CUEjFjYzYwYTI3YS5wZGZVVAUAAwhDKF91eAsAAQQhAAAABCEAAABQSwUGAAAAAAEAAQBiAAAAZicAAAAA"
},
"success": true,
"message": "",
"error": null
}
The delivery times for the PRA Vehicle Owners Report are 5 business days.
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!
Vehicle Owner Report (PRA) (in Italian "visura proprietari PRA") allows you to integrate, via API, a service to request an informative document on all vehicles (including cars, motorcycles, and trailers) registered to an individual or legal entity (company, consortium, cooperative, association, non-commercial entity).
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:
With Docuengine, you can obtain:
Additionally, it is possible to submit applications through CAF, for example, for pensions, NASpI, ISEE, and the 730 tax form.
The report includes details on registered vehicles such as:
The report covers vehicles such as cars, motorcycles, and trailers. However, mopeds, agricultural vehicles, and some old-style plates registered before 1993 may not be available in the PRA database.
The Vehicle Owner Report (PRA) service via API is designed for companies, automotive professionals, insurance agencies, dealerships, credit institutions, and legal entities who need to securely integrate the service to verify vehicles registered to individuals or legal entities. It is also useful for those who want to obtain updated information on owned vehicles, for example, for asset checks or for evaluations on business partners and clients.
The service is provided within 5 business days.
The cost of the service is €22.50.