v1

latestOpenAPI 3.0.12026-07-2427125325.2 KB

/charitycheckbulk/v1

Validate nonprofit status and eligibility of up to 25 organizations at a time with a 100% IRS-compliant charity check.

post/v1

Request body

einsstring[]

Example request

{
  "eins": [
    "56-2618866",
    "13-1837418"
  ]
}

Response

OK

codeinteger

HTTP response status code.

messagestring

Diagnostic message for response status

tookinteger

Time taken for request to process

Example response

{
  "code": 200,
  "message": "OK",
  "took": 10,
  "data": {
    "organizations": [
      {
        "organization_id": "6908122",
        "organization_info_last_modified": "4/15/2021 12:22:44 PM",
        "ein": "13-1837418",
        "organization_name": "Candid",
        "organization_name_aka": "The Foundation Center,  Foundation Center, GuideStar, GuideStar USA",
        "address_line1": "32 Old Slip",
        "address_line2": "24th Floor",
        "city": "New York",
        "state": "NY",
        "state_name": "New York",
        "zip": "10005",
        "filing_req_code": "010",
        "charity_check_last_modified": "4/15/2021 12:19:28 PM",
        "pub78_church_message": "This organization is a church or religious organization. Churches and religious organizations qualify for exemption from federal income tax under IRC Section 501(c)(3) and are generally eligible to receive tax-deductible contributions.",
        "pub78_organization_name": "Candid",
        "pub78_ein": "13-1837418",
        "pub78_verified": "True",
        "pub78_city": "New York",
        "pub78_state": "NY",
        "pub78_indicator": "0",
        "organization_types": [
          {
            "organization_type": "A public charity (50% deductibility limitation).",
            "deductibility_limitation": "50%",
            "deductibility_status_description": "PC"
          }
        ],
        "most_recent_pub78": "4/13/2021 4:00:00 AM",
        "most_recent_irb": "4/26/2021 12:00:00 AM",
        "bmf_church_message": "This organization is a church or religious organization. Churches and religious organizations qualify for exemption from federal income tax under IRC Section 501(c)(3) and are generally eligible to receive tax-deductible contributions.",
        "bmf_organization_name": "CANDID",
        "bmf_ein": "13-1837418",
        "bmf_status": "True",
        "most_recent_bmf": "4/12/2021 4:00:00 AM",
        "bmf_subsection": "03",
        "subsection_description": "501(c)(3) Public Charity",
        "foundation_code": "15",
        "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public",
        "ruling_month": "06",
        "ruling_year": "1957",
        "adv_ruling_month": "00",
        "adv_ruling_year": "0000",
        "group_exemption": "0000",
        "exempt_status_code": "01",
        "ofac_status": "This organization was not included in the Office of Foreign Assets Control Specially Designated Nationals(SDN) list.",
        "revocation_code": "F",
        "revocation_date": "1/12/2021 2:23:09 PM",
        "reinstatement_date": "1/12/2021 2:23:09 PM",
        "irs_bmf_pub78_conflict": "False",
        "foundation_509a_status": "Section 509(a)(1) organization as referred to in Section 170(b)(1)(A)(vi)",
        "irb_organization_id": "12345",
        "bulletin_number": "2020-05",
        "bulletin_url": "https://www.irs.gov/pub/irs-irbs/irb20-05.pdf",
        "effective_date": "1/12/2021 2:23:09 PM",
        "irb_last_modified": "1/12/2021 2:23:09 PM",
        "report_date": "4/27/2021 2:23:09 PM",
        "foundation_type_code": "PC",
        "foundation_type_description": "Public charity described in section 509(a)(1) or (2)",
        "parent_organizations": [
          {
            "ein": "13-1837418",
            "organization_name": "Candid",
            "group_exemption": "1234"
          }
        ]
      }
    ]
  }
}