Get Charity Profile
charity_profileFetch the full Charity Commission profile for a charity number, covering trustees, latest income and expenditure, insolvency flags, governing document type, and countries of operation.
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 |
|---|---|---|---|
| address | No | Registered address of the charity (joined address lines). | |
| insolvent | No | True if the charity is flagged as insolvent. | |
| reg_status | No | Registration status code ('R', 'RM'). | |
| charity_name | No | Registered charity name. | |
| charity_type | No | Charity type. | |
| latest_income | No | Latest filed annual income in GBP. | |
| trustee_names | No | Trustees on record. Truncated to 30 entries. | |
| charity_number | Yes | Charity registration number. | |
| who_what_where | No | Who/What/Where classification entries. The list may be truncated truncated to 50 entries. | |
| reg_status_label | No | Human-readable registration status. | |
| in_administration | No | True if the charity is in administration. | |
| latest_expenditure | No | Latest filed annual expenditure in GBP. | |
| trustee_names_total | No | Total trustees upstream before truncation. | |
| date_of_registration | No | Date of first registration. | |
| who_what_where_total | No | Total classification entries upstream before truncation. | |
| charity_co_reg_number | No | Companies House number for charities also registered as companies (Charitable Incorporated Organisations, etc.). | |
| countries_of_operation | No | Countries the charity operates in (capped at 10 upstream). | |
| trustee_names_truncated | No | True if the trustee list was truncated. | |
| who_what_where_truncated | No | True if the classification list was truncated. |