Checks a person’s Colombian criminal record (antecedentes judiciales) from the Policía Nacional.Documentation Index
Fetch the complete documentation index at: https://docs.croma.run/llms.txt
Use this file to discover all available pages before exploring further.
POST /co/policia/criminal-records/lookup/v1
| Field | Type | Notes |
|---|---|---|
document_number | string | Required. 3–30 chars. |
document_type | enum | Colombian document type (CC, CE, PA, DPO). Defaults to CC. |
| Field | Notes |
|---|---|
has_records | false for a clean record (“NO TIENE ASUNTOS PENDIENTES…”); true when records exist. |
status | Verbatim verdict sentence shown by the portal. |
full_name | Registered name, or null when the portal omits it. |
checked_at | Consultation timestamp the portal prints, or null if absent. |
This lookup runs on demand against the Policía Nacional portal and may take
longer than a typical request. The accepted
document_type values are
enumerated in the API reference.Full reference
Accepted document types, schemas, and an interactive playground.