Skip to main content
Requires core scope The charities endpoints let you browse the full network of verified non-profits on Donate.gg. Use charity IDs from these endpoints when creating configs.

List charities

GET /charities Returns a paginated list of verified charities with full metadata.
Query parameters Response
Social fields All social fields live under the nested socials object and are string | null.

Search charities

GET /charities/search Search charities by name or slug. Only enabled charities are returned. Paginated.
Query parameters Response (200) - same paginated charity shape as the list endpoint. Errors

Get a charity by ID

GET /charities/{charityId} Returns a single enabled charity by its ID with full metadata. Disabled charities return 404.
Path parameters Response (200) - a single charity object in the same shape as items in the list endpoint. Error responses