POST /api/charitycommission/charities
Price: 20 credits
Profile of a charity on the register of England and Wales by its registered number: what it does, who it helps, where it operates, its latest income and expenditure with the reported breakdowns, staff, trustee and volunteer numbers, employee benefit bands, and its contact details.
Pass the registered charity number, including the suffix of a linked sub-charity such as 1089464-1. The figures here cover the latest financial year only, named in `financial_year_end`; for the five-year series call charitycommission/charities/financial_history. The breakdown amounts in `income_breakdown` and `expenditure_breakdown` are the rounded figures the register displays, so read `amount_text` when the rounding matters and take `total_income` and `total_expenditure` as the exact ones. Trustees, governance, annual returns and linked charities each have their own endpoint.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)charity_number string required — Registered charity number as it appears on the register, including the suffix of a linked sub-charity (examples: "1089464", "1089464-1"; minLength: 1)@type string (default: "CharitycommissionCharity")charity_number string requiredorganisation_number string requiredname string requiredurl string requiredreporting_status string nullableactivities string nullablefinancial_year_end string nullabletotal_income number nullabletotal_expenditure number nullableinvestment_gains_text string nullablegovernment_contract_income number nullablegovernment_contract_count integer nullablegovernment_grant_income number nullablegovernment_grant_count integer nullableincome_breakdown array (default: [])@type string (default: "CharitycommissionMoneyBreakdown")label string requiredamount number nullableamount_text string nullableexpenditure_breakdown array (default: [])@type string (default: "CharitycommissionMoneyBreakdown")label string requiredamount number nullableamount_text string nullableemployee_count integer nullabletrustee_count integer nullablevolunteer_count integer nullableemployee_benefit_bands array (default: [])@type string (default: "CharitycommissionEmployeeBenefitBandCount")band string requiredemployee_count integer nullablefundraising_note string nullabletrading_note string nullabletrustee_payments_note string nullablemain_way_of_working string nullablepurposes array (default: [])beneficiaries array (default: [])activity_types array (default: [])areas_of_operation array (default: [])address array (default: [])phone string nullableemail string nullableweb_url string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No charity is registered under that number Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.