List GOV.UK Organisations
govuk_list_organisationsList 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. | |
| total | No | Total number of organisations across all pages, if reported by GOV.UK. | |
| has_more | Yes | True if more organisations exist beyond this page. Re-call with page=page+1 to fetch the next page. | |
| per_page | Yes | Max organisations requested per page. | |
| returned | Yes | Number of organisations returned in this response. | |
| total_pages | No | Total number of pages available, if reported by GOV.UK. | |
| organisations | No | Organisations on this page, in the order returned by GOV.UK. |