← Back to catalog
govuk.content
mock data$0.002 / callGOV.UK Document Content
Fetch full content of a GOV.UK page by its base path — title, publication date, organisation, full HTML body (or structured fields per content type), related documents.
Input schema
base_pathrequired
stringGOV.UK URL path starting with /, e.g. '/income-tax-rates' or '/government/publications/spring-statement-2026'. Get from govuk.search results.
Call via REST
curl -X POST https://unifyapi.pro/api/call/govuk.content \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"base_path":"<base_path>"}'