Skip to main content

🇨🇱 Chile - Vehicle Information

Chilean vehicle validation service provides comprehensive verification capabilities for vehicle information. This service allows you to retrieve detailed information about vehicles registered in Chile.

Vehicle Information Lookup

Endpoint

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

Headers

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>

Parameters

NameTypeRequiredDescriptionExample
platestringYesPlate to consult, without spaces or points.ABC123

Request

import axios from 'axios';

const options = {
method: 'GET',
url: 'https://api.verifik.co/v2/cl/vehicle',
params: {
plate: 'BB985'
},
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": {
"chasisNumber": "ME1KG0447E2066723",
"color": "NEGRO",
"engineNumber": "1ES3032465",
"fines": "NO POSEE MULTAS",
"manufacturer": "NO DISPONIBLE",
"mark": "YAMAHA",
"model": "FZ 16",
"orderTheft": "NO DISPONIBLE",
"origin": "NO DISPONIBLE",
"owner": "",
"plate": "BB985",
"publicTrans": "NO DISPONIBLE",
"revision": "NO DISPONIBLE",
"rut": "26043542-6",
"type": "MOTO",
"typeTransPub": "NO DISPONIBLE",
"year": "2014"
},
"signature": {
"dateTime": "April 21, 2023 8:32 PM",
"message": "Certified by Verifik.co"
}
}

Features

Vehicle Information Lookup

  • Vehicle Registration: Verify vehicle registration in Chile
  • Technical Specifications: Get chassis number, engine number, manufacturer, model
  • Vehicle Details: Access year, color, and type information
  • Owner Information: Retrieve vehicle owner RUT and details
  • Fine Status: Check for outstanding fines associated with the vehicle
  • Theft Status: Verify if vehicle has theft orders
  • Public Transport: Check public transport classification

General Features

  • Multiple Programming Languages: Support for JavaScript, Python, PHP, and Swift
  • Real-time Data: Access current and up-to-date information
  • Comprehensive Error Handling: Detailed error responses for various scenarios
  • Structured Responses: Well-formatted JSON responses with signature verification
  • Chilean Registry Integration: Direct access to official Chilean vehicle database