UnifyAPI
← Back to catalog

govuk.search

mock data$0.002 / call

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

Government & Legalprovider: Govuk#govuk#government

Input schema

qrequired

Search query (free text). Examples: 'energy bill rebate', 'visa skilled worker', 'income tax allowance 2026'.

string
count

Results per page (1-100, default 10).

integer
order

Sort order. Default is relevance. Use '-public_timestamp' for newest first, 'public_timestamp' for oldest first.

string
start

Offset for pagination (default 0).

integer

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

Try it

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