UnifyAPI
← Back to catalog

govuk.content

mock data$0.002 / call

GOV.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.

Government & Legalprovider: Govuk#govuk#government

Input schema

base_pathrequired

GOV.UK URL path starting with /, e.g. '/income-tax-rates' or '/government/publications/spring-statement-2026'. Get from govuk.search results.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.