Rama Judicial/real-time court filings
API/judicial data for AI agents
SLA/detection in < 24h
Sources/Consulta Procesos · TYBA · Publicaciones
Coverage/every judicial office
Infrastructure/the public data layer for AI
Rama Judicial/real-time court filings
API/judicial data for AI agents
SLA/detection in < 24h
Sources/Consulta Procesos · TYBA · Publicaciones
Coverage/every judicial office
Infrastructure/the public data layer for AI
Back to catalog
🇨🇴ColombiaPOST /v1/co/sicaac

SICAAC Insolvency

Find personal insolvency cases registered with Colombia's Ministry of Justice. The lookup takes 30–90 seconds due to anti-bot scraping complexity.

Tomás Calle
Tomás Calle
Founder · Croma

This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.

Book 15 min
Integration guide
Source
SICAAC at Colombia's Ministry of Justice.
Freshness
On-demand lookup against the official source when the endpoint runs.
Latency
30–90 seconds due to upstream complexity.
Auth
Bearer API key in the Authorization header.

Best for

  • Look up personal insolvency cases.
  • Validate cases by document type and number.
  • Automate risk and compliance reviews.

Request fields

document_typeenumreq
CC, CE, TI, RC, PA, NIT, NA, NIE or DEC.
document_numberstringreq
Document number, 3–30 alphanumeric characters.

Response fields

document_typestring
Document type queried, echoed from input.
document_type_labelstring
Human-readable label for the document type.
document_numberstring
Document number queried.
casosarray
Insolvency cases found.
casos[].nombre_entidadstring
Entity in charge of the case.
casos[].tipo_partestring
Role of the person in the case (debtor, creditor, etc.).
casos[].request_datestring
Date the case was filed (YYYY-MM-DD).

Frequently asked

Which document types does the SICAAC API accept?

It accepts CC, CE, TI, RC, PA, NIT, NA, NIE and DEC, paired with the document number.

Why can SICAAC take longer than other endpoints?

The official source is slower and needs a more complex automated query, which is why expected latency is higher.

Try it
Request body
Result

Edit the JSON and submit to search insolvency cases.

curl https://api.usecroma.com/v1/co/sicaac \
  -H "Authorization: Bearer $CROMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"document_type":"CC","document_number":"1020812345"}'