CharityAPI · Schema

CharityAPI Organization

A US nonprofit organization record sourced from the IRS Business Master File.

501c3CharitiesDonationsEINIRSNon-ProfitTax ComplianceVerification

Properties

Name Type Description
ein string Employer Identification Number.
name string
ico string
street string
city string
state string
zip string
subsection string
affiliation string
classification string
ruling string
deductibility string
foundation string
activity string
status string
tax_period string
asset_amt integer
income_amt integer
revenue_amt integer
ntee_cd string
View JSON Schema on GitHub

JSON Schema

charityapi-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://charityapi.org/schemas/organization.json",
  "title": "CharityAPI Organization",
  "description": "A US nonprofit organization record sourced from the IRS Business Master File.",
  "type": "object",
  "required": ["ein", "name"],
  "properties": {
    "ein": {
      "type": "string",
      "pattern": "^[0-9]{9}$",
      "description": "Employer Identification Number."
    },
    "name": { "type": "string" },
    "ico": { "type": "string" },
    "street": { "type": "string" },
    "city": { "type": "string" },
    "state": { "type": "string" },
    "zip": { "type": "string" },
    "subsection": { "type": "string" },
    "affiliation": { "type": "string" },
    "classification": { "type": "string" },
    "ruling": { "type": "string" },
    "deductibility": { "type": "string" },
    "foundation": { "type": "string" },
    "activity": { "type": "string" },
    "status": { "type": "string" },
    "tax_period": { "type": "string" },
    "asset_amt": { "type": "integer" },
    "income_amt": { "type": "integer" },
    "revenue_amt": { "type": "integer" },
    "ntee_cd": { "type": "string" }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/charityapi-organization"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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