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 register
POST /co/sic-normativa/regulations-search/v1 Dataset
One search over every act in the Superintendencia’s normative register, filtered by kind, area, date of issue or date of publication.
as_of (how current the data is), the applied filters, total and total_is_exact, page, per_page, total_pages, count and results[], most recently published first. Every result carries id (the act’s permanent number in the register), title, kinds[] (as the register files it: Resoluciones, Circulares, Títulos Circular única, Leyes, Decretos, Doctrina, Nombramientos, …), topic (the Superintendencia’s area), summary (in its own words), issued_at, published_at, official_url (the act in the register), document_url, source_document_url and documents[]. document_url is Croma’s copy of the item’s main file, byte for byte as the Superintendencia published it, which stays available whatever happens to the Superintendencia’s link; source_document_url is the file on its own site; documents[] lists every attached file with its name, format, document_url, source_document_url and bytes.
One act of the register
POST /co/sic-normativa/regulation/v1 Dataset
as_of, found, regulation_id and regulation. Every result carries id (the act’s permanent number in the register), title, kinds[] (as the register files it: Resoluciones, Circulares, Títulos Circular única, Leyes, Decretos, Doctrina, Nombramientos, …), topic (the Superintendencia’s area), summary (in its own words), issued_at, published_at, official_url (the act in the register), document_url, source_document_url and documents[]. document_url is Croma’s copy of the item’s main file, byte for byte as the Superintendencia published it, which stays available whatever happens to the Superintendencia’s link; source_document_url is the file on its own site; documents[] lists every attached file with its name, format, document_url, source_document_url and bytes.
An
id the Superintendencia’s site does not hold returns found: false with HTTP 200, not an error.Search the Boletín Jurídico
POST /co/sic-normativa/bulletins-search/v1 Dataset
One search over every item of the Boletín Jurídico and its conceptos, filtered by section, area or date of publication.
as_of (how current the data is), the applied filters, total and total_is_exact, page, per_page, total_pages, count and results[], most recently published first. Every result carries id, section (bulletin or opinion), title, topic (the Superintendencia’s area), tags[], published_at, summary (the Superintendencia’s summary of the decision or concept), official_url (the item on its site), document_url, source_document_url and documents[]. document_url is Croma’s copy of the item’s main file, byte for byte as the Superintendencia published it, which stays available whatever happens to the Superintendencia’s link; source_document_url is the file on its own site; documents[] lists every attached file with its name, format, document_url, source_document_url and bytes.
One item of the Boletín
POST /co/sic-normativa/bulletin/v1 Dataset
as_of, found, bulletin_id and bulletin. Every result carries id, section (bulletin or opinion), title, topic (the Superintendencia’s area), tags[], published_at, summary (the Superintendencia’s summary of the decision or concept), official_url (the item on its site), document_url, source_document_url and documents[]. document_url is Croma’s copy of the item’s main file, byte for byte as the Superintendencia published it, which stays available whatever happens to the Superintendencia’s link; source_document_url is the file on its own site; documents[] lists every attached file with its name, format, document_url, source_document_url and bytes.
An
id the Superintendencia’s site does not hold returns found: false with HTTP 200, not an error.Full reference
Schemas, all response fields, and an interactive playground.