Skip to main content
Looks up a SIMIT (Sistema Integrado de Información sobre Multas y Sanciones por Infracciones de Tránsito) account status. Given a single search term, either a vehicle plate or a person’s identification number, it returns the outstanding comparendos and multas, the account totals, any payment agreements, and driving courses. The same term covers both cases: pass a plate to see a vehicle’s fines, or an identification number to see a person’s. The response reports which one matched.

Request

POST /co/simit/account-status/v1

Response

summary

total (total owed), total_fines, total_agreements, payable_total, and payable_fines_count. Amounts are numbers in Colombian pesos; missing values are null.

fines[]

Amounts are numbers, dates are yyyy-mm-dd, and missing values are null.
This lookup can take longer than a typical request. It’s an async job. By default the request waits inline and returns { data }, or you can set Prefer: wait=N, poll GET /jobs/{id}, or supply a callback_url.

Full reference

Schemas, response fields, and an interactive playground.