← Back to catalog
govuk.search
mock data$0.002 / callGOV.UK Content Search
Full-text search across all 700K+ GOV.UK documents — guidance pages, news articles, statistics releases, organisation pages, ministerial pages, statutory instruments. Filter by content type, organisation, topic. Distinct from UK FSA (food ratings only) — this covers ALL government publications.
Input schema
qrequired
stringSearch query (free text). Examples: 'energy bill rebate', 'visa skilled worker', 'income tax allowance 2026'.
count
integerResults per page (1-100, default 10).
order
stringSort order. Default is relevance. Use '-public_timestamp' for newest first, 'public_timestamp' for oldest first.
start
integerOffset for pagination (default 0).
Call via REST
curl -X POST https://unifyapi.pro/api/call/govuk.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","count":10,"order":"<order>","start":0}'