Search organizations
Returns a list of organizations based on search criteria. This endpoint is paginated and supports various filters including:
- Full-text search
- NTEE codes (major and minor)
- Geographic location (country and state)
- Organization status
- Compliance status
Results are enriched with contribution statistics and deployment information.
Query Parameters
Full-text search term to find organizations by name or EIN
Comma-separated list of NTEE Major Codes to filter organizations by
Comma-separated list of NTEE Minor Codes to filter organizations by
Comma-separated list of ISO 3166-1 alpha-3 country codes to filter organizations by. Example values: USA, CAN, etc.
Comma-separated list of US state codes to filter organizations by. Possible values: AL, AK, AZ, AR, CA, CO, CT, DE, DC, FL, GA, HI, ID, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NH, NJ, NM, NY, NC, ND, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VT, VA, WA, WV, WI, WY
Comma-separated list of organization statuses to filter by. Possible values: claimed, unclaimed
Maximum number of results to return
1 <= x <= 25
Number of results to skip for pagination
x >= 0
Response
Unique identifier of the organization in Endaoment database
"123e4567-e89b-12d3-a456-426614174000"
IRS Employer Identification Number (EIN) without hyphen. Value will not be present for international orgs
"530196605"
Name of the organization
"American Red Cross"
Description or mission statement of the organization
"Providing disaster relief and emergency assistance"
Physical address of the organization
URL to the organization logo
"https://example.com/logo.png"
NTEE (National Taxonomy of Exempt Entities) code
"M20"
Human-readable description of the NTEE code
"Disaster Preparedness and Relief Services"
Priority index for featured organizations (higher = shows first)
1
Whether the organization is compliant with Endaoment requirements
true
Total lifetime contributions made to this organization in USDC
"1000000000"
Total number of donations received by this organization
42
Total number of grants received by this organization
15
Was this page helpful?