Checking traffic violation resolutions in Colombia often takes more time than expected. Many businesses rely on this information to validate driver records, manage fleets, or support onboarding processes, yet the traditional manual lookup can be slow and inconsistent. When you need reliable data to make quick decisions, waiting on outdated portals or unclear records becomes a real problem.
This is where automation makes a difference. Verifik’s SIMIT Resolutions API gives companies a simple and fast way to access official traffic violation resolutions in Colombia. The API pulls information directly from the national SIMIT system and delivers it in real time, which helps teams cut out manual steps and reduce the chance of mistakes.
What Is SIMIT Violation Resolution Data in Colombia?
SIMIT, the Sistema Integrado de Información sobre Multas y Sanciones por Infracciones de Tránsito, is Colombia’s official system for recording traffic violations. Each traffic violation results in a resolution, which is an official administrative decision indicating the status of the fine, including whether it is pending, the amount owed, the issuing authority, and the date of resolution.
For businesses, having access to this data is essential. It allows platforms to:
- Verify drivers or users quickly and accurately
- Ensure fleet compliance before dispatching vehicles
- Check outstanding fines for risk or financial assessments
- Streamline operations for mobility apps, insurance platforms, or legal and compliance teams
Without automated access, retrieving this information is slow, prone to error, and often requires manual intervention.
What the SIMIT Resolutions API By Verifik Does
Verifik’s SIMIT Resolutions API provides a fast, automated, and reliable way to access official traffic violation resolution data linked to a specific person or company in Colombia. Once you submit the document type and document number, the API returns verified data from the official SIMIT database.
Here is the type of information the API provides:
- Name of the infractor
- Resolution number
- Status of the resolution such as pending payment
- Date of the violation
- Date of the resolution
- Secretariat that issued the decision
- Total amount owed in Colombian Pesos (COP)
This data helps businesses confirm whether a driver has unresolved fines, pending payments, or active administrative decisions.
How Verifik’s SIMIT Resolutions API Works
API Endpoint:
https://api.verifik.co/v2/co/simit/resoluciones
Required Parameters:
- documentType – Type of document (CC, PA, CE, TI, RC)
- documentNumber – Owner’s document number, without spaces or periods
Example Request (Node.js):
import axios from “axios”;
const { data } = await axios.get(
“https://api.verifik.co/v2/co/simit/resoluciones”,
{
params: { documentType: “CC”, documentNumber: “123456789” },
headers: { Accept: “application/json”, Authorization: `Bearer ${process.env.VERIFIK_TOKEN}` },
}
);
console.log(data);
Example API Response from the SIMIT Resolutions API
Here’s what the API returns for a sample query:
{
“data”: {
“resoluciones”: [
{
“estadosResoluciones”: “Pendiente de pago”,
“fechaComparendo”: “20190503”,
“fechaResolucion”: “20191001”,
“nombresInfractores”: “PEPE SALGADO”,
“NúmeroComparendo”: “99999999000000000936”,
“resoluciones”: “S709332197”,
“secretarias”: “Barrancabermeja”,
“total”: “146770.0”
}
]
},
“signature”: {“message”: “Certified by Verifik.co”, “dateTime”: “March 3, 2022 4:09 PM”}
}
Understanding the Response:
- estadosResoluciones – Status of the resolution (e.g., pending payment)
- nombresInfractores – Name of the person responsible for the fine
- resoluciones – Official resolution number
- total – Amount owed in Colombian Pesos
- secretarias – Issuing traffic authority
This structured format makes it easy to display, track, and automate resolution data within applications.
Benefits of Using the Traffic Resolution Verification API
1. Instant Access to Official Records
The API delivers real time SIMIT resolution information so teams can take action immediately.
2. Accurate and Verified Data
All results come directly from official Colombian government sources, which helps businesses rely on the information with complete confidence.
3. Ready for Automation
The API is simple to integrate and works seamlessly inside internal systems, apps, and operational dashboards. This makes it easy to replace manual searches with automated workflows.
4. Compliance Friendly
Verifik follows Colombia’s data protection regulations. Businesses can use the API knowing that their verification processes remain aligned with local requirements.
5. Built for Scale
The API supports high volumes of queries, making it suitable for large enterprises, national platforms, and growing fleets that need data instantly and consistently.
A Quick and Reliable Way to Check SIMIT Resolutions
Getting accurate traffic violation resolution data should not slow down your workflow. Verifik’s SIMIT Resolutions API gives your team a faster and more dependable way to access official information from Colombia’s national system. With instant results and simple integration, you can verify drivers with confidence and keep your operations moving without unnecessary delays.
Book a free demo today to see how Verifik’s SIMIT Resolutions API can transform the way your business accesses traffic violation data in Colombia.



