The whole source, organized and ready to query: every endpoint on this page answers in milliseconds. Every response carries
as_of: how current the data is. How datasets work.Search the acts
POST /co/sic-actos/acts-search/v1 Dataset
One search over every act in the register, by party identification, case, office, type, date or free text.
as_of (how current the data is), the applied filters, total and total_is_exact, page, per_page, total_pages, count and results[], most recent first. Every result carries id (the act’s permanent number in the register), act_id, type (resolution, judgment or other) and type_label, number, issued_at, office (the office that issued it), case_number (the radicado, e.g. 24-449511), decisions[] (class, name, act_type: what the act decides, as the Superintendencia classifies it), parties[] (name, role, document_type, document_number, and the representative’s representative_name, representative_document_type, representative_document_number), party_document_numbers[], file_name, registered_at, modified_at, text_status (ok, scanned or missing), document_url (Croma’s copy of the act’s PDF, byte for byte as the Superintendencia published it), source_document_url (always null: the Superintendencia offers no permanent link to the document) and document_bytes.
Search results leave out the text;
query still matches it. Read the text itself with the SIC Act endpoint.One act, in full
POST /co/sic-actos/act/v1 Dataset
as_of, found, act_id and act, which carries everything the search returns plus content: a window onto the act’s full text, with text, offset, total_length, has_more and next_offset. Every result carries id (the act’s permanent number in the register), act_id, type (resolution, judgment or other) and type_label, number, issued_at, office (the office that issued it), case_number (the radicado, e.g. 24-449511), decisions[] (class, name, act_type: what the act decides, as the Superintendencia classifies it), parties[] (name, role, document_type, document_number, and the representative’s representative_name, representative_document_type, representative_document_number), party_document_numbers[], file_name, registered_at, modified_at, text_status (ok, scanned or missing), document_url (Croma’s copy of the act’s PDF, byte for byte as the Superintendencia published it), source_document_url (always null: the Superintendencia offers no permanent link to the document) and document_bytes.
An
id the register does not hold returns found: false with HTTP 200, not an error.Full reference
Schemas, all response fields, and an interactive playground.