Get Charity Profile
charity_profileRetrieve a complete Charity Commission profile for any UK charity by its registration number, including trustees, income, expenditure, insolvency flags, governing document, and operating countries.
Instructions
Fetch the full Charity Commission profile for a charity number.
Returns trustees, latest income/expenditure, insolvency flags, governing document type, classifications, and countries of operation. Use charity_search first to find the charity number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charity_number | Yes | Charity Commission registration number (e.g. '1234567'). Returned by charity_search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charity_number | Yes | Charity registration number. | |
| charity_name | No | Registered charity name. | |
| reg_status | No | Registration status code ('R', 'RM'). | |
| reg_status_label | No | Human-readable registration status. | |
| charity_type | No | Charity type. | |
| charity_co_reg_number | No | Companies House number for charities also registered as companies (Charitable Incorporated Organisations, etc.). | |
| date_of_registration | No | Date of first registration. | |
| address | No | Registered address of the charity (joined address lines). | |
| latest_income | No | Latest filed annual income in GBP. | |
| latest_expenditure | No | Latest filed annual expenditure in GBP. | |
| insolvent | No | True if the charity is flagged as insolvent. | |
| in_administration | No | True if the charity is in administration. | |
| trustee_names | No | Trustees on record. Truncated to 30 entries. | |
| trustee_names_truncated | No | True if the trustee list was truncated. | |
| trustee_names_total | No | Total trustees upstream before truncation. | |
| who_what_where | No | Who/What/Where classification entries. The list may be truncated truncated to 50 entries. | |
| who_what_where_truncated | No | True if the classification list was truncated. | |
| who_what_where_total | No | Total classification entries upstream before truncation. | |
| countries_of_operation | No | Countries the charity operates in (capped at 10 upstream). |