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​

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

Query by license plate (plate, no spaces or dots). Typical fields include make, model, year, VIN/chassis, engine, color, vehicle type, fines summary, and owner RUT when the registry exposes themβ€”use for fleet onboarding, collateral checks, and claims workflows.

Headers​

NameValue
Acceptapplication/json
AuthorizationBearer <token>

Parameters​

NameTypeRequiredDescriptionExample
platestringYesPlate to consult, without spaces or points.ABC123

Request​

import axios from "axios";

const { data } = await axios.get("https://api.verifik.co/v2/cl/vehicle", {
params: { plate: "BB985" },
headers: { Accept: "application/json", Authorization: `Bearer ${process.env.VERIFIK_TOKEN}` },
});
console.log(data);

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