List GOV.UK Organisations
govuk_list_organisationsBrowse all UK government organisations on GOV.UK. Get paginated results with slug, acronym, type, and status to discover organisation slugs for filtering searches.
Instructions
List all UK government organisations registered on GOV.UK.
Returns a paginated list of organisations including their slug, acronym, type, and status. Use this to browse the full government structure or discover slugs for use with govuk_get_organisation or govuk_search filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| per_page | No | Results per page (1–50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | 1-based page number requested. | |
| per_page | Yes | Max organisations requested per page. | |
| total | No | Total number of organisations across all pages, if reported by GOV.UK. | |
| total_pages | No | Total number of pages available, if reported by GOV.UK. | |
| returned | Yes | Number of organisations returned in this response. | |
| has_more | Yes | True if more organisations exist beyond this page. Re-call with page=page+1 to fetch the next page. | |
| organisations | No | Organisations on this page, in the order returned by GOV.UK. |