Search Charity Commission Register
charity_searchSearch the Charity Commission register of England and Wales by name or keyword. Returns matching charities with registration number, status, and registration date.
Instructions
Search the Charity Commission register of England and Wales by name or keyword.
Returns matching charities with registration number, status, and
registration date. Use charity_profile for full details once you
have the charity number. The upstream searchCharityName endpoint
returns the full list in one shot — pagination is applied
client-side via offset/limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Charity name or keyword to search for | |
| offset | No | Number of items to skip before this page. Default 0. | |
| limit | No | Max items to return in this page. Default 20; raise to 100 for bulk views. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term applied. | |
| total | Yes | Total matches returned by upstream. | |
| offset | Yes | Number of items skipped before this page (client-side). | |
| limit | Yes | Max items requested for this page. | |
| returned | Yes | Items actually returned on this page. | |
| has_more | Yes | True if more items may exist beyond this page. Re-call with offset=offset+returned to continue. | |
| charities | No | Matching charity records. |