Charity Search

Nonprofit Charity Search

get
Query parameters
Namestring · max: 70Optional

optional - Charity Name - partial or full name

EINstring · min: 9 · max: 15Optional

optional - Valid US/CA Nonprofit EIN/Tax ID. For US EINs, the dash proceeding the first two numbers is optional; the endpoint will handle it either way (i.e. 12-3456789 and 123456789 are both valid and will result in the same record being returned)

CharitySourceinteger · int32Optional

optional - This should be either 1 (US) or 2 (Canada) - Default to US

Citystring · max: 30Optional

optional - Searches the city name of charity addresses

Statestring · max: 2Optional

optional - Searches the state code of charity addresses - ISO Standard two digit State code. (VA, NY)

PageIndexinteger · int32Optional

Defaults to 1 - The page of results to display (i.e. if there are 100 overall results to your search and you provide this as 3 with a PageSize=10, this will return results #21 through #30)

PageSizeinteger · int32Optional

Defaults to 10 - The number of results to display per page.

SortColumnstringOptional

Default SortColumn NpoName - Indicates which SearchResults field to sort by (see response example for valid values). Only supports sorting by one column.

SortDescbooleanOptional

true/false - Determine to order the results by descending values of the selected column (or NpoName if not selected).

Responses
chevron-right
200

Returns Charity Search Data

application/json
get
/api/CharitySearch

Last updated