Skip to main content
The Superintendencia de Sociedades publishes its doctrine through its relatoría (every concepto jurídico since 1993 and every sentencia of the Delegatura de Procedimientos Mercantiles, written or oral), publishes each concepto jurídico and contable as a PDF on its portal, keeps thousands of older insolvency and mercantile rulings as PDFs there too, issues a monthly Boletín de Conceptos Jurídicos and the mercantile delegatura’s jurisprudence compilations, and posts avisos of interventions, reorganizations and liquidations plus the court orders on insolvency processes it is asked to publish. Croma keeps all five as datasets, with the full text of the relatoría’s documents and a copy of every file the Superintendencia publishes, and serves them by words, descriptor, party, consecutivo, date and kind.
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 doctrine and jurisprudence

POST /co/supersociedades-relatoria/documents-search/v1 Dataset Every concepto jurídico and every sentencia of the mercantile delegatura, newest first, by words, kind, descriptor, subject, party or date.
Returns as_of, total and total_is_exact, paging fields, and results[], one document each:
A sentencia names its parties, natural persons included, as the Superintendencia published them. The relatoría publishes the text of each document rather than a file, so there is no document_url; oral rulings link their recording in video_url.

One document, whole

POST /co/supersociedades-relatoria/document/v1 Dataset Everything the relatoría holds on one concepto or sentencia, text included.
Returns as_of, found, id and document: every field of a search result plus text, legal_sources[] and citations[] (type, source, status, link), questions[] (question, current_position, contrary_position, reiteration) and sections (background, facts, claims, considerations, costs, resolution).
An id the copy does not hold returns found: false with HTTP 200.

Search the historical ruling files

POST /co/supersociedades-relatoria/historical-rulings-search/v1 Dataset The rulings the Superintendencia keeps as files, newest first, by collection, category, words or date.
Returns as_of, total and total_is_exact, paging fields, and results[], one file each: id, collection, title (the radicado for insolvency, the sentencia’s number for mercantile), description, category, dependency, procedure, subject, case_name, topic, year, issued_date, published_date, bytes, document_url (our copy) and source_document_url (the Superintendencia’s).
The Superintendencia has not added a file to these folders since December 2022; the live jurisprudence is in the relatoría (documents-search).

Search the conceptos as files

POST /co/supersociedades-relatoria/opinion-files-search/v1 Dataset Every concepto jurídico and contable the Superintendencia publishes, newest first, by collection, words, consecutivo, year or date, with our copy of the PDF.
Returns as_of, total and total_is_exact, paging fields, and results[], one file each: id, collection (legal or accounting), title, consecutive, subject (the epígrafe), issued_date, published_date, year, filing_id, dependency, procedure, in_force, bytes, document_url (our copy) and source_document_url (the Superintendencia’s).

Search the bulletins

POST /co/supersociedades-relatoria/bulletins-search/v1 Dataset Every issue, newest first, by series, words or date.
Returns as_of, total and total_is_exact, paging fields, and results[], one issue each: id, series (legal_opinions, accounting or jurisprudence), title, issue_date, published_date, summary, page_url, document_url (our copy), source_document_url and bytes.
Four of the six Boletín de Jurisprudencia volumes are hosted on an external viewer rather than the Superintendencia: those carry the viewer’s link in source_document_url and no document_url.

Search the notices

POST /co/supersociedades-relatoria/notices-search/v1 Dataset Every aviso and court order the Superintendencia published, newest first, by kind, words or date.
Returns as_of, total and total_is_exact, paging fields, and results[], one notice each: id (notice:<n> or order:<n>), kind, title, published_date, expires_date, body_text (the aviso’s text), description (the Superintendencia’s description of a court order), document_url (our copy of the main file), source_document_url and documents[] (every file the Superintendencia links, each with our copy).
Avisos name the intervened or liquidated company or person, natural persons included, as the Superintendencia published them.

One notice

POST /co/supersociedades-relatoria/notice/v1 Dataset One aviso or court order, with the same fields as a search result.
Returns as_of, found, id and notice.
An id the copy does not hold returns found: false with HTTP 200.

Full reference

Schemas, all response fields, and an interactive playground.