Public Delivery API: the basics
The Public Delivery API serves published legal texts as HTML, JSON, or PDF.
What the API is for
The Public Delivery API is the stable, public source for your published legal texts. Websites, apps, and transactional systems always pull the approved version through it — instead of copying full texts. The API is read-only; content is never changed through it.
HTML, JSON, and PDF
Published content is available in three artifact forms:
- HTML — a ready fragment to embed in a page
- JSON — structured data for your own templates
- PDF — a file for attachments and proof
Access
Access uses an API token from your workspace as a bearer token. The technical reference with endpoints is in the API documentation.