v1
latestOpenAPI 3.0.12026-07-2427125325.2 KB/charitycheck/v1
Check whether charitable organizations may or may not operate in California with Attorney General Registry and Franchise Tax Board data.
get/v1/{state}/{ein}
Path parameters
statestring required
State Name Abbreviation
einstring required
Employer Identification Number.
Response
OK
Example response
{
"code": 200,
"message": "OK",
"took": 10,
"data": {
"ein": "47-3438111",
"california_entity_id": "1326",
"organization_name": "1610 FOUNDATION INC.",
"city": "BUENA PARK",
"state": "CA",
"attorney_general": {
"ag_may_operate_or_solicit_in_ca": "Yes",
"ag_registry_status": "Current",
"ag_state_charity_reg_num": "CT0257773",
"ag_issue_date": "2018-05-15",
"ag_last_renewal_date": "2018-05-15",
"ag_status_set_date": "2018-09-12",
"ag_as_of_date": "2023-05-17",
"ag_source_data_conflict": true,
"ag_source_data_conflict_date": "2023-05-18",
"most_recent_ag": "2023-04-19"
},
"franchise_tax_board": {
"ftb_revocation_status": true,
"ftb_revocation_status_date": "2017-03-28",
"most_recent_ftb": "2023-04-19",
"ftb_source_data_conflict": true,
"ftb_source_data_conflict_date": "2023-05-17"
}
}
}