Nonprofits API
DataMAINTAINED1 token / call

Nonprofits API

Verify any US nonprofit in one call: whether an EIN belongs to a real, IRS-recognized tax-exempt organization, and whether donations to it are deductible β€” with the basis for the answer stated (listed in IRS Publication 78, or the Business Master File deductibility code). Built on the IRS's own monthly source-of-truth files: all 1,957,340 organizations in the Exempt Organizations Business Master File, cross-flagged against the 1.4 million EINs in Publication 78. Every record carries the decoded 501(c) subsection, foundation type (church, school, hospital, publicly supported charity, private foundation...), NTEE activity classification with its category, ruling date, full address, and the organization's latest reported assets, income and revenue. An EIN that is not in the master file answers tax_exempt: false β€” the actionable result for a donation platform, matching-gift program or grant system, not a bare error. Search 1.96M organizations by name, state, city, zip, NTEE code or category, 501(c) subsection, foundation type, deductibility or revenue range; roll up the sector by NTEE category or state with organization counts and total revenue. EINs accept the hyphenated form (53-0196605). Self-hosted dataset refreshed from the IRS monthly publication cycle β€” no third-party calls at request time.

No credit card requiredAccess to 20+ APIsCancel anytime
response.json
{
  "ok": true,
  "tax_exempt": true,
  "ein": "530196605",
  "name": "AMERICAN NATIONAL RED CROSS",
  "also_known_as": "SHARED SERVICES CENTER",
  "in_care_of": null,
  "address": {
    "street": "431 18TH ST NW",
    "city": "WASHINGTON",
    "state": "DC",
    "zip": "20006-5310"
  },
  "deductible": {
    "verdict": true,
    "basis": "Listed in IRS Publication 78",
    "bmf_code": {
      "code": "1",
      "label": "Contributions are deductible"
    },
    "publication_78": {
      "listed": true,
      "codes": [
        {
          "code": "PC",
          "label": "Public charity"
        }
      ]
    }
  },
  "subsection": {
    "code": "03",
    "label": "501(c)(3)"
  },
  "foundation": {
    "code": "15",
    "label": "Organization benefitting a college or university"
  },
  "organization_type": {
    "code": "1",
    "label": "Corporation"
  },
  "exempt_status": {
    "code": "01",
    "label": "Unconditional exemption"
  },
  "ruling_date": "1938-12",
  "group_exemption": null,
  "ntee": {
    "code": "P210",
    "category": "Human Services"
  },
  "financials": {
    "as_of_tax_period": "2025-06",
    "assets": 5052941623,
    "income": 4608946426,
    "revenue": 3916983933
  }
}
6endpoints
1tokens / call
99.9%uptime SLA
Lowavg latency

Why developers pick this API

Production-ready

Production Ready

Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.

Simple Integration

Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.

One Key, 20+ APIs

Your DataAndAPIs subscription unlocks every API on the platform β€” anime, finance, sports, and more.

Code snippets

One install. Every endpoint.

No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.

3languages
6endpoints
RESTarchitecture
1key for all APIs
  • Fully typed responses β€” auto-completion in your IDE
  • Tracks the API in lockstep β€” new endpoints land same day
  • One key works across 20+ APIs on the platform
import axios from 'axios';

const { data } = await axios.get(
  '{API_URL}',
  { headers: { 'X-Api-Key': process.env.API_KEY } }
);

πŸ”’ Subscribe to unlock the live API URL

Developer playground

Explore the endpoints

Browse request parameters and inspect live example responses.

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});

Pricing

One subscription. Every API.

Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β€” we promote.

FREE

$0/mo

500 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Community support
Start free
Most Popular

STARTER

$6.99/mo

25,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Email support
Subscribe

PRO

$24.99/mo

100,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority email support
Subscribe

ULTRA

$99.99/mo

1,000,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority support
Subscribe

Need higher volume, dedicated infra, or a custom contract? Talk to sales β†’

Common questions

The things that actually block the upgrade.

Ship Nonprofits API this afternoon.

500 free tokens. No card. Plus 20+ other APIs on the same key.