Skip to main content

πŸ‡΅πŸ‡Ύ Paraguay - Vehicle Information

This service provides detailed information about a vehicle in Paraguay using its license plate number. The response includes vehicle details such as the brand, chassis, type, year, number of axles, the owner's name, the type of service, the current status of the vehicle, and the license plate number.

This information is useful for various purposes, including vehicle verification, ownership checks, and compliance monitoring.

Endpoint​

GET https://api.verifik.co/v2/py/vehicle

Headers​

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>

Parameters​

NameTypeRequiredDescriptionExample
platestringYesPlate number to consult.ABC123

Request​

import axios from 'axios';

const options = {
method: 'GET',
url: 'https://api.verifik.co/v2/py/vehicle',
params: {
plate: 'ABC123'
},
headers: {
'Accept': 'application/json',
'Authorization': 'Bearer <tu_token>'
}
};

try {
const { data } = await axios.request(options);
console.log(data);
} catch (error) {
console.error(error);
}

Response​

{
"data": {
"axles": "3",
"brand": "MERCEDES BENZ",
"chassis": "9BM958207GB012345",
"owner": "CI086-COOPERATIVA CHORTITZER LTDA.",
"plate": "ABC123",
"service": "CARGA NACIONAL",
"situation": "VENCIDA",
"type": "CAMION CISTERNA",
"year": "2023"
},
"signature": {
"dateTime": "June 24, 2024 7:34 PM",
"message": "Certified by Verifik.co"
},
"id": "Z4ALR"
}

Features​

  • Vehicle Information Retrieval: Get comprehensive vehicle details from Paraguayan vehicle registry
  • License Plate Validation: Verify vehicle license plates registered in Paraguay
  • Vehicle Specifications: Access detailed vehicle specifications including:
    • Brand and manufacturer information
    • Chassis number for vehicle identification
    • Vehicle type and classification
    • Manufacturing year and model details
    • Number of axles for vehicle configuration
  • Ownership Information: Retrieve current vehicle owner details
  • Service Type Classification: Get information about vehicle service type (e.g., CARGA NACIONAL)
  • Vehicle Status Monitoring: Access current vehicle situation and status
  • Compliance Verification: Verify vehicle compliance and registration status
  • Multiple Programming Languages: Support for JavaScript, Python, PHP, and Swift
  • Real-time Data: Access current and up-to-date vehicle information
  • Comprehensive Error Handling: Detailed error responses for various scenarios
  • Paraguayan Registry Integration: Direct access to official Paraguayan vehicle database
  • Vehicle Type Classification: Support for various vehicle types including trucks, tankers, and commercial vehicles
  • Ownership Verification: Verify vehicle ownership for legal and commercial purposes