Vehicle Values by Code - Fasecolda
Verifik's Fasecolda Vehicle Values by Code API helps you retrieve comprehensive vehicle information using Fasecolda codes. It's designed to streamline your vehicle verification processes, provide accurate valuations, and ensure you have complete vehicle data.
We built this integration for businesses that need a fast, secure, and automated way to access vehicle information and values using Fasecolda codes.
What does this API validate?β
Our API connects directly with official Fasecolda records to validate:
- Vehicle Information by Code: Supports Fasecolda codes to identify vehicles and their characteristics.
- Comprehensive Vehicle Data: Returns vehicle class, brand, model, year, estimated value, load capacity, fuel type, and other key attributes.
- Vehicle Values: Provides historical values for different model years and conditions.
By verifying these details, you can access complete vehicle information and accurate valuations, significantly helping with vehicle transactions and assessments.
API Referenceβ
Endpointβ
https://api.verifik.co/v2/co/fasecolda/values-by-code
Headersβ
| Name | Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer <token> |
Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
codeFasecolda | string | Yes | Specific code that Fasecolda has to identify vehicles and their characteristics. |
Headersβ
| Name | Value |
|---|---|
| Accept | application/json |
| Authorization | Bearer <token> |
Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
codeFasecolda | string | Yes | Specific code that Fasecolda has to identify vehicles and their characteristics. |
Requestβ
- Node.js
- Python
import axios from "axios";
const { data } = await axios.get("https://api.verifik.co/v2/co/fasecolda/values-by-code", {
params: { codeFasecolda: "08032036" },
headers: {
Accept: "application/json",
Authorization: `Bearer ${process.env.VERIFIK_TOKEN}`
},
});
console.log(data);
import os, requests
url = "https://api.verifik.co/v2/co/fasecolda/values-by-code"
headers = {"Accept": "application/json", "Authorization": f"Bearer {os.getenv('VERIFIK_TOKEN')}"}
params = {"codeFasecolda": "08032036"}
r = requests.get(url, headers=headers, params=params)
print(r.json())
Responseβ
- 200
- 404
- 409
{
"data": {
"absShow": "NO",
"airbags": "0",
"airconditioningShow": "SI",
"axles": "2",
"bcpp": "64200",
"brakes": "DISCO/TAMBOR",
"capacityLoad": "0",
"capacityPassengers": "5",
"category": "LIVIANO PASAJEROS",
"class": "AUTOMOVIL",
"country": "COL",
"cylinderCapacity": "1598",
"doors": "5",
"electricChairs": "0",
"electricGlasses": "0",
"electricMirrors": "0",
"explorersShow": "NO",
"foodSystem": "NO APLICA",
"fuel": "GASOLINA",
"groupUpdate": "1",
"homoloCode": "08001151",
"importedShow": "NO",
"line1": "SANDERO [FL]",
"line2": "AUTHENTIQUE",
"line3": "MT 1600CC 8V AA",
"long": "4057",
"marke": "RENAULT",
"novelty": "A",
"observation": "",
"plate": "ABC123",
"power": "90",
"rearSuspension": "NO APLICA",
"reverseCameraShow": "NO",
"segmentCylinder": "L",
"segmentSize": "B",
"sensorsShow": "NO",
"service": "PARTICULAR",
"sunroofShow": "NO",
"tachometer": "NO APLICA",
"traction": "DELANTERA",
"transmission": "4X2",
"typeAddress": "HIDRΓULICA",
"typeAirConditioning": "MANUAL",
"typeBox": "MECANICA",
"typeHeadlights": "HALOGENO",
"typology": "HATCHBACK",
"upholsteryLeatherShow": "NO",
"valueModel": [
{
"modelo": "2016",
"valor": 34500,
"estado": "USADO",
"modeloId": 47,
"idEstado": 1
},
{
"modelo": "2015",
"valor": 32800,
"estado": "USADO",
"modeloId": 46,
"idEstado": 1
}
],
"weight": "1108"
},
"signature": {"message": "Certified by Verifik.co", "dateTime": "October 12, 2023 7:38 PM"},
"id": "mhlt7"
}
{
"code": "NotFound",
"message": "Record not found."
}
{
"code": "MissingParameter",
"message": "missing codeFasecolda"
}
Notesβ
- Fasecolda codes are unique identifiers for vehicle models and configurations.
- This service provides the same detailed information as the plate-based service.
- Values are provided in Colombian Pesos (COP).
bcppfield contains the base commercial price for the vehicle.estado: "USADO"indicates used vehicle values.
Common Use Casesβ
- Vehicle Valuation: Get accurate vehicle values for insurance, sales, or appraisals.
- Vehicle Information Lookup: Access comprehensive vehicle specifications and details.
- Fleet Management: Verify vehicle information for fleet operations.
- Insurance Underwriting: Use vehicle data for insurance policy assessment.
Official Sources & Reliabilityβ
We connect directly with official Fasecolda sources to ensure you receive verified, up-to-the-minute information. Every query is handled with strict adherence to security and regulatory standards.
Key Benefitsβ
- Accurate Valuations: Access official Fasecolda vehicle values and specifications.
- Instant Results: Process verifications in seconds, perfect for real-time vehicle checks.
- Trusted Data: Rely on data sourced directly from official Fasecolda records.
- Easy Integration: Connect easily via our REST API or use our compatible SDKs.
Compliance & Securityβ
We prioritize the safety of your data. Verifik uses advanced encryption (HTTPS/TLS 1.3) and strict privacy management standards to ensure confidentiality. Our service is monitored 24/7 for availability and offers role-based access controls to keep your team's access secure.
About Verifikβ
Verifik is a leading platform for identity verification, compliance, and fraud prevention across Latin America. Our APIs automate KYC, KYB, AML, vehicle validation, and biometric validation processes, connecting businesses with official data sources in Colombia, Mexico, Peru, Chile, Uruguay, Argentina, Brazil, and beyond.