Skip to main content
Rama Judicial is Colombia’s national judicial branch registry. Croma exposes two endpoints over it: search processes by party, and resolve a case by its registration number (radicación), which returns case metadata plus action history in a single call.

Search processes

POST /co/rama-judicial/cases-by-entity/v1 finds processes by entity name.

Resolve by radicación

POST /co/rama-judicial/cases-by-radicado/v1 resolves a case by its 23-digit registration number and returns metadata plus the first 40 actuaciones (actions) available. When no public case matches, found is false and primary_case is null.

Resolve many radicados (batch)

POST /co/rama-judicial/cases-by-radicado/v1/batch resolves up to 50 radicados in one request. Items are resolved concurrently and returned in the same order, each with its own status, so one bad radicado never fails the batch.
Each item counts as one request against your quota. See Batch requests for the response envelope and partial-failure handling.
Rama Judicial is a live upstream and can be slow or briefly unavailable. These endpoints may return 502 upstream_error; retry with backoff.

Full reference

Schemas, all response fields, and an interactive playground.