CharitySense Data API

Canonical REST API for U.S. nonprofit due diligence compiled from public IRS Form 990 filings and official-source profile enrichment. 21 operations across five tags: Profiles (bounded charity page, advertised sections, filings, brand icon, money network, awards, subawards, grantees, funders), Discovery (identity and discovery search, top lists, cohort funders, related-organization discovery, bulk diligence summary), Dataset (health, stats), Assistant (charity question, agent feedback, capabilities, SSE chat stream) and Usage (per-key daily allowance). Public research GETs need no token and are limited to 1,000 requests per UTC day per client; derived reads and every POST are Advanced operations that require a paid bearer token or X-CharitySense-API-Key and return 403 EntitlementRequired anonymously. Responses use UpperCamelCase fields. Published as OpenAPI 3.1.0 at https://data.charitysense.com/openapi.yaml with servers[] https://data.charitysense.com.

Operations 21

GET /api/v2/health Check API liveness. #
GET /api/v2/usage Get the active API key's current UTC-day data and Advanced usage. #
GET /api/v2/stats Get published dataset statistics. #
GET /api/v2/top-lists Browse the largest current filers in each cause, with live ratings. #
GET /api/v2/search Search canonical organization identity or discovery indexes. #
GET /api/v2/charity/{ein}/page Get the bounded first-paint profile payload. #
GET /api/v2/charity/{ein}/brand-icon Read the nonprofit icon bytes from the canonical website-enrichment record. #
GET /api/v2/charity/{ein}/sections/{SectionId} Get one section advertised by the page manifest. #
GET /api/v2/charity/{ein}/filings List filing metadata for one form context. #
GET /api/v2/charity/{ein}/money-network Page through exact latest-filing counterparties. #
GET /api/v2/charity/{ein}/awards Page through every federal award this organization holds. #
GET /api/v2/charity/{ein}/subawards Page through subawards received, with their prime awards. #
GET /api/v2/charity/{ein}/grantees List the organizations this one has funded. #
GET /api/v2/charity/{ein}/funders List the organizations that have funded this one. #
GET /api/v2/funders/for-cohort Find the funders backing a set of organizations. #
GET /api/v2/charity/{ein}/discovery Discover organizations related by cause or region. #
GET /api/v2/charity/diligence-summary Get bulk grant-readiness, financial, and live-rating summaries for up to 25 organizations. #
POST /api/v2/charity-question Submit a question about one canonical charity profile. #
POST /api/v2/agent-feedback Submit optional integration or data-quality feedback. #
GET /api/v2/assistant/capabilities Get the assistant's supported and deferred capabilities. #
POST /api/v2/assistant/chat/stream Stream a CharitySense research response as server-sent events. #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/charitysense-data-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

charitysense-com-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: CharitySense API
  version: 3.0.0
  description: >
    Canonical CharitySense API for nonprofit research compiled from the canonical research overlay.
    Research data reads are available without a token and are limited to 1,000
    requests per UTC day per client. Advanced operations require a paid bearer
    token or X-CharitySense-API-Key and consume that key's daily Advanced allowance.
    An authenticated key can read its own current-day usage at `/api/v2/usage`
    without consuming a research-data request.
    Responses use UpperCamelCase fields and return the documented resource
    directly.
  contact:
    name: CharitySense
    email: mazhar@charitysense.com
    url: https://data.charitysense.com/contact
servers:
  - url: https://data.charitysense.com
security: []
externalDocs:
  description: Agent integration guide and recommended workflow.
  url: https://data.charitysense.com/agents
tags:
  - name: Profiles
    description: Canonical overlay profile and filing resources.
  - name: Discovery
    description: Identity search and related-organization discovery.
  - name: Dataset
    description: Service health and published dataset statistics. Statistics and top lists consume the Advanced allowance.
  - name: Assistant
    description: Paid Advanced operations. Each request consumes the token's daily Advanced allowance.


# --- truncated at 32 KB (56 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/charitysense-com/refs/heads/main/openapi/charitysense-com-openapi.yml