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.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.
Search processes
POST /co/rama-judicial/cases/search/v1 finds processes by person or business name.
| Field | Type | Notes |
|---|---|---|
name | string | Required. 3–200 chars. Party name to search. |
person_type | enum | nat (natural person) or jur (legal entity). Default nat. |
active_only | boolean | Restrict to processes with activity in the last 30 days. Default false. |
court_code | string | Narrow to a specific court. |
page | integer | 1–1000. Default 1. |
Resolve by radicación
POST /co/rama-judicial/cases/lookup/v1 resolves a case by its 23-digit registration
number and returns metadata plus the first page of action history (~40 entries).
| Field | Type | Notes |
|---|---|---|
registration_number | string | Required. 20–25 digits (radicación). |
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.