Skip to main content
Colombian legislation as structured data, sourced from Legalize. Two lookups: search laws by free text and filters, or resolve one law’s full record (metadata plus the law text as Markdown) by its identifier. POST /co/legalize/laws/v1
Returns query, total (laws matching the filters), page, per_page, count (results on this page), and results[]. Drill into one with the by-id lookup below.

results[]

By id

POST /co/legalize/law/v1
Returns found, law_id, and law. found is false (with law: null) when no law matches the identifier.

law

Dates are yyyy-mm-dd; unavailable values are null.
A law id that doesn’t match is not a 404; it’s a normal 200 with found: false.

Full reference

Schemas, response fields, and an interactive playground.