Essentials v3 API search examples

Make the most of Essentials v3 organization search with these helpful examples

📘

POST Request Body

Essentials API is a POST call with the search parameters passed in the request body.

👍

Easily Build Your Search Query Using the API Docs

Take all the guess-work out of building your search query by using the built-in query generator on the Essentials v3 API docs page

Search using an organization's EIN or name

Search for the organization by inserting the EIN into the "search_terms" parameter.

{
    "search_terms": "13-2875808"
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 14,
    "time": "2024-02-12 18:46:03Z",
    "results_count": 1,
    "page_count": 1,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "6908410",
                "ein": "13-2875808",
                "organization_name": "Human Rights Watch, Inc.",
                "also_known_as": "HRW",
                "group_exemption": "0000",
                "mission": "Human Rights Watch defends the rights of people worldwide. We scrupulously investigate abuses, expose the facts widely, and pressure those with power to respect rights and secure justice. Human Rights Watch is an independent, international organization that works as part of a vibrant movement to uphold human dignity and advance the cause of human rights for all.",
                "website_url": "www.hrw.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9653361&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-2875808",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Tirana Hassan",
                "leader_title": "Executive Director",
                "contact_name": "Tirana Hassan",
                "contact_email": "[email protected]",
                "contact_phone": "(212) 290-4700",
                "contact_title": "Executive Director",
                "number_of_employees": "378",
                "ruling_year": 1976
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "350 5th Ave Fl 34",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10118",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 12, NY",
                "county": "New York, NY",
                "latitude": 40.7484,
                "longitude": -73.9846
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010100",
                        "population_served_description": "Immigrants"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "Q70",
                        "ntee_code_description": "International Human Rights"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 93499541.0,
                    "total_expenses": 92236869.0,
                    "total_assets": 224270259.0
                },
                "bmf_gross_receipts": 93499541.0,
                "bmf_assets": 224270259.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-11-01T16:45:02.0000000",
                "profile_last_modified": "2023-11-06T09:32:45.0000000",
                "dei_last_modified": "2023-08-17T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        }
    ]
}

Search for the organization using its name in the "search_terms" parameter.

{
    "search_terms": "University District Food Bank"
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 174,
    "time": "2024-02-12 18:46:28Z",
    "results_count": 7292,
    "page_count": 292,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "8315557",
                "ein": "91-1224834",
                "organization_name": "University District Food Bank",
                "also_known_as": "University District Food Bank (UDFB)",
                "group_exemption": "0000",
                "mission": "Building  a hunger-free Northeast Seattle by providing our neighbors with reliable access to healthy food and life-changing resources",
                "website_url": "http://www.udistrictfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=4413589&approved=True",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/91-1224834",
                "profile_logo": "",
                "leader_name": "Joe Gruber",
                "leader_title": "Executive Director",
                "contact_name": "Mr. Joe Gruber",
                "contact_email": "[email protected]",
                "contact_phone": "(206) 523-7060 x709",
                "contact_title": "Executive Director",
                "number_of_employees": "22",
                "ruling_year": 1984
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "5017 Roosevelt Way NE",
                "address_line_2": "",
                "city": "Seattle",
                "state": "WA",
                "zip": "98105",
                "msa": "WA - Seattle-Everett",
                "congressional_district": "District 7, WA",
                "county": "King, WA",
                "latitude": 47.6651,
                "longitude": -122.3174
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030100",
                        "population_served_description": "Homeless people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 5398095.0,
                    "total_expenses": 5164245.0,
                    "total_assets": 6627239.0
                },
                "bmf_gross_receipts": 6556161.0,
                "bmf_assets": 6627239.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2020-09-18T19:00:03.0000000",
                "profile_last_modified": "2019-09-17T14:48:46.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2023-06-23T11:00:41.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7366705",
                "ein": "33-0072922",
                "organization_name": "Feeding America Riverside | San Bernardino Counties",
                "also_known_as": "FARSB and Feeding America Riverside|San Bernardino",
                "group_exemption": "0000",
                "mission": "Our mission is to alleviate hunger in the Inland Empire.",
                "website_url": "www.feedingamericaie.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9253953&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/33-0072922",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Carolyn Solar",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Carolyn Solar",
                "contact_email": "[email protected]",
                "contact_phone": "(951) 359-4757 x109",
                "contact_title": "CEO",
                "number_of_employees": "44",
                "ruling_year": 1985
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2950 Jefferson St Ste A",
                "address_line_2": "",
                "city": "Riverside",
                "state": "CA",
                "zip": "92504",
                "msa": "CA - Riverside-San Bernardino-Ontario",
                "congressional_district": "District 41, CA",
                "county": "Riverside, CA",
                "latitude": 33.9249,
                "longitude": -117.4068
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 51690761.0,
                    "total_expenses": 50907739.0,
                    "total_assets": 12504802.0
                },
                "bmf_gross_receipts": 51690761.0,
                "bmf_assets": 12504802.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-07-12T18:24:58.0000000",
                "profile_last_modified": "2023-07-12T18:24:57.0000000",
                "dei_last_modified": "2023-07-03T08:51:58.0000000",
                "financials_last_modified": "2023-05-18T19:00:46.0000000",
                "last_modified": "2023-07-12T18:24:57.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7883890",
                "ein": "58-1376648",
                "organization_name": "Atlanta Community Food Bank, Inc.",
                "also_known_as": "ACFB",
                "group_exemption": "0000",
                "mission": "The Atlanta Community Food Bank works to end hunger across metro Atlanta and north Georgia with the food, people, and big ideas needed to make sure all members of our community have access to enough nourishment to live a healthy and productive life.We all need nutritious food to live the lives we imagine. Yet far too many people in our own community experience hunger every day, including children, seniors, and working families.Through more than 600 nonprofit partners, we help more than 700,000 people get healthy food every year. Our goal is that, by 2025, all hungry people in our service area will have access to the nutritious meals they need when they need them. It takes the power of our whole community to make that possible. Join us at ACFB.org.",
                "website_url": "www.acfb.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9910629&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/58-1376648",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Kyle Waide",
                "leader_title": "",
                "contact_name": "Ms. Sarah Fonder-Kristy",
                "contact_email": "[email protected]",
                "contact_phone": "(678) 553-5960",
                "contact_title": "CDO",
                "number_of_employees": "201",
                "ruling_year": 1980
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3400 N Desert Dr",
                "address_line_2": "",
                "city": "Atlanta",
                "state": "GA",
                "zip": "30344",
                "msa": "GA - Atlanta",
                "congressional_district": "District 5, GA",
                "county": "Fulton, GA",
                "latitude": 33.6779,
                "longitude": -84.454
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 194337596.0,
                    "total_expenses": 277955814.0,
                    "total_assets": 52336237.0
                },
                "bmf_gross_receipts": 194388146.0,
                "bmf_assets": 52336237.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T10:16:47.0000000",
                "profile_last_modified": "2024-01-19T10:28:13.0000000",
                "dei_last_modified": "2024-01-19T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2024-01-19T10:28:13.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7753667",
                "ein": "52-1202644",
                "organization_name": "Blue Ridge Area Food Bank, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our MISSION is to improve food security through equitable access to good nutrition and the resources that support health and well-being.Our VISION is nourishing food and good healthfor everyone, every day.",
                "website_url": "http://www.brafb.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9961826&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/52-1202644",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Michael McKee",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Mr. Michael McKee",
                "contact_email": "[email protected]",
                "contact_phone": "(540)",
                "contact_title": "(540) 248-3663",
                "number_of_employees": "76",
                "ruling_year": 1981
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 937",
                "address_line_2": "96 Laurel Hill Road,",
                "city": "Verona",
                "state": "VA",
                "zip": "24482",
                "msa": "",
                "congressional_district": "District 6, VA",
                "county": "Augusta, VA",
                "latitude": 38.2036,
                "longitude": -79.0037
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K30",
                        "ntee_code_description": "Food Service, Free Food Distribution Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 59706112.0,
                    "total_expenses": 58772589.0,
                    "total_assets": 30715187.0
                },
                "bmf_gross_receipts": 67315638.0,
                "bmf_assets": 30715187.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-18T14:17:35.0000000",
                "profile_last_modified": "2024-01-25T10:29:18.0000000",
                "dei_last_modified": "2024-01-25T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2024-01-25T10:29:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7068444",
                "ein": "22-2986809",
                "organization_name": "Good Shepherd Food Bank",
                "also_known_as": "Good Shepherd Food Bank of Maine",
                "group_exemption": "0000",
                "mission": "The mission of Good Shepherd Food Bank is to eliminate hunger in Maine by sourcing and distributing nutritious food to people in need, building strong community partnerships, and mobilizing the public in the fight to end hunger",
                "website_url": "http://www.gsfb.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9158944&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/22-2986809",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Kristen Miale",
                "leader_title": "President",
                "contact_name": "Ms. Kristen Miale",
                "contact_email": "[email protected]",
                "contact_phone": "(207) 782-3554",
                "contact_title": "President",
                "number_of_employees": "119",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 1807",
                "address_line_2": "",
                "city": "Auburn",
                "state": "ME",
                "zip": "04211",
                "msa": "ME - Lewiston-Auburn",
                "congressional_district": "District 2, ME",
                "county": "Androscoggin, ME",
                "latitude": 44.0926,
                "longitude": -70.2394
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K30",
                        "ntee_code_description": "Food Service, Free Food Distribution Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 78671561.0,
                    "total_expenses": 85869468.0,
                    "total_assets": 49380877.0
                },
                "bmf_gross_receipts": 115118481.0,
                "bmf_assets": 53999694.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-06-16T08:41:02.0000000",
                "profile_last_modified": "2023-06-16T09:46:35.0000000",
                "dei_last_modified": "2021-07-27T09:43:41.0000000",
                "financials_last_modified": "2024-01-19T07:00:09.0000000",
                "last_modified": "2024-01-19T07:00:09.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8097767",
                "ein": "73-1100380",
                "organization_name": "Regional Food Bank of Oklahoma",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Regional Food Bank of Oklahoma's mission is to lead a network that provides nutritious food and pathways to self-sufficiency for people facing hunger.",
                "website_url": "http://www.regionalfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9960056&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/73-1100380",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Stacy Dykstra",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Cassie Gilman",
                "contact_email": "[email protected]",
                "contact_phone": "(405) 972-1111",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "206",
                "ruling_year": 1997
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3355 S Purdue St",
                "address_line_2": "",
                "city": "Oklahoma City",
                "state": "OK",
                "zip": "73179",
                "msa": "OK - Oklahoma City",
                "congressional_district": "District 5, OK",
                "county": "Oklahoma, OK",
                "latitude": 35.4232,
                "longitude": -97.6592
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE130602",
                        "subject_code_description": "Nutrition"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 85662461.0,
                    "total_expenses": 90651789.0,
                    "total_assets": 30763959.0
                },
                "bmf_gross_receipts": 85707577.0,
                "bmf_assets": 30763959.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-24T15:27:48.0000000",
                "profile_last_modified": "2024-01-24T20:28:11.0000000",
                "dei_last_modified": "2022-03-11T18:00:29.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-24T20:28:11.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7470043",
                "ein": "36-3203648",
                "organization_name": "Northern Illinois Food Bank",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Northern Illinois Food Bank's mission is to provide nutritious food and resources for our neighbors, with dignity, equity and convenience, through partnerships and innovation.",
                "website_url": "www.solvehungertoday.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7650091&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/36-3203648",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Julie Yurko",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Hester Bury",
                "contact_email": "[email protected]",
                "contact_phone": "(630) 443-6910 x124",
                "contact_title": "Director of Corporate and Foundation Giving",
                "number_of_employees": "226",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "273 Dearborn Ct",
                "address_line_2": "",
                "city": "Geneva",
                "state": "IL",
                "zip": "60134",
                "msa": "IL - Chicago",
                "congressional_district": "District 14, IL",
                "county": "Kane, IL",
                "latitude": 41.8805,
                "longitude": -88.3335
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SM020000",
                        "subject_code_description": "Food security"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K30",
                        "ntee_code_description": "Food Service, Free Food Distribution Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 150994521.0,
                    "total_expenses": 146601264.0,
                    "total_assets": 70648201.0
                },
                "bmf_gross_receipts": 177381847.0,
                "bmf_assets": 70648201.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2022-03-16T12:59:06.0000000",
                "profile_last_modified": "2022-03-16T12:59:06.0000000",
                "dei_last_modified": "2022-02-16T09:38:27.0000000",
                "financials_last_modified": "2023-05-18T15:24:48.0000000",
                "last_modified": "2023-05-18T15:24:48.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8040780",
                "ein": "65-0342192",
                "organization_name": "Farm Share, Inc.",
                "also_known_as": "Farm Share",
                "group_exemption": "0000",
                "mission": "No Person Goes Hungry & No Food Goes to Waste!",
                "website_url": "https://www.farmshare.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9991901&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/65-0342192",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Stephen Shelley",
                "leader_title": "CEO",
                "contact_name": "Farm Share Inc",
                "contact_email": "[email protected]",
                "contact_phone": "(786) 604-6540",
                "contact_title": "",
                "number_of_employees": "127",
                "ruling_year": 1993
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "14125 SW 320th St",
                "address_line_2": "",
                "city": "Homestead",
                "state": "FL",
                "zip": "33033",
                "msa": "FL - Miami",
                "congressional_district": "District 26, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.4702,
                "longitude": -80.4204
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030500",
                        "subject_code_description": "Free goods distribution"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SM020000",
                        "subject_code_description": "Food security"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 170828712.0,
                    "total_expenses": 171871607.0,
                    "total_assets": 22472370.0
                },
                "bmf_gross_receipts": 189909560.0,
                "bmf_assets": 21939880.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-30T13:56:46.0000000",
                "profile_last_modified": "2024-01-30T13:56:46.0000000",
                "dei_last_modified": "2024-01-24T00:00:00.0000000",
                "financials_last_modified": "2024-01-19T07:00:09.0000000",
                "last_modified": "2024-01-30T13:56:46.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8049664",
                "ein": "68-0392816",
                "organization_name": "CALIFORNIA ASSOCIATION OF FOOD BANKS",
                "also_known_as": "CAFB",
                "group_exemption": "0000",
                "mission": "The California Association of Food Banks leads the collective effort to end hunger in California. Your support powers our pursuits to ensure California’s fruits and vegetables are not wasted but rather recovered and equitably distributed across our state’s food bank network, advocate to change the systems and policies that create hunger in the first place, and ensure access to nutritious food for those who need it right now.",
                "website_url": "www.cafoodbanks.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9676816&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/68-0392816",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Stacia Hill-Levenfeld",
                "leader_title": "",
                "contact_name": "Alice Lee-Osborne",
                "contact_email": "[email protected]",
                "contact_phone": "(415) 637-5285",
                "contact_title": "Development Associate",
                "number_of_employees": "42",
                "ruling_year": 1997
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1624 Franklin St Ste 722",
                "address_line_2": "",
                "city": "Oakland",
                "state": "CA",
                "zip": "94612",
                "msa": "CA - Oakland",
                "congressional_district": "District 13, CA",
                "county": "Alameda, CA",
                "latitude": 37.8056,
                "longitude": -122.2689
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K03",
                        "ntee_code_description": "Professional Societies, Associations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 71217085.0,
                    "total_expenses": 71176416.0,
                    "total_assets": 29867417.0
                },
                "bmf_gross_receipts": 71217085.0,
                "bmf_assets": 29867417.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-11-13T15:50:05.0000000",
                "profile_last_modified": "2023-11-13T15:50:05.0000000",
                "dei_last_modified": "2023-11-13T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7824494",
                "ein": "55-0611100",
                "organization_name": "Mountaineer Food Bank",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our mission is to feed West Virginia's hungry through a network of member feeding programs and to engage our state in the fight to end hunger.",
                "website_url": "www.mountaineerfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9982792&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/55-0611100",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Chad Morrison",
                "leader_title": "Executive Director",
                "contact_name": "Mr. Chad Morrison",
                "contact_email": "[email protected]",
                "contact_phone": "(304) 364-5518 x309",
                "contact_title": "Executive Director",
                "number_of_employees": "77",
                "ruling_year": 1981
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "484 Enterprise Dr",
                "address_line_2": "",
                "city": "Gassaway",
                "state": "WV",
                "zip": "26624",
                "msa": "",
                "congressional_district": "District 2, WV",
                "county": "Braxton, WV",
                "latitude": 38.6787,
                "longitude": -80.7801
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030603",
                        "subject_code_description": "Dining services"
                    },
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 46054624.0,
                    "total_expenses": 44706331.0,
                    "total_assets": 20665489.0
                },
                "bmf_gross_receipts": 46054624.0,
                "bmf_assets": 20665489.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-29T11:50:37.0000000",
                "profile_last_modified": "2024-01-29T11:50:37.0000000",
                "dei_last_modified": "2024-01-29T00:00:00.0000000",
                "financials_last_modified": "2023-10-18T15:00:45.0000000",
                "last_modified": "2024-01-29T11:50:37.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8153945",
                "ein": "75-1785357",
                "organization_name": "North Texas Food Bank",
                "also_known_as": "NTFB",
                "group_exemption": "0000",
                "mission": "To close the hunger gap in North Texas by providing access to nutritious food.",
                "website_url": "www.ntfb.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8420432&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/75-1785357",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Trisha Cunningham",
                "leader_title": "President and CEO",
                "contact_name": "Anna Kurian",
                "contact_email": "[email protected]",
                "contact_phone": "(214) 270-2059",
                "contact_title": "Senior Director of Marketing and Communications",
                "number_of_employees": "284",
                "ruling_year": 1981
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3677 Mapleshade Ln",
                "address_line_2": "",
                "city": "Plano",
                "state": "TX",
                "zip": "75075",
                "msa": "TX - Dallas-Fort Worth",
                "congressional_district": "District 1, TX",
                "county": "Collin, TX",
                "latitude": 33.0033,
                "longitude": -96.762
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE130602",
                        "subject_code_description": "Nutrition"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 213425483.0,
                    "total_expenses": 206102038.0,
                    "total_assets": 148508537.0
                },
                "bmf_gross_receipts": 315261741.0,
                "bmf_assets": 148508537.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2022-12-14T12:37:22.0000000",
                "profile_last_modified": "2022-12-14T12:37:22.0000000",
                "dei_last_modified": "2022-12-13T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7033631",
                "ein": "20-4374795",
                "organization_name": "Jacobs & Cushman San Diego Food Bank",
                "also_known_as": "North County Food Bank",
                "group_exemption": "0000",
                "mission": "The Jacobs & Cushman San Diego Food Bank provides nutritious food to people in need, advocates for the hungry and educates the public about hunger-related issues.",
                "website_url": "https://sandiegofoodbank.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7975749&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/20-4374795",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Casey Castillo",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Mr. Chris Carter",
                "contact_email": "[email protected]",
                "contact_phone": "(858) 863-5131",
                "contact_title": "Vice President of Development & Communications",
                "number_of_employees": "109",
                "ruling_year": 2006
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "9850 Distribution Ave",
                "address_line_2": "",
                "city": "San Diego",
                "state": "CA",
                "zip": "92121",
                "msa": "CA - San Diego",
                "congressional_district": "District 52, CA",
                "county": "San Diego, CA",
                "latitude": 32.8862,
                "longitude": -117.1632
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010100",
                        "population_served_description": "Infants and toddlers"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P60",
                        "ntee_code_description": "Emergency Assistance (Food, Clothing, Cash)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 95743219.0,
                    "total_expenses": 80225135.0,
                    "total_assets": 73494609.0
                },
                "bmf_gross_receipts": 101473196.0,
                "bmf_assets": 73494609.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2022-07-22T18:30:52.0000000",
                "profile_last_modified": "2022-07-22T18:43:09.0000000",
                "dei_last_modified": "2022-07-22T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9180485",
                "ein": "32-0362611",
                "organization_name": "Second Harvest Food Bank of Orange County, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our MissionIn collaboration with our partners, we provide dignified, equitable and consistent access to nutritious food, creating a foundation for community health.Our VisionAn Orange County with food and nutritional security for all.",
                "website_url": "FeedOC.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8663610&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/32-0362611",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Claudia Keller",
                "leader_title": "CEO",
                "contact_name": "Claudia Keller",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "CEO",
                "number_of_employees": "100",
                "ruling_year": 2012
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8014 Marine Way",
                "address_line_2": "",
                "city": "Irvine",
                "state": "CA",
                "zip": "92618",
                "msa": "CA - Orange County",
                "congressional_district": "District 45, CA",
                "county": "Orange, CA",
                "latitude": 33.6758,
                "longitude": -117.7406
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 91574545.0,
                    "total_expenses": 89920549.0,
                    "total_assets": 33252765.0
                },
                "bmf_gross_receipts": 91955323.0,
                "bmf_assets": 33252765.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-08T12:16:46.0000000",
                "profile_last_modified": "2023-02-08T12:19:28.0000000",
                "dei_last_modified": "2023-01-13T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8118058",
                "ein": "74-2217350",
                "organization_name": "Central Texas Food Bank",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The mission of the Central Texas Food Bank is to nourish hungry people and lead the community in the fight against hunger.",
                "website_url": "centraltexasfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9435274&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/74-2217350",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Sari Vatske",
                "leader_title": "President & CEO",
                "contact_name": "Development Operations",
                "contact_email": "[email protected]",
                "contact_phone": "(512) 684-2124",
                "contact_title": "",
                "number_of_employees": "218",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "6500 Metropolis Dr",
                "address_line_2": "",
                "city": "Austin",
                "state": "TX",
                "zip": "78744",
                "msa": "TX - Austin-San Marcos",
                "congressional_district": "District 35, TX",
                "county": "Travis, TX",
                "latitude": 30.1852,
                "longitude": -97.7435
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS060000",
                        "subject_code_description": "Personal services"
                    },
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE130602",
                        "subject_code_description": "Nutrition"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 114393673.0,
                    "total_expenses": 107798865.0,
                    "total_assets": 95128221.0
                },
                "bmf_gross_receipts": 115778350.0,
                "bmf_assets": 95128221.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-08-29T16:52:17.0000000",
                "profile_last_modified": "2023-09-01T11:44:20.0000000",
                "dei_last_modified": "2022-06-17T16:34:45.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2023-10-03T07:00:46.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8416299",
                "ein": "94-2924979",
                "organization_name": "Food Bank of Northern Nevada",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "\"Feeding the Hungry today and solving hunger for tomorrow through community partnership.\"The Food Bank of Northern Nevada is the primary regional food distribution and support system serving people who experience food insecurity in northern Nevada and northeastern California. It delivers an array of programs and services which together constitute a multi-level effort to address food insecurity and help alleviate hunger.",
                "website_url": "http://www.fbnn.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9916630&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/94-2924979",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Nicole Lamboley",
                "leader_title": "CEO/President",
                "contact_name": "Jocelyn Lantrip",
                "contact_email": "[email protected]",
                "contact_phone": "(775) 331-3663 x127",
                "contact_title": "Director of Marketing and Communications",
                "number_of_employees": "157",
                "ruling_year": 1984
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "550 Italy Dr",
                "address_line_2": "",
                "city": "Sparks",
                "state": "NV",
                "zip": "89437",
                "msa": "NV - Reno",
                "congressional_district": "District 2, NV",
                "county": "Storey, NV",
                "latitude": 39.5576,
                "longitude": -119.51
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K30",
                        "ntee_code_description": "Food Service, Free Food Distribution Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 45419775.0,
                    "total_expenses": 41702434.0,
                    "total_assets": 28867590.0
                },
                "bmf_gross_receipts": 45419775.0,
                "bmf_assets": 28867590.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T13:36:15.0000000",
                "profile_last_modified": "2024-01-19T13:36:15.0000000",
                "dei_last_modified": "2024-01-19T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-19T13:36:15.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7274634",
                "ein": "25-1420599",
                "organization_name": "Greater Pittsburgh Community Food Bank",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Mission: To leverage the power of community to achieve lasting solutions to hunger and its root causes. Vision: Communities where everyone has access to the food and resources they need to thrive.We are a proud partner of Feeding America.",
                "website_url": "www.pittsburghfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8817175&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/25-1420599",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Lisa Scales",
                "leader_title": "President & CEO",
                "contact_name": "Megan Cramer",
                "contact_email": "[email protected]",
                "contact_phone": "(412) 460-3663 x290",
                "contact_title": "",
                "number_of_employees": "229",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1 N Linden St",
                "address_line_2": "",
                "city": "Duquesne",
                "state": "PA",
                "zip": "15110",
                "msa": "PA - Pittsburgh",
                "congressional_district": "District 18, PA",
                "county": "Allegheny, PA",
                "latitude": 40.3696,
                "longitude": -79.8515
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P60",
                        "ntee_code_description": "Emergency Assistance (Food, Clothing, Cash)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 70996227.0,
                    "total_expenses": 71767027.0,
                    "total_assets": 56117517.0
                },
                "bmf_gross_receipts": 72389218.0,
                "bmf_assets": 56117517.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-14T13:21:54.0000000",
                "profile_last_modified": "2023-03-14T14:52:37.0000000",
                "dei_last_modified": "2023-03-14T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7062594",
                "ein": "22-2470885",
                "organization_name": "REGIONAL FOOD BANK OF N E NY INC",
                "also_known_as": "Food Bank of the Hudson Valley",
                "group_exemption": "0000",
                "mission": "The mission of the Regional Food Bank of Northeastern New Yorkis to alleviate hunger and reduce food waste. The Regional Food Bankaccomplishes this mission by ensuring that all products available for donationreach the Food Bank and are distributed judiciously to its member programs andthe hungry people they serve; by practicing responsible stewardship; and by activelyparticipating in the community to increase awareness of hunger and poverty.",
                "website_url": "www.regionalfoodbank.net",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8757827&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/22-2470885",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Molly Nicol",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Mark Quandt",
                "contact_email": "[email protected]",
                "contact_phone": "(518) 786-3691 x222",
                "contact_title": "Executive Director",
                "number_of_employees": "150",
                "ruling_year": 1984
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "965 Albany Shaker Rd",
                "address_line_2": "",
                "city": "Latham",
                "state": "NY",
                "zip": "12110",
                "msa": "NY - Albany-Schenectady-Troy",
                "congressional_district": "District 20, NY",
                "county": "Albany, NY",
                "latitude": 42.7646,
                "longitude": -73.8154
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SE130602",
                        "subject_code_description": "Nutrition"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 97549848.0,
                    "total_expenses": 96478272.0,
                    "total_assets": 45844688.0
                },
                "bmf_gross_receipts": 100909335.0,
                "bmf_assets": 45844688.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-28T09:16:54.0000000",
                "profile_last_modified": "2023-02-28T09:16:54.0000000",
                "dei_last_modified": "2023-02-28T08:19:03.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2023-12-22T03:01:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7213377",
                "ein": "23-7353532",
                "organization_name": "St. Mary's Food Bank",
                "also_known_as": "St. Mary's",
                "group_exemption": "0000",
                "mission": "St. Mary’s Food Bank serves to alleviate hunger through the gathering and distribution of food while encouraging self-sufficiency, collaboration, advocacy and education.",
                "website_url": "www.firstfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8189456&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/23-7353532",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Tom Kertis",
                "leader_title": "President and Chief Executive Officer",
                "contact_name": "Ms. Sarah Stuckey",
                "contact_email": "[email protected]",
                "contact_phone": "(602) 343-3161",
                "contact_title": "Chief Communications Officer",
                "number_of_employees": "303",
                "ruling_year": 1974
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2831 N 31st Ave",
                "address_line_2": "",
                "city": "Phoenix",
                "state": "AZ",
                "zip": "85009",
                "msa": "AZ - Phoenix-Mesa",
                "congressional_district": "District 7, AZ",
                "county": "Maricopa, AZ",
                "latitude": 33.4798,
                "longitude": -112.1257
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 197172520.0,
                    "total_expenses": 189018091.0,
                    "total_assets": 61802778.0
                },
                "bmf_gross_receipts": 197790516.0,
                "bmf_assets": 61802778.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2022-09-29T18:19:19.0000000",
                "profile_last_modified": "2022-10-06T16:38:56.0000000",
                "dei_last_modified": "2022-09-29T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6915492",
                "ein": "13-3179546",
                "organization_name": "Food Bank For New York City",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The mission of Food Bank For New York City is to end hunger by organizing food, information and support for community survival, and dignity. Food Bank For New York City has been working to end food poverty in our five boroughs for 35 years. As the city’s largest hunger-relief organization, we employ a multifaceted approach centered on helping low-income New Yorkers overcome their circumstances and achieve greater independence.",
                "website_url": "https://www.foodbanknyc.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9399284&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-3179546",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Leslie Gordon",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Sarah Ross",
                "contact_email": "[email protected]",
                "contact_phone": "(212) 566-7855 x8370",
                "contact_title": "Director, Administration & Board Engagement",
                "number_of_employees": "265",
                "ruling_year": 1983
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "39 Broadway Fl 10",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10006",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 10, NY",
                "county": "New York, NY",
                "latitude": 40.7086,
                "longitude": -74.0135
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 187094963.0,
                    "total_expenses": 188033917.0,
                    "total_assets": 62094729.0
                },
                "bmf_gross_receipts": 223635795.0,
                "bmf_assets": 62094729.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-08-25T10:41:12.0000000",
                "profile_last_modified": "2023-08-25T10:41:12.0000000",
                "dei_last_modified": "2023-08-24T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7753229",
                "ein": "52-1135690",
                "organization_name": "Maryland Food Bank, Inc.",
                "also_known_as": "MFB",
                "group_exemption": "0000",
                "mission": "Feeding people, strengthening communities, and ending hunger for more Marylanders.",
                "website_url": "https://www.mdfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8744437&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/52-1135690",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Carmen Del Guercio",
                "leader_title": "President & CEO",
                "contact_name": "Denelle Joynes",
                "contact_email": "[email protected]",
                "contact_phone": "(410) 737-8282 x220",
                "contact_title": "",
                "number_of_employees": "255",
                "ruling_year": 1979
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2200 Halethorpe Farms Rd",
                "address_line_2": "",
                "city": "Halethorpe",
                "state": "MD",
                "zip": "21227",
                "msa": "MD - Baltimore",
                "congressional_district": "District 3, MD",
                "county": "Baltimore, MD",
                "latitude": 39.2275,
                "longitude": -76.6854
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 77965271.0,
                    "total_expenses": 83722626.0,
                    "total_assets": 64631559.0
                },
                "bmf_gross_receipts": 78116082.0,
                "bmf_assets": 64631559.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-24T14:21:16.0000000",
                "profile_last_modified": "2023-02-24T14:28:58.0000000",
                "dei_last_modified": "2022-09-29T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-06-13T13:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7610581",
                "ein": "41-2120170",
                "organization_name": "Midwest Food Bank NFP",
                "also_known_as": "Midwest Food Bank",
                "group_exemption": "0000",
                "mission": "As a faith-based organization, it is the mission of Midwest Food Bank to share the love of Christ by alleviating hunger and malnutrition locally and throughout the world and providing disaster relief; all without discrimination. Our vision is to provide industry-leading food relief to those in need while feeding them spiritually.",
                "website_url": "https://midwestfoodbank.org/home",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9613526&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/41-2120170",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Eric Hodel",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Mrs. Lisa Martin",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Chief Financial Officer",
                "number_of_employees": "69",
                "ruling_year": 2004
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2031 Warehouse Rd",
                "address_line_2": "",
                "city": "Normal",
                "state": "IL",
                "zip": "61761",
                "msa": "IL - Bloomington-Normal",
                "congressional_district": "District 18, IL",
                "county": "Mclean, IL",
                "latitude": 40.5463,
                "longitude": -88.9892
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG060300",
                        "population_served_description": "Victims of conflict and war"
                    },
                    {
                        "population_served_code": "PG060200",
                        "population_served_description": "Victims of disaster"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE060300",
                        "population_served_description": "American Indians"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 434933396.0,
                    "total_expenses": 431262937.0,
                    "total_assets": 75721541.0
                },
                "bmf_gross_receipts": 435391600.0,
                "bmf_assets": 75721541.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-05-23T15:09:50.0000000",
                "profile_last_modified": "2023-10-25T16:43:49.0000000",
                "dei_last_modified": "2023-01-31T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-10-25T16:43:49.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7658768",
                "ein": "43-1253102",
                "organization_name": "St. Louis Area Food Bank, Inc.",
                "also_known_as": "St. Louis Area Foodbank",
                "group_exemption": "0000",
                "mission": "To build a stronger bi-state region by nourishing people, empowering communities, and transforming systems.",
                "website_url": "www.stlfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7929127&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/43-1253102",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Meredith Knopp",
                "leader_title": "President and CEO",
                "contact_name": "Sarah Scott",
                "contact_email": "[email protected]",
                "contact_phone": "(314) 292-6262 x104",
                "contact_title": "",
                "number_of_employees": "118",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "70 Corporate Woods Dr",
                "address_line_2": "",
                "city": "Bridgeton",
                "state": "MO",
                "zip": "63044",
                "msa": "MO - St. Louis, MO-IL",
                "congressional_district": "District 1, MO",
                "county": "Saint Louis, MO",
                "latitude": 38.786,
                "longitude": -90.4624
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE130602",
                        "subject_code_description": "Nutrition"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 105957780.0,
                    "total_expenses": 106996137.0,
                    "total_assets": 43349328.0
                },
                "bmf_gross_receipts": 123004438.0,
                "bmf_assets": 42018188.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2022-07-06T15:31:13.0000000",
                "profile_last_modified": "2022-07-06T15:31:13.0000000",
                "dei_last_modified": "2022-07-06T00:00:00.0000000",
                "financials_last_modified": "2024-01-19T07:00:09.0000000",
                "last_modified": "2024-01-19T07:00:09.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7428800",
                "ein": "35-1483868",
                "organization_name": "Gleaners Food Bank of Indiana, Inc.",
                "also_known_as": "Gleaners",
                "group_exemption": "0000",
                "mission": "To be a leader in the fight against hunger.",
                "website_url": "http://www.gleaners.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9377472&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/35-1483868",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Fred Glass",
                "leader_title": "President and CEO",
                "contact_name": "Ms. Sarah Estell",
                "contact_email": "[email protected]",
                "contact_phone": "(317) 829-1765",
                "contact_title": "Chief Communications and Advocacy Officer",
                "number_of_employees": "125",
                "ruling_year": 1980
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3737 Waldemere Ave",
                "address_line_2": "",
                "city": "Indianapolis",
                "state": "IN",
                "zip": "46241",
                "msa": "IN - Indianapolis",
                "congressional_district": "District 7, IN",
                "county": "Marion, IN",
                "latitude": 39.7082,
                "longitude": -86.2618
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 186505461.0,
                    "total_expenses": 177254309.0,
                    "total_assets": 57600145.0
                },
                "bmf_gross_receipts": 195566385.0,
                "bmf_assets": 57600145.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-07-06T11:01:35.0000000",
                "profile_last_modified": "2023-08-22T12:13:23.0000000",
                "dei_last_modified": "2023-07-06T10:24:46.0000000",
                "financials_last_modified": "2023-05-18T15:24:48.0000000",
                "last_modified": "2023-08-22T12:13:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8075102",
                "ein": "72-0956468",
                "organization_name": "Second Harvest Food Bank of Greater New Orleans and Acadiana",
                "also_known_as": "Second Harvest Food Bank",
                "group_exemption": "0000",
                "mission": "Second Harvest Food Bank leads the fight against hunger and builds food security in South Louisiana by providing food access, advocacy, education, and disaster response. One in seven people in South Louisiana is at risk of hunger. Second Harvest provides 40 million meals annually to 300,000 people in need across 23 parishes. Every $1 donation provides 3 meals to a hungry family. When you donate to Second Harvest, you help create a brighter future for our entire community.",
                "website_url": "www.no-hunger.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9436824&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/72-0956468",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Natalie Jayroe",
                "leader_title": "President and CEO",
                "contact_name": "Mr. Jay Vise",
                "contact_email": "[email protected]",
                "contact_phone": "(504) 729-2830",
                "contact_title": "Director of Marketing and Communications",
                "number_of_employees": "153",
                "ruling_year": 1984
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "700 Edwards Ave",
                "address_line_2": "",
                "city": "New Orleans",
                "state": "LA",
                "zip": "70123",
                "msa": "LA - New Orleans",
                "congressional_district": "District 1, LA",
                "county": "Jefferson, LA",
                "latitude": 29.9524,
                "longitude": -90.2081
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 115175910.0,
                    "total_expenses": 98681339.0,
                    "total_assets": 91041656.0
                },
                "bmf_gross_receipts": 119838980.0,
                "bmf_assets": 91041656.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-07-13T15:55:44.0000000",
                "profile_last_modified": "2023-09-01T13:37:41.0000000",
                "dei_last_modified": "2022-03-10T11:06:42.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-09-01T13:37:41.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8248584",
                "ein": "84-0772672",
                "organization_name": "Food Bank of the Rockies",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "We ignite the power of community to nourish people facing hunger.",
                "website_url": "https://www.foodbankrockies.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7596760&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2021,
                "profile_link": "https://www.guidestar.org/profile/84-0772672",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2021-seal.svg",
                "leader_name": "Erin Pulling",
                "leader_title": "President & CEO",
                "contact_name": "Aditi Desai",
                "contact_email": "[email protected]",
                "contact_phone": "(303) 371-9250 x219",
                "contact_title": "",
                "number_of_employees": "240",
                "ruling_year": 1984
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "10700 E 45th Ave",
                "address_line_2": "",
                "city": "Denver",
                "state": "CO",
                "zip": "80239",
                "msa": "CO - Denver-Boulder",
                "congressional_district": "District 1, CO",
                "county": "Denver, CO",
                "latitude": 39.7787,
                "longitude": -104.8658
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE130602",
                        "subject_code_description": "Nutrition"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K31",
                        "ntee_code_description": "Food Banks, Food Pantries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 150273597.0,
                    "total_expenses": 145112927.0,
                    "total_assets": 84493374.0
                },
                "bmf_gross_receipts": 173711743.0,
                "bmf_assets": 84493374.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2021-03-17T18:46:17.0000000",
                "profile_last_modified": "2022-03-02T10:54:39.0000000",
                "dei_last_modified": "2021-03-19T15:45:13.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        }
    ]
}

Search using keywords and filtering for city, state, and search terms

Search using keywords and filtering for city and state.

{
     "filters": {
          "geography": {
               "state": [
                    "FL"
               ],
               "city": [
                    "Miami"
               ]
          }
     },
     "search_terms": "climate resilience"
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 40,
    "time": "2024-02-12 18:46:45Z",
    "results_count": 6,
    "page_count": 1,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "8030190",
                "ein": "65-0988321",
                "organization_name": "Bonefish & Tarpon Trust",
                "also_known_as": "BTT",
                "group_exemption": "0000",
                "mission": "To conserve bonefish, tarpon, and permit--the species, their habitats and the fisheries they comprise through science-based conservation, education, and advocacy.",
                "website_url": "www.bonefishtarpontrust.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8718297&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/65-0988321",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Jim McDuffie",
                "leader_title": "President & CEO",
                "contact_name": "Jim Mcduffie",
                "contact_email": "[email protected]",
                "contact_phone": "(786) 618-9479",
                "contact_title": "President & CEO",
                "number_of_employees": "16",
                "ruling_year": 2001
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2937 SW 27th Ave Ste 203",
                "address_line_2": "",
                "city": "Miami",
                "state": "FL",
                "zip": "33133",
                "msa": "FL - Miami",
                "congressional_district": "District 27, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.7368,
                "longitude": -80.2377
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SC060200",
                        "subject_code_description": "Nature education"
                    },
                    {
                        "subject_code": "SC060000",
                        "subject_code_description": "Environmental education"
                    },
                    {
                        "subject_code": "SC040102",
                        "subject_code_description": "Aquatic wildlife protection"
                    },
                    {
                        "subject_code": "SC040100",
                        "subject_code_description": "Wildlife biodiversity"
                    },
                    {
                        "subject_code": "SC040000",
                        "subject_code_description": "Biodiversity"
                    },
                    {
                        "subject_code": "SC030406",
                        "subject_code_description": "Wetlands"
                    },
                    {
                        "subject_code": "SC030403",
                        "subject_code_description": "Oceans and coastal waters"
                    },
                    {
                        "subject_code": "SC030400",
                        "subject_code_description": "Water resources"
                    },
                    {
                        "subject_code": "SC030000",
                        "subject_code_description": "Natural resources"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "D33",
                        "ntee_code_description": "Fisheries"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 3835027.0,
                    "total_expenses": 3924905.0,
                    "total_assets": 2231762.0
                },
                "bmf_gross_receipts": 4444971.0,
                "bmf_assets": 2231762.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-02-21T16:21:24.0000000",
                "profile_last_modified": "2023-02-21T16:24:32.0000000",
                "dei_last_modified": "2023-02-21T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8962613",
                "ein": "27-3185735",
                "organization_name": "The CLEO Institute Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "TO EDUCATE & EMPOWER COMMUNITIES TO DEMAND CLIMATE ACTION, ENSURING A SAFE, JUST & HEALTHY ENVIRONMENT FOR ALL.",
                "website_url": "http://www.cleoinstitute.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9848307&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/27-3185735",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Yoca Arditi-Rocha",
                "leader_title": "Executive Director",
                "contact_name": "Olivia Collins",
                "contact_email": "[email protected]",
                "contact_phone": "(305) 573-5251",
                "contact_title": "Senior Director of Programs",
                "number_of_employees": "23",
                "ruling_year": 2010
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2103 Coral Way Fl 2",
                "address_line_2": "",
                "city": "Miami",
                "state": "FL",
                "zip": "33145",
                "msa": "FL - Miami",
                "congressional_district": "District 27, FL",
                "county": "Miami-Dade, FL",
                "latitude": 25.7507,
                "longitude": -80.2281
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SJ060200",
                        "subject_code_description": "Disaster preparedness"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "C60",
                        "ntee_code_description": "Environmental Education and Outdoor Survival Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 1625821.0,
                    "total_expenses": 1892577.0,
                    "total_assets": 874350.0
                },
                "bmf_gross_receipts": 1659429.0,
                "bmf_assets": 874350.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-10T11:08:03.0000000",
                "profile_last_modified": "2024-01-10T11:14:44.0000000",
                "dei_last_modified": "2024-01-05T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-01-10T11:14:44.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7041168",
                "ein": "20-5196010",
                "organization_name": "Dream In Green, Inc.",
                "also_known_as": "Green Schools Challenge",
                "group_exemption": "0000",
                "mission": "Dream in Green’s mission is to empower individuals, especially youth, to lead in the response to climate change and other environmental challenges facing South Florida..We assist diverse organizations, including schools, households, local governments and businesses to reduce their environmental footprint. Through establishing partnerships in our community, we develop, implement and oversee educational programs and workshops that promote environmentally sustainable behaviors among all age groups, with a particular emphasis on K-12 students.",
                "website_url": "www.dreamingreen.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9315985&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/20-5196010",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Barbara Martinez-Guerrero",
                "leader_title": "",
                "contact_name": "Barbara Martinez-Guerrero",
                "contact_email": "[email protected]",
                "contact_phone": "(786) 574-4909",
                "contact_title": "Executive Director",
                "number_of_employees": "2",
                "ruling_year": 2006
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2103 Coral Way Center For Social Change 2nd Floor",
                "address_line_2": "",
                "city": "Miami",
                "state": "FL",
                "zip": "33145",
                "msa": "FL - Miami",
                "congressional_district": "District 27, FL",
                "county": "Miami-Dade, FL",
                "latitude": 25.7537,
                "longitude": -80.2336
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SC060000",
                        "subject_code_description": "Environmental education"
                    },
                    {
                        "subject_code": "SC030600",
                        "subject_code_description": "Energy resources"
                    },
                    {
                        "subject_code": "SC030000",
                        "subject_code_description": "Natural resources"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B90",
                        "ntee_code_description": "Educational Services and Schools - Other"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 233201.0,
                    "total_expenses": 241212.0,
                    "total_assets": 261426.0
                },
                "bmf_gross_receipts": 233201.0,
                "bmf_assets": 261426.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-08-02T11:02:35.0000000",
                "profile_last_modified": "2023-08-02T11:02:35.0000000",
                "dei_last_modified": "2020-06-19T16:55:50.0000000",
                "financials_last_modified": "2023-05-18T15:24:48.0000000",
                "last_modified": "2023-11-14T08:38:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8041374",
                "ein": "65-0350357",
                "organization_name": "The Miami Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Miami Foundation builds the philanthropic, civic, and leadership backbone for Greater Miami. Since 1967, the Foundation has invested $485 million to strengthen our community with partnerships and contributions from more than 1000 fundholders and 35,000 donors. The Miami Foundation, which currently manages over $350 million in assets, mobilizes donors, nonprofits, leaders, and locals to set a bold vision for our community's future and to invest in a stronger, more equitable, more resilient Greater Miami.",
                "website_url": "http://www.miamifoundation.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7139131&approved=True",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/65-0350357",
                "profile_logo": "",
                "leader_name": "Rebecca Fishman Lipsey",
                "leader_title": "President and CEO",
                "contact_name": "Ms. Rebecca Fishman Lipsey",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "President and CEO",
                "number_of_employees": "50",
                "ruling_year": 1992
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "40 NW 3rd St Ste 305",
                "address_line_2": "",
                "city": "Miami",
                "state": "FL",
                "zip": "33128",
                "msa": "FL - Miami",
                "congressional_district": "District 24, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.777,
                "longitude": -80.1944
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SA060000",
                        "subject_code_description": "Performing arts"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T31",
                        "ntee_code_description": "Community Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 113981496.0,
                    "total_expenses": 81136698.0,
                    "total_assets": 438006992.0
                },
                "bmf_gross_receipts": 279263466.0,
                "bmf_assets": 438006992.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-09-28T19:00:12.0000000",
                "profile_last_modified": "2022-02-22T13:48:31.0000000",
                "dei_last_modified": "2021-01-20T11:59:17.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2023-11-21T17:00:30.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9997334",
                "ein": "86-2827046",
                "organization_name": "Resilience Youth Network",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "",
                "website_url": "resilienceyouthnetwork.org",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/86-2827046",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "441 NE 52nd St",
                "address_line_2": "",
                "city": "Miami",
                "state": "FL",
                "zip": "33137",
                "msa": "FL - Miami",
                "congressional_district": "District 24, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.8237,
                "longitude": -80.186
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "M01",
                        "ntee_code_description": "Alliance/Advocacy Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2022-09-09T13:27:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9469959",
                "ein": "47-3369805",
                "organization_name": "Resilience Action Fund Inc",
                "also_known_as": "RESILIENCE ACTION FUND",
                "group_exemption": "0000",
                "mission": "Empowerconsumerswithknowledgeandtoolstowithstandnaturalhazardswithlong-lastingandresilienthomesandcommunities,includingpublications,documentaries,buildingresilienceindex,homebuyers'guide,publicoutreachandothereducationaltools.",
                "website_url": "www.buildingresilient.com",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/47-3369805",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2015
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "441 NE 52nd St",
                "address_line_2": "",
                "city": "Miami",
                "state": "FL",
                "zip": "33137",
                "msa": "FL - Miami",
                "congressional_district": "District 24, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.8237,
                "longitude": -80.186
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "M01",
                        "ntee_code_description": "Alliance/Advocacy Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "EZ",
                    "fiscal_year": 2022,
                    "total_revenue": 97776.0,
                    "total_expenses": 59012.0,
                    "total_assets": 400530.0
                },
                "bmf_gross_receipts": 97809.0,
                "bmf_assets": 400530.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "2023-05-18T17:01:47.0000000",
                "last_modified": "2023-05-18T17:01:47.0000000"
            }
        }
    ]
}

Filter search results by Candid's taxonomy

Filter results by using Candid's taxonomy, up to 25 codes at a time.

{
    "filters": {
      "organization": { 
        "subject_codes":["SB090200"], /*college preparation*/
        "population_served_codes":["PA020100"] /*young adults*/
         }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 34,
    "time": "2024-02-12 18:47:13Z",
    "results_count": 130,
    "page_count": 6,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "6926751",
                "ein": "13-3840394",
                "organization_name": "The Posse Foundation",
                "also_known_as": "Posse",
                "group_exemption": "0000",
                "mission": "The Posse Foundation benefits both students and college campuses and is rooted in the belief that a small, diverse group of talented students – a \"posse\" – carefully selected and trained, serves as a catalyst for individual and community development. As the United States becomes an increasingly multicultural society, Posse believes that the leaders of the 21st century should reflect the country's rich demographic mix. The key to a promising future for our nation rests on the ability of strong leaders from diverse backgrounds to develop consensus solutions to complex social problems. Posse's primary aim is to cultivate these leaders of tomorrow.",
                "website_url": "http://www.possefoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7812846&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/13-3840394",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Deborah Bial",
                "leader_title": "President and Founder",
                "contact_name": "Hedy Roma",
                "contact_email": "[email protected]",
                "contact_phone": "(212) 405-1691",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "258",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "14 Wall St Ste 8a60",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10005",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 10, NY",
                "county": "New York, NY",
                "latitude": 40.7074,
                "longitude": -74.011
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 30624137.0,
                    "total_expenses": 25978887.0,
                    "total_assets": 157695711.0
                },
                "bmf_gross_receipts": 73929981.0,
                "bmf_assets": 157695711.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-04-08T16:54:52.0000000",
                "profile_last_modified": "2022-05-20T12:33:35.0000000",
                "dei_last_modified": "2022-04-12T12:28:13.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7663448",
                "ein": "43-1815310",
                "organization_name": "Kanakuk Ministries",
                "also_known_as": "Kanakuk Kamps, Kanakuk KampOut, Link Year, Link Academy, and AfterDark",
                "group_exemption": "0000",
                "mission": "Equipping Next Generation Christian Leaders is more than our mission, it is our heartbeat. Since 1926, Kanakuk has welcomed over 500,000 Kampers and 50,000 summer staff from across the country and around the world, equipping them with leadership skills and Biblical truths to impact their schools and communities as examples of Jesus Christ.",
                "website_url": "https://kanakuk.com/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8329795&approved=True",
                "profile_level": "Gold",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/43-1815310",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2022-seal.svg",
                "leader_name": "Joe White",
                "leader_title": "Chairman",
                "contact_name": "John Jensen",
                "contact_email": "[email protected]",
                "contact_phone": "(417) 266-3334",
                "contact_title": "Chief Business Officer",
                "number_of_employees": "2221",
                "ruling_year": 2015
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1353 Lake Shore Dr",
                "address_line_2": "",
                "city": "Branson",
                "state": "MO",
                "zip": "65616",
                "msa": "",
                "congressional_district": "District 7, MO",
                "county": "Taney, MO",
                "latitude": 36.6495,
                "longitude": -93.2457
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050900",
                        "subject_code_description": "Religion for youth"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SQ020000",
                        "subject_code_description": "Sports"
                    },
                    {
                        "subject_code": "SQ010100",
                        "subject_code_description": "Camps"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SP030000",
                        "subject_code_description": "Christianity"
                    },
                    {
                        "subject_code": "SP000000",
                        "subject_code_description": "Religion"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PF010000",
                        "population_served_description": "Christians"
                    },
                    {
                        "population_served_code": "PF000000",
                        "population_served_description": "Religious groups"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O55",
                        "ntee_code_description": "Religious Leadership, Youth Development"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "10",
                    "foundation_code_description": "Church"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 37973061.0,
                    "total_expenses": 35386498.0,
                    "total_assets": 49435943.0
                },
                "bmf_gross_receipts": 39512496.0,
                "bmf_assets": 49435943.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-11-14T19:02:02.0000000",
                "profile_last_modified": "2022-11-14T19:08:22.0000000",
                "dei_last_modified": "2022-11-14T00:00:00.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2023-08-24T13:00:37.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9587539",
                "ein": "81-4748731",
                "organization_name": "Ambassadors of Change Incorporated",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Ambassadors of Change Inc. is a 501(c)3 nonprofit organization. AOC was created to support the unique needs of Black women and youth as they rise as activists and agents of change.AOC is dedicated to shifting the lived experience of Black women and youth by offering an ecosystem of resources that centers the healing, development, and relational needs that are specific to Black women and youth. Through programming, mentorship, community and capacity building, AOC supports the elevation and pursuit of: Healing JusticeLeadership DevelopmentCivic Engagement",
                "website_url": "Www.ambassadorsofchangeinc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9957271&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/81-4748731",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Patrice Harrison",
                "leader_title": "Executive Director/CEO",
                "contact_name": "Patrice Harrison",
                "contact_email": "[email protected]",
                "contact_phone": "(818) 732-4961",
                "contact_title": "Executive Director",
                "number_of_employees": "",
                "ruling_year": 2017
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "267 Langley Dr # 1207",
                "address_line_2": "",
                "city": "Lawrenceville",
                "state": "GA",
                "zip": "30046",
                "msa": "GA - Atlanta",
                "congressional_district": "District 7, GA",
                "county": "Gwinnett, GA",
                "latitude": 33.9569,
                "longitude": -83.9978
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050700",
                        "subject_code_description": "Civics for youth"
                    },
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050303",
                        "subject_code_description": "Youth peer mentoring"
                    },
                    {
                        "subject_code": "SS050302",
                        "subject_code_description": "Intergenerational mentoring"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SR050000",
                        "subject_code_description": "Diversity and intergroup relations"
                    },
                    {
                        "subject_code": "SR040400",
                        "subject_code_description": "Women's rights"
                    },
                    {
                        "subject_code": "SR040200",
                        "subject_code_description": "Ethnic and racial minority rights"
                    },
                    {
                        "subject_code": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR020700",
                        "subject_code_description": "Cultural rights"
                    },
                    {
                        "subject_code": "SR020400",
                        "subject_code_description": "Voter rights"
                    },
                    {
                        "subject_code": "SR020000",
                        "subject_code_description": "Social rights"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE070601",
                        "subject_code_description": "Comprehensive sex education"
                    },
                    {
                        "subject_code": "SE070600",
                        "subject_code_description": "Sexual education"
                    },
                    {
                        "subject_code": "SE070500",
                        "subject_code_description": "Youth pregnancy prevention"
                    },
                    {
                        "subject_code": "SE070401",
                        "subject_code_description": "Prenatal care"
                    },
                    {
                        "subject_code": "SE070400",
                        "subject_code_description": "Maternal and perinatal health"
                    },
                    {
                        "subject_code": "SE070000",
                        "subject_code_description": "Reproductive health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB090300",
                        "subject_code_description": "Computer literacy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG060100",
                        "population_served_description": "Victims of crime and abuse"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030400",
                        "population_served_description": "Working poor"
                    },
                    {
                        "population_served_code": "PG030300",
                        "population_served_description": "Extremely poor people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC050201",
                        "population_served_description": "Young men"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050104",
                        "population_served_description": "Adolescent boys"
                    },
                    {
                        "population_served_code": "PC050103",
                        "population_served_description": "Preteen boys"
                    },
                    {
                        "population_served_code": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "W70",
                        "ntee_code_description": "Leadership Development"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-24T15:20:05.0000000",
                "profile_last_modified": "2024-01-24T15:20:05.0000000",
                "dei_last_modified": "2024-01-24T12:15:16.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-24T15:20:05.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7414365",
                "ein": "34-6516654",
                "organization_name": "United Way of Greater Cleveland",
                "also_known_as": "United Way",
                "group_exemption": "5378",
                "mission": "United Way of Greater Cleveland mobilizes people and resources by creating solutions that improve lives and our community.",
                "website_url": "http://www.unitedwaycleveland.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9908728&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/34-6516654",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Sharon Sobol Jordan",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Carol Marshall",
                "contact_email": "[email protected]",
                "contact_phone": "(216) 436-2208",
                "contact_title": "Proposal Manager/Grant Writer",
                "number_of_employees": "146",
                "ruling_year": 1960
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": true,
                    "subordinate": false,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1331 Euclid Ave",
                "address_line_2": "",
                "city": "Cleveland",
                "state": "OH",
                "zip": "44115",
                "msa": "OH - Cleveland",
                "congressional_district": "District 11, OH",
                "county": "Cuyahoga, OH",
                "latitude": 41.5009,
                "longitude": -81.6823
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS070400",
                        "subject_code_description": "Homeless shelters"
                    },
                    {
                        "subject_code": "SS070100",
                        "subject_code_description": "Supportive housing"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SM020000",
                        "subject_code_description": "Food security"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE120504",
                        "subject_code_description": "Substance abuse treatment"
                    },
                    {
                        "subject_code": "SE120500",
                        "subject_code_description": "Addiction services"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE050100",
                        "subject_code_description": "Health care clinics"
                    },
                    {
                        "subject_code": "SE050000",
                        "subject_code_description": "Out-patient medical care"
                    },
                    {
                        "subject_code": "SE040200",
                        "subject_code_description": "Community health care"
                    },
                    {
                        "subject_code": "SE040000",
                        "subject_code_description": "In-patient medical care"
                    },
                    {
                        "subject_code": "SE030700",
                        "subject_code_description": "Patient-centered care"
                    },
                    {
                        "subject_code": "SE030000",
                        "subject_code_description": "Health care administration and financing"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH020300",
                        "population_served_description": "Terminally ill people"
                    },
                    {
                        "population_served_code": "PH020100",
                        "population_served_description": "People with HIV/AIDS"
                    },
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010100",
                        "population_served_description": "People with physical disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG060100",
                        "population_served_description": "Victims of crime and abuse"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030100",
                        "population_served_description": "Homeless people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD050000",
                        "population_served_description": "Caregivers"
                    },
                    {
                        "population_served_code": "PD020400",
                        "population_served_description": "Single parents"
                    },
                    {
                        "population_served_code": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010100",
                        "population_served_description": "Infants and toddlers"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T70",
                        "ntee_code_description": "Fund Raising Organizations That Cross Categories includes Community Funds/Trusts and Federated Giving Programs) e.g. United Way"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 18584237.0,
                    "total_expenses": 18261123.0,
                    "total_assets": 37317556.0
                },
                "bmf_gross_receipts": 18648897.0,
                "bmf_assets": 37317556.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T09:18:27.0000000",
                "profile_last_modified": "2024-01-19T09:18:27.0000000",
                "dei_last_modified": "2023-12-01T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-19T09:18:27.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7606737",
                "ein": "41-1968798",
                "organization_name": "College Possible",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "College Possible is making college admission and success possible for students from low-income backgrounds through an intensive curriculum of coaching and support.",
                "website_url": "www.CollegePossible.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8640923&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/41-1968798",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Al Fan",
                "leader_title": "CEO",
                "contact_name": "Mr. Al Fan",
                "contact_email": "[email protected]",
                "contact_phone": "(651) 288-9455",
                "contact_title": "CEO",
                "number_of_employees": "813",
                "ruling_year": 2000
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "755 Prior Ave N Ste 210",
                "address_line_2": "",
                "city": "St Paul",
                "state": "MN",
                "zip": "55104",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 4, MN",
                "county": "Ramsey, MN",
                "latitude": 44.9656,
                "longitude": -93.1823
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 31201183.0,
                    "total_expenses": 27834304.0,
                    "total_assets": 23283310.0
                },
                "bmf_gross_receipts": 31323954.0,
                "bmf_assets": 23283310.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-03T14:31:21.0000000",
                "profile_last_modified": "2023-02-03T14:31:21.0000000",
                "dei_last_modified": "2023-01-27T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-05-18T17:01:04.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9945061",
                "ein": "86-1253535",
                "organization_name": "Kreative Solutions HBCU Foundation",
                "also_known_as": "KR Scholars",
                "group_exemption": "0000",
                "mission": "Our mission is to empower and uplift underserved communities through a multifaceted approach, encompassing scholarships, financial literacy, and workforce readiness for students attending Historically Black Colleges & Universities.",
                "website_url": "http://www.krscholars.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9893505&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/86-1253535",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Kristen Johnson",
                "leader_title": "CEO",
                "contact_name": "Kristen Johnson",
                "contact_email": "[email protected]",
                "contact_phone": "(804) 252-8662",
                "contact_title": "CEO",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "12220 Chattanooga Plz # 262",
                "address_line_2": "",
                "city": "Midlothian",
                "state": "VA",
                "zip": "23112",
                "msa": "VA - Richmond-Petersburg",
                "congressional_district": "District 7, VA",
                "county": "Chesterfield, VA",
                "latitude": 37.4277,
                "longitude": -77.6578
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050600",
                        "subject_code_description": "Economics for youth"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050103",
                        "subject_code_description": "Community development finance"
                    },
                    {
                        "subject_code": "SN050100",
                        "subject_code_description": "Development finance"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T15:29:52.0000000",
                "profile_last_modified": "2024-01-18T15:29:52.0000000",
                "dei_last_modified": "2024-01-10T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-18T15:29:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10189986",
                "ein": "92-3499201",
                "organization_name": "Presidio Bay Foundation Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Presidio Bay Foundation is a 501(c)3 nonprofit focused on empowering underserved and underrepresented youth through educational and career opportunities in commercial real estate. Our mission is to forge pathways for youth to become future leaders in shaping more equitable neighborhoods and cities.",
                "website_url": "https://www.pbvscholarship.com/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9850725&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/92-3499201",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Alexis Stewart",
                "leader_title": "",
                "contact_name": "Alexis Stewart",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2023
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "160 Pacific Ave Ste 204",
                "address_line_2": "",
                "city": "San Francisco",
                "state": "CA",
                "zip": "94111",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 12, CA",
                "county": "San Francisco, CA",
                "latitude": 37.7979,
                "longitude": -122.3992
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN061000",
                        "subject_code_description": "Real estate"
                    },
                    {
                        "subject_code": "SN060600",
                        "subject_code_description": "Entrepreneurship"
                    },
                    {
                        "subject_code": "SN060300",
                        "subject_code_description": "Corporate social responsibility"
                    },
                    {
                        "subject_code": "SN060000",
                        "subject_code_description": "Business and industry"
                    },
                    {
                        "subject_code": "SN030200",
                        "subject_code_description": "Community organizing"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020106",
                        "subject_code_description": "Urban renewal"
                    },
                    {
                        "subject_code": "SN020105",
                        "subject_code_description": "Urban planning"
                    },
                    {
                        "subject_code": "SN020100",
                        "subject_code_description": "Urban development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN010000",
                        "subject_code_description": "Sustainable development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070200",
                        "subject_code_description": "Continuing education"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB060100",
                        "subject_code_description": "Business education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE050000",
                        "population_served_description": "People of Latin American descent"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE020000",
                        "population_served_description": "People of Asian descent"
                    },
                    {
                        "population_served_code": "PE010000",
                        "population_served_description": "People of Middle Eastern descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC040201",
                        "population_served_description": "Young women"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040104",
                        "population_served_description": "Adolescent girls"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-04T13:41:38.0000000",
                "profile_last_modified": "2024-01-10T15:08:02.0000000",
                "dei_last_modified": "2024-01-10T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-10T15:08:02.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9590559",
                "ein": "81-0708030",
                "organization_name": "Chozen Generation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our mission is to enrich the youth by creating significant relationships with purpose through mentoring, character, behavioral, and educational development.",
                "website_url": "https://www.chozengeneration44.com/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10021251&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/81-0708030",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Carrie Farley",
                "leader_title": "Director",
                "contact_name": "Carrie Farley",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Director",
                "number_of_employees": "",
                "ruling_year": 2022
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "396 Blairwood Dr",
                "address_line_2": "",
                "city": "Dayton",
                "state": "OH",
                "zip": "45426",
                "msa": "OH - Dayton-Springfield",
                "congressional_district": "District 10, OH",
                "county": "Montgomery, OH",
                "latitude": 39.8042,
                "longitude": -84.306
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040303",
                        "subject_code_description": "Child development"
                    },
                    {
                        "subject_code": "SS040300",
                        "subject_code_description": "Child welfare"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SG020000",
                        "subject_code_description": "Sociology"
                    },
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SB091100",
                        "subject_code_description": "Reading promotion"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB060400",
                        "subject_code_description": "Social work education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ100000",
                        "population_served_description": "Artists and performers"
                    },
                    {
                        "population_served_code": "PJ050200",
                        "population_served_description": "Teachers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD020200",
                        "population_served_description": "Adolescent parents"
                    },
                    {
                        "population_served_code": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PC050201",
                        "population_served_description": "Young men"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050104",
                        "population_served_description": "Adolescent boys"
                    },
                    {
                        "population_served_code": "PC050103",
                        "population_served_description": "Preteen boys"
                    },
                    {
                        "population_served_code": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040201",
                        "population_served_description": "Young women"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040104",
                        "population_served_description": "Adolescent girls"
                    },
                    {
                        "population_served_code": "PC040103",
                        "population_served_description": "Preteen girls"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P30",
                        "ntee_code_description": "Children's and Youth Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-04T03:15:23.0000000",
                "profile_last_modified": "2024-02-04T03:15:23.0000000",
                "dei_last_modified": "2024-02-04T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-02-04T03:15:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9945110",
                "ein": "85-3756579",
                "organization_name": "Alejandro Flores Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "To bridge the gap of educational inequity in LA County by supporting the students who need it most. Not only is there an increasingly widening gap in educational opportunities and outcomes in LA County, there is also a significant gap in scholarship funding available for high potential students who don’t score well using traditional metrics like GPA and standardized test scores. AFF aims to close this gap by supporting those who may not have the highest GPA or SAT scores, but display strong morals, grit and determination in the face of adversity. Lastly, we aim to honor Alexx’s memory by giving back to the communities that he called home.",
                "website_url": "afloresfoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9851357&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-3756579",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Ricardo Mexia",
                "leader_title": "Executive Director",
                "contact_name": "Ricardo Mexia",
                "contact_email": "[email protected]",
                "contact_phone": "(626) 890- x0367",
                "contact_title": "Executive Director",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "5830 Benner St",
                "address_line_2": "",
                "city": "Los Angeles",
                "state": "CA",
                "zip": "90042",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 34, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.1074,
                "longitude": -118.1899
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050100",
                        "subject_code_description": "Community college education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "C36",
                        "ntee_code_description": "Forest Conservation"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-03-14T20:51:41.0000000",
                "profile_last_modified": "2024-01-10T15:47:35.0000000",
                "dei_last_modified": "2023-03-14T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-10T15:47:35.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10204873",
                "ein": "93-3997537",
                "organization_name": "Youth Mentors Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our mission is to empower individuals on their professional journeys by providing expert guidance & personalized, one-on-one mentorship. We strive to connect aspiring young professionals with experienced mentors who can offer invaluable advice & insights.Through our platform, we aim to foster an environment where mentees can enhance their skills, make informed decisions, & achieve their professional goals.We are dedicated to facilitating meaningful mentorship relationships that inspire growth, resilience, & lifelong learning, ultimately enabling individuals to navigate the ever-evolving job market with confidence and success.Together, we are building a community of empowered young professionals who are ready to make meaningful contributions & create fulfilling careers.",
                "website_url": "https://www.youthmentors.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9967759&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/93-3997537",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Brian Sheehan",
                "leader_title": "Executive Director",
                "contact_name": "Brian Sheehan",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2023
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2436 N Federal Hwy Ste 405",
                "address_line_2": "",
                "city": "Pompano Beach",
                "state": "FL",
                "zip": "33064",
                "msa": "FL - Fort Lauderdale-Hollywood",
                "congressional_district": "District 22, FL",
                "county": "Broward, FL",
                "latitude": 26.2788,
                "longitude": -80.1124
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN020303",
                        "subject_code_description": "Job retraining"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020301",
                        "subject_code_description": "Job counseling"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB020000",
                        "subject_code_description": "Educational management"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PF000000",
                        "population_served_description": "Religious groups"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC050201",
                        "population_served_description": "Young men"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040201",
                        "population_served_description": "Young women"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-25T16:24:12.0000000",
                "profile_last_modified": "2024-01-25T16:24:12.0000000",
                "dei_last_modified": "2023-12-12T15:10:53.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-25T16:24:12.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9832922",
                "ein": "84-3142901",
                "organization_name": "TLT - Tomorrows Leaders Today Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "TLT- Tomorrows Leaders Today, Inc. is a 501(c)(3) nonprofit organization dedicated to helping develop youth leaders through education, collaboration and mentorships with community & business leaders for the collective benefit of the students and their communities.",
                "website_url": "www.TLTLeaders.Org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9981062&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/84-3142901",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Elaine Smith-Poyourow",
                "leader_title": "President/Executive Director and Founder",
                "contact_name": "Elaine Smith-Poyourow",
                "contact_email": "[email protected]",
                "contact_phone": "(214) 226-5971",
                "contact_title": "Founder, President, Executive Director",
                "number_of_employees": "",
                "ruling_year": 2019
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 5058",
                "address_line_2": "",
                "city": "Frisco",
                "state": "TX",
                "zip": "75035",
                "msa": "TX - Dallas-Fort Worth",
                "congressional_district": "District 1, TX",
                "county": "Collin, TX",
                "latitude": 33.152,
                "longitude": -96.7752
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050700",
                        "subject_code_description": "Civics for youth"
                    },
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090400",
                        "subject_code_description": "Cooperative education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ060000",
                        "population_served_description": "Military personnel"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B80",
                        "ntee_code_description": "Student Services and Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T14:25:06.0000000",
                "profile_last_modified": "2024-01-28T20:38:51.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-28T20:38:51.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8180520",
                "ein": "75-3235491",
                "organization_name": "Camp Harbor View Foundation Inc.",
                "also_known_as": "Camp Harbor View",
                "group_exemption": "0000",
                "mission": "Our shared vision is an inclusive, equitable Boston where every young person and family has the opportunity and resources to succeed. To pursue this vision, we offer free, high-quality summer camp and year-round programs, nurturing deep relationships and empowering a thriving community of future leaders and their families.",
                "website_url": "www.campharborview.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9465182&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/75-3235491",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Sharon McNally",
                "leader_title": "President",
                "contact_name": "Maggie Evans",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Director of Communications",
                "number_of_employees": "101",
                "ruling_year": 2007
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "79 Newbury St",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02116",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Suffolk, MA",
                "latitude": 42.3518,
                "longitude": -71.0745
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SQ010100",
                        "subject_code_description": "Camps"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SE120700",
                        "subject_code_description": "Mental health counseling"
                    },
                    {
                        "subject_code": "SE120600",
                        "subject_code_description": "Crisis intervention"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 11338225.0,
                    "total_expenses": 10922177.0,
                    "total_assets": 62145442.0
                },
                "bmf_gross_receipts": 23525452.0,
                "bmf_assets": 62145442.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-09-07T13:40:23.0000000",
                "profile_last_modified": "2023-09-07T13:40:23.0000000",
                "dei_last_modified": "2023-09-07T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8351295",
                "ein": "91-2082980",
                "organization_name": "Jeffersonville Clark County NAACP Youth Council",
                "also_known_as": "Jeffersonville Youth & College Division",
                "group_exemption": "1531",
                "mission": "The mission of the NAACP Youth & College Division shall be to inform youth of the problems affecting African Americans and other racial and ethnic minorities; to advance the economic, education, social and political status of African Americans and other racial and ethnic minorities and their harmonious cooperation with other peoples; to stimulate an appreciation of the African Diaspora and other people of color’s contribution to civilization; and to develop an intelligent, effective youth leadership.",
                "website_url": "",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8133627&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/91-2082980",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Tracey Cobb",
                "leader_title": "Youth Advisor",
                "contact_name": "Ms. Tracey Cobb",
                "contact_email": "[email protected]",
                "contact_phone": "(812) 391-6174",
                "contact_title": "Advisor",
                "number_of_employees": "",
                "ruling_year": 1961
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 1464",
                "address_line_2": "",
                "city": "Jeffersonville",
                "state": "IN",
                "zip": "47131",
                "msa": "IN - Louisville, KY-IN",
                "congressional_district": "District 9, IN",
                "county": "Clark, IN",
                "latitude": 38.3005,
                "longitude": -85.7416
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SR050000",
                        "subject_code_description": "Diversity and intergroup relations"
                    },
                    {
                        "subject_code": "SR040200",
                        "subject_code_description": "Ethnic and racial minority rights"
                    },
                    {
                        "subject_code": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "R22",
                        "ntee_code_description": "Minority Rights"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "04",
                    "subsection_code_description": "501(c)(4) Civic Leagues and Social Welfare Organizations"
                },
                "foundation_code": {
                    "foundation_code": "00",
                    "foundation_code_description": "All organizations except 501(c)(3)"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-09-18T13:37:20.0000000",
                "profile_last_modified": "2022-09-18T13:37:20.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2022-11-15T12:27:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9940672",
                "ein": "85-1067852",
                "organization_name": "Discover Your Pace Inc",
                "also_known_as": "Discover Your Pace | DYP",
                "group_exemption": "0000",
                "mission": "To uplift systemically oppressed intersectional communities by providing equitable access to innovative advisory programs that foster economic sustainability (Manage), self-efficacy (Advance), social intelligence (Balance), & charitable service (Impact).",
                "website_url": "www.discoveryourpace.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8099867&approved=True",
                "profile_level": "Gold",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/85-1067852",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2022-seal.svg",
                "leader_name": "Marcel Daniel | Howard University (BBA) | Gates Millennium Scholar",
                "leader_title": "Managing Director",
                "contact_name": "Marcel Daniel",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Managing Director",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": true,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "20 Martin Ter",
                "address_line_2": "",
                "city": "Randolph",
                "state": "MA",
                "zip": "02368",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Norfolk, MA",
                "latitude": 42.1553,
                "longitude": -71.0469
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS060400",
                        "subject_code_description": "Self-advocacy"
                    },
                    {
                        "subject_code": "SS060000",
                        "subject_code_description": "Personal services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR020800",
                        "subject_code_description": "Economic justice"
                    },
                    {
                        "subject_code": "SR020000",
                        "subject_code_description": "Social rights"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN020301",
                        "subject_code_description": "Job counseling"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD030000",
                        "subject_code_description": "Voluntarism"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070200",
                        "subject_code_description": "Continuing education"
                    },
                    {
                        "subject_code": "SB070101",
                        "subject_code_description": "Adult literacy"
                    },
                    {
                        "subject_code": "SB070100",
                        "subject_code_description": "Basic and remedial instruction"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ120000",
                        "population_served_description": "Activists"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ030000",
                        "population_served_description": "Self-employed people"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-09-04T02:51:35.0000000",
                "profile_last_modified": "2022-09-04T03:34:19.0000000",
                "dei_last_modified": "2022-09-04T02:49:58.0000000",
                "financials_last_modified": "",
                "last_modified": "2022-09-09T13:27:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9125335",
                "ein": "80-0177104",
                "organization_name": "Collective Souls Incorporated",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Mission is to educate, mentor, and nurture today's youth to help them reach their highest potential in becoming successful in life.",
                "website_url": "www.collectivesoulsinc.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/80-0177104",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Rhonda Robinson",
                "leader_title": "CEO",
                "contact_name": "Rhonda Robinson",
                "contact_email": "[email protected]",
                "contact_phone": "(314) 479-7747",
                "contact_title": "CEO",
                "number_of_employees": "",
                "ruling_year": 2011
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "7829 Bloom Dr",
                "address_line_2": "",
                "city": "St Louis",
                "state": "MO",
                "zip": "63133",
                "msa": "MO - St. Louis, MO-IL",
                "congressional_district": "District 1, MO",
                "county": "Saint Louis, MO",
                "latitude": 38.6742,
                "longitude": -91.3388
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-01-08T21:18:08.0000000",
                "profile_last_modified": "2023-01-08T21:18:08.0000000",
                "dei_last_modified": "2023-01-08T20:10:43.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-04-10T15:32:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9962085",
                "ein": "85-2539829",
                "organization_name": "Gene Xcellence",
                "also_known_as": "Gene Xcellence",
                "group_exemption": "0000",
                "mission": "At Gene Xcellence, our mission is to empower teenagers and young adults with the essential life skills and resources they need to achieve economic mobility, unlock their full potential, and conquer challenges they may face.  With a vision to bridge the opportunity gap for teens and young adults in Greenville County.",
                "website_url": "https://gene-xcellence.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9688495&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-2539829",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "DeAsia  Danaladi",
                "leader_title": "Founder, CEO",
                "contact_name": "DeAsia Danladi",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3620 Pelham Rd Ste 5-184",
                "address_line_2": "",
                "city": "Greenville",
                "state": "SC",
                "zip": "29615",
                "msa": "SC - Greenville-Spartanburg-Anderson",
                "congressional_district": "District 4, SC",
                "county": "Greenville, SC",
                "latitude": 34.8615,
                "longitude": -82.3095
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050600",
                        "subject_code_description": "Economics for youth"
                    },
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050303",
                        "subject_code_description": "Youth peer mentoring"
                    },
                    {
                        "subject_code": "SS050301",
                        "subject_code_description": "Adult and child mentoring"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-04-17T15:16:08.0000000",
                "profile_last_modified": "2023-11-15T18:41:46.0000000",
                "dei_last_modified": "2022-08-29T18:36:26.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9930371",
                "ein": "85-2921806",
                "organization_name": "Futurepreneurs Unlimited",
                "also_known_as": "FPU",
                "group_exemption": "0000",
                "mission": "Building entrpreneurial thinking and abilities in youth.",
                "website_url": "https://fpus.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/85-2921806",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Tony Benjamin",
                "leader_title": "",
                "contact_name": "Tony Benjamin",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2020
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "15809 NE 110th St",
                "address_line_2": "",
                "city": "Redmond",
                "state": "WA",
                "zip": "98052",
                "msa": "WA - Seattle-Everett",
                "congressional_district": "District 1, WA",
                "county": "King, WA",
                "latitude": 47.6988,
                "longitude": -122.128
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090300",
                        "subject_code_description": "Computer literacy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-09-29T18:01:53.0000000",
                "profile_last_modified": "2022-09-29T18:01:53.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2023-09-18T14:26:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9918837",
                "ein": "85-2575998",
                "organization_name": "Open Source Society University",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "We empower learners to master college curricula through free resources. We do this by identifying courses and learning material available for free and organizing them into curriculum that meet the standards of a bachelors degree. Our computer science curriculum was our first major and remains the most popular major. We support students through open discussion forums, which have connected thousands of self learners.",
                "website_url": "ossu.dev",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8438811&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/85-2575998",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Lenox Wanjohi",
                "leader_title": "President",
                "contact_name": "Lenox Wanjohi",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "President",
                "number_of_employees": "",
                "ruling_year": 2020
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "4318 Marymont Springs Blvd",
                "address_line_2": "",
                "city": "Murfreesboro",
                "state": "TN",
                "zip": "37128",
                "msa": "TN - Nashville",
                "congressional_district": "District 4, TN",
                "county": "Rutherford, TN",
                "latitude": 35.8246,
                "longitude": -86.477
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB090800",
                        "subject_code_description": "E-learning"
                    },
                    {
                        "subject_code": "SB090400",
                        "subject_code_description": "Cooperative education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B80",
                        "ntee_code_description": "Student Services and Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-12-22T15:35:40.0000000",
                "profile_last_modified": "2022-12-22T15:35:39.0000000",
                "dei_last_modified": "2020-12-01T22:38:17.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-05-09T11:30:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9882070",
                "ein": "84-5190933",
                "organization_name": "Record Success Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Record Success, Inc. is dedicated to helping students determine their college/career choices and to serving historically disadvantaged groups, first-generation students, and non-traditional populations.",
                "website_url": "http://www.recordsuccess.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9718511&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/84-5190933",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Angie Record",
                "leader_title": "Executive Director",
                "contact_name": "Angie Record, PhD",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Executive Director",
                "number_of_employees": "",
                "ruling_year": 2020
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 723",
                "address_line_2": "",
                "city": "Vero Beach",
                "state": "FL",
                "zip": "32961",
                "msa": "",
                "congressional_district": "District 8, FL",
                "county": "Indian River, FL",
                "latitude": 27.6333,
                "longitude": -80.5038
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SH040300",
                        "subject_code_description": "Publishing"
                    },
                    {
                        "subject_code": "SH040000",
                        "subject_code_description": "Communication media"
                    },
                    {
                        "subject_code": "SH000000",
                        "subject_code_description": "Information and communications"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB090800",
                        "subject_code_description": "E-learning"
                    },
                    {
                        "subject_code": "SB090700",
                        "subject_code_description": "Educational testing"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A33",
                        "ntee_code_description": "Printing, Publishing"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-11-27T14:56:58.0000000",
                "profile_last_modified": "2023-11-27T14:56:58.0000000",
                "dei_last_modified": "2020-12-30T20:59:43.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-11-27T14:56:58.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9562918",
                "ein": "81-3988319",
                "organization_name": "The Dignified Learning Project",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "To Manifest of the Values of Dignity through Student Services, Teacher Collaboration, & Community Engagement.",
                "website_url": "www.thedignifiedlearningproject.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/81-3988319",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Charlene Holkenbrink-Monk",
                "leader_title": "Executive Director",
                "contact_name": "Charlene Holkenbrink-Monk",
                "contact_email": "[email protected]",
                "contact_phone": "(858) 248-5423",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2016
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "7978 Linda Vista Rd Apt 18",
                "address_line_2": "",
                "city": "San Diego",
                "state": "CA",
                "zip": "92111",
                "msa": "CA - San Diego",
                "congressional_district": "District 52, CA",
                "county": "San Diego, CA",
                "latitude": 32.8035,
                "longitude": -117.1708
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030200",
                        "subject_code_description": "Community organizing"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SG020000",
                        "subject_code_description": "Sociology"
                    },
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SB091100",
                        "subject_code_description": "Reading promotion"
                    },
                    {
                        "subject_code": "SB091000",
                        "subject_code_description": "Parent-teacher involvement"
                    },
                    {
                        "subject_code": "SB090400",
                        "subject_code_description": "Cooperative education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070101",
                        "subject_code_description": "Adult literacy"
                    },
                    {
                        "subject_code": "SB070100",
                        "subject_code_description": "Basic and remedial instruction"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB060500",
                        "subject_code_description": "Teacher education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "W99",
                        "ntee_code_description": "Public, Society Benefit - Multipurpose and Other N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-04-30T23:35:20.0000000",
                "profile_last_modified": "2022-04-30T23:35:20.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2022-09-09T13:27:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6909904",
                "ein": "13-2707665",
                "organization_name": "Phipps Neighborhoods",
                "also_known_as": "Phipps Neighborhoods",
                "group_exemption": "0000",
                "mission": "Phipps Neighborhoods works toward a New York City in which no one is caught in the cycle of poverty. We provide children, youth, and families in low-income neighborhoods the opportunities they need to thrive through comprehensive education and career programs, and access to community services.",
                "website_url": "www.phippsny.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9678707&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-2707665",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Andre White",
                "leader_title": "Executive Director & CEO",
                "contact_name": "Andre White",
                "contact_email": "[email protected]",
                "contact_phone": "(646) 388-8233",
                "contact_title": "Executive Director and CEO",
                "number_of_employees": "392",
                "ruling_year": 1973
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "902 Broadway Fl 13",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10010",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 12, NY",
                "county": "New York, NY",
                "latitude": 40.7392,
                "longitude": -73.9898
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040302",
                        "subject_code_description": "Child care"
                    },
                    {
                        "subject_code": "SS040300",
                        "subject_code_description": "Child welfare"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB090300",
                        "subject_code_description": "Computer literacy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030400",
                        "population_served_description": "Working poor"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "S20",
                        "ntee_code_description": "Community, Neighborhood Development, Improvement"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 18079167.0,
                    "total_expenses": 16648095.0,
                    "total_assets": 18359964.0
                },
                "bmf_gross_receipts": 18325762.0,
                "bmf_assets": 18359964.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-11-14T09:31:57.0000000",
                "profile_last_modified": "2023-11-14T09:31:57.0000000",
                "dei_last_modified": "2023-09-15T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2023-11-14T09:31:57.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9617610",
                "ein": "82-1063569",
                "organization_name": "HighView",
                "also_known_as": "HighView",
                "group_exemption": "0000",
                "mission": "HighView empowers motivated students from under-resourced communities to achieve economic mobility. We equip students with the social capital, connections & confidence they need to persist in college and thrive in career paths that build generational wealth.",
                "website_url": "https://gohighview.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9820844&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/82-1063569",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Nicole Baraff Sherman",
                "leader_title": "",
                "contact_name": "Nicole Sherman",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "3",
                "ruling_year": 2017
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "235 Grape St",
                "address_line_2": "",
                "city": "Denver",
                "state": "CO",
                "zip": "80220",
                "msa": "CO - Denver-Boulder",
                "congressional_district": "District 1, CO",
                "county": "Denver, CO",
                "latitude": 39.7201,
                "longitude": -104.9246
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050600",
                        "subject_code_description": "Economics for youth"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE050000",
                        "population_served_description": "People of Latin American descent"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE020000",
                        "population_served_description": "People of Asian descent"
                    },
                    {
                        "population_served_code": "PE010000",
                        "population_served_description": "People of Middle Eastern descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O53",
                        "ntee_code_description": "Business, Youth Development"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 406506.0,
                    "total_expenses": 280561.0,
                    "total_assets": 246756.0
                },
                "bmf_gross_receipts": 112130.0,
                "bmf_assets": 120811.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-12-11T15:30:03.0000000",
                "profile_last_modified": "2024-01-04T09:50:17.0000000",
                "dei_last_modified": "2023-12-11T13:29:30.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-04T09:50:17.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10057769",
                "ein": "86-1950468",
                "organization_name": "Black Girls Leadership Academy",
                "also_known_as": "BGLA",
                "group_exemption": "0000",
                "mission": "Black Girls Leadership Academy seeks to build the self-esteem and self-worth of Black girls by changing their outlook on life, broadening their horizons, and helping them to empower themselves and others. We value the opportunity to enrich the lives of young girls and women aged 11 to 24 years old through mentorship, arts, education, cultural exploration, and community service. At BGLA, Black girls are offered access to enrichment programs and opportunities that place special emphasis on personal development through mentorship and cooperative learning.",
                "website_url": "www.blackgirlslead.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8232968&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/86-1950468",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Jazzalyn Livingston",
                "leader_title": "Co-Founder",
                "contact_name": "Victoria Gichohi",
                "contact_email": "[email protected]",
                "contact_phone": "(310) 678-1129",
                "contact_title": "Co-Founder",
                "number_of_employees": "",
                "ruling_year": 2022
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1311 N McDivitt Ave",
                "address_line_2": "",
                "city": "Compton",
                "state": "CA",
                "zip": "90221",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 44, CA",
                "county": "Los Angeles, CA",
                "latitude": 33.9047,
                "longitude": -118.2181
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090800",
                        "subject_code_description": "E-learning"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH040000",
                        "population_served_description": "Pregnant people"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC040203",
                        "population_served_description": "Senior women"
                    },
                    {
                        "population_served_code": "PC040201",
                        "population_served_description": "Young women"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040104",
                        "population_served_description": "Adolescent girls"
                    },
                    {
                        "population_served_code": "PC040103",
                        "population_served_description": "Preteen girls"
                    },
                    {
                        "population_served_code": "PC040102",
                        "population_served_description": "Young girls"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC030000",
                        "population_served_description": "Intersex people"
                    },
                    {
                        "population_served_code": "PC020000",
                        "population_served_description": "Heterosexuals"
                    },
                    {
                        "population_served_code": "PC010400",
                        "population_served_description": "Transgender people"
                    },
                    {
                        "population_served_code": "PC010300",
                        "population_served_description": "Bisexuals"
                    },
                    {
                        "population_served_code": "PC010100",
                        "population_served_description": "Lesbians"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B99",
                        "ntee_code_description": "Education N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-10-18T18:46:45.0000000",
                "profile_last_modified": "2022-10-18T18:46:45.0000000",
                "dei_last_modified": "2022-10-18T15:38:59.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-06-13T13:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9958763",
                "ein": "85-4371602",
                "organization_name": "Bridge To Grow Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Bridge the opportunity gap by providing free, accessible, and personalized academic help to students in disadvantaged communities.Grow the community by providing mentoring and coaching to students to ignite the growth within the communities.",
                "website_url": "www.bridgegrow.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7722076&approved=True",
                "profile_level": "Gold",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/85-4371602",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2022-seal.svg",
                "leader_name": "Sam  Park",
                "leader_title": "",
                "contact_name": "Sam Park",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "74 Fennbrook Rd",
                "address_line_2": "",
                "city": "West Hartford",
                "state": "CT",
                "zip": "06119",
                "msa": "CT - Hartford",
                "congressional_district": "District 1, CT",
                "county": "Hartford, CT",
                "latitude": 41.7514,
                "longitude": -72.7311
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B90",
                        "ntee_code_description": "Educational Services and Schools - Other"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-04-13T12:10:45.0000000",
                "profile_last_modified": "2022-04-13T12:10:45.0000000",
                "dei_last_modified": "2022-04-13T12:10:13.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-06-13T13:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9537321",
                "ein": "90-0622536",
                "organization_name": "THE MURALS OF THE MIND PROJECT",
                "also_known_as": "The M.O.M. Project or M.O.M.",
                "group_exemption": "0000",
                "mission": "Our mission is to increase youth literacy IQ. This is accomplished by engaging kids, teens and college age youth in the Literacy 360 Workshops Program, featuring diverse, imaginative, fun, and youth-centered workshops, events and mentoring centered around literacy, education and life skills preparedness, and workforce development. Our vision is to awaken the imagination and curiosity of youth by taking a 360-degree approach to learning that tangibly assists in improving life outcomes of young people. M.O.M. strives to promote educational excellence and preparedness and encourage young people to custom design their narratives, expand peer networks, embrace their majesty; celebrate and accept their uniqueness – quirks and all.",
                "website_url": "www.muralsofthemind.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8174949&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/90-0622536",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Kenyetta Overton",
                "leader_title": "Executive Director",
                "contact_name": "Kenyetta Overton",
                "contact_email": "[email protected]",
                "contact_phone": "(215) 588-4389",
                "contact_title": "Executive Director",
                "number_of_employees": "",
                "ruling_year": 2016
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1703 Pine St Ste 104",
                "address_line_2": "",
                "city": "Philadelphia",
                "state": "PA",
                "zip": "19103",
                "msa": "PA - Philadelphia, PA-NJ",
                "congressional_district": "District 1, PA",
                "county": "Philadelphia, PA",
                "latitude": 39.9462,
                "longitude": -75.1699
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA080500",
                        "subject_code_description": "Literature and writing"
                    },
                    {
                        "subject_code": "SA080000",
                        "subject_code_description": "Humanities"
                    },
                    {
                        "subject_code": "SA060600",
                        "subject_code_description": "Spoken word"
                    },
                    {
                        "subject_code": "SA060000",
                        "subject_code_description": "Performing arts"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-10-02T01:54:33.0000000",
                "profile_last_modified": "2022-10-02T02:03:52.0000000",
                "dei_last_modified": "2022-10-02T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-04-10T15:32:00.0000000"
            }
        }
    ]
}

In the example above, AND operator logic is applied when two filters are used together. This example will return organizations who match college preparation AND young adults

{
    "filters": {
        "organization": {
            "subject_codes": ["SB090200,SB030400"] /*college preparation or secondary education*/
        }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 100,
    "time": "2024-02-12 18:47:45Z",
    "results_count": 9621,
    "page_count": 385,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "7522621",
                "ein": "38-1359513",
                "organization_name": "The Edison Institute, Inc. dba The Henry Ford",
                "also_known_as": "The Henry Ford",
                "group_exemption": "0000",
                "mission": "The Edison Institute does business as \"The Henry Ford.\"  Its mission is to provide unique educational experiences based on authentic objects, stories and lives from America's traditions of ingenuity, resourcefulness, and innovation. Its purpose is to inspire people to learn from these traditions to help shape a better future.",
                "website_url": "http://www.thehenryford.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9908166&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/38-1359513",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Patricia Mooradian",
                "leader_title": "President",
                "contact_name": "Mr. George Moroz",
                "contact_email": "[email protected]",
                "contact_phone": "(313) 982-6113",
                "contact_title": "Special Assistant the President and Senior Director, External Relations",
                "number_of_employees": "1551",
                "ruling_year": 1945
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "20900 Oakwood Blvd",
                "address_line_2": "",
                "city": "Dearborn",
                "state": "MI",
                "zip": "48124",
                "msa": "MI - Detroit",
                "congressional_district": "District 12, MI",
                "county": "Wayne, MI",
                "latitude": 42.3001,
                "longitude": -83.233
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030600",
                        "subject_code_description": "Charter school education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA070800",
                        "subject_code_description": "Science museums"
                    },
                    {
                        "subject_code": "SA070400",
                        "subject_code_description": "History museums"
                    },
                    {
                        "subject_code": "SA070000",
                        "subject_code_description": "Museums"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A54",
                        "ntee_code_description": "History Museums"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 56954524.0,
                    "total_expenses": 73848872.0,
                    "total_assets": 529837527.0
                },
                "bmf_gross_receipts": 95833392.0,
                "bmf_assets": 529837527.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T08:33:18.0000000",
                "profile_last_modified": "2024-01-19T08:33:18.0000000",
                "dei_last_modified": "2023-01-20T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-19T08:33:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8357554",
                "ein": "91-2170962",
                "organization_name": "The Ceres Foundation Inc 43J-74D54",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Ceres Foundation works to strengthen communities and improve the life outcomes of disadvantaged youth and their families. We do this through dynamic partnerships and long-term, capacity building investments in innovative nonprofits.",
                "website_url": "www.ceresgiving.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7918775&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/91-2170962",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Amanda Northrop",
                "leader_title": "",
                "contact_name": "Amanda Northrop",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2002
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 578",
                "address_line_2": "",
                "city": "Groton",
                "state": "MA",
                "zip": "01450",
                "msa": "MA - Lowell, MA-NH",
                "congressional_district": "District 3, MA",
                "county": "Middlesex, MA",
                "latitude": 42.6091,
                "longitude": -71.552
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050300",
                        "subject_code_description": "University education"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050100",
                        "subject_code_description": "Community college education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB040000",
                        "subject_code_description": "Vocational education"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T20",
                        "ntee_code_description": "Private Grantmaking Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 68094919.0,
                    "total_expenses": 7196073.0,
                    "total_assets": 171081155.0
                },
                "bmf_gross_receipts": 157152623.0,
                "bmf_assets": 175242197.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-07-01T09:07:48.0000000",
                "profile_last_modified": "2022-07-01T09:09:14.0000000",
                "dei_last_modified": "2022-07-01T09:07:29.0000000",
                "financials_last_modified": "2023-12-22T03:05:16.0000000",
                "last_modified": "2023-12-22T03:05:16.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6864040",
                "ein": "06-0646786",
                "organization_name": "MISS PORTERS SCHOOL INC",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Miss Porter's School educates young women to become informed, bold, resourceful, and ethical global citizens. We expect our graduates to shape a changing world.",
                "website_url": "www.porters.org",
                "logo_url": "",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/06-0646786",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Katherine Gladstone Windsor",
                "leader_title": "",
                "contact_name": "Christine Pina",
                "contact_email": "[email protected]",
                "contact_phone": "(860) 409-3620",
                "contact_title": "Chief Advancement Officer",
                "number_of_employees": "232",
                "ruling_year": 1943
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "60 Main St",
                "address_line_2": "",
                "city": "Farmington",
                "state": "CT",
                "zip": "06032",
                "msa": "CT - Hartford",
                "congressional_district": "District 5, CT",
                "county": "Hartford, CT",
                "latitude": 41.7224,
                "longitude": -72.8289
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PC040104",
                        "population_served_description": "Adolescent girls"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 43634865.0,
                    "total_expenses": 32812324.0,
                    "total_assets": 215294054.0
                },
                "bmf_gross_receipts": 94556970.0,
                "bmf_assets": 215294054.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-05-23T08:56:41.0000000",
                "profile_last_modified": "2023-05-23T08:56:41.0000000",
                "dei_last_modified": "2023-05-23T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T19:00:46.0000000",
                "last_modified": "2023-05-23T08:56:41.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6906289",
                "ein": "13-1740499",
                "organization_name": "The Windward School",
                "also_known_as": "Windward School",
                "group_exemption": "0000",
                "mission": "Windward is a coeducational, independent day school dedicated to providing a proven instructional program for children with language-based learning disabilities. The multisensory curriculum is designed for students who can benefit from the unique educational experience provided. Academic success, combined with opportunities for social and emotional growth within an intentionally diverse and inclusive setting, enables students to understand their learning differences, build confidence, and develop self-advocacy skills. Windward is committed to helping students achieve their full potential for a successful return to a mainstream educational environment. The School provides ongoing training to its faculty based on the most current research and shares its expertise with the broader community.",
                "website_url": "www.thewindwardschool.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8168401&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/13-1740499",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Jamie Williamson",
                "leader_title": "Head of School",
                "contact_name": "Ms. Angel Francis",
                "contact_email": "[email protected]",
                "contact_phone": "(914) 949-6968 x2280",
                "contact_title": "Director of Development",
                "number_of_employees": "508",
                "ruling_year": 1955
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "40 W Red Oak Ln",
                "address_line_2": "",
                "city": "West Harrison",
                "state": "NY",
                "zip": "10604",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 17, NY",
                "county": "Westchester, NY",
                "latitude": 41.0164,
                "longitude": -73.7237
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB091100",
                        "subject_code_description": "Reading promotion"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB030800",
                        "subject_code_description": "Special needs education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B92",
                        "ntee_code_description": "Remedial Reading, Reading Encouragement"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 70245267.0,
                    "total_expenses": 68082160.0,
                    "total_assets": 184295913.0
                },
                "bmf_gross_receipts": 77267867.0,
                "bmf_assets": 184295913.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-02-17T12:03:59.0000000",
                "profile_last_modified": "2022-09-29T12:44:53.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7376202",
                "ein": "33-0522594",
                "organization_name": "AVID Center",
                "also_known_as": "AVID",
                "group_exemption": "0000",
                "mission": "AVID’s mission is to close the opportunity gap by preparing all students for college and career readiness and success in a global society. We partner with schools so that students, particularly those who are first generation college-goers, will be successful in college and a career. AVID believes that the most effective way to help schools is to improve the quality of their teachers' instruction. This builds sustainability and positive morale directly into the fabric of a school and district. And a marked improvement in a community's schools creates ripples of benefit for the community. It is vital to involve the community in the success of its schools, and AVID is delivered in such a way that the family created in AVID can be extended to a community of hope for the success of students.",
                "website_url": "www.avid.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9794306&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/33-0522594",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Thuan Nguyen",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Thuan Nguyen",
                "contact_email": "[email protected]",
                "contact_phone": "(858) 380-4775",
                "contact_title": "",
                "number_of_employees": "967",
                "ruling_year": 1997
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "9797 Aero Dr Ste 100",
                "address_line_2": "",
                "city": "San Diego",
                "state": "CA",
                "zip": "92123",
                "msa": "CA - San Diego",
                "congressional_district": "District 36, CA",
                "county": "San Diego, CA",
                "latitude": 32.8092,
                "longitude": -117.1178
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050200",
                        "population_served_description": "Teachers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 77784548.0,
                    "total_expenses": 81174427.0,
                    "total_assets": 144965219.0
                },
                "bmf_gross_receipts": 82222366.0,
                "bmf_assets": 144965219.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-12-21T11:49:13.0000000",
                "profile_last_modified": "2023-12-21T11:49:13.0000000",
                "dei_last_modified": "2023-12-15T00:00:00.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2023-12-21T11:49:13.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6906750",
                "ein": "13-1935349",
                "organization_name": "International College-Beirut Lebanon",
                "also_known_as": "International College",
                "group_exemption": "0000",
                "mission": "The Mission of IC is to empower learners to take initiative, think critically, and serve as role models in a global society.  The curriculum aims for excellence at all levels and embraces the education of the whole person.  Graduates of IC will have developed self-confidence, problem-solving, and decision-making abilities as well as self-discipline, social and environmental responsibility, and an awareness of and respect for the connected nature of our global community.",
                "website_url": "https://www.ic.edu.lb/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8850707&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-1935349",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Joel Peinado",
                "leader_title": "President",
                "contact_name": "Ms. Jennifer Turner",
                "contact_email": "[email protected]",
                "contact_phone": "(212) 529-3005 x3005",
                "contact_title": "Development Associate",
                "number_of_employees": "26",
                "ruling_year": 1934
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "305 E 47th St Fl 10",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10017",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 12, NY",
                "county": "New York, NY",
                "latitude": 40.753,
                "longitude": -73.9698
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 57077984.0,
                    "total_expenses": 47545222.0,
                    "total_assets": 181935809.0
                },
                "bmf_gross_receipts": 60946636.0,
                "bmf_assets": 181935809.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-03-22T17:12:44.0000000",
                "profile_last_modified": "2023-03-22T17:12:44.0000000",
                "dei_last_modified": "2020-04-01T14:49:52.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2023-08-15T15:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6822725",
                "ein": "04-2105855",
                "organization_name": "WORCESTER ACADEMY",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Founded in 1834, Worcester Academy is a day boarding school for grades 6-12 and post-graduates.  The Academy mission is to instill in students the desire to learn throughout life, to engage passionately with the world around them, and to be honorable persons of strong and resourceful character. Worcester Academy's Core Values—Honor, Respect, Community, Personal Growth, and Challenge—are essential to its mission and are a testimony to its beliefs and commitments. The Academy motto is \"Achieve the Honorable.\"",
                "website_url": "www.worcesteracademy.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/04-2105855",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Kevin Breen",
                "leader_title": "Head of School",
                "contact_name": "Neil Isakson",
                "contact_email": "[email protected]",
                "contact_phone": "(508) 754-5302 x135",
                "contact_title": "",
                "number_of_employees": "265",
                "ruling_year": 1935
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "81 Providence St",
                "address_line_2": "",
                "city": "Worcester",
                "state": "MA",
                "zip": "01604",
                "msa": "MA - Worcester",
                "congressional_district": "District 2, MA",
                "county": "Worcester, MA",
                "latitude": 42.2534,
                "longitude": -71.7927
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 71283222.0,
                    "total_expenses": 32353683.0,
                    "total_assets": 144370971.0
                },
                "bmf_gross_receipts": 79735971.0,
                "bmf_assets": 144370971.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-05-03T09:22:53.0000000",
                "profile_last_modified": "2022-05-03T09:22:53.0000000",
                "dei_last_modified": "2022-05-02T11:57:46.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6882375",
                "ein": "11-1630821",
                "organization_name": "Polytechnic Preparatory Country Day School",
                "also_known_as": "Poly Prep",
                "group_exemption": "0000",
                "mission": "College preparatory day school that continues to honor the mission of the school's founders, providingan outstanding academic program and a strong, supportive community for the city's brightest and most promising young men and women.",
                "website_url": "www.polyprep.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/11-1630821",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Audrius Barzdukas",
                "leader_title": "Head of School",
                "contact_name": "Audrius Barzdukas",
                "contact_email": "[email protected]",
                "contact_phone": "(718) 836-9800",
                "contact_title": "Headmaster",
                "number_of_employees": "687",
                "ruling_year": 1946
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "9216 7th Ave",
                "address_line_2": "",
                "city": "Brooklyn",
                "state": "NY",
                "zip": "11228",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 11, NY",
                "county": "Kings, NY",
                "latitude": 40.6143,
                "longitude": -74.0229
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 76376518.0,
                    "total_expenses": 67714731.0,
                    "total_assets": 174200532.0
                },
                "bmf_gross_receipts": 88361288.0,
                "bmf_assets": 174200532.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-11-03T08:06:05.0000000",
                "profile_last_modified": "2022-11-03T08:06:05.0000000",
                "dei_last_modified": "2022-11-03T08:06:07.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2023-11-14T08:38:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7835130",
                "ein": "55-0806673",
                "organization_name": "Bright Star Schools",
                "also_known_as": "Bright Star Schools",
                "group_exemption": "0000",
                "mission": "Our mission is to provide holistic, inclusive support for all students to achieve academic excellence and grow their unique talents so that they find joy and fulfillment in higher education, career, and life.",
                "website_url": "www.brightstarschools.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8391340&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/55-0806673",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Hrag Hamalian",
                "leader_title": "Executive Director",
                "contact_name": "Olivia Ray",
                "contact_email": "[email protected]",
                "contact_phone": "(703) 795-9664",
                "contact_title": "Development Manager",
                "number_of_employees": "590",
                "ruling_year": 2004
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "5101 Santa Monica Blvd Ste 8",
                "address_line_2": "Pmb 93,",
                "city": "Los Angeles",
                "state": "CA",
                "zip": "90029",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 28, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.0908,
                "longitude": -118.3005
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030600",
                        "subject_code_description": "Charter school education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 70636057.0,
                    "total_expenses": 61975077.0,
                    "total_assets": 111091804.0
                },
                "bmf_gross_receipts": 70636057.0,
                "bmf_assets": 111091804.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-12-02T13:27:14.0000000",
                "profile_last_modified": "2022-12-02T13:28:42.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-09-18T14:26:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9644672",
                "ein": "36-4802935",
                "organization_name": "Project Lead the Way, Inc",
                "also_known_as": "PLTW",
                "group_exemption": "0000",
                "mission": "PROJECT LEAD THE WAY (PLTW) EMPOWERS STUDENTS TO THRIVE IN AN EVOLVING WORLD.",
                "website_url": "www.pltw.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9756710&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/36-4802935",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "David Dimmett",
                "leader_title": "President and CEO",
                "contact_name": "Communications Team",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Communications",
                "number_of_employees": "297",
                "ruling_year": 2017
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "5939 Castle Creek Parkway North Dr",
                "address_line_2": "",
                "city": "Indianapolis",
                "state": "IN",
                "zip": "46250",
                "msa": "IN - Indianapolis",
                "congressional_district": "District 5, IN",
                "county": "Marion, IN",
                "latitude": 39.9157,
                "longitude": -86.0703
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB090300",
                        "subject_code_description": "Computer literacy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B90",
                        "ntee_code_description": "Educational Services and Schools - Other"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 61023810.0,
                    "total_expenses": 60118859.0,
                    "total_assets": 102702002.0
                },
                "bmf_gross_receipts": 111674196.0,
                "bmf_assets": 102702002.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-08-28T09:08:34.0000000",
                "profile_last_modified": "2023-12-07T14:18:06.0000000",
                "dei_last_modified": "2023-08-28T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2023-12-22T03:01:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6907953",
                "ein": "13-1740010",
                "organization_name": "New York Institute for Special Education",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The mission of The New York Institute for Special Education is to provide quality educational programs and support to the students and families in a safe, caring environment, to awaken and inspire student curiosity, lifelong learning, and fulfillment.",
                "website_url": "www.nyise.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9289744&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-1740010",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Bernadette Kappen ",
                "leader_title": "Executive Director ",
                "contact_name": "Dr. Bernadette Kappen",
                "contact_email": "[email protected]",
                "contact_phone": "(718) 519-7000",
                "contact_title": "Executive Director",
                "number_of_employees": "302",
                "ruling_year": 1942
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "999 Pelham Pkwy N",
                "address_line_2": "",
                "city": "Bronx",
                "state": "NY",
                "zip": "10469",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 14, NY",
                "county": "Bronx, NY",
                "latitude": 40.8581,
                "longitude": -73.8566
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB030800",
                        "subject_code_description": "Special needs education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010200",
                        "population_served_description": "People with vision impairments"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA010100",
                        "population_served_description": "Infants and toddlers"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B24",
                        "ntee_code_description": "Primary/Elementary Schools"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 45507452.0,
                    "total_expenses": 29569914.0,
                    "total_assets": 182971152.0
                },
                "bmf_gross_receipts": 75164891.0,
                "bmf_assets": 182971152.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-07-24T17:31:30.0000000",
                "profile_last_modified": "2023-07-24T17:31:30.0000000",
                "dei_last_modified": "2022-01-27T18:16:35.0000000",
                "financials_last_modified": "2023-05-18T15:24:48.0000000",
                "last_modified": "2023-07-24T17:31:30.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7376479",
                "ein": "33-0542733",
                "organization_name": "The High Desert Partnership In Academic Excellence Foundation, Inc.",
                "also_known_as": "Lewis Center for Educational Research",
                "group_exemption": "0000",
                "mission": "The mission of the Lewis Center for Educational Research is to ensure our schools and programs prepare students for success in a global society through data driven, innovative, and research proven practices in a safe and inclusive culture.",
                "website_url": "www.lewiscenter.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10024947&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/33-0542733",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Lisa Lamb",
                "leader_title": "President/CEO",
                "contact_name": "Ms. Teresa Dowd",
                "contact_email": "[email protected]",
                "contact_phone": "(760) 946-5414 x201",
                "contact_title": "Executive Assistant",
                "number_of_employees": "356",
                "ruling_year": 1993
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "Lewis Center For Educational Research 17500 Mana Rd",
                "address_line_2": "",
                "city": "Apple Valley",
                "state": "CA",
                "zip": "92307",
                "msa": "CA - Riverside-San Bernardino-Ontario",
                "congressional_district": "District 8, CA",
                "county": "San Bernardino, CA",
                "latitude": 34.5362,
                "longitude": -117.1963
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030600",
                        "subject_code_description": "Charter school education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB020000",
                        "subject_code_description": "Educational management"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B24",
                        "ntee_code_description": "Primary/Elementary Schools"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 41620811.0,
                    "total_expenses": 32024885.0,
                    "total_assets": 138617610.0
                },
                "bmf_gross_receipts": 41637556.0,
                "bmf_assets": 138617610.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-05T12:44:42.0000000",
                "profile_last_modified": "2024-02-05T12:44:42.0000000",
                "dei_last_modified": "2023-02-27T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-02-05T12:44:42.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8043350",
                "ein": "68-0204312",
                "organization_name": "Making Waves Education Foundation",
                "also_known_as": "Making Waves Foundation",
                "group_exemption": "0000",
                "mission": "To advance educational opportunities for college-bound, career-minded, historically underrepresented and underserved youth",
                "website_url": "www.making-waves.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9936493&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/68-0204312",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Patrick O'Donnell",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Patrick O'Donnell",
                "contact_email": "[email protected]",
                "contact_phone": "480-1108",
                "contact_title": "CEO",
                "number_of_employees": "",
                "ruling_year": 1990
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3045 Research Dr",
                "address_line_2": "",
                "city": "San Pablo",
                "state": "CA",
                "zip": "94806",
                "msa": "CA - Oakland",
                "congressional_district": "District 11, CA",
                "county": "Contra Costa, CA",
                "latitude": 37.9848,
                "longitude": -122.3319
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T23",
                        "ntee_code_description": "Private Operating Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "03",
                    "foundation_code_description": "Private Operating foundation (other)"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 31756669.0,
                    "total_expenses": 19032804.0,
                    "total_assets": 254395729.0
                },
                "bmf_gross_receipts": 34674521.0,
                "bmf_assets": 246520948.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T14:52:14.0000000",
                "profile_last_modified": "2024-01-22T14:52:14.0000000",
                "dei_last_modified": "2022-05-27T14:23:05.0000000",
                "financials_last_modified": "2023-06-23T09:02:02.0000000",
                "last_modified": "2024-01-22T14:52:14.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8364475",
                "ein": "91-1829974",
                "organization_name": "Nebraska Children and Families Foundation",
                "also_known_as": "Nebraska Children",
                "group_exemption": "0000",
                "mission": "Nebraska Children and Families Foundation creates positive change for Nebraska's children through community engagement. To achieve our mission we work to build partnerships, share data, implement best practices in communities and influence administrative and legislative policies. Additionally, Nebraska Children works to promote public education and awareness of the issues impacting children and families all along the lifespan.",
                "website_url": "www.nebraskachildren.org",
                "logo_url": "",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/91-1829974",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Mary Jo Pankoke",
                "leader_title": "President/CEO",
                "contact_name": "Casey Druecker",
                "contact_email": "[email protected]",
                "contact_phone": "(402) 476-9401",
                "contact_title": "",
                "number_of_employees": "128",
                "ruling_year": 1998
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "215 Centennial Mall S Ste 200",
                "address_line_2": "",
                "city": "Lincoln",
                "state": "NE",
                "zip": "68508",
                "msa": "NE - Lincoln",
                "congressional_district": "",
                "county": "Lancaster, NE",
                "latitude": 40.8123,
                "longitude": -96.6997
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN040500",
                        "subject_code_description": "Housing loss prevention"
                    },
                    {
                        "subject_code": "SN040300",
                        "subject_code_description": "Public housing"
                    },
                    {
                        "subject_code": "SN040000",
                        "subject_code_description": "Housing development"
                    },
                    {
                        "subject_code": "SN030200",
                        "subject_code_description": "Community organizing"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN020200",
                        "subject_code_description": "Rural development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "S21",
                        "ntee_code_description": "Community Coalitions"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 67517081.0,
                    "total_expenses": 68447047.0,
                    "total_assets": 58798146.0
                },
                "bmf_gross_receipts": 67576417.0,
                "bmf_assets": 58798146.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-11-07T08:58:57.0000000",
                "profile_last_modified": "2023-11-07T09:00:27.0000000",
                "dei_last_modified": "2023-11-07T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2023-12-22T03:01:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8227800",
                "ein": "81-0622701",
                "organization_name": "Five Keys Schools and Programs",
                "also_known_as": "Five Keys",
                "group_exemption": "0000",
                "mission": "Through the use of social justice and restorative justice principles, Five Keys seeks to empower members of underserved communities and create meaningful opportunities to improve lives across the \"Five Keys\" of Education, Employment, Recovery, Family, and Community.Five Keys' vision is that all people have access to the resources they need to lead positive, productive, and self-determined lives. We commit ourselves to advancing belonging, inclusion, diversity, justice, and equity. Five Keys is a multi-faceted nonprofit organization that serves about 14,000 people annually in 20 counties throughout California. Programs are available at more than 80 neighborhood sites, 17 county jails, and 8 state prisons.",
                "website_url": "www.fivekeys.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9129910&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/81-0622701",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Steve Good",
                "leader_title": "President & CEO",
                "contact_name": "Steve Good",
                "contact_email": "[email protected]",
                "contact_phone": "(415) 734-3310",
                "contact_title": "President & CEO",
                "number_of_employees": "1465",
                "ruling_year": 2004
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "70 Oak Grove St",
                "address_line_2": "",
                "city": "San Francisco",
                "state": "CA",
                "zip": "94107",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 12, CA",
                "county": "San Francisco, CA",
                "latitude": 37.7771,
                "longitude": -122.4016
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090200",
                        "subject_code_description": "Homeless services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS070400",
                        "subject_code_description": "Homeless shelters"
                    },
                    {
                        "subject_code": "SS070102",
                        "subject_code_description": "Housing for the homeless"
                    },
                    {
                        "subject_code": "SS070100",
                        "subject_code_description": "Supportive housing"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SM010103",
                        "subject_code_description": "Agricultural education"
                    },
                    {
                        "subject_code": "SM010100",
                        "subject_code_description": "Farm viability"
                    },
                    {
                        "subject_code": "SM010000",
                        "subject_code_description": "Agriculture"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SJ050500",
                        "subject_code_description": "Offender re-entry"
                    },
                    {
                        "subject_code": "SJ050400",
                        "subject_code_description": "Services for offenders"
                    },
                    {
                        "subject_code": "SJ050300",
                        "subject_code_description": "Rehabilitation of offenders"
                    },
                    {
                        "subject_code": "SJ050000",
                        "subject_code_description": "Corrections and penology"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SE120504",
                        "subject_code_description": "Substance abuse treatment"
                    },
                    {
                        "subject_code": "SE120500",
                        "subject_code_description": "Addiction services"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB040100",
                        "subject_code_description": "Vocational secondary education"
                    },
                    {
                        "subject_code": "SB040000",
                        "subject_code_description": "Vocational education"
                    },
                    {
                        "subject_code": "SB030600",
                        "subject_code_description": "Charter school education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ050200",
                        "population_served_description": "Teachers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG060100",
                        "population_served_description": "Victims of crime and abuse"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG050200",
                        "population_served_description": "Dropouts"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B29",
                        "ntee_code_description": "Charter Schools"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 97031582.0,
                    "total_expenses": 89809955.0,
                    "total_assets": 50545317.0
                },
                "bmf_gross_receipts": 97031582.0,
                "bmf_assets": 50545317.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-06-09T13:14:33.0000000",
                "profile_last_modified": "2023-06-09T13:14:33.0000000",
                "dei_last_modified": "2023-06-06T16:08:30.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2023-06-09T13:14:33.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9946058",
                "ein": "81-4714749",
                "organization_name": "Trellis Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Trellis Foundation advances equitable educational opportunities in Texas by supporting postsecondary programs, practices and systems that reduce disparities and lead to success for low-income students and students of color.",
                "website_url": "https://www.trellisfoundation.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9703343&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/81-4714749",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Kristin Boyer",
                "leader_title": "",
                "contact_name": "Kristin Boyer",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "6",
                "ruling_year": 2019
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 5393",
                "address_line_2": "",
                "city": "Round Rock",
                "state": "TX",
                "zip": "78683",
                "msa": "TX - Austin-San Marcos",
                "congressional_district": "District 31, TX",
                "county": "Williamson, TX",
                "latitude": 30.5274,
                "longitude": -97.6772
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 179771374.0,
                    "total_expenses": 4875856.0,
                    "total_assets": 364914250.0
                },
                "bmf_gross_receipts": 204759064.0,
                "bmf_assets": 364914250.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-11-20T16:11:26.0000000",
                "profile_last_modified": "2023-11-20T17:05:47.0000000",
                "dei_last_modified": "2023-11-20T14:58:47.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2023-11-20T17:05:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6926751",
                "ein": "13-3840394",
                "organization_name": "The Posse Foundation",
                "also_known_as": "Posse",
                "group_exemption": "0000",
                "mission": "The Posse Foundation benefits both students and college campuses and is rooted in the belief that a small, diverse group of talented students – a \"posse\" – carefully selected and trained, serves as a catalyst for individual and community development. As the United States becomes an increasingly multicultural society, Posse believes that the leaders of the 21st century should reflect the country's rich demographic mix. The key to a promising future for our nation rests on the ability of strong leaders from diverse backgrounds to develop consensus solutions to complex social problems. Posse's primary aim is to cultivate these leaders of tomorrow.",
                "website_url": "http://www.possefoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7812846&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/13-3840394",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Deborah Bial",
                "leader_title": "President and Founder",
                "contact_name": "Hedy Roma",
                "contact_email": "[email protected]",
                "contact_phone": "(212) 405-1691",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "258",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "14 Wall St Ste 8a60",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10005",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 10, NY",
                "county": "New York, NY",
                "latitude": 40.7074,
                "longitude": -74.011
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 30624137.0,
                    "total_expenses": 25978887.0,
                    "total_assets": 157695711.0
                },
                "bmf_gross_receipts": 73929981.0,
                "bmf_assets": 157695711.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-04-08T16:54:52.0000000",
                "profile_last_modified": "2022-05-20T12:33:35.0000000",
                "dei_last_modified": "2022-04-12T12:28:13.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8415696",
                "ein": "94-3187806",
                "organization_name": "Eastside College Preparatory School, Inc.",
                "also_known_as": "Eastside College Preparatory School",
                "group_exemption": "0000",
                "mission": "At Eastside College Preparatory School we are committed to opening new doors for students historically underrepresented in higher education. Our challenging and engaging curriculum enables students to discover their intellectual strengths, sharpen their academic skills, and embrace new opportunities in a culture of learning that supports the potential of every student to enter and succeed in a four-year college and beyond. Eastside students who are the first in their families to go to college create a ripple effect, changing their own lives, the lives of their families, and the life of their community.",
                "website_url": "www.eastside.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9495715&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/94-3187806",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Chris Bischof",
                "leader_title": "Principal",
                "contact_name": "Ms. Ellen Lehman",
                "contact_email": "[email protected]",
                "contact_phone": "(650) 688-0850 x144",
                "contact_title": "Director of Development",
                "number_of_employees": "86",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1041 Myrtle St",
                "address_line_2": "",
                "city": "East Palo Alto",
                "state": "CA",
                "zip": "94303",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 14, CA",
                "county": "San Mateo, CA",
                "latitude": 37.4633,
                "longitude": -122.1329
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 19756515.0,
                    "total_expenses": 11412948.0,
                    "total_assets": 181036317.0
                },
                "bmf_gross_receipts": 70903095.0,
                "bmf_assets": 181036317.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-09-14T20:06:24.0000000",
                "profile_last_modified": "2023-09-14T20:06:24.0000000",
                "dei_last_modified": "2023-09-14T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-09-14T20:06:24.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6822120",
                "ein": "04-2103564",
                "organization_name": "Governor Dummer Academy",
                "also_known_as": "d/b/a The Governors Academy",
                "group_exemption": "0000",
                "mission": "The Governor's Academy, founded in 1763 on New England coastal farmland, combines centuries of tradition with a dedication to educational innovation. Students flourish in a diverse community distinguished by enduring relationships with teachers and defined by a commitment to learning and a thoughtful balance of academics, athletics, arts and service to others.  Academy graduates are life-long learners who embrace their civic duty and global responsibility.",
                "website_url": "www.thegovernorsacademy.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9118906&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/04-2103564",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Peter Quimby",
                "leader_title": "Head of School",
                "contact_name": "Penny Aham",
                "contact_email": "[email protected]",
                "contact_phone": "(978) 499-3123",
                "contact_title": "Director of Finance",
                "number_of_employees": "295",
                "ruling_year": 1935
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1 Elm St",
                "address_line_2": "",
                "city": "Byfield",
                "state": "MA",
                "zip": "01922",
                "msa": "MA - Boston",
                "congressional_district": "District 6, MA",
                "county": "Essex, MA",
                "latitude": 42.7482,
                "longitude": -70.8984
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 45263829.0,
                    "total_expenses": 34659499.0,
                    "total_assets": 163271740.0
                },
                "bmf_gross_receipts": 54256542.0,
                "bmf_assets": 163271740.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-06-08T12:11:26.0000000",
                "profile_last_modified": "2023-06-08T12:11:26.0000000",
                "dei_last_modified": "2023-06-08T11:42:12.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6798845",
                "ein": "02-0223338",
                "organization_name": "Pinkerton Academy",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Mission: Rooted in a community of courtesy, respect, and responsibility, Pinkerton Academy seeks to provide a safe and welcoming environment which prepares all students for success in a changing world.",
                "website_url": "www.pinkertonacademy.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7569563&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/02-0223338",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Timothy Powers",
                "leader_title": "Headmaster",
                "contact_name": "Mrs Julia Mitchell",
                "contact_email": "[email protected]",
                "contact_phone": "(603) 437-5200 x1102",
                "contact_title": "Director of Communications",
                "number_of_employees": "683",
                "ruling_year": 1941
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "19 N Main St",
                "address_line_2": "",
                "city": "Derry",
                "state": "NH",
                "zip": "03038",
                "msa": "NH - Lawrence-Haverhill, MA-NH",
                "congressional_district": "District 1, NH",
                "county": "Rockingham, NH",
                "latitude": 42.8944,
                "longitude": -71.3136
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 53616369.0,
                    "total_expenses": 50698781.0,
                    "total_assets": 91771113.0
                },
                "bmf_gross_receipts": 54197974.0,
                "bmf_assets": 91771113.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-02-22T13:45:35.0000000",
                "profile_last_modified": "2022-02-22T13:45:35.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2023-12-22T03:01:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7000793",
                "ein": "20-2010941",
                "organization_name": "Herron Classical Schools",
                "also_known_as": "Herron High School, Herron-Riverside High School, Herron Preparatory Academy, Indianapolis Classical Schools",
                "group_exemption": "0000",
                "mission": "Herron Classical Schools is a community of scholars that advances timeless ideas and content, builds a culture of respect and trust, and engages in an urban environment in order to prepare students to be world-class citizens.",
                "website_url": "https://www.herronclassical.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9985151&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/20-2010941",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Janet McNeal",
                "leader_title": "President",
                "contact_name": "Bethany Lowery",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "VP and Chief Development Officer",
                "number_of_employees": "256",
                "ruling_year": 2005
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 881134",
                "address_line_2": "",
                "city": "Indianapolis",
                "state": "IN",
                "zip": "46208",
                "msa": "IN - Indianapolis",
                "congressional_district": "District 7, IN",
                "county": "Marion, IN",
                "latitude": 39.8191,
                "longitude": -86.1693
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB031100",
                        "subject_code_description": "Multicultural education"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030900",
                        "subject_code_description": "Child educational development"
                    },
                    {
                        "subject_code": "SB030600",
                        "subject_code_description": "Charter school education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 21780827.0,
                    "total_expenses": 18149864.0,
                    "total_assets": 21629178.0
                },
                "bmf_gross_receipts": 21794144.0,
                "bmf_assets": 21629178.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-29T10:29:16.0000000",
                "profile_last_modified": "2024-01-29T14:23:17.0000000",
                "dei_last_modified": "2021-11-03T11:17:03.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-29T14:23:17.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6907011",
                "ein": "13-2578670",
                "organization_name": "Sponsors for Educational Opportunity",
                "also_known_as": "SEO",
                "group_exemption": "0000",
                "mission": "Since 1963, SEO has been an innovator in education, mentorship, peer-to-peer support, the delivery of excellence, and the leveraging of diverse networks and communities to turn untapped potential into newfound greatness, resulting in a more equitable society. Our mission is to create a more equitable society by closing the academic and career opportunity gap for motivated young people from underserved and/or historically excluded communities. Each year, SEO programs serve more than 6,000 young people across America.",
                "website_url": "www.seo-usa.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9579949&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-2578670",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "William Goodloe",
                "leader_title": "President & CEO",
                "contact_name": "Renee Hoskin",
                "contact_email": "[email protected]",
                "contact_phone": "(646) 435-9556",
                "contact_title": "Assistant Director - Marketing and Communiations",
                "number_of_employees": "514",
                "ruling_year": 1965
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "55 Exchange Pl Ste 601",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10005",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 10, NY",
                "county": "New York, NY",
                "latitude": 40.7061,
                "longitude": -74.0106
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 43724114.0,
                    "total_expenses": 39417219.0,
                    "total_assets": 71324699.0
                },
                "bmf_gross_receipts": 45696876.0,
                "bmf_assets": 71324699.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-10-06T14:04:59.0000000",
                "profile_last_modified": "2023-10-16T09:56:13.0000000",
                "dei_last_modified": "2023-10-10T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T19:00:46.0000000",
                "last_modified": "2023-10-16T09:56:13.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7855035",
                "ein": "56-0532314",
                "organization_name": "Saint Mary's School",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Saint Mary's School in Raleigh, North Carolina, is an independent, college-preparatory, girls boarding and day high school dedicated to academic excellence and personal achievement for grades 9-12.",
                "website_url": "www.sms.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9218467&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/56-0532314",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Adam Holden",
                "leader_title": "Head of School",
                "contact_name": "Mrs. Lauren Gerber",
                "contact_email": "[email protected]",
                "contact_phone": "(919) 424-4007",
                "contact_title": "Senior Project Manager for Institutional Advancement",
                "number_of_employees": "198",
                "ruling_year": 1938
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "900 Hillsborough St",
                "address_line_2": "",
                "city": "Raleigh",
                "state": "NC",
                "zip": "27603",
                "msa": "NC - Raleigh-Durham-Chapel Hill",
                "congressional_district": "District 4, NC",
                "county": "Wake, NC",
                "latitude": 35.7815,
                "longitude": -78.6529
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PC040104",
                        "population_served_description": "Adolescent girls"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 36030346.0,
                    "total_expenses": 18824083.0,
                    "total_assets": 84583083.0
                },
                "bmf_gross_receipts": 55394049.0,
                "bmf_assets": 84583083.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-01-26T14:57:54.0000000",
                "profile_last_modified": "2023-06-30T09:16:47.0000000",
                "dei_last_modified": "2023-01-26T13:11:36.0000000",
                "financials_last_modified": "2023-07-20T17:00:37.0000000",
                "last_modified": "2023-07-20T17:00:37.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7198469",
                "ein": "23-7243247",
                "organization_name": "BLAKE SCHOOL",
                "also_known_as": "The Blake School",
                "group_exemption": "0000",
                "mission": "The Blake School provides students with an excellent, academically challenging education in a diverse and supportive community committed to a common set of values. Students are expected to participate in an integrated program of academic, artistic and athletic activities in preparation for college, lifelong learning, community service and lives as responsible world citizens.",
                "website_url": "www.blakeschool.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/23-7243247",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Anne Stavney",
                "leader_title": "Head of School",
                "contact_name": "Dana Berg",
                "contact_email": "[email protected]",
                "contact_phone": "(952) 988-3459",
                "contact_title": "Director of Finance",
                "number_of_employees": "671",
                "ruling_year": 1973
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "110 Blake Rd S",
                "address_line_2": "",
                "city": "Hopkins",
                "state": "MN",
                "zip": "55343",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 5, MN",
                "county": "Hennepin, MN",
                "latitude": 44.9241,
                "longitude": -93.3858
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 58825092.0,
                    "total_expenses": 57649865.0,
                    "total_assets": 202228265.0
                },
                "bmf_gross_receipts": 97749450.0,
                "bmf_assets": 202228265.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-02-06T09:26:18.0000000",
                "profile_last_modified": "2023-02-06T09:28:34.0000000",
                "dei_last_modified": "2021-05-05T15:21:45.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7490987",
                "ein": "36-4241970",
                "organization_name": "Noble Network of Charter Schools",
                "also_known_as": "Noble Network of Charter Schools",
                "group_exemption": "0000",
                "mission": "Noble will ensure that all students have equitable and positive school experiences that equip them to complete college and lead choice-filled lives.",
                "website_url": "http://nobleschools.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8729499&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/36-4241970",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Constance Jones",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Lorri Marlow",
                "contact_email": "[email protected]",
                "contact_phone": "(312) 521-5287",
                "contact_title": "",
                "number_of_employees": "2101",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1 N State St Fl 15",
                "address_line_2": "",
                "city": "Chicago",
                "state": "IL",
                "zip": "60602",
                "msa": "IL - Chicago",
                "congressional_district": "District 7, IL",
                "county": "Cook, IL",
                "latitude": 41.8826,
                "longitude": -87.6279
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB080100",
                        "subject_code_description": "Alumni relations"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 227971902.0,
                    "total_expenses": 228530056.0,
                    "total_assets": 237808950.0
                },
                "bmf_gross_receipts": 245139665.0,
                "bmf_assets": 237808950.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-23T13:37:32.0000000",
                "profile_last_modified": "2023-02-23T13:37:32.0000000",
                "dei_last_modified": "2022-04-22T15:58:03.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-05-18T17:01:04.0000000"
            }
        }
    ]
}

In the example above, OR operator logic is applied within the same filter. This example will return organizations who match college preparation OR secondary education

{
    "filters": {
      "organization": { 
        "subject_codes":["SB090200,SB030400"], /*college preparation or secondary education*/
        "population_served_codes":["PA020100"] /*young adults*/
         }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 36,
    "time": "2024-02-12 18:48:30Z",
    "results_count": 255,
    "page_count": 11,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "6822725",
                "ein": "04-2105855",
                "organization_name": "WORCESTER ACADEMY",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Founded in 1834, Worcester Academy is a day boarding school for grades 6-12 and post-graduates.  The Academy mission is to instill in students the desire to learn throughout life, to engage passionately with the world around them, and to be honorable persons of strong and resourceful character. Worcester Academy's Core Values—Honor, Respect, Community, Personal Growth, and Challenge—are essential to its mission and are a testimony to its beliefs and commitments. The Academy motto is \"Achieve the Honorable.\"",
                "website_url": "www.worcesteracademy.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/04-2105855",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Kevin Breen",
                "leader_title": "Head of School",
                "contact_name": "Neil Isakson",
                "contact_email": "[email protected]",
                "contact_phone": "(508) 754-5302 x135",
                "contact_title": "",
                "number_of_employees": "265",
                "ruling_year": 1935
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "81 Providence St",
                "address_line_2": "",
                "city": "Worcester",
                "state": "MA",
                "zip": "01604",
                "msa": "MA - Worcester",
                "congressional_district": "District 2, MA",
                "county": "Worcester, MA",
                "latitude": 42.2534,
                "longitude": -71.7927
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 71283222.0,
                    "total_expenses": 32353683.0,
                    "total_assets": 144370971.0
                },
                "bmf_gross_receipts": 79735971.0,
                "bmf_assets": 144370971.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-05-03T09:22:53.0000000",
                "profile_last_modified": "2022-05-03T09:22:53.0000000",
                "dei_last_modified": "2022-05-02T11:57:46.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6926751",
                "ein": "13-3840394",
                "organization_name": "The Posse Foundation",
                "also_known_as": "Posse",
                "group_exemption": "0000",
                "mission": "The Posse Foundation benefits both students and college campuses and is rooted in the belief that a small, diverse group of talented students – a \"posse\" – carefully selected and trained, serves as a catalyst for individual and community development. As the United States becomes an increasingly multicultural society, Posse believes that the leaders of the 21st century should reflect the country's rich demographic mix. The key to a promising future for our nation rests on the ability of strong leaders from diverse backgrounds to develop consensus solutions to complex social problems. Posse's primary aim is to cultivate these leaders of tomorrow.",
                "website_url": "http://www.possefoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=7812846&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/13-3840394",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Deborah Bial",
                "leader_title": "President and Founder",
                "contact_name": "Hedy Roma",
                "contact_email": "[email protected]",
                "contact_phone": "(212) 405-1691",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "258",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "14 Wall St Ste 8a60",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10005",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 10, NY",
                "county": "New York, NY",
                "latitude": 40.7074,
                "longitude": -74.011
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 30624137.0,
                    "total_expenses": 25978887.0,
                    "total_assets": 157695711.0
                },
                "bmf_gross_receipts": 73929981.0,
                "bmf_assets": 157695711.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-04-08T16:54:52.0000000",
                "profile_last_modified": "2022-05-20T12:33:35.0000000",
                "dei_last_modified": "2022-04-12T12:28:13.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8415696",
                "ein": "94-3187806",
                "organization_name": "Eastside College Preparatory School, Inc.",
                "also_known_as": "Eastside College Preparatory School",
                "group_exemption": "0000",
                "mission": "At Eastside College Preparatory School we are committed to opening new doors for students historically underrepresented in higher education. Our challenging and engaging curriculum enables students to discover their intellectual strengths, sharpen their academic skills, and embrace new opportunities in a culture of learning that supports the potential of every student to enter and succeed in a four-year college and beyond. Eastside students who are the first in their families to go to college create a ripple effect, changing their own lives, the lives of their families, and the life of their community.",
                "website_url": "www.eastside.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9495715&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/94-3187806",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Chris Bischof",
                "leader_title": "Principal",
                "contact_name": "Ms. Ellen Lehman",
                "contact_email": "[email protected]",
                "contact_phone": "(650) 688-0850 x144",
                "contact_title": "Director of Development",
                "number_of_employees": "86",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1041 Myrtle St",
                "address_line_2": "",
                "city": "East Palo Alto",
                "state": "CA",
                "zip": "94303",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 14, CA",
                "county": "San Mateo, CA",
                "latitude": 37.4633,
                "longitude": -122.1329
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 19756515.0,
                    "total_expenses": 11412948.0,
                    "total_assets": 181036317.0
                },
                "bmf_gross_receipts": 70903095.0,
                "bmf_assets": 181036317.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-09-14T20:06:24.0000000",
                "profile_last_modified": "2023-09-14T20:06:24.0000000",
                "dei_last_modified": "2023-09-14T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-09-14T20:06:24.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7042600",
                "ein": "20-5010766",
                "organization_name": "KIPP Public Schools Northern California",
                "also_known_as": "KIPP Public Schools Northern California",
                "group_exemption": "0000",
                "mission": "Together with families and communities, KIPP Public Schools Northern California creates joyful, academically excellent schools that prepare students with the skills and confidence to pursue the paths they choose - college, career and beyond - so they can lead fulfilling lives and create a more just world. =",
                "website_url": "https://kippnorcal.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9014087&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/20-5010766",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Cherese Brauer",
                "leader_title": "CEO",
                "contact_name": "Kirsten Hongisto",
                "contact_email": "[email protected]",
                "contact_phone": "(510) 917-8940",
                "contact_title": "Associate Director of Institutional Giving",
                "number_of_employees": "1185",
                "ruling_year": 2006
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1000 Broadway Ste 460",
                "address_line_2": "",
                "city": "Oakland",
                "state": "CA",
                "zip": "94607",
                "msa": "CA - Oakland",
                "congressional_district": "District 13, CA",
                "county": "Alameda, CA",
                "latitude": 37.8065,
                "longitude": -122.2848
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB091100",
                        "subject_code_description": "Reading promotion"
                    },
                    {
                        "subject_code": "SB091000",
                        "subject_code_description": "Parent-teacher involvement"
                    },
                    {
                        "subject_code": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB020000",
                        "subject_code_description": "Educational management"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 135604924.0,
                    "total_expenses": 110609216.0,
                    "total_assets": 198161708.0
                },
                "bmf_gross_receipts": 135604924.0,
                "bmf_assets": 198161708.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-05-12T14:35:08.0000000",
                "profile_last_modified": "2023-05-12T15:06:39.0000000",
                "dei_last_modified": "2023-05-12T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7410174",
                "ein": "34-1580038",
                "organization_name": "National Inventors Hall of Fame, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The mission of NIHF is to be a catalyst for change through recognizing inventors and invention, promoting creativity, and advancing the spirit of innovation and entrepreneurship.",
                "website_url": "www.invent.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9870204&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/34-1580038",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Michael Oister",
                "leader_title": "CEO",
                "contact_name": "Hannah Paulin",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "329",
                "ruling_year": 1988
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3701 Highland Park NW",
                "address_line_2": "",
                "city": "North Canton",
                "state": "OH",
                "zip": "44720",
                "msa": "OH - Canton-Massillon",
                "congressional_district": "District 16, OH",
                "county": "Stark, OH",
                "latitude": 40.9173,
                "longitude": -81.4132
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB070200",
                        "subject_code_description": "Continuing education"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A57",
                        "ntee_code_description": "Science & Technology Museum"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 46228035.0,
                    "total_expenses": 38462861.0,
                    "total_assets": 52514312.0
                },
                "bmf_gross_receipts": 46582594.0,
                "bmf_assets": 52514312.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-16T16:07:19.0000000",
                "profile_last_modified": "2024-01-16T16:07:19.0000000",
                "dei_last_modified": "2022-08-26T00:00:00.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2024-01-16T16:07:19.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8268022",
                "ein": "85-0297355",
                "organization_name": "ARMAND HAMMER UNITED WORLD COLLEGE OF THE AMERICAN WEST",
                "also_known_as": "UWC-USA",
                "group_exemption": "0000",
                "mission": "UWC makes  education a force to unite people, nations, and cultures for peace and a  sustainable future.The school has 234 students from 76 different countries.",
                "website_url": "http://www.uwc-usa.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8292382&approved=True",
                "profile_level": "Gold",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/85-0297355",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2022-seal.svg",
                "leader_name": "Victoria Mora",
                "leader_title": "President",
                "contact_name": "Mark Hodde",
                "contact_email": "[email protected]",
                "contact_phone": "(505) 454-4214",
                "contact_title": "Chief Advancement Officer",
                "number_of_employees": "170",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 248",
                "address_line_2": "",
                "city": "Montezuma",
                "state": "NM",
                "zip": "87731",
                "msa": "",
                "congressional_district": "District 1, NM",
                "county": "San Miguel, NM",
                "latitude": 35.6734,
                "longitude": -105.3441
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 44401758.0,
                    "total_expenses": 29045555.0,
                    "total_assets": 400858910.0
                },
                "bmf_gross_receipts": 44401758.0,
                "bmf_assets": 400858910.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-11-03T15:58:21.0000000",
                "profile_last_modified": "2022-11-03T15:58:21.0000000",
                "dei_last_modified": "2022-11-03T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2023-08-15T15:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7663448",
                "ein": "43-1815310",
                "organization_name": "Kanakuk Ministries",
                "also_known_as": "Kanakuk Kamps, Kanakuk KampOut, Link Year, Link Academy, and AfterDark",
                "group_exemption": "0000",
                "mission": "Equipping Next Generation Christian Leaders is more than our mission, it is our heartbeat. Since 1926, Kanakuk has welcomed over 500,000 Kampers and 50,000 summer staff from across the country and around the world, equipping them with leadership skills and Biblical truths to impact their schools and communities as examples of Jesus Christ.",
                "website_url": "https://kanakuk.com/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8329795&approved=True",
                "profile_level": "Gold",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/43-1815310",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2022-seal.svg",
                "leader_name": "Joe White",
                "leader_title": "Chairman",
                "contact_name": "John Jensen",
                "contact_email": "[email protected]",
                "contact_phone": "(417) 266-3334",
                "contact_title": "Chief Business Officer",
                "number_of_employees": "2221",
                "ruling_year": 2015
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1353 Lake Shore Dr",
                "address_line_2": "",
                "city": "Branson",
                "state": "MO",
                "zip": "65616",
                "msa": "",
                "congressional_district": "District 7, MO",
                "county": "Taney, MO",
                "latitude": 36.6495,
                "longitude": -93.2457
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050900",
                        "subject_code_description": "Religion for youth"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SQ020000",
                        "subject_code_description": "Sports"
                    },
                    {
                        "subject_code": "SQ010100",
                        "subject_code_description": "Camps"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SP030000",
                        "subject_code_description": "Christianity"
                    },
                    {
                        "subject_code": "SP000000",
                        "subject_code_description": "Religion"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PF010000",
                        "population_served_description": "Christians"
                    },
                    {
                        "population_served_code": "PF000000",
                        "population_served_description": "Religious groups"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O55",
                        "ntee_code_description": "Religious Leadership, Youth Development"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "10",
                    "foundation_code_description": "Church"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 37973061.0,
                    "total_expenses": 35386498.0,
                    "total_assets": 49435943.0
                },
                "bmf_gross_receipts": 39512496.0,
                "bmf_assets": 49435943.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-11-14T19:02:02.0000000",
                "profile_last_modified": "2022-11-14T19:08:22.0000000",
                "dei_last_modified": "2022-11-14T00:00:00.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2023-08-24T13:00:37.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9587539",
                "ein": "81-4748731",
                "organization_name": "Ambassadors of Change Incorporated",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Ambassadors of Change Inc. is a 501(c)3 nonprofit organization. AOC was created to support the unique needs of Black women and youth as they rise as activists and agents of change.AOC is dedicated to shifting the lived experience of Black women and youth by offering an ecosystem of resources that centers the healing, development, and relational needs that are specific to Black women and youth. Through programming, mentorship, community and capacity building, AOC supports the elevation and pursuit of: Healing JusticeLeadership DevelopmentCivic Engagement",
                "website_url": "Www.ambassadorsofchangeinc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9957271&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/81-4748731",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Patrice Harrison",
                "leader_title": "Executive Director/CEO",
                "contact_name": "Patrice Harrison",
                "contact_email": "[email protected]",
                "contact_phone": "(818) 732-4961",
                "contact_title": "Executive Director",
                "number_of_employees": "",
                "ruling_year": 2017
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "267 Langley Dr # 1207",
                "address_line_2": "",
                "city": "Lawrenceville",
                "state": "GA",
                "zip": "30046",
                "msa": "GA - Atlanta",
                "congressional_district": "District 7, GA",
                "county": "Gwinnett, GA",
                "latitude": 33.9569,
                "longitude": -83.9978
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050700",
                        "subject_code_description": "Civics for youth"
                    },
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050303",
                        "subject_code_description": "Youth peer mentoring"
                    },
                    {
                        "subject_code": "SS050302",
                        "subject_code_description": "Intergenerational mentoring"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SR050000",
                        "subject_code_description": "Diversity and intergroup relations"
                    },
                    {
                        "subject_code": "SR040400",
                        "subject_code_description": "Women's rights"
                    },
                    {
                        "subject_code": "SR040200",
                        "subject_code_description": "Ethnic and racial minority rights"
                    },
                    {
                        "subject_code": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR020700",
                        "subject_code_description": "Cultural rights"
                    },
                    {
                        "subject_code": "SR020400",
                        "subject_code_description": "Voter rights"
                    },
                    {
                        "subject_code": "SR020000",
                        "subject_code_description": "Social rights"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE070601",
                        "subject_code_description": "Comprehensive sex education"
                    },
                    {
                        "subject_code": "SE070600",
                        "subject_code_description": "Sexual education"
                    },
                    {
                        "subject_code": "SE070500",
                        "subject_code_description": "Youth pregnancy prevention"
                    },
                    {
                        "subject_code": "SE070401",
                        "subject_code_description": "Prenatal care"
                    },
                    {
                        "subject_code": "SE070400",
                        "subject_code_description": "Maternal and perinatal health"
                    },
                    {
                        "subject_code": "SE070000",
                        "subject_code_description": "Reproductive health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB090300",
                        "subject_code_description": "Computer literacy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG060100",
                        "population_served_description": "Victims of crime and abuse"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030400",
                        "population_served_description": "Working poor"
                    },
                    {
                        "population_served_code": "PG030300",
                        "population_served_description": "Extremely poor people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC050201",
                        "population_served_description": "Young men"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050104",
                        "population_served_description": "Adolescent boys"
                    },
                    {
                        "population_served_code": "PC050103",
                        "population_served_description": "Preteen boys"
                    },
                    {
                        "population_served_code": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "W70",
                        "ntee_code_description": "Leadership Development"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-24T15:20:05.0000000",
                "profile_last_modified": "2024-01-24T15:20:05.0000000",
                "dei_last_modified": "2024-01-24T12:15:16.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-24T15:20:05.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7414365",
                "ein": "34-6516654",
                "organization_name": "United Way of Greater Cleveland",
                "also_known_as": "United Way",
                "group_exemption": "5378",
                "mission": "United Way of Greater Cleveland mobilizes people and resources by creating solutions that improve lives and our community.",
                "website_url": "http://www.unitedwaycleveland.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9908728&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/34-6516654",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Sharon Sobol Jordan",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Carol Marshall",
                "contact_email": "[email protected]",
                "contact_phone": "(216) 436-2208",
                "contact_title": "Proposal Manager/Grant Writer",
                "number_of_employees": "146",
                "ruling_year": 1960
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": true,
                    "subordinate": false,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1331 Euclid Ave",
                "address_line_2": "",
                "city": "Cleveland",
                "state": "OH",
                "zip": "44115",
                "msa": "OH - Cleveland",
                "congressional_district": "District 11, OH",
                "county": "Cuyahoga, OH",
                "latitude": 41.5009,
                "longitude": -81.6823
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS070400",
                        "subject_code_description": "Homeless shelters"
                    },
                    {
                        "subject_code": "SS070100",
                        "subject_code_description": "Supportive housing"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SM020000",
                        "subject_code_description": "Food security"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE120504",
                        "subject_code_description": "Substance abuse treatment"
                    },
                    {
                        "subject_code": "SE120500",
                        "subject_code_description": "Addiction services"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE050100",
                        "subject_code_description": "Health care clinics"
                    },
                    {
                        "subject_code": "SE050000",
                        "subject_code_description": "Out-patient medical care"
                    },
                    {
                        "subject_code": "SE040200",
                        "subject_code_description": "Community health care"
                    },
                    {
                        "subject_code": "SE040000",
                        "subject_code_description": "In-patient medical care"
                    },
                    {
                        "subject_code": "SE030700",
                        "subject_code_description": "Patient-centered care"
                    },
                    {
                        "subject_code": "SE030000",
                        "subject_code_description": "Health care administration and financing"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH020300",
                        "population_served_description": "Terminally ill people"
                    },
                    {
                        "population_served_code": "PH020100",
                        "population_served_description": "People with HIV/AIDS"
                    },
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010100",
                        "population_served_description": "People with physical disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG060100",
                        "population_served_description": "Victims of crime and abuse"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030100",
                        "population_served_description": "Homeless people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD050000",
                        "population_served_description": "Caregivers"
                    },
                    {
                        "population_served_code": "PD020400",
                        "population_served_description": "Single parents"
                    },
                    {
                        "population_served_code": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010100",
                        "population_served_description": "Infants and toddlers"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T70",
                        "ntee_code_description": "Fund Raising Organizations That Cross Categories includes Community Funds/Trusts and Federated Giving Programs) e.g. United Way"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 18584237.0,
                    "total_expenses": 18261123.0,
                    "total_assets": 37317556.0
                },
                "bmf_gross_receipts": 18648897.0,
                "bmf_assets": 37317556.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T09:18:27.0000000",
                "profile_last_modified": "2024-01-19T09:18:27.0000000",
                "dei_last_modified": "2023-12-01T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-19T09:18:27.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7606737",
                "ein": "41-1968798",
                "organization_name": "College Possible",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "College Possible is making college admission and success possible for students from low-income backgrounds through an intensive curriculum of coaching and support.",
                "website_url": "www.CollegePossible.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8640923&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/41-1968798",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Al Fan",
                "leader_title": "CEO",
                "contact_name": "Mr. Al Fan",
                "contact_email": "[email protected]",
                "contact_phone": "(651) 288-9455",
                "contact_title": "CEO",
                "number_of_employees": "813",
                "ruling_year": 2000
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "755 Prior Ave N Ste 210",
                "address_line_2": "",
                "city": "St Paul",
                "state": "MN",
                "zip": "55104",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 4, MN",
                "county": "Ramsey, MN",
                "latitude": 44.9656,
                "longitude": -93.1823
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 31201183.0,
                    "total_expenses": 27834304.0,
                    "total_assets": 23283310.0
                },
                "bmf_gross_receipts": 31323954.0,
                "bmf_assets": 23283310.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-03T14:31:21.0000000",
                "profile_last_modified": "2023-02-03T14:31:21.0000000",
                "dei_last_modified": "2023-01-27T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-05-18T17:01:04.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9945061",
                "ein": "86-1253535",
                "organization_name": "Kreative Solutions HBCU Foundation",
                "also_known_as": "KR Scholars",
                "group_exemption": "0000",
                "mission": "Our mission is to empower and uplift underserved communities through a multifaceted approach, encompassing scholarships, financial literacy, and workforce readiness for students attending Historically Black Colleges & Universities.",
                "website_url": "http://www.krscholars.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9893505&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/86-1253535",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Kristen Johnson",
                "leader_title": "CEO",
                "contact_name": "Kristen Johnson",
                "contact_email": "[email protected]",
                "contact_phone": "(804) 252-8662",
                "contact_title": "CEO",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "12220 Chattanooga Plz # 262",
                "address_line_2": "",
                "city": "Midlothian",
                "state": "VA",
                "zip": "23112",
                "msa": "VA - Richmond-Petersburg",
                "congressional_district": "District 7, VA",
                "county": "Chesterfield, VA",
                "latitude": 37.4277,
                "longitude": -77.6578
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050600",
                        "subject_code_description": "Economics for youth"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050103",
                        "subject_code_description": "Community development finance"
                    },
                    {
                        "subject_code": "SN050100",
                        "subject_code_description": "Development finance"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T15:29:52.0000000",
                "profile_last_modified": "2024-01-18T15:29:52.0000000",
                "dei_last_modified": "2024-01-10T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-18T15:29:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10189986",
                "ein": "92-3499201",
                "organization_name": "Presidio Bay Foundation Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Presidio Bay Foundation is a 501(c)3 nonprofit focused on empowering underserved and underrepresented youth through educational and career opportunities in commercial real estate. Our mission is to forge pathways for youth to become future leaders in shaping more equitable neighborhoods and cities.",
                "website_url": "https://www.pbvscholarship.com/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9850725&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/92-3499201",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Alexis Stewart",
                "leader_title": "",
                "contact_name": "Alexis Stewart",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2023
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "160 Pacific Ave Ste 204",
                "address_line_2": "",
                "city": "San Francisco",
                "state": "CA",
                "zip": "94111",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 12, CA",
                "county": "San Francisco, CA",
                "latitude": 37.7979,
                "longitude": -122.3992
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN061000",
                        "subject_code_description": "Real estate"
                    },
                    {
                        "subject_code": "SN060600",
                        "subject_code_description": "Entrepreneurship"
                    },
                    {
                        "subject_code": "SN060300",
                        "subject_code_description": "Corporate social responsibility"
                    },
                    {
                        "subject_code": "SN060000",
                        "subject_code_description": "Business and industry"
                    },
                    {
                        "subject_code": "SN030200",
                        "subject_code_description": "Community organizing"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020106",
                        "subject_code_description": "Urban renewal"
                    },
                    {
                        "subject_code": "SN020105",
                        "subject_code_description": "Urban planning"
                    },
                    {
                        "subject_code": "SN020100",
                        "subject_code_description": "Urban development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN010000",
                        "subject_code_description": "Sustainable development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070200",
                        "subject_code_description": "Continuing education"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB060100",
                        "subject_code_description": "Business education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE050000",
                        "population_served_description": "People of Latin American descent"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE020000",
                        "population_served_description": "People of Asian descent"
                    },
                    {
                        "population_served_code": "PE010000",
                        "population_served_description": "People of Middle Eastern descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC040201",
                        "population_served_description": "Young women"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040104",
                        "population_served_description": "Adolescent girls"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-04T13:41:38.0000000",
                "profile_last_modified": "2024-01-10T15:08:02.0000000",
                "dei_last_modified": "2024-01-10T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-10T15:08:02.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9590559",
                "ein": "81-0708030",
                "organization_name": "Chozen Generation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our mission is to enrich the youth by creating significant relationships with purpose through mentoring, character, behavioral, and educational development.",
                "website_url": "https://www.chozengeneration44.com/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10021251&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/81-0708030",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Carrie Farley",
                "leader_title": "Director",
                "contact_name": "Carrie Farley",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Director",
                "number_of_employees": "",
                "ruling_year": 2022
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "396 Blairwood Dr",
                "address_line_2": "",
                "city": "Dayton",
                "state": "OH",
                "zip": "45426",
                "msa": "OH - Dayton-Springfield",
                "congressional_district": "District 10, OH",
                "county": "Montgomery, OH",
                "latitude": 39.8042,
                "longitude": -84.306
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040303",
                        "subject_code_description": "Child development"
                    },
                    {
                        "subject_code": "SS040300",
                        "subject_code_description": "Child welfare"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SG020000",
                        "subject_code_description": "Sociology"
                    },
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SB091100",
                        "subject_code_description": "Reading promotion"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB060400",
                        "subject_code_description": "Social work education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ100000",
                        "population_served_description": "Artists and performers"
                    },
                    {
                        "population_served_code": "PJ050200",
                        "population_served_description": "Teachers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD020200",
                        "population_served_description": "Adolescent parents"
                    },
                    {
                        "population_served_code": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PC050201",
                        "population_served_description": "Young men"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050104",
                        "population_served_description": "Adolescent boys"
                    },
                    {
                        "population_served_code": "PC050103",
                        "population_served_description": "Preteen boys"
                    },
                    {
                        "population_served_code": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040201",
                        "population_served_description": "Young women"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040104",
                        "population_served_description": "Adolescent girls"
                    },
                    {
                        "population_served_code": "PC040103",
                        "population_served_description": "Preteen girls"
                    },
                    {
                        "population_served_code": "PC040100",
                        "population_served_description": "Girls"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P30",
                        "ntee_code_description": "Children's and Youth Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-04T03:15:23.0000000",
                "profile_last_modified": "2024-02-04T03:15:23.0000000",
                "dei_last_modified": "2024-02-04T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-02-04T03:15:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10182000",
                "ein": "88-2792080",
                "organization_name": "Zephyr Mountain Farm Sanctuary Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Zephyr Mountain Farm Sanctuary is nestled within a captivating landscape, striving to create a haven where animals and people can coexist harmoniously. At its core, the sanctuary represents a culmination of personal experiences, a commitment to ethical treatment of animals, and a dedication to sustainable practices. Our mission is to provide a safe, sustainable sanctuary for animals, while offering humans a place to reconnect with nature and find grounding. Zephyr envisions a world where animals are treated with kindness and respect, and where people come together to embrace sustainable lifestyles, grounded by the simplicity and beauty of nature.",
                "website_url": "zephyrmountainfarmsanctuary.com",
                "logo_url": "",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/88-2792080",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Nicole Sands",
                "leader_title": "Founder and Program Directora",
                "contact_name": "Nicole Sands",
                "contact_email": "[email protected]",
                "contact_phone": "(714) 328-4212",
                "contact_title": "Founder",
                "number_of_employees": "",
                "ruling_year": 2023
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "24046 Clinton Keith Rd Ste 101-172",
                "address_line_2": "",
                "city": "Wildomar",
                "state": "CA",
                "zip": "92595",
                "msa": "CA - Riverside-San Bernardino-Ontario",
                "congressional_district": "District 42, CA",
                "county": "Riverside, CA",
                "latitude": 33.6134,
                "longitude": -117.2667
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050500",
                        "subject_code_description": "Agriculture for youth"
                    },
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050301",
                        "subject_code_description": "Adult and child mentoring"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SM020203",
                        "subject_code_description": "Organic farming"
                    },
                    {
                        "subject_code": "SM020201",
                        "subject_code_description": "Agroecology"
                    },
                    {
                        "subject_code": "SM020200",
                        "subject_code_description": "Sustainable agriculture"
                    },
                    {
                        "subject_code": "SM020000",
                        "subject_code_description": "Food security"
                    },
                    {
                        "subject_code": "SM010200",
                        "subject_code_description": "Irrigation and water management"
                    },
                    {
                        "subject_code": "SM010103",
                        "subject_code_description": "Agricultural education"
                    },
                    {
                        "subject_code": "SM010100",
                        "subject_code_description": "Farm viability"
                    },
                    {
                        "subject_code": "SM010000",
                        "subject_code_description": "Agriculture"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SE100000",
                        "subject_code_description": "Holistic medicine"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC060300",
                        "subject_code_description": "Outdoor education"
                    },
                    {
                        "subject_code": "SC060200",
                        "subject_code_description": "Nature education"
                    },
                    {
                        "subject_code": "SC060000",
                        "subject_code_description": "Environmental education"
                    },
                    {
                        "subject_code": "SC050400",
                        "subject_code_description": "Human-animal interactions"
                    },
                    {
                        "subject_code": "SC050100",
                        "subject_code_description": "Animal welfare"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC040106",
                        "subject_code_description": "Wildlife sanctuaries"
                    },
                    {
                        "subject_code": "SC040105",
                        "subject_code_description": "Wildlife rehabilitation"
                    },
                    {
                        "subject_code": "SC040100",
                        "subject_code_description": "Wildlife biodiversity"
                    },
                    {
                        "subject_code": "SC040000",
                        "subject_code_description": "Biodiversity"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB040100",
                        "subject_code_description": "Vocational secondary education"
                    },
                    {
                        "subject_code": "SB040000",
                        "subject_code_description": "Vocational education"
                    },
                    {
                        "subject_code": "SB030800",
                        "subject_code_description": "Special needs education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ120000",
                        "population_served_description": "Activists"
                    },
                    {
                        "population_served_code": "PJ080000",
                        "population_served_description": "Farmers"
                    },
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ060000",
                        "population_served_description": "Military personnel"
                    },
                    {
                        "population_served_code": "PJ050200",
                        "population_served_description": "Teachers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "D20",
                        "ntee_code_description": "Animal Protection and Welfare (includes Humane Societies and SPCAs)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-19T13:07:45.0000000",
                "profile_last_modified": "2024-01-19T13:07:45.0000000",
                "dei_last_modified": "2023-11-21T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-19T13:07:45.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9945110",
                "ein": "85-3756579",
                "organization_name": "Alejandro Flores Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "To bridge the gap of educational inequity in LA County by supporting the students who need it most. Not only is there an increasingly widening gap in educational opportunities and outcomes in LA County, there is also a significant gap in scholarship funding available for high potential students who don’t score well using traditional metrics like GPA and standardized test scores. AFF aims to close this gap by supporting those who may not have the highest GPA or SAT scores, but display strong morals, grit and determination in the face of adversity. Lastly, we aim to honor Alexx’s memory by giving back to the communities that he called home.",
                "website_url": "afloresfoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9851357&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-3756579",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Ricardo Mexia",
                "leader_title": "Executive Director",
                "contact_name": "Ricardo Mexia",
                "contact_email": "[email protected]",
                "contact_phone": "(626) 890- x0367",
                "contact_title": "Executive Director",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "5830 Benner St",
                "address_line_2": "",
                "city": "Los Angeles",
                "state": "CA",
                "zip": "90042",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 34, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.1074,
                "longitude": -118.1899
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050100",
                        "subject_code_description": "Community college education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "C36",
                        "ntee_code_description": "Forest Conservation"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-03-14T20:51:41.0000000",
                "profile_last_modified": "2024-01-10T15:47:35.0000000",
                "dei_last_modified": "2023-03-14T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-10T15:47:35.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10204873",
                "ein": "93-3997537",
                "organization_name": "Youth Mentors Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our mission is to empower individuals on their professional journeys by providing expert guidance & personalized, one-on-one mentorship. We strive to connect aspiring young professionals with experienced mentors who can offer invaluable advice & insights.Through our platform, we aim to foster an environment where mentees can enhance their skills, make informed decisions, & achieve their professional goals.We are dedicated to facilitating meaningful mentorship relationships that inspire growth, resilience, & lifelong learning, ultimately enabling individuals to navigate the ever-evolving job market with confidence and success.Together, we are building a community of empowered young professionals who are ready to make meaningful contributions & create fulfilling careers.",
                "website_url": "https://www.youthmentors.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9967759&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/93-3997537",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Brian Sheehan",
                "leader_title": "Executive Director",
                "contact_name": "Brian Sheehan",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2023
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2436 N Federal Hwy Ste 405",
                "address_line_2": "",
                "city": "Pompano Beach",
                "state": "FL",
                "zip": "33064",
                "msa": "FL - Fort Lauderdale-Hollywood",
                "congressional_district": "District 22, FL",
                "county": "Broward, FL",
                "latitude": 26.2788,
                "longitude": -80.1124
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN020303",
                        "subject_code_description": "Job retraining"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020301",
                        "subject_code_description": "Job counseling"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB020000",
                        "subject_code_description": "Educational management"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PF000000",
                        "population_served_description": "Religious groups"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC050201",
                        "population_served_description": "Young men"
                    },
                    {
                        "population_served_code": "PC050200",
                        "population_served_description": "Men"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040201",
                        "population_served_description": "Young women"
                    },
                    {
                        "population_served_code": "PC040200",
                        "population_served_description": "Women"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-25T16:24:12.0000000",
                "profile_last_modified": "2024-01-25T16:24:12.0000000",
                "dei_last_modified": "2023-12-12T15:10:53.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-25T16:24:12.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9505781",
                "ein": "81-0868239",
                "organization_name": "Village Improvement Association Federated Womans Club of Green COV",
                "also_known_as": "Village Improvement Association of Green Cove Springs, FL",
                "group_exemption": "0000",
                "mission": "The VIA impacts the lives of our community through acts of service dedicated to community improvement.",
                "website_url": "gfwcvia.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10026386&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/81-0868239",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Larianne Stutts",
                "leader_title": "",
                "contact_name": "Lucy Conrad",
                "contact_email": "[email protected]",
                "contact_phone": "(904) 635-0170",
                "contact_title": "Treasurer",
                "number_of_employees": "",
                "ruling_year": 2016
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "17 N Palmetto Ave",
                "address_line_2": "",
                "city": "Green Cove Springs",
                "state": "FL",
                "zip": "32043",
                "msa": "FL - Jacksonville",
                "congressional_district": "District 13, FL",
                "county": "Clay, FL",
                "latitude": 29.9932,
                "longitude": -81.6804
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030200",
                        "subject_code_description": "Community organizing"
                    },
                    {
                        "subject_code": "SN030100",
                        "subject_code_description": "Community beautification"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE020000",
                        "subject_code_description": "Health care access"
                    },
                    {
                        "subject_code": "SE010000",
                        "subject_code_description": "Health care quality"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SC060000",
                        "subject_code_description": "Environmental education"
                    },
                    {
                        "subject_code": "SC050104",
                        "subject_code_description": "Humane education"
                    },
                    {
                        "subject_code": "SC050100",
                        "subject_code_description": "Animal welfare"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC010000",
                        "subject_code_description": "Environmental justice"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030900",
                        "subject_code_description": "Child educational development"
                    },
                    {
                        "subject_code": "SB030700",
                        "subject_code_description": "Gifted education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030300",
                        "subject_code_description": "Middle school education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA090300",
                        "subject_code_description": "Historic preservation"
                    },
                    {
                        "subject_code": "SA090100",
                        "subject_code_description": "Commemorations"
                    },
                    {
                        "subject_code": "SA090000",
                        "subject_code_description": "Historical activities"
                    },
                    {
                        "subject_code": "SA080500",
                        "subject_code_description": "Literature and writing"
                    },
                    {
                        "subject_code": "SA080200",
                        "subject_code_description": "History"
                    },
                    {
                        "subject_code": "SA080100",
                        "subject_code_description": "Art history"
                    },
                    {
                        "subject_code": "SA080000",
                        "subject_code_description": "Humanities"
                    },
                    {
                        "subject_code": "SA070400",
                        "subject_code_description": "History museums"
                    },
                    {
                        "subject_code": "SA070000",
                        "subject_code_description": "Museums"
                    },
                    {
                        "subject_code": "SA060700",
                        "subject_code_description": "Performing arts education"
                    },
                    {
                        "subject_code": "SA060000",
                        "subject_code_description": "Performing arts"
                    },
                    {
                        "subject_code": "SA050700",
                        "subject_code_description": "Photography"
                    },
                    {
                        "subject_code": "SA050600",
                        "subject_code_description": "Painting"
                    },
                    {
                        "subject_code": "SA050500",
                        "subject_code_description": "Drawing"
                    },
                    {
                        "subject_code": "SA050200",
                        "subject_code_description": "Art conservation"
                    },
                    {
                        "subject_code": "SA050000",
                        "subject_code_description": "Visual arts"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010100",
                        "subject_code_description": "Arts councils"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ060000",
                        "population_served_description": "Military personnel"
                    },
                    {
                        "population_served_code": "PJ040000",
                        "population_served_description": "Retired people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "S81",
                        "ntee_code_description": "Women's Service Clubs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-05T15:17:30.0000000",
                "profile_last_modified": "2024-02-05T15:17:30.0000000",
                "dei_last_modified": "2024-02-05T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-02-05T15:17:30.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9832922",
                "ein": "84-3142901",
                "organization_name": "TLT - Tomorrows Leaders Today Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "TLT- Tomorrows Leaders Today, Inc. is a 501(c)(3) nonprofit organization dedicated to helping develop youth leaders through education, collaboration and mentorships with community & business leaders for the collective benefit of the students and their communities.",
                "website_url": "www.TLTLeaders.Org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9981062&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/84-3142901",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Elaine Smith-Poyourow",
                "leader_title": "President/Executive Director and Founder",
                "contact_name": "Elaine Smith-Poyourow",
                "contact_email": "[email protected]",
                "contact_phone": "(214) 226-5971",
                "contact_title": "Founder, President, Executive Director",
                "number_of_employees": "",
                "ruling_year": 2019
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 5058",
                "address_line_2": "",
                "city": "Frisco",
                "state": "TX",
                "zip": "75035",
                "msa": "TX - Dallas-Fort Worth",
                "congressional_district": "District 1, TX",
                "county": "Collin, TX",
                "latitude": 33.152,
                "longitude": -96.7752
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050700",
                        "subject_code_description": "Civics for youth"
                    },
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB090400",
                        "subject_code_description": "Cooperative education"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ060000",
                        "population_served_description": "Military personnel"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B80",
                        "ntee_code_description": "Student Services and Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T14:25:06.0000000",
                "profile_last_modified": "2024-01-28T20:38:51.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2024-01-28T20:38:51.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8180520",
                "ein": "75-3235491",
                "organization_name": "Camp Harbor View Foundation Inc.",
                "also_known_as": "Camp Harbor View",
                "group_exemption": "0000",
                "mission": "Our shared vision is an inclusive, equitable Boston where every young person and family has the opportunity and resources to succeed. To pursue this vision, we offer free, high-quality summer camp and year-round programs, nurturing deep relationships and empowering a thriving community of future leaders and their families.",
                "website_url": "www.campharborview.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9465182&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/75-3235491",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Sharon McNally",
                "leader_title": "President",
                "contact_name": "Maggie Evans",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Director of Communications",
                "number_of_employees": "101",
                "ruling_year": 2007
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "79 Newbury St",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02116",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Suffolk, MA",
                "latitude": 42.3518,
                "longitude": -71.0745
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SQ010100",
                        "subject_code_description": "Camps"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SE120700",
                        "subject_code_description": "Mental health counseling"
                    },
                    {
                        "subject_code": "SE120600",
                        "subject_code_description": "Crisis intervention"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 11338225.0,
                    "total_expenses": 10922177.0,
                    "total_assets": 62145442.0
                },
                "bmf_gross_receipts": 23525452.0,
                "bmf_assets": 62145442.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-09-07T13:40:23.0000000",
                "profile_last_modified": "2023-09-07T13:40:23.0000000",
                "dei_last_modified": "2023-09-07T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7346572",
                "ein": "31-1672272",
                "organization_name": "Dohn Community High School",
                "also_known_as": "Dohn Community High School",
                "group_exemption": "0000",
                "mission": "Dohn Community High School is a multi-campus, nonprofit school serving high school-age and adult students. We deliver continuous progress to a full spectrum of learning needs. We promote community engagement, social development, and career fulfillment following graduation.Dohn soars on achieving educational success with the highest graduation rates of all Ohio charter high schools.\"We Make Dreams Come True\" is our vision statement.",
                "website_url": "www.dohnschool.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8862318&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/31-1672272",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Ramone Davenport",
                "leader_title": "Executive Director",
                "contact_name": "Ms. Lauren Weissman",
                "contact_email": "[email protected]",
                "contact_phone": "(513) 908-5724",
                "contact_title": "Development Director",
                "number_of_employees": "219",
                "ruling_year": 2000
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "608 E McMillan St",
                "address_line_2": "",
                "city": "Cincinnati",
                "state": "OH",
                "zip": "45206",
                "msa": "OH - Cincinnati, OH-KY-IN",
                "congressional_district": "",
                "county": "Hamilton, OH",
                "latitude": 39.1264,
                "longitude": -84.4975
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030800",
                        "subject_code_description": "Special needs education"
                    },
                    {
                        "subject_code": "SB030600",
                        "subject_code_description": "Charter school education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B25",
                        "ntee_code_description": "Secondary/High School"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 21424570.0,
                    "total_expenses": 20901063.0,
                    "total_assets": 3994463.0
                },
                "bmf_gross_receipts": 21424570.0,
                "bmf_assets": 3994463.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-27T10:06:13.0000000",
                "profile_last_modified": "2023-03-27T10:06:13.0000000",
                "dei_last_modified": "2022-06-17T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2023-12-22T05:01:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8351295",
                "ein": "91-2082980",
                "organization_name": "Jeffersonville Clark County NAACP Youth Council",
                "also_known_as": "Jeffersonville Youth & College Division",
                "group_exemption": "1531",
                "mission": "The mission of the NAACP Youth & College Division shall be to inform youth of the problems affecting African Americans and other racial and ethnic minorities; to advance the economic, education, social and political status of African Americans and other racial and ethnic minorities and their harmonious cooperation with other peoples; to stimulate an appreciation of the African Diaspora and other people of color’s contribution to civilization; and to develop an intelligent, effective youth leadership.",
                "website_url": "",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8133627&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/91-2082980",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Tracey Cobb",
                "leader_title": "Youth Advisor",
                "contact_name": "Ms. Tracey Cobb",
                "contact_email": "[email protected]",
                "contact_phone": "(812) 391-6174",
                "contact_title": "Advisor",
                "number_of_employees": "",
                "ruling_year": 1961
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 1464",
                "address_line_2": "",
                "city": "Jeffersonville",
                "state": "IN",
                "zip": "47131",
                "msa": "IN - Louisville, KY-IN",
                "congressional_district": "District 9, IN",
                "county": "Clark, IN",
                "latitude": 38.3005,
                "longitude": -85.7416
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SR050000",
                        "subject_code_description": "Diversity and intergroup relations"
                    },
                    {
                        "subject_code": "SR040200",
                        "subject_code_description": "Ethnic and racial minority rights"
                    },
                    {
                        "subject_code": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "R22",
                        "ntee_code_description": "Minority Rights"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "04",
                    "subsection_code_description": "501(c)(4) Civic Leagues and Social Welfare Organizations"
                },
                "foundation_code": {
                    "foundation_code": "00",
                    "foundation_code_description": "All organizations except 501(c)(3)"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-09-18T13:37:20.0000000",
                "profile_last_modified": "2022-09-18T13:37:20.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2022-11-15T12:27:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9940672",
                "ein": "85-1067852",
                "organization_name": "Discover Your Pace Inc",
                "also_known_as": "Discover Your Pace | DYP",
                "group_exemption": "0000",
                "mission": "To uplift systemically oppressed intersectional communities by providing equitable access to innovative advisory programs that foster economic sustainability (Manage), self-efficacy (Advance), social intelligence (Balance), & charitable service (Impact).",
                "website_url": "www.discoveryourpace.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8099867&approved=True",
                "profile_level": "Gold",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/85-1067852",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2022-seal.svg",
                "leader_name": "Marcel Daniel | Howard University (BBA) | Gates Millennium Scholar",
                "leader_title": "Managing Director",
                "contact_name": "Marcel Daniel",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Managing Director",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": true,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "20 Martin Ter",
                "address_line_2": "",
                "city": "Randolph",
                "state": "MA",
                "zip": "02368",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Norfolk, MA",
                "latitude": 42.1553,
                "longitude": -71.0469
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS060400",
                        "subject_code_description": "Self-advocacy"
                    },
                    {
                        "subject_code": "SS060000",
                        "subject_code_description": "Personal services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR020800",
                        "subject_code_description": "Economic justice"
                    },
                    {
                        "subject_code": "SR020000",
                        "subject_code_description": "Social rights"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN020301",
                        "subject_code_description": "Job counseling"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD030000",
                        "subject_code_description": "Voluntarism"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB070200",
                        "subject_code_description": "Continuing education"
                    },
                    {
                        "subject_code": "SB070101",
                        "subject_code_description": "Adult literacy"
                    },
                    {
                        "subject_code": "SB070100",
                        "subject_code_description": "Basic and remedial instruction"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ120000",
                        "population_served_description": "Activists"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ030000",
                        "population_served_description": "Self-employed people"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-09-04T02:51:35.0000000",
                "profile_last_modified": "2022-09-04T03:34:19.0000000",
                "dei_last_modified": "2022-09-04T02:49:58.0000000",
                "financials_last_modified": "",
                "last_modified": "2022-09-09T13:27:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9178467",
                "ein": "90-0649486",
                "organization_name": "FINE ARTS CENTER PARTNERS",
                "also_known_as": ".",
                "group_exemption": "0000",
                "mission": "The Fine Arts Center Partners is a 501(c)3 nonprofit organization dedicated to supporting and increasing the visibility of the Fine Arts Center of Greenville County Schools, South Carolina's oldest public high school program for the performing, literary and visual arts. The Partners is an entirely volunteer-run organization.  Except for required administrative expenses,  virtually all funds raised are used to help fund the extraordinary arts education offered there.",
                "website_url": "http://www.fineartspartners.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10009071&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/90-0649486",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Stephanie Knobel",
                "leader_title": "Board President",
                "contact_name": "John Warner",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 2012
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "102 Pine Knoll Dr",
                "address_line_2": "",
                "city": "Greenville",
                "state": "SC",
                "zip": "29609",
                "msa": "SC - Greenville-Spartanburg-Anderson",
                "congressional_district": "District 4, SC",
                "county": "Greenville, SC",
                "latitude": 34.8855,
                "longitude": -82.3581
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A25",
                        "ntee_code_description": "Arts Education/Schools"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 290436.0,
                    "total_expenses": 147642.0,
                    "total_assets": 165406.0
                },
                "bmf_gross_receipts": 290436.0,
                "bmf_assets": 165406.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-01T14:31:50.0000000",
                "profile_last_modified": "2024-02-01T14:31:50.0000000",
                "dei_last_modified": "2022-11-18T09:42:04.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2024-02-01T14:31:50.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9125335",
                "ein": "80-0177104",
                "organization_name": "Collective Souls Incorporated",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Mission is to educate, mentor, and nurture today's youth to help them reach their highest potential in becoming successful in life.",
                "website_url": "www.collectivesoulsinc.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/80-0177104",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Rhonda Robinson",
                "leader_title": "CEO",
                "contact_name": "Rhonda Robinson",
                "contact_email": "[email protected]",
                "contact_phone": "(314) 479-7747",
                "contact_title": "CEO",
                "number_of_employees": "",
                "ruling_year": 2011
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "7829 Bloom Dr",
                "address_line_2": "",
                "city": "St Louis",
                "state": "MO",
                "zip": "63133",
                "msa": "MO - St. Louis, MO-IL",
                "congressional_district": "District 1, MO",
                "county": "Saint Louis, MO",
                "latitude": 38.6742,
                "longitude": -91.3388
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-01-08T21:18:08.0000000",
                "profile_last_modified": "2023-01-08T21:18:08.0000000",
                "dei_last_modified": "2023-01-08T20:10:43.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-04-10T15:32:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9962085",
                "ein": "85-2539829",
                "organization_name": "Gene Xcellence",
                "also_known_as": "Gene Xcellence",
                "group_exemption": "0000",
                "mission": "At Gene Xcellence, our mission is to empower teenagers and young adults with the essential life skills and resources they need to achieve economic mobility, unlock their full potential, and conquer challenges they may face.  With a vision to bridge the opportunity gap for teens and young adults in Greenville County.",
                "website_url": "https://gene-xcellence.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9688495&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-2539829",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "DeAsia  Danaladi",
                "leader_title": "Founder, CEO",
                "contact_name": "DeAsia Danladi",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3620 Pelham Rd Ste 5-184",
                "address_line_2": "",
                "city": "Greenville",
                "state": "SC",
                "zip": "29615",
                "msa": "SC - Greenville-Spartanburg-Anderson",
                "congressional_district": "District 4, SC",
                "county": "Greenville, SC",
                "latitude": 34.8615,
                "longitude": -82.3095
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050600",
                        "subject_code_description": "Economics for youth"
                    },
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS050303",
                        "subject_code_description": "Youth peer mentoring"
                    },
                    {
                        "subject_code": "SS050301",
                        "subject_code_description": "Adult and child mentoring"
                    },
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090100",
                        "subject_code_description": "Out-of-school learning"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "O50",
                        "ntee_code_description": "Youth Development Programs"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-04-17T15:16:08.0000000",
                "profile_last_modified": "2023-11-15T18:41:46.0000000",
                "dei_last_modified": "2022-08-29T18:36:26.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        }
    ]
}

This example will return organizations who match the following logic: (college preparation OR secondary education) AND young adults

Filter by organizations who submitted demographic data to Candid

Find organizations who have submitted demographic data to Candid

{
    "filters": {
        "organization": {
            "properties": {
                "dei_submitted": true
            }
        }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 710,
    "time": "2024-02-12 18:48:44Z",
    "results_count": 65151,
    "page_count": 2607,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "8186329",
                "ein": "75-6052203",
                "organization_name": "Carl B and Florence E King Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Carl B. & Florence E. King Foundation is principally interested in six broad areas: 1) Aging population (2) Arts, culture, and history (3) Children and youth (4) Education (5) Indigent, and (6) Nonprofit capacity. Grant priorities in North Texas differ from those in the other geographic areas in which we fund. More detailed information on each of these areas can be found on our website.",
                "website_url": "www.kingfoundation.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9994302&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/75-6052203",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Michelle Monse",
                "leader_title": "President",
                "contact_name": "Ms. Michelle Monse",
                "contact_email": "[email protected]",
                "contact_phone": "(214) 750-1884",
                "contact_title": "President",
                "number_of_employees": "",
                "ruling_year": 1967
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "6688 N Central Expy Ste 275",
                "address_line_2": "",
                "city": "Dallas",
                "state": "TX",
                "zip": "75206",
                "msa": "TX - Dallas-Fort Worth",
                "congressional_district": "District 32, TX",
                "county": "Dallas, TX",
                "latitude": 32.8468,
                "longitude": -96.7726
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090500",
                        "subject_code_description": "Senior services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040300",
                        "subject_code_description": "Child welfare"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS030602",
                        "subject_code_description": "Food delivery"
                    },
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN040000",
                        "subject_code_description": "Housing development"
                    },
                    {
                        "subject_code": "SN020301",
                        "subject_code_description": "Job counseling"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020200",
                        "subject_code_description": "Rural development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SJ020400",
                        "subject_code_description": "Elder abuse"
                    },
                    {
                        "subject_code": "SJ020300",
                        "subject_code_description": "Domestic violence"
                    },
                    {
                        "subject_code": "SJ020200",
                        "subject_code_description": "Child abuse"
                    },
                    {
                        "subject_code": "SJ020000",
                        "subject_code_description": "Abuse prevention"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SH020400",
                        "subject_code_description": "Public libraries"
                    },
                    {
                        "subject_code": "SH020000",
                        "subject_code_description": "Libraries"
                    },
                    {
                        "subject_code": "SH000000",
                        "subject_code_description": "Information and communications"
                    },
                    {
                        "subject_code": "SE150801",
                        "subject_code_description": "HIV/AIDS"
                    },
                    {
                        "subject_code": "SE150800",
                        "subject_code_description": "Immune system diseases"
                    },
                    {
                        "subject_code": "SE150201",
                        "subject_code_description": "Alzheimer's Disease and other forms of dementia"
                    },
                    {
                        "subject_code": "SE150200",
                        "subject_code_description": "Brain and nervous system disorders"
                    },
                    {
                        "subject_code": "SE150000",
                        "subject_code_description": "Diseases and conditions"
                    },
                    {
                        "subject_code": "SE050600",
                        "subject_code_description": "School-based health care"
                    },
                    {
                        "subject_code": "SE050000",
                        "subject_code_description": "Out-patient medical care"
                    },
                    {
                        "subject_code": "SE020000",
                        "subject_code_description": "Health care access"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB030900",
                        "subject_code_description": "Child educational development"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA090000",
                        "subject_code_description": "Historical activities"
                    },
                    {
                        "subject_code": "SA060000",
                        "subject_code_description": "Performing arts"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030100",
                        "population_served_description": "Homeless people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T22",
                        "ntee_code_description": "Private Independent Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 7750701.0,
                    "total_expenses": 5982235.0,
                    "total_assets": 95979633.0
                },
                "bmf_gross_receipts": 76496621.0,
                "bmf_assets": 82795225.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-30T16:37:51.0000000",
                "profile_last_modified": "2024-01-30T16:37:51.0000000",
                "dei_last_modified": "2024-01-30T00:00:00.0000000",
                "financials_last_modified": "2023-11-21T17:01:03.0000000",
                "last_modified": "2024-01-30T16:37:51.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7469372",
                "ein": "36-3584029",
                "organization_name": "UPPER MIDWEST ORGAN PROCUREMENT ORGANIZATION INC",
                "also_known_as": "LifeSource",
                "group_exemption": "0000",
                "mission": "LifeSource saves lives and offers hope and healing through excellence in organ, eye and tissue donation. We serve the people of Minnesota, North Dakota and South Dakota and portions of western Wisconsin.",
                "website_url": "www.life-source.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9928324&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/36-3584029",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Kelly White, RN MS",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Susan Mau Larson",
                "contact_email": "[email protected]",
                "contact_phone": "(612) 800-6100",
                "contact_title": "Chief Administrative Officer",
                "number_of_employees": "250",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2225 W River Rd",
                "address_line_2": "",
                "city": "Minneapolis",
                "state": "MN",
                "zip": "55411",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 5, MN",
                "county": "Hennepin, MN",
                "latitude": 45.0016,
                "longitude": -93.2767
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE110400",
                        "subject_code_description": "Organ and tissue banks"
                    },
                    {
                        "subject_code": "SE110000",
                        "subject_code_description": "Medical support services"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "E65",
                        "ntee_code_description": "Organ and Tissue Bank"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 82918640.0,
                    "total_expenses": 80720300.0,
                    "total_assets": 69616976.0
                },
                "bmf_gross_receipts": 90048696.0,
                "bmf_assets": 69616976.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-19T11:01:11.0000000",
                "profile_last_modified": "2024-01-21T18:20:33.0000000",
                "dei_last_modified": "2024-01-21T00:00:00.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2024-01-21T18:20:33.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7745784",
                "ein": "51-6506426",
                "organization_name": "American Gift Fund",
                "also_known_as": "AGF",
                "group_exemption": "0000",
                "mission": "To inspire generosity across America and provide meaningful charitable services for donors to give efficiently, purposefully, and with impact, while supporting our communities in prosperity.",
                "website_url": "www.giftfund.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9810822&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/51-6506426",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Jeff Salvo",
                "leader_title": "President ",
                "contact_name": "American Gift Fund Team",
                "contact_email": "[email protected]",
                "contact_phone": "(800) 441-7698",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1998
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 15627",
                "address_line_2": "",
                "city": "Wilmington",
                "state": "DE",
                "zip": "19850",
                "msa": "DE - Wilmington, DE-NJ-MD",
                "congressional_district": "",
                "county": "New Castle, DE",
                "latitude": 39.7693,
                "longitude": -75.5788
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T70",
                        "ntee_code_description": "Fund Raising Organizations That Cross Categories includes Community Funds/Trusts and Federated Giving Programs) e.g. United Way"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 117606182.0,
                    "total_expenses": 69873862.0,
                    "total_assets": 434171024.0
                },
                "bmf_gross_receipts": 329450595.0,
                "bmf_assets": 434171024.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-12-05T10:01:34.0000000",
                "profile_last_modified": "2024-01-02T10:01:27.0000000",
                "dei_last_modified": "2023-12-05T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-02T10:01:27.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7594419",
                "ein": "41-1601449",
                "organization_name": "Feed My Starving Children",
                "also_known_as": "FMSC",
                "group_exemption": "0000",
                "mission": "Feed My Starving Children (FMSC) believes hope starts with food. As a Christian nonprofit, we are dedicated to seeing every child whole in body and spirit. We work with food distribution partners that stay with communities for the long haul, empowering them to move from relief to development.",
                "website_url": "http://www.fmsc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9971631&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/41-1601449",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Mark Crea",
                "leader_title": "",
                "contact_name": "Mr. Tim Krueger",
                "contact_email": "[email protected]",
                "contact_phone": "(763) 267-6311",
                "contact_title": "Digital Marketing & Analytics Manager",
                "number_of_employees": "485",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "401 93rd Ave NW",
                "address_line_2": "",
                "city": "Minneapolis",
                "state": "MN",
                "zip": "55433",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "",
                "county": "Anoka, MN",
                "latitude": 45.1385,
                "longitude": -93.2779
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SJ060400",
                        "subject_code_description": "Disaster relief"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 63177502.0,
                    "total_expenses": 69980301.0,
                    "total_assets": 38450008.0
                },
                "bmf_gross_receipts": 65619187.0,
                "bmf_assets": 38450008.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-25T09:43:15.0000000",
                "profile_last_modified": "2024-01-26T10:58:54.0000000",
                "dei_last_modified": "2024-01-25T00:00:00.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2024-01-26T10:58:54.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7349562",
                "ein": "31-1678679",
                "organization_name": "UNIVERSITY OF MARYLAND BALTIMORE FOUNDATION INC",
                "also_known_as": "University of Maryland, Baltimore",
                "group_exemption": "0000",
                "mission": "Opened in 1807, the University of Maryland, Baltimore is Maryland's public health, law, and human services university, dedicated to improve the human condition and serve the public good of Maryland and society at-large through education, research, clinical care, and service.The University of Maryland Baltimore Foundation, Inc. (the Foundation or UMBF) was established in 2000 as a non-profit, 501(c)(3) organization, allowing donors to make tax-deductible contributions to enhance the vision and priorities of the University of Maryland, Baltimore (UMB) and its schools and programs.",
                "website_url": "www.umaryland.edu/umbf",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9936573&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/31-1678679",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Bruce Jarrell",
                "leader_title": "President",
                "contact_name": "Kathryn Ostrowski",
                "contact_email": "[email protected]",
                "contact_phone": "(410) 706-1624",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "220 Arch St Fl 13",
                "address_line_2": "",
                "city": "Baltimore",
                "state": "MD",
                "zip": "21201",
                "msa": "MD - Baltimore",
                "congressional_district": "District 7, MD",
                "county": "Baltimore City, MD",
                "latitude": 39.2944,
                "longitude": -76.6217
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B40",
                        "ntee_code_description": "Higher Education Institutions"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 64089840.0,
                    "total_expenses": 33980712.0,
                    "total_assets": 444522086.0
                },
                "bmf_gross_receipts": 71809559.0,
                "bmf_assets": 444522086.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T11:55:02.0000000",
                "profile_last_modified": "2024-01-22T14:58:47.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-22T14:58:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8402863",
                "ein": "93-1140967",
                "organization_name": "PETSMART CHARITIES INC",
                "also_known_as": "PetSmart Charities",
                "group_exemption": "0000",
                "mission": "PetSmart Charities makes the world a better place for pets by investing in community partners that advocate & care for the well-being of pets and all who love them",
                "website_url": "www.petsmartcharities.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9879047&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/93-1140967",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Aimee Gilbreath",
                "leader_title": "President",
                "contact_name": "Stephanie Jensen",
                "contact_email": "[email protected]",
                "contact_phone": "(800) 423-7387",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1995
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "19601 N 27th Ave",
                "address_line_2": "",
                "city": "Phoenix",
                "state": "AZ",
                "zip": "85027",
                "msa": "AZ - Phoenix-Mesa",
                "congressional_district": "District 6, AZ",
                "county": "Maricopa, AZ",
                "latitude": 33.6642,
                "longitude": -112.1172
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC050100",
                        "subject_code_description": "Animal welfare"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "D20",
                        "ntee_code_description": "Animal Protection and Welfare (includes Humane Societies and SPCAs)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 64748686.0,
                    "total_expenses": 67313127.0,
                    "total_assets": 76738672.0
                },
                "bmf_gross_receipts": 79999702.0,
                "bmf_assets": 76738672.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T13:04:39.0000000",
                "profile_last_modified": "2024-01-18T13:04:39.0000000",
                "dei_last_modified": "2021-09-07T11:37:07.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-18T13:04:39.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9182332",
                "ein": "45-3782061",
                "organization_name": "GLOBAL EMPOWERMENT MISSION INC",
                "also_known_as": "GEM",
                "group_exemption": "0000",
                "mission": "Global Empowerment Mission (GEM) acts as a first responder to vulnerable communities affected by natural disasters and humanitarian crises around the world. GEM empowers local communities to create long-term, sustainable recovery solutions for vulnerable communities affected by crises.",
                "website_url": "www.globalempowermentmission.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10024634&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/45-3782061",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Michael Capponi",
                "leader_title": "Founder",
                "contact_name": "Patrick Lynch",
                "contact_email": "[email protected]",
                "contact_phone": "(305) 209-3837",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "24",
                "ruling_year": 2011
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1850 NW 84th Ave Ste 100",
                "address_line_2": "",
                "city": "Doral",
                "state": "FL",
                "zip": "33126",
                "msa": "FL - Miami",
                "congressional_district": "District 25, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.7902,
                "longitude": -80.3323
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "M20",
                        "ntee_code_description": "Disaster Preparedness and Relief Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 139204040.0,
                    "total_expenses": 136215421.0,
                    "total_assets": 16468682.0
                },
                "bmf_gross_receipts": 139208165.0,
                "bmf_assets": 16468682.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-05T12:10:54.0000000",
                "profile_last_modified": "2024-02-05T12:29:45.0000000",
                "dei_last_modified": "2024-02-05T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-02-05T12:29:45.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6908163",
                "ein": "13-1854606",
                "organization_name": "GUIDING EYES FOR THE BLIND INC",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Guiding Eyes for the Blind provides guide dogs to people with vision loss. We are passionate about connecting exceptional dogs with individuals for greater independence.",
                "website_url": "https://www.guidingeyes.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9937417&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/13-1854606",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Thomas Panek",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Elena Consalvo",
                "contact_email": "[email protected]",
                "contact_phone": "(914) 245-4024",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "196",
                "ruling_year": 1956
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "611 Granite Springs Rd",
                "address_line_2": "",
                "city": "Yorktown Heights",
                "state": "NY",
                "zip": "10598",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 17, NY",
                "county": "Westchester, NY",
                "latitude": 41.2996,
                "longitude": -73.7955
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090400",
                        "subject_code_description": "Independent living for people with disabilities"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SC050200",
                        "subject_code_description": "Animal training"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH010200",
                        "population_served_description": "People with vision impairments"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P86",
                        "ntee_code_description": "Blind/Visually Impaired Centers, Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 41759201.0,
                    "total_expenses": 42570809.0,
                    "total_assets": 111492936.0
                },
                "bmf_gross_receipts": 68573963.0,
                "bmf_assets": 111492936.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T15:47:45.0000000",
                "profile_last_modified": "2024-01-22T15:47:45.0000000",
                "dei_last_modified": "2023-07-31T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-22T15:47:45.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8456762",
                "ein": "95-4375022",
                "organization_name": "CALSTART, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "CALSTART is a nonprofit organization working nationally and internationally with businesses and governments to develop clean, efficient transportation solutions. CALSTART is a network that connects companies and government agencies and helps them do their jobs better. From technology firms to transit operators and from vehicle manufacturers to research institutions, we connect every element of the clean energy sector, offering customized services, information and programming.",
                "website_url": "www.calstart.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9969615&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/95-4375022",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "John Boesel",
                "leader_title": "President and CEO",
                "contact_name": "Mr. John Boesel",
                "contact_email": "[email protected]",
                "contact_phone": "(626) 744-5607",
                "contact_title": "President and CEO",
                "number_of_employees": "181",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "48 S Chester Ave",
                "address_line_2": "",
                "city": "Pasadena",
                "state": "CA",
                "zip": "91106",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 27, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.1453,
                "longitude": -118.1245
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020101",
                        "subject_code_description": "Public transportation"
                    },
                    {
                        "subject_code": "SN020100",
                        "subject_code_description": "Urban development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SC030604",
                        "subject_code_description": "Renewable energy"
                    },
                    {
                        "subject_code": "SC030601",
                        "subject_code_description": "Energy efficiency"
                    },
                    {
                        "subject_code": "SC030600",
                        "subject_code_description": "Energy resources"
                    },
                    {
                        "subject_code": "SC030100",
                        "subject_code_description": "Air quality"
                    },
                    {
                        "subject_code": "SC030000",
                        "subject_code_description": "Natural resources"
                    },
                    {
                        "subject_code": "SC020000",
                        "subject_code_description": "Climate change"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "C99",
                        "ntee_code_description": "Environmental Quality, Protection, and Beautification N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 66442286.0,
                    "total_expenses": 65853824.0,
                    "total_assets": 49283495.0
                },
                "bmf_gross_receipts": 66442286.0,
                "bmf_assets": 49283495.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-25T20:28:12.0000000",
                "profile_last_modified": "2024-01-25T20:28:12.0000000",
                "dei_last_modified": "2023-04-06T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-25T20:28:12.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7870663",
                "ein": "56-1326126",
                "organization_name": "Monarch",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Monarch currently provides services in communities across North Carolina.Mission: Monarch provides hope, promotes wellness, and empowers individuals and families impacted by mental illness, substance use disorders, intellectual and developmental disabilities, and traumatic brain injury.  Vision: Monarch envisions a world where all people can achieve their unique potential.Values:• Integrity• Compassion• Respect• Excellence• Innovation• Courage",
                "website_url": "www.monarchnc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9993879&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/56-1326126",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Peggy Terhune",
                "leader_title": "President & CEO",
                "contact_name": "Dr. Peggy Terhune",
                "contact_email": "[email protected]",
                "contact_phone": "(704) 986-1500",
                "contact_title": "President & CEO",
                "number_of_employees": "2052",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "350 Pee Dee Ave Ste 101",
                "address_line_2": "",
                "city": "Albemarle",
                "state": "NC",
                "zip": "28001",
                "msa": "",
                "congressional_district": "District 8, NC",
                "county": "Stanly, NC",
                "latitude": 35.3507,
                "longitude": -80.1941
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090100",
                        "subject_code_description": "Developmental disability services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS080300",
                        "subject_code_description": "Vocational rehabilitation"
                    },
                    {
                        "subject_code": "SS080000",
                        "subject_code_description": "Job services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH010500",
                        "population_served_description": "People with intellectual disabilities"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "F32",
                        "ntee_code_description": "Community Mental Health Center"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 96063706.0,
                    "total_expenses": 98077585.0,
                    "total_assets": 45356209.0
                },
                "bmf_gross_receipts": 108228830.0,
                "bmf_assets": 45356209.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-30T15:52:52.0000000",
                "profile_last_modified": "2024-01-30T15:52:52.0000000",
                "dei_last_modified": "2024-01-30T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-01-30T15:52:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9559015",
                "ein": "81-2279757",
                "organization_name": "GoFundMe.org",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "GoFundMe.org is a 501(c)(3) non-profit organization that focuses on providing immediate and direct assistance to those affected by natural and man-made disasters, while also funding educational and other charitable initiatives. Donations to GoFundMe.org are tax-deductible to the extent permitted.IMPORTANT: Donations made to GoFundMe.org can only be made to a General Fund it supports. Donations cannot be made to personal or charitable  GoFundMe fundraisers unless GoFundMe.org is displayed as the beneficiary. If you wish to donate to a personal fundraiser, please do so on GoFundMe.com.",
                "website_url": "www.gofundme.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10000294&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/81-2279757",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Yoshiko Inoue",
                "leader_title": "CEO / President",
                "contact_name": "Yoshiko Inoue",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "CEO",
                "number_of_employees": "0",
                "ruling_year": 2016
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8605 Santa Monica Blvd # 88639",
                "address_line_2": "",
                "city": "West Hollywood",
                "state": "CA",
                "zip": "90069",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 28, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.0889,
                "longitude": -118.378
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PC040000",
                        "population_served_description": "Women and girls"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T12",
                        "ntee_code_description": "Fund Raising and/or Fund Distribution"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 65454384.0,
                    "total_expenses": 57740670.0,
                    "total_assets": 16501631.0
                },
                "bmf_gross_receipts": 66498733.0,
                "bmf_assets": 16501631.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-31T15:36:03.0000000",
                "profile_last_modified": "2024-01-31T15:36:02.0000000",
                "dei_last_modified": "2021-02-11T12:22:29.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-31T15:36:02.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8782515",
                "ein": "26-3160079",
                "organization_name": "Foundation for Angelman Syndrome Therapeutics",
                "also_known_as": "FAST",
                "group_exemption": "0000",
                "mission": "FAST is run by an all-volunteer board of Angelman syndrome (AS) parents and professionals dedicated to finding a cure for AS and related disorders through the funding of an aggressive research agenda. The foundation is committed to assisting individuals living with Angelman syndrome to realize their full potential and quality of life. Our goal is to bring practical treatment into current medical practice as quickly as possible. It is our hope that grants we fund will lead to additional research support from government agencies, other funding sources and organizations around the globe. FAST is served by two boards: the board of directors and the scientific advisory board. Together, we are working hard to bring practical treatment into current medical practice as quickly as possible.",
                "website_url": "www.cureangelman.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10015878&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/26-3160079",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "John Schlueter",
                "leader_title": "Chairperson",
                "contact_name": "kena richert",
                "contact_email": "[email protected]",
                "contact_phone": "(630) 852-3278",
                "contact_title": "",
                "number_of_employees": "8",
                "ruling_year": 2008
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 40307",
                "address_line_2": "",
                "city": "Austin",
                "state": "TX",
                "zip": "78704",
                "msa": "TX - Austin-San Marcos",
                "congressional_district": "District 21, TX",
                "county": "Travis, TX",
                "latitude": 30.2456,
                "longitude": -97.7645
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE151400",
                        "subject_code_description": "Genetic conditions and birth defects"
                    },
                    {
                        "subject_code": "SE150000",
                        "subject_code_description": "Diseases and conditions"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "G80",
                        "ntee_code_description": "Specifically Named Diseases"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 52477819.0,
                    "total_expenses": 8933021.0,
                    "total_assets": 63075354.0
                },
                "bmf_gross_receipts": 74153420.0,
                "bmf_assets": 63075354.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-02T12:54:47.0000000",
                "profile_last_modified": "2024-02-02T12:54:47.0000000",
                "dei_last_modified": "2023-09-01T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-02-02T12:54:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7127387",
                "ein": "23-2773714",
                "organization_name": "Museum of the American Revolution",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Museum of the American Revolution uncovers and shares compelling stories about the diverse people and complex events that sparked America’s ongoing experiment in liberty, equality, and self-government.",
                "website_url": "www.amrevmuseum.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9894697&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/23-2773714",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "R. Scott Stephenson",
                "leader_title": "President & CEO",
                "contact_name": "Kristian Smith",
                "contact_email": "[email protected]",
                "contact_phone": "(267) 579-3580",
                "contact_title": "Director of Development",
                "number_of_employees": "165",
                "ruling_year": 2003
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "101 S 3rd St",
                "address_line_2": "",
                "city": "Philadelphia",
                "state": "PA",
                "zip": "19106",
                "msa": "PA - Philadelphia, PA-NJ",
                "congressional_district": "District 1, PA",
                "county": "Philadelphia, PA",
                "latitude": 39.9486,
                "longitude": -75.146
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA090000",
                        "subject_code_description": "Historical activities"
                    },
                    {
                        "subject_code": "SA080200",
                        "subject_code_description": "History"
                    },
                    {
                        "subject_code": "SA080000",
                        "subject_code_description": "Humanities"
                    },
                    {
                        "subject_code": "SA070400",
                        "subject_code_description": "History museums"
                    },
                    {
                        "subject_code": "SA070000",
                        "subject_code_description": "Museums"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A54",
                        "ntee_code_description": "History Museums"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 38576653.0,
                    "total_expenses": 16783108.0,
                    "total_assets": 142580288.0
                },
                "bmf_gross_receipts": 66500343.0,
                "bmf_assets": 142580288.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T15:25:22.0000000",
                "profile_last_modified": "2024-01-18T15:40:31.0000000",
                "dei_last_modified": "2024-01-18T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-18T15:40:31.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8450166",
                "ein": "95-3602641",
                "organization_name": "OPTIONS FOR LEARNING",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Options for Learning is a leader in preparing children and supporting families for life success through innovative, quality child development programs.",
                "website_url": "www.optionsforlearning.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9906171&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/95-3602641",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Paul Pulver",
                "leader_title": "CEO/Executive Director",
                "contact_name": "Leslie Carmell",
                "contact_email": "[email protected]",
                "contact_phone": "(626) 479-8289",
                "contact_title": "Vice president of communications",
                "number_of_employees": "901",
                "ruling_year": 1981
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "885 S Village Oaks Dr",
                "address_line_2": "",
                "city": "Covina",
                "state": "CA",
                "zip": "91724",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 32, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.088,
                "longitude": -117.8579
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040300",
                        "subject_code_description": "Child welfare"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P30",
                        "ntee_code_description": "Children's and Youth Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 111144756.0,
                    "total_expenses": 108020382.0,
                    "total_assets": 51691710.0
                },
                "bmf_gross_receipts": 112466080.0,
                "bmf_assets": 51691710.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-18T21:30:29.0000000",
                "profile_last_modified": "2024-01-18T21:30:29.0000000",
                "dei_last_modified": "2024-01-18T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-18T21:30:29.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8564477",
                "ein": "20-4846675",
                "organization_name": "Greater Good Charities",
                "also_known_as": "GreaterGood.org",
                "group_exemption": "0000",
                "mission": "Greater Good Charities works to help people, pets, and the planet by mobilizing in response to need and amplifying the good.",
                "website_url": "https://greatergood.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9825104&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/20-4846675",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Liz Baker",
                "leader_title": "CEO",
                "contact_name": "Noah Horton",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Chief Operating Officer",
                "number_of_employees": "67",
                "ruling_year": 2007
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "301 Union St Unit 21308",
                "address_line_2": "",
                "city": "Seattle",
                "state": "WA",
                "zip": "98111",
                "msa": "WA - Seattle-Everett",
                "congressional_district": "District 7, WA",
                "county": "King, WA",
                "latitude": 47.5777,
                "longitude": -122.3611
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ090000",
                        "population_served_description": "Emergency responders"
                    },
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010600",
                        "population_served_description": "Internally displaced people"
                    },
                    {
                        "population_served_code": "PG010400",
                        "population_served_description": "Refugees and displaced people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T30",
                        "ntee_code_description": "Public Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 117794053.0,
                    "total_expenses": 112562423.0,
                    "total_assets": 14072061.0
                },
                "bmf_gross_receipts": 117795372.0,
                "bmf_assets": 14072061.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-04-11T13:14:49.0000000",
                "profile_last_modified": "2024-01-04T17:25:27.0000000",
                "dei_last_modified": "2022-08-12T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-04T17:25:27.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6906696",
                "ein": "13-0552040",
                "organization_name": "CARNEGIE ENDOWMENT FOR INTERNATIONAL PEACE",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "In a complex, changing, and increasingly contested world, the Carnegie Endowment generates strategic ideas and independent analysis, supports diplomacy, and trains the next generation of international scholar-practitioners to help countries and institutions take on the most difficult global problems and advance international peace.",
                "website_url": "WWW.CARNEGIEENDOWMENT.ORG",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9810920&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-0552040",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Mariano-Florentino Cuellar ",
                "leader_title": "President",
                "contact_name": "Alison Rausch",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "268",
                "ruling_year": 1953
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1779 Massachusetts Ave NW",
                "address_line_2": "",
                "city": "Washington",
                "state": "DC",
                "zip": "20036",
                "msa": "DC - Washington, DC-MD-VA",
                "congressional_district": "",
                "county": "District of Columbia, DC",
                "latitude": 38.9088,
                "longitude": -77.041
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "ST000000",
                        "subject_code_description": "International relations"
                    },
                    {
                        "subject_code": "SR050000",
                        "subject_code_description": "Diversity and intergroup relations"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SK060000",
                        "subject_code_description": "National security"
                    },
                    {
                        "subject_code": "SK040000",
                        "subject_code_description": "Democracy"
                    },
                    {
                        "subject_code": "SK010000",
                        "subject_code_description": "Public policy"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SF020000",
                        "subject_code_description": "Technology"
                    },
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    },
                    {
                        "subject_code": "SC020000",
                        "subject_code_description": "Climate change"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "Q40",
                        "ntee_code_description": "International Peace and Security"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 59878250.0,
                    "total_expenses": 47202026.0,
                    "total_assets": 522206675.0
                },
                "bmf_gross_receipts": 125411339.0,
                "bmf_assets": 522206675.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-02-27T11:40:24.0000000",
                "profile_last_modified": "2024-01-02T10:17:14.0000000",
                "dei_last_modified": "2023-01-30T12:23:33.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-02T10:17:14.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8102601",
                "ein": "73-1634145",
                "organization_name": "SAN ANGELO AREA FOUNDATION",
                "also_known_as": "SAAF",
                "group_exemption": "0000",
                "mission": "To build a legacy of philanthropy by attracting and prudently managing endowment funds that match donor interests with community needs in our area.",
                "website_url": "www.saafound.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9890450&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/73-1634145",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Matt Lewis",
                "leader_title": "",
                "contact_name": "Mr. Matt Lewis",
                "contact_email": "[email protected]",
                "contact_phone": "(325) 947-7071",
                "contact_title": "President & CEO",
                "number_of_employees": "9",
                "ruling_year": 2002
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "221 S Irving St",
                "address_line_2": "",
                "city": "San Angelo",
                "state": "TX",
                "zip": "76903",
                "msa": "TX - San Angelo",
                "congressional_district": "District 11, TX",
                "county": "Tom Green, TX",
                "latitude": 31.4606,
                "longitude": -100.438
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T31",
                        "ntee_code_description": "Community Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 36626933.0,
                    "total_expenses": 13249615.0,
                    "total_assets": 205097187.0
                },
                "bmf_gross_receipts": 71041502.0,
                "bmf_assets": 205097187.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T15:06:05.0000000",
                "profile_last_modified": "2024-01-18T15:06:05.0000000",
                "dei_last_modified": "2024-01-18T00:00:00.0000000",
                "financials_last_modified": "2023-10-18T15:00:45.0000000",
                "last_modified": "2024-01-18T15:06:05.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7005109",
                "ein": "20-2121739",
                "organization_name": "Tipping Point Community",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Tipping Point Community is a non-profit organization committed to fighting poverty in the Bay Area for the 1.1 million people who don’t have the resources to meet their basic needs. We build community to advance the most promising poverty-fighting solutions.",
                "website_url": "www.tippingpoint.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9940714&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/20-2121739",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Sam Cobbs",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Annie Ulevitch",
                "contact_email": "[email protected]",
                "contact_phone": "(415) 341-8539",
                "contact_title": "Chief Operating Officer",
                "number_of_employees": "53",
                "ruling_year": 2005
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "220 Montgomery St Ste 850",
                "address_line_2": "",
                "city": "San Francisco",
                "state": "CA",
                "zip": "94104",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 12, CA",
                "county": "San Francisco, CA",
                "latitude": 37.7912,
                "longitude": -122.4024
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030100",
                        "population_served_description": "Homeless people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T99",
                        "ntee_code_description": "Other Philanthropy, Voluntarism, and Grantmaking Foundations N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 55633961.0,
                    "total_expenses": 40432751.0,
                    "total_assets": 69097467.0
                },
                "bmf_gross_receipts": 120163575.0,
                "bmf_assets": 69097467.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T20:17:32.0000000",
                "profile_last_modified": "2024-01-22T20:17:32.0000000",
                "dei_last_modified": "2022-08-15T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2024-01-22T20:17:32.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9973367",
                "ein": "86-2555082",
                "organization_name": "Jack and Nancy Dwyer Workforce Development Center Inc",
                "also_known_as": "Dwyer Workforce Development",
                "group_exemption": "0000",
                "mission": "The mission of the Jack and Nancy Dwyer Workforce Development Center is to improve the lives of nursing home residents while alleviating the negative societal effects of systematic poverty by providing job training and placement services, educational programs and financial assistance within the skilled nursing and senior housing industries to unemployed or under-employed individuals.",
                "website_url": "www.dwyerworkforcedev.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9935850&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/86-2555082",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Barb  Clapp",
                "leader_title": "CEO",
                "contact_name": "Barb Clapp",
                "contact_email": "[email protected]",
                "contact_phone": "(410) 513-8740",
                "contact_title": "CEO",
                "number_of_employees": "9346",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1422 Clarkview Rd",
                "address_line_2": "",
                "city": "Baltimore",
                "state": "MD",
                "zip": "21209",
                "msa": "MD - Baltimore",
                "congressional_district": "District 3, MD",
                "county": "Baltimore, MD",
                "latitude": 39.3816,
                "longitude": -76.6574
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS070203",
                        "subject_code_description": "Nursing homes"
                    },
                    {
                        "subject_code": "SS070200",
                        "subject_code_description": "Elder housing"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB060600",
                        "subject_code_description": "Nursing education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "E91",
                        "ntee_code_description": "Nursing, Convalescent (Geriatric and Nursing)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 165777019.0,
                    "total_expenses": 163109143.0,
                    "total_assets": 896381689.0
                },
                "bmf_gross_receipts": 165777019.0,
                "bmf_assets": 896381689.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T14:11:23.0000000",
                "profile_last_modified": "2024-01-22T14:11:23.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-22T14:11:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8881371",
                "ein": "27-0270731",
                "organization_name": "ASSISTANCE FUND INC",
                "also_known_as": "TAF and The Assistance Fund",
                "group_exemption": "0000",
                "mission": "Our mission is to provide underinsured people living with life-threatening, chronic, and rare diseases access to critical treatment through financial assistance, education, and advocacy.Our vision is to see the day when no person goes without treatment because of an inability to pay.",
                "website_url": "https://tafcares.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9976045&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/27-0270731",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Danielle Vizcaino",
                "leader_title": "President and CEO",
                "contact_name": "Mr. Mark Meier",
                "contact_email": "[email protected]",
                "contact_phone": "(202) 660-4446",
                "contact_title": "Senior Communications Manager",
                "number_of_employees": "121",
                "ruling_year": 2009
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8427 Southpark Cir Ste 100",
                "address_line_2": "",
                "city": "Orlando",
                "state": "FL",
                "zip": "32819",
                "msa": "FL - Orlando",
                "congressional_district": "District 10, FL",
                "county": "Orange, FL",
                "latitude": 28.4651,
                "longitude": -81.4864
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "G12",
                        "ntee_code_description": "Fund Raising and/or Fund Distribution"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 288357934.0,
                    "total_expenses": 269288161.0,
                    "total_assets": 391103788.0
                },
                "bmf_gross_receipts": 293323124.0,
                "bmf_assets": 391103788.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-16T16:17:11.0000000",
                "profile_last_modified": "2024-01-26T16:00:06.0000000",
                "dei_last_modified": "2023-07-27T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-26T16:00:06.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6929323",
                "ein": "13-3956444",
                "organization_name": "CENTRAL EUROPEAN UNIVERSITY",
                "also_known_as": "CEU",
                "group_exemption": "0000",
                "mission": "Central European University is a graduate institution of advanced research and teaching, dedicated to socially and morally responsible intellectual inquiry. CEU is committed to promoting the values of open society and self-reflective critical thinking. It aims at excellence in the mastery of established knowledge, courage to pursue the creation of new knowledge in the humanities, the social sciences, law and management, and engagement in promoting applications for each, in particular through their policy implications. CEU is a new model for international education, a center for study of contemporary economic, social and political challenges, and a source of support for building open and democratic societies that respect human rights and human dignity.",
                "website_url": "www.ceu.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9995717&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/13-3956444",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Shalini Randeria",
                "leader_title": "President and Rector",
                "contact_name": "Ms. Boroka Lelik",
                "contact_email": "[email protected]",
                "contact_phone": "(36) 327-3286",
                "contact_title": "Development Operations Officer",
                "number_of_employees": "0",
                "ruling_year": 1997
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 1215",
                "address_line_2": "",
                "city": "Herndon",
                "state": "VA",
                "zip": "20172",
                "msa": "VA - Washington, DC-MD-VA",
                "congressional_district": "District 11, VA",
                "county": "Fairfax, VA",
                "latitude": 38.9517,
                "longitude": -77.3686
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B50",
                        "ntee_code_description": "Graduate, Professional(Separate Entities)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 62852113.0,
                    "total_expenses": 99333475.0,
                    "total_assets": 473820660.0
                },
                "bmf_gross_receipts": 62852113.0,
                "bmf_assets": 473820660.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-31T04:58:42.0000000",
                "profile_last_modified": "2024-01-31T04:58:42.0000000",
                "dei_last_modified": "2022-11-30T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-31T04:58:42.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7595503",
                "ein": "39-1969122",
                "organization_name": "WAUKESHA COUNTY COMMUNITY FOUNDATION INC",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Through our permanent endowment funds, project funds and grants, the Waukesha County Community Foundation meets local challenges and improves the quality of life in our community.",
                "website_url": "www.waukeshafoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9910838&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/39-1969122",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Melissa Baxter",
                "leader_title": "President",
                "contact_name": "Melissa Baxter",
                "contact_email": "[email protected]",
                "contact_phone": "(262) 513-1861",
                "contact_title": "",
                "number_of_employees": "8",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2727 N Grandview Blvd Ste 301",
                "address_line_2": "",
                "city": "Waukesha",
                "state": "WI",
                "zip": "53188",
                "msa": "WI - Milwaukee",
                "congressional_district": "District 5, WI",
                "county": "Waukesha, WI",
                "latitude": 43.0415,
                "longitude": -88.2559
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T31",
                        "ntee_code_description": "Community Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 16318794.0,
                    "total_expenses": 16825344.0,
                    "total_assets": 62758771.0
                },
                "bmf_gross_receipts": 95629514.0,
                "bmf_assets": 62758771.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-19T10:33:55.0000000",
                "profile_last_modified": "2024-01-19T10:33:55.0000000",
                "dei_last_modified": "2023-06-01T00:00:00.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2024-01-19T10:33:55.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7398219",
                "ein": "34-1087615",
                "organization_name": "AKRON COMMUNITY FOUNDATION",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "To identify, activate and support informed and passionate philanthropists who strive to improve the quality of life in our community.",
                "website_url": "https://www.akroncf.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9893764&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/34-1087615",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "John Petures",
                "leader_title": "President and CEO",
                "contact_name": "Mr. Steven Schloenbach",
                "contact_email": "[email protected]",
                "contact_phone": "(330) 376-8522",
                "contact_title": "Vice President and Chief Financial Officer",
                "number_of_employees": "21",
                "ruling_year": 1960
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "345 W Cedar St",
                "address_line_2": "",
                "city": "Akron",
                "state": "OH",
                "zip": "44307",
                "msa": "OH - Akron",
                "congressional_district": "District 11, OH",
                "county": "Summit, OH",
                "latitude": 41.0809,
                "longitude": -81.533
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T31",
                        "ntee_code_description": "Community Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 29242242.0,
                    "total_expenses": 17458880.0,
                    "total_assets": 279695721.0
                },
                "bmf_gross_receipts": 132211601.0,
                "bmf_assets": 279695721.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T15:32:40.0000000",
                "profile_last_modified": "2024-01-18T15:32:40.0000000",
                "dei_last_modified": "2023-11-30T00:00:00.0000000",
                "financials_last_modified": "2023-04-01T07:08:24.0000000",
                "last_modified": "2024-01-18T15:32:40.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8419464",
                "ein": "94-3255070",
                "organization_name": "Community Initiatives",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Community Initiatives acts as a thought-partner and provides professional services to nonprofit startups, established initiatives, networks, and collaborations. We sponsor initiatives for the benefit of communities in service to social change.",
                "website_url": "communityinitiatives.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10016331&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/94-3255070",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Ruth Williams",
                "leader_title": "CEO & President",
                "contact_name": "Ruth Williams",
                "contact_email": "[email protected]",
                "contact_phone": "(415) 230-7734",
                "contact_title": "CEO and President",
                "number_of_employees": "527",
                "ruling_year": 1997
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1000 Broadway Ste 480",
                "address_line_2": "",
                "city": "Oakland",
                "state": "CA",
                "zip": "94607",
                "msa": "CA - Oakland",
                "congressional_district": "District 13, CA",
                "county": "Alameda, CA",
                "latitude": 37.8065,
                "longitude": -122.2848
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SK040100",
                        "subject_code_description": "Civic participation"
                    },
                    {
                        "subject_code": "SK040000",
                        "subject_code_description": "Democracy"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050200",
                        "population_served_description": "Teachers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG060100",
                        "population_served_description": "Victims of crime and abuse"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG050100",
                        "population_served_description": "Out-of-home youth"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG040100",
                        "population_served_description": "Offenders"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030100",
                        "population_served_description": "Homeless people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010700",
                        "population_served_description": "Undocumented immigrants"
                    },
                    {
                        "population_served_code": "PG010200",
                        "population_served_description": "Migrant workers"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010100",
                        "population_served_description": "Infants and toddlers"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "W24",
                        "ntee_code_description": "Citizen Participation"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 57867676.0,
                    "total_expenses": 46310794.0,
                    "total_assets": 48904163.0
                },
                "bmf_gross_receipts": 148428629.0,
                "bmf_assets": 48904163.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-02T13:51:05.0000000",
                "profile_last_modified": "2024-02-02T13:51:05.0000000",
                "dei_last_modified": "2024-02-02T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2024-02-02T13:51:05.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8045160",
                "ein": "68-0161455",
                "organization_name": "North Valley Community Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "At North Valley Community Foundation we exist to help you change the world. Through partnership, financial services, training and education we are the North Valley's Hub for philanthropy, helping individuals, families, businesses and non-profits to maximize their impact on the local and global community.",
                "website_url": "www.nvcf.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9915528&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/68-0161455",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Alexa Benson-Valavanis",
                "leader_title": "President & CEO",
                "contact_name": "Mrs. Alexa Benson-Valavanis",
                "contact_email": "[email protected]",
                "contact_phone": "(530) 891-1150",
                "contact_title": "President & CEO",
                "number_of_employees": "46",
                "ruling_year": 1994
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "The Foundation Building 1811 Concord Ave. Ste. 220",
                "address_line_2": "",
                "city": "Chico",
                "state": "CA",
                "zip": "95928",
                "msa": "CA - Chico-Paradise",
                "congressional_district": "District 1, CA",
                "county": "Butte, CA",
                "latitude": 39.7294,
                "longitude": -121.8102
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T31",
                        "ntee_code_description": "Community Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 16028341.0,
                    "total_expenses": 17694994.0,
                    "total_assets": 60759000.0
                },
                "bmf_gross_receipts": 62842457.0,
                "bmf_assets": 60759000.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-19T12:47:23.0000000",
                "profile_last_modified": "2024-01-19T12:47:23.0000000",
                "dei_last_modified": "2021-08-27T10:55:30.0000000",
                "financials_last_modified": "2023-05-18T15:24:48.0000000",
                "last_modified": "2024-01-19T12:47:23.0000000"
            }
        }
    ]
}

Search for organizations by the last time their data was updated

Search for new data as it happens. Below is an example search for any updates that occurred between January 1st and February 1st of 2024.

{
    "filters": {
        "last_updated": {
            "start_date": "2024-01-01T01:01:01:01",
            "end_date": "2024-02-01T01:01:01:01",
            "date_type": "last_modified"
        }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 220,
    "time": "2024-02-12 18:49:28Z",
    "results_count": 29462,
    "page_count": 1179,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "7767195",
                "ein": "52-1743817",
                "organization_name": "SUMMIT CHARITABLE FOUNDATION INC",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Established in 1991, The Summit Foundation, a private family foundation, is committed to a world where people can thrive and nature can flourish – a world in which one is not sacrificed for the other. We seek to promote the health and well-being of the planet – its people and its natural environment – by achieving gender equality, protecting the earth’s biodiversity and making cities livable.",
                "website_url": "https://www.summitfdn.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9943638&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/52-1743817",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Alexis Sant",
                "leader_title": "President",
                "contact_name": "Jennifer Ruffner",
                "contact_email": "[email protected]",
                "contact_phone": "(202) 912-2905",
                "contact_title": "Director of Grants Management",
                "number_of_employees": "",
                "ruling_year": 1991
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1717 K St NW Ste 1050",
                "address_line_2": "",
                "city": "Washington",
                "state": "DC",
                "zip": "20006",
                "msa": "DC - Washington, DC-MD-VA",
                "congressional_district": "",
                "county": "District of Columbia, DC",
                "latitude": 38.9025,
                "longitude": -77.0394
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SR040700",
                        "subject_code_description": "Children's rights"
                    },
                    {
                        "subject_code": "SR040400",
                        "subject_code_description": "Women's rights"
                    },
                    {
                        "subject_code": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SN020100",
                        "subject_code_description": "Urban development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC030401",
                        "subject_code_description": "Coral reefs"
                    },
                    {
                        "subject_code": "SC030400",
                        "subject_code_description": "Water resources"
                    },
                    {
                        "subject_code": "SC030000",
                        "subject_code_description": "Natural resources"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010300",
                        "population_served_description": "Preteens"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T20",
                        "ntee_code_description": "Private Grantmaking Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 37303981.0,
                    "total_expenses": 10873822.0,
                    "total_assets": 108976839.0
                },
                "bmf_gross_receipts": 102053169.0,
                "bmf_assets": 108976839.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-23T11:35:46.0000000",
                "profile_last_modified": "2024-01-23T11:35:46.0000000",
                "dei_last_modified": "2022-07-12T17:10:59.0000000",
                "financials_last_modified": "2023-12-22T03:05:16.0000000",
                "last_modified": "2024-01-23T11:35:46.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8419731",
                "ein": "94-3270387",
                "organization_name": "Kalliopeia Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Kalliopeia is an independent private foundation dedicated to cultivating the connections between ecology, culture, and spirituality by supporting initiatives and organizations that uphold sacred relationships with the living Earth.                       Kalliopeia’s work grows out of witnessing the suffering wrought by our separation from each other and the living Earth. We strive to respond to a global need—both timeless and urgent—that is emerging across cultures: to take spiritual as well as physical responsibility for our common home. Our initiatives honor efforts to heal this separation and build sustaining relationships grounded in reverence, respect, and reciprocity.       Our current initiatives include our Grants Program, Emergence Magazine, and Global Oneness Project.",
                "website_url": "www.kalliopeia.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9814547&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/94-3270387",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Zoë Fuller-Rowell",
                "leader_title": "Executive Director",
                "contact_name": "Teresa Marmorella",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2016
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 246",
                "address_line_2": "",
                "city": "Inverness",
                "state": "CA",
                "zip": "94937",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 2, CA",
                "county": "Marin, CA",
                "latitude": 38.0968,
                "longitude": -122.86
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SP120000",
                        "subject_code_description": "Spirituality"
                    },
                    {
                        "subject_code": "SP000000",
                        "subject_code_description": "Religion"
                    },
                    {
                        "subject_code": "SF040300",
                        "subject_code_description": "Ecology"
                    },
                    {
                        "subject_code": "SF040000",
                        "subject_code_description": "Biology"
                    },
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    },
                    {
                        "subject_code": "SC020000",
                        "subject_code_description": "Climate change"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T20",
                        "ntee_code_description": "Private Grantmaking Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 139078294.0,
                    "total_expenses": 16055219.0,
                    "total_assets": 228488345.0
                },
                "bmf_gross_receipts": 181000821.0,
                "bmf_assets": 228488345.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-01-18T14:54:21.0000000",
                "profile_last_modified": "2024-01-02T18:24:56.0000000",
                "dei_last_modified": "2023-01-18T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:05:16.0000000",
                "last_modified": "2024-01-02T18:24:56.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7342011",
                "ein": "31-1451489",
                "organization_name": "Jewish Foundation of Cincinnati",
                "also_known_as": "The Jewish Foundation of Cincinnati",
                "group_exemption": "0000",
                "mission": "To strengthen Jewish life in Greater Cincinnati now and for generations to come.",
                "website_url": "https://thejewishfoundation.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9872756&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/31-1451489",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Brian Jaffee",
                "leader_title": "CEO",
                "contact_name": "Ms. Teresa Haught",
                "contact_email": "[email protected]",
                "contact_phone": "(513) 214-1200",
                "contact_title": "Chief Financial Officer",
                "number_of_employees": "",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8044 Montgomery Rd Ste 516",
                "address_line_2": "",
                "city": "Cincinnati",
                "state": "OH",
                "zip": "45236",
                "msa": "OH - Cincinnati, OH-KY-IN",
                "congressional_district": "District 2, OH",
                "county": "Hamilton, OH",
                "latitude": 39.2023,
                "longitude": -84.3717
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "T20",
                        "ntee_code_description": "Private Grantmaking Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 25965403.0,
                    "total_expenses": 26385883.0,
                    "total_assets": 455625378.0
                },
                "bmf_gross_receipts": 75314737.0,
                "bmf_assets": 344244193.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-17T10:57:34.0000000",
                "profile_last_modified": "2024-01-17T10:57:34.0000000",
                "dei_last_modified": "2020-04-16T09:27:56.0000000",
                "financials_last_modified": "2023-06-23T09:02:02.0000000",
                "last_modified": "2024-01-17T10:57:34.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8208460",
                "ein": "77-0443347",
                "organization_name": "Cisco Systems Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The foundation supports programs designed to promote education, economic empowerment, and critical human needs. Special emphasis is directed toward programs designed to address underserved communities; and provide solutions that utilizes the power of the internet and communications technology",
                "website_url": "http://www.cisco.com/go/foundation",
                "logo_url": "",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/77-0443347",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Charu Adesnik",
                "leader_title": "",
                "contact_name": "Charu Adesnik",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1997
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "170 W Tasman Dr",
                "address_line_2": "",
                "city": "San Jose",
                "state": "CA",
                "zip": "95134",
                "msa": "CA - San Jose",
                "congressional_district": "District 17, CA",
                "county": "Santa Clara, CA",
                "latitude": 37.4098,
                "longitude": -121.9533
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN060700",
                        "subject_code_description": "Social enterprise"
                    },
                    {
                        "subject_code": "SN060600",
                        "subject_code_description": "Entrepreneurship"
                    },
                    {
                        "subject_code": "SN060100",
                        "subject_code_description": "Business promotion"
                    },
                    {
                        "subject_code": "SN060000",
                        "subject_code_description": "Business and industry"
                    },
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN040000",
                        "subject_code_description": "Housing development"
                    },
                    {
                        "subject_code": "SN020302",
                        "subject_code_description": "Job training"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SJ060400",
                        "subject_code_description": "Disaster relief"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ010000",
                        "subject_code_description": "Crime prevention"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SH050201",
                        "subject_code_description": "Internet"
                    },
                    {
                        "subject_code": "SH050200",
                        "subject_code_description": "Telecommunications"
                    },
                    {
                        "subject_code": "SH050000",
                        "subject_code_description": "Information communications technology"
                    },
                    {
                        "subject_code": "SH000000",
                        "subject_code_description": "Information and communications"
                    },
                    {
                        "subject_code": "SE130701",
                        "subject_code_description": "Clean water supply"
                    },
                    {
                        "subject_code": "SE130700",
                        "subject_code_description": "Water access, sanitation and hygiene"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC030601",
                        "subject_code_description": "Energy efficiency"
                    },
                    {
                        "subject_code": "SC030600",
                        "subject_code_description": "Energy resources"
                    },
                    {
                        "subject_code": "SC030000",
                        "subject_code_description": "Natural resources"
                    },
                    {
                        "subject_code": "SC020000",
                        "subject_code_description": "Climate change"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030200",
                        "subject_code_description": "Elementary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030300",
                        "population_served_description": "Extremely poor people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T20",
                        "ntee_code_description": "Private Grantmaking Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 18738353.0,
                    "total_expenses": 25711787.0,
                    "total_assets": 214319622.0
                },
                "bmf_gross_receipts": 75467829.0,
                "bmf_assets": 214319622.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-19T13:54:41.0000000",
                "profile_last_modified": "2024-01-19T13:54:41.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-07-20T17:02:19.0000000",
                "last_modified": "2024-01-19T13:54:41.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7188446",
                "ein": "23-7226033",
                "organization_name": "Institut Pasteur",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "INSTITUT PASTEUR'S MISSIONS ARE LINKED TO SCIENTIFC RESEARCH FOR HEALTH AND HUMAN DEVELOPEMENT",
                "website_url": "https://pasteur.fr",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9951833&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/23-7226033",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Yasmine Belkaid",
                "leader_title": "",
                "contact_name": "Hervé Bichot",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "2388",
                "ruling_year": 1975
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "25-28 Rue Du Dr Roux 75015 Paris",
                "address_line_2": "",
                "city": "Paris",
                "state": "TX",
                "zip": "75015",
                "msa": "TX - Dallas-Fort Worth",
                "congressional_district": "District 24, TX",
                "county": "Dallas, TX",
                "latitude": 32.8628,
                "longitude": -96.9584
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE140100",
                        "subject_code_description": "Biomedicine"
                    },
                    {
                        "subject_code": "SE140000",
                        "subject_code_description": "Medical specialties"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE050800",
                        "subject_code_description": "Preventive care"
                    },
                    {
                        "subject_code": "SE050000",
                        "subject_code_description": "Out-patient medical care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "H92",
                        "ntee_code_description": "Biomedicine, Bioengineering"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 321712726.0,
                    "total_expenses": 323292533.0,
                    "total_assets": 1414596860.0
                },
                "bmf_gross_receipts": 400214382.0,
                "bmf_assets": 1527887461.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-24T05:53:56.0000000",
                "profile_last_modified": "2024-01-24T05:53:56.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-24T05:53:56.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8482318",
                "ein": "99-0313279",
                "organization_name": "Kosasa Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "In Hawaii, the health and resilience of our environment is inextricably linked to our wellbeing as a community and uniqueness as a place. We invest in efforts to educate and engage our communities in activities that promote the stewardship of our natural resources, and we support programs that are critical to the development of our most vulnerable youth, from their earliest years into young adulthood.  We hope to ensure the preservation of Hawaii, while giving our younger generations the resources and support they need to chart our future.",
                "website_url": "www.kosasafoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9876908&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/99-0313279",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Christine  van Bergeijk",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Christine van Bergeijk",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Chief Executive Officer",
                "number_of_employees": "",
                "ruling_year": 1994
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3610 Waialae Ave",
                "address_line_2": "",
                "city": "Honolulu",
                "state": "HI",
                "zip": "96816",
                "msa": "HI - Honolulu",
                "congressional_district": "District 1, HI",
                "county": "Honolulu, HI",
                "latitude": 21.2826,
                "longitude": -157.7988
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020100",
                        "population_served_description": "Young adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T20",
                        "ntee_code_description": "Private Grantmaking Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 1072404.0,
                    "total_expenses": 8103252.0,
                    "total_assets": 127626737.0
                },
                "bmf_gross_receipts": 140450499.0,
                "bmf_assets": 124369019.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-17T19:17:03.0000000",
                "profile_last_modified": "2024-01-17T19:17:03.0000000",
                "dei_last_modified": "2024-01-17T13:20:46.0000000",
                "financials_last_modified": "2023-07-20T17:02:19.0000000",
                "last_modified": "2024-01-17T19:17:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7986002",
                "ein": "62-0502739",
                "organization_name": "LEE UNIVERSITY",
                "also_known_as": "",
                "group_exemption": "1288",
                "mission": "Lee University is a Christian institution which offers liberal arts and professional education on both the baccalaureate and graduate levels through residential and distance programs.  We are located in Cleveland, TN",
                "website_url": "WWW.LEEUNIVERSITY.EDU",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9912078&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/62-0502739",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Mark Walker",
                "leader_title": "President",
                "contact_name": "Chris Conine",
                "contact_email": "[email protected]",
                "contact_phone": "(423) 614-8324",
                "contact_title": "",
                "number_of_employees": "2365",
                "ruling_year": 1954
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1120 N Ocoee St",
                "address_line_2": "",
                "city": "Cleveland",
                "state": "TN",
                "zip": "37311",
                "msa": "",
                "congressional_district": "District 4, TN",
                "county": "Bradley, TN",
                "latitude": 35.167,
                "longitude": -84.872
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050300",
                        "subject_code_description": "University education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B43",
                        "ntee_code_description": "University or Technological"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 108753431.0,
                    "total_expenses": 105914787.0,
                    "total_assets": 200405989.0
                },
                "bmf_gross_receipts": 108753431.0,
                "bmf_assets": 200405989.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T11:09:48.0000000",
                "profile_last_modified": "2024-01-19T11:09:48.0000000",
                "dei_last_modified": "2021-08-04T10:16:03.0000000",
                "financials_last_modified": "2023-05-18T19:00:46.0000000",
                "last_modified": "2024-01-19T11:09:48.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8186329",
                "ein": "75-6052203",
                "organization_name": "Carl B and Florence E King Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Carl B. & Florence E. King Foundation is principally interested in six broad areas: 1) Aging population (2) Arts, culture, and history (3) Children and youth (4) Education (5) Indigent, and (6) Nonprofit capacity. Grant priorities in North Texas differ from those in the other geographic areas in which we fund. More detailed information on each of these areas can be found on our website.",
                "website_url": "www.kingfoundation.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9994302&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/75-6052203",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Michelle Monse",
                "leader_title": "President",
                "contact_name": "Ms. Michelle Monse",
                "contact_email": "[email protected]",
                "contact_phone": "(214) 750-1884",
                "contact_title": "President",
                "number_of_employees": "",
                "ruling_year": 1967
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "6688 N Central Expy Ste 275",
                "address_line_2": "",
                "city": "Dallas",
                "state": "TX",
                "zip": "75206",
                "msa": "TX - Dallas-Fort Worth",
                "congressional_district": "District 32, TX",
                "county": "Dallas, TX",
                "latitude": 32.8468,
                "longitude": -96.7726
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090500",
                        "subject_code_description": "Senior services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040300",
                        "subject_code_description": "Child welfare"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS030602",
                        "subject_code_description": "Food delivery"
                    },
                    {
                        "subject_code": "SS030601",
                        "subject_code_description": "Food banks"
                    },
                    {
                        "subject_code": "SS030600",
                        "subject_code_description": "Food aid"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN040000",
                        "subject_code_description": "Housing development"
                    },
                    {
                        "subject_code": "SN020301",
                        "subject_code_description": "Job counseling"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020200",
                        "subject_code_description": "Rural development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SJ020400",
                        "subject_code_description": "Elder abuse"
                    },
                    {
                        "subject_code": "SJ020300",
                        "subject_code_description": "Domestic violence"
                    },
                    {
                        "subject_code": "SJ020200",
                        "subject_code_description": "Child abuse"
                    },
                    {
                        "subject_code": "SJ020000",
                        "subject_code_description": "Abuse prevention"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SH020400",
                        "subject_code_description": "Public libraries"
                    },
                    {
                        "subject_code": "SH020000",
                        "subject_code_description": "Libraries"
                    },
                    {
                        "subject_code": "SH000000",
                        "subject_code_description": "Information and communications"
                    },
                    {
                        "subject_code": "SE150801",
                        "subject_code_description": "HIV/AIDS"
                    },
                    {
                        "subject_code": "SE150800",
                        "subject_code_description": "Immune system diseases"
                    },
                    {
                        "subject_code": "SE150201",
                        "subject_code_description": "Alzheimer's Disease and other forms of dementia"
                    },
                    {
                        "subject_code": "SE150200",
                        "subject_code_description": "Brain and nervous system disorders"
                    },
                    {
                        "subject_code": "SE150000",
                        "subject_code_description": "Diseases and conditions"
                    },
                    {
                        "subject_code": "SE050600",
                        "subject_code_description": "School-based health care"
                    },
                    {
                        "subject_code": "SE050000",
                        "subject_code_description": "Out-patient medical care"
                    },
                    {
                        "subject_code": "SE020000",
                        "subject_code_description": "Health care access"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB100000",
                        "subject_code_description": "Early childhood education"
                    },
                    {
                        "subject_code": "SB030900",
                        "subject_code_description": "Child educational development"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA090000",
                        "subject_code_description": "Historical activities"
                    },
                    {
                        "subject_code": "SA060000",
                        "subject_code_description": "Performing arts"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030100",
                        "population_served_description": "Homeless people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T22",
                        "ntee_code_description": "Private Independent Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 7750701.0,
                    "total_expenses": 5982235.0,
                    "total_assets": 95979633.0
                },
                "bmf_gross_receipts": 76496621.0,
                "bmf_assets": 82795225.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-30T16:37:51.0000000",
                "profile_last_modified": "2024-01-30T16:37:51.0000000",
                "dei_last_modified": "2024-01-30T00:00:00.0000000",
                "financials_last_modified": "2023-11-21T17:01:03.0000000",
                "last_modified": "2024-01-30T16:37:51.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7469372",
                "ein": "36-3584029",
                "organization_name": "UPPER MIDWEST ORGAN PROCUREMENT ORGANIZATION INC",
                "also_known_as": "LifeSource",
                "group_exemption": "0000",
                "mission": "LifeSource saves lives and offers hope and healing through excellence in organ, eye and tissue donation. We serve the people of Minnesota, North Dakota and South Dakota and portions of western Wisconsin.",
                "website_url": "www.life-source.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9928324&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/36-3584029",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Kelly White, RN MS",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Susan Mau Larson",
                "contact_email": "[email protected]",
                "contact_phone": "(612) 800-6100",
                "contact_title": "Chief Administrative Officer",
                "number_of_employees": "250",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2225 W River Rd",
                "address_line_2": "",
                "city": "Minneapolis",
                "state": "MN",
                "zip": "55411",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 5, MN",
                "county": "Hennepin, MN",
                "latitude": 45.0016,
                "longitude": -93.2767
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE110400",
                        "subject_code_description": "Organ and tissue banks"
                    },
                    {
                        "subject_code": "SE110000",
                        "subject_code_description": "Medical support services"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "E65",
                        "ntee_code_description": "Organ and Tissue Bank"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 82918640.0,
                    "total_expenses": 80720300.0,
                    "total_assets": 69616976.0
                },
                "bmf_gross_receipts": 90048696.0,
                "bmf_assets": 69616976.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-19T11:01:11.0000000",
                "profile_last_modified": "2024-01-21T18:20:33.0000000",
                "dei_last_modified": "2024-01-21T00:00:00.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2024-01-21T18:20:33.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7594419",
                "ein": "41-1601449",
                "organization_name": "Feed My Starving Children",
                "also_known_as": "FMSC",
                "group_exemption": "0000",
                "mission": "Feed My Starving Children (FMSC) believes hope starts with food. As a Christian nonprofit, we are dedicated to seeing every child whole in body and spirit. We work with food distribution partners that stay with communities for the long haul, empowering them to move from relief to development.",
                "website_url": "http://www.fmsc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9971631&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/41-1601449",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Mark Crea",
                "leader_title": "",
                "contact_name": "Mr. Tim Krueger",
                "contact_email": "[email protected]",
                "contact_phone": "(763) 267-6311",
                "contact_title": "Digital Marketing & Analytics Manager",
                "number_of_employees": "485",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "401 93rd Ave NW",
                "address_line_2": "",
                "city": "Minneapolis",
                "state": "MN",
                "zip": "55433",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "",
                "county": "Anoka, MN",
                "latitude": 45.1385,
                "longitude": -93.2779
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SJ060400",
                        "subject_code_description": "Disaster relief"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 63177502.0,
                    "total_expenses": 69980301.0,
                    "total_assets": 38450008.0
                },
                "bmf_gross_receipts": 65619187.0,
                "bmf_assets": 38450008.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-25T09:43:15.0000000",
                "profile_last_modified": "2024-01-26T10:58:54.0000000",
                "dei_last_modified": "2024-01-25T00:00:00.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2024-01-26T10:58:54.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9455651",
                "ein": "47-1559027",
                "organization_name": "Foundation for Food and Agriculture Research",
                "also_known_as": "Foundation for Food and Agriculture Research",
                "group_exemption": "0000",
                "mission": "FFAR builds unique partnerships to support innovative science addressing today’s food and agriculture challenges.",
                "website_url": "https://foundationfar.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9958747&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/47-1559027",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Saharah Moon Chapotin",
                "leader_title": "Executive Director",
                "contact_name": "Lizzy Haymaker",
                "contact_email": "[email protected]",
                "contact_phone": "(202) 836-9956",
                "contact_title": "Development Manager",
                "number_of_employees": "47",
                "ruling_year": 2015
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "401 9th St NW Ste 730",
                "address_line_2": "",
                "city": "Washington",
                "state": "DC",
                "zip": "20004",
                "msa": "DC - Washington, DC-MD-VA",
                "congressional_district": "",
                "county": "District of Columbia, DC",
                "latitude": 38.8948,
                "longitude": -77.024
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SF010000",
                        "subject_code_description": "Physical and earth sciences"
                    },
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K99",
                        "ntee_code_description": "Other Food, Agriculture, and Nutrition N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 103276406.0,
                    "total_expenses": 56841081.0,
                    "total_assets": 348883479.0
                },
                "bmf_gross_receipts": 304110013.0,
                "bmf_assets": 348883479.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-24T16:55:48.0000000",
                "profile_last_modified": "2024-01-24T16:55:48.0000000",
                "dei_last_modified": "2020-06-24T14:27:54.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-24T16:55:48.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7337836",
                "ein": "31-1348100",
                "organization_name": "MATTHEW 25 MINISTRIES",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The mission of Matthew 25: Ministries is to fulfill Matthew 25:34-40 by providing nutritional food to the hungry, clean water to the thirsty, clothing to the naked, affordable shelter to the homeless, medical care to the ill, and humanitarian supplies to those in need. Additionally, Matthew 25: Ministries is committed to fulfilling Matthew 25:40 by educating the public on the conditions and needs of the “least of these” and by providing resources for action.The people we help are not receiving a handout, but a helping hand. It is only when a person's most basic needs are met that one can become self reliant.  Because of this belief, Matthew 25: Ministries has always placed a great emphasis on education, job creation and providing aid to children who are the hope and future.",
                "website_url": "www.m25m.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9879001&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/31-1348100",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Tim Mettey",
                "leader_title": "",
                "contact_name": "Mrs. Joodi Archer",
                "contact_email": "[email protected]",
                "contact_phone": "(513) 793-6256",
                "contact_title": "Development and Media Director, Program Director, PR, Community Liaison",
                "number_of_employees": "245",
                "ruling_year": 1992
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "11060 Kenwood Rd",
                "address_line_2": "",
                "city": "Blue Ash",
                "state": "OH",
                "zip": "45242",
                "msa": "OH - Cincinnati, OH-KY-IN",
                "congressional_district": "District 2, OH",
                "county": "Hamilton, OH",
                "latitude": 39.2645,
                "longitude": -84.3738
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG060200",
                        "population_served_description": "Victims of disaster"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 369625402.0,
                    "total_expenses": 303889218.0,
                    "total_assets": 213047734.0
                },
                "bmf_gross_receipts": 370587499.0,
                "bmf_assets": 213047734.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-17T16:39:02.0000000",
                "profile_last_modified": "2024-01-18T13:00:58.0000000",
                "dei_last_modified": "2022-02-23T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-18T13:00:58.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8253468",
                "ein": "84-0404913",
                "organization_name": "YMCA of the Rockies",
                "also_known_as": "Estes Park Center; Snow Mountain Ranch; Camp Chief Ouray",
                "group_exemption": "0000",
                "mission": "The YMCA of the Rockies, part of the larger YMCA movement, puts Christian principles into practice through programs, staff and facilities in an environment that builds healthy spirit, mind, and body for all.  We will accomplish this by serving conferences of a religous, educational, or recreational nature; providing unifying experiences for families; offering traditional camping experiences for boys and girls; and serving our staff with leadership opportunities and productive experiences. Our core values are caring, honesty, respect, respnsibility and faith.",
                "website_url": "http://www.ymcarockies.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9989165&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/84-0404913",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Julie Watkins",
                "leader_title": "President/CEO",
                "contact_name": "Julie Watkins",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "President/CEO",
                "number_of_employees": "1582",
                "ruling_year": 1950
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 20800",
                "address_line_2": "",
                "city": "Estes Park",
                "state": "CO",
                "zip": "80511",
                "msa": "CO - Fort Collins-Loveland",
                "congressional_district": "District 2, CO",
                "county": "Larimer, CO",
                "latitude": 40.3622,
                "longitude": -105.5184
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SQ010100",
                        "subject_code_description": "Camps"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SP000000",
                        "subject_code_description": "Religion"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ060000",
                        "population_served_description": "Military personnel"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P27",
                        "ntee_code_description": "YMCA, YWCA, YWHA, YMHA"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 72281879.0,
                    "total_expenses": 48020294.0,
                    "total_assets": 188447947.0
                },
                "bmf_gross_receipts": 119184172.0,
                "bmf_assets": 188447947.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-30T10:40:04.0000000",
                "profile_last_modified": "2024-01-30T10:40:04.0000000",
                "dei_last_modified": "2022-01-03T11:50:49.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-30T10:40:04.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7745784",
                "ein": "51-6506426",
                "organization_name": "American Gift Fund",
                "also_known_as": "AGF",
                "group_exemption": "0000",
                "mission": "To inspire generosity across America and provide meaningful charitable services for donors to give efficiently, purposefully, and with impact, while supporting our communities in prosperity.",
                "website_url": "www.giftfund.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9810822&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/51-6506426",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Jeff Salvo",
                "leader_title": "President ",
                "contact_name": "American Gift Fund Team",
                "contact_email": "[email protected]",
                "contact_phone": "(800) 441-7698",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1998
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 15627",
                "address_line_2": "",
                "city": "Wilmington",
                "state": "DE",
                "zip": "19850",
                "msa": "DE - Wilmington, DE-NJ-MD",
                "congressional_district": "",
                "county": "New Castle, DE",
                "latitude": 39.7693,
                "longitude": -75.5788
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T70",
                        "ntee_code_description": "Fund Raising Organizations That Cross Categories includes Community Funds/Trusts and Federated Giving Programs) e.g. United Way"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 117606182.0,
                    "total_expenses": 69873862.0,
                    "total_assets": 434171024.0
                },
                "bmf_gross_receipts": 329450595.0,
                "bmf_assets": 434171024.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-12-05T10:01:34.0000000",
                "profile_last_modified": "2024-01-02T10:01:27.0000000",
                "dei_last_modified": "2023-12-05T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-02T10:01:27.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7349562",
                "ein": "31-1678679",
                "organization_name": "UNIVERSITY OF MARYLAND BALTIMORE FOUNDATION INC",
                "also_known_as": "University of Maryland, Baltimore",
                "group_exemption": "0000",
                "mission": "Opened in 1807, the University of Maryland, Baltimore is Maryland's public health, law, and human services university, dedicated to improve the human condition and serve the public good of Maryland and society at-large through education, research, clinical care, and service.The University of Maryland Baltimore Foundation, Inc. (the Foundation or UMBF) was established in 2000 as a non-profit, 501(c)(3) organization, allowing donors to make tax-deductible contributions to enhance the vision and priorities of the University of Maryland, Baltimore (UMB) and its schools and programs.",
                "website_url": "www.umaryland.edu/umbf",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9936573&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/31-1678679",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Bruce Jarrell",
                "leader_title": "President",
                "contact_name": "Kathryn Ostrowski",
                "contact_email": "[email protected]",
                "contact_phone": "(410) 706-1624",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "220 Arch St Fl 13",
                "address_line_2": "",
                "city": "Baltimore",
                "state": "MD",
                "zip": "21201",
                "msa": "MD - Baltimore",
                "congressional_district": "District 7, MD",
                "county": "Baltimore City, MD",
                "latitude": 39.2944,
                "longitude": -76.6217
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B40",
                        "ntee_code_description": "Higher Education Institutions"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 64089840.0,
                    "total_expenses": 33980712.0,
                    "total_assets": 444522086.0
                },
                "bmf_gross_receipts": 71809559.0,
                "bmf_assets": 444522086.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T11:55:02.0000000",
                "profile_last_modified": "2024-01-22T14:58:47.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-22T14:58:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7590220",
                "ein": "41-0713907",
                "organization_name": "Minnesota Historical Society",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Using the power of history to transform lives, the Minnesota Historical Society is a nonprofit educational and cultural institution established in 1849. The society preserves our past, shares our state's stories, and connects people with history.  It does this through extensive libraries and collections, innovative exhibits, educational programs, historic sites throughout the state and book publishing through the MNHS Press.",
                "website_url": "http://www.mnhs.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9931993&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/41-0713907",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Kent Whitworth",
                "leader_title": "Director",
                "contact_name": "Ms. Brian Juntti",
                "contact_email": "[email protected]",
                "contact_phone": "(651) 259-3116",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "549",
                "ruling_year": 1944
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "345 Kellogg Blvd W",
                "address_line_2": "",
                "city": "St Paul",
                "state": "MN",
                "zip": "55102",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 4, MN",
                "county": "Ramsey, MN",
                "latitude": 44.9442,
                "longitude": -93.1021
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SA090000",
                        "subject_code_description": "Historical activities"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A80",
                        "ntee_code_description": "Historical Societies and Related Activities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 63620828.0,
                    "total_expenses": 55381723.0,
                    "total_assets": 275417631.0
                },
                "bmf_gross_receipts": 75055069.0,
                "bmf_assets": 275417631.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T11:29:05.0000000",
                "profile_last_modified": "2024-01-22T11:29:05.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-22T11:29:05.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9964327",
                "ein": "86-1528485",
                "organization_name": "Oneten Coalition Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "ONETEN AIMS TO CLOSE THE OPPORTUNITY GAP FOR BLACK TALENT AND OTHERS WHO DO NOT HAVE A FOUR-YEAR DEGREE. TOGETHER WITH OUR COALITION MEMBERS, WE CREATE OPPORTUNITIES TO EARN SUCCESS AND IGNITE POTENTIAL FOR GENERATIONS TO COME.",
                "website_url": "https://oneten.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9971682&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/86-1528485",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Debbie Dyson",
                "leader_title": "",
                "contact_name": "Sabrina Dupre",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "53",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "28 Valley Rd Ste 1",
                "address_line_2": "",
                "city": "Montclair",
                "state": "NJ",
                "zip": "07042",
                "msa": "NJ - Newark",
                "congressional_district": "District 10, NJ",
                "county": "Essex, NJ",
                "latitude": 40.8159,
                "longitude": -74.2213
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "R05",
                        "ntee_code_description": "Research Institutes and/or Public Policy Analysis"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 52569601.0,
                    "total_expenses": 44773431.0,
                    "total_assets": 117003423.0
                },
                "bmf_gross_receipts": 52569601.0,
                "bmf_assets": 117003423.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-26T11:02:14.0000000",
                "profile_last_modified": "2024-01-26T11:02:14.0000000",
                "dei_last_modified": "2024-01-26T10:37:03.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-01-26T11:02:14.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8826201",
                "ein": "39-2076346",
                "organization_name": "Joseph and Vera Zilber Family Foundation, Inc",
                "also_known_as": "Zilber Family Foundation",
                "group_exemption": "0000",
                "mission": "Zilber Family Foundation is dedicated to enhancing the well-being of individuals, families, and neighborhoods.",
                "website_url": "www.zilberfamilyfoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9944949&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/39-2076346",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Gina Stilp",
                "leader_title": "Executive Director",
                "contact_name": "Lianna Bishop",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2009
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "710 N Plankinton Ave Ste 800",
                "address_line_2": "",
                "city": "Milwaukee",
                "state": "WI",
                "zip": "53203",
                "msa": "WI - Milwaukee",
                "congressional_district": "District 4, WI",
                "county": "Milwaukee, WI",
                "latitude": 43.0387,
                "longitude": -87.9113
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN050800",
                        "subject_code_description": "Financial counseling"
                    },
                    {
                        "subject_code": "SN050100",
                        "subject_code_description": "Development finance"
                    },
                    {
                        "subject_code": "SN050000",
                        "subject_code_description": "Financial services"
                    },
                    {
                        "subject_code": "SN040000",
                        "subject_code_description": "Housing development"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T20",
                        "ntee_code_description": "Private Grantmaking Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Private Non-Operating Foundation"
                },
                "foundation_code": {
                    "foundation_code": "04",
                    "foundation_code_description": "Private nonoperating foundation"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "PF",
                    "fiscal_year": 2022,
                    "total_revenue": 24555392.0,
                    "total_expenses": 14068164.0,
                    "total_assets": 301880639.0
                },
                "bmf_gross_receipts": 48922807.0,
                "bmf_assets": 301880639.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-23T12:58:07.0000000",
                "profile_last_modified": "2024-01-23T12:58:07.0000000",
                "dei_last_modified": "2024-01-23T11:50:55.0000000",
                "financials_last_modified": "2023-05-18T17:02:28.0000000",
                "last_modified": "2024-01-23T12:58:07.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9973367",
                "ein": "86-2555082",
                "organization_name": "Jack and Nancy Dwyer Workforce Development Center Inc",
                "also_known_as": "Dwyer Workforce Development",
                "group_exemption": "0000",
                "mission": "The mission of the Jack and Nancy Dwyer Workforce Development Center is to improve the lives of nursing home residents while alleviating the negative societal effects of systematic poverty by providing job training and placement services, educational programs and financial assistance within the skilled nursing and senior housing industries to unemployed or under-employed individuals.",
                "website_url": "www.dwyerworkforcedev.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9935850&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/86-2555082",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Barb  Clapp",
                "leader_title": "CEO",
                "contact_name": "Barb Clapp",
                "contact_email": "[email protected]",
                "contact_phone": "(410) 513-8740",
                "contact_title": "CEO",
                "number_of_employees": "9346",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1422 Clarkview Rd",
                "address_line_2": "",
                "city": "Baltimore",
                "state": "MD",
                "zip": "21209",
                "msa": "MD - Baltimore",
                "congressional_district": "District 3, MD",
                "county": "Baltimore, MD",
                "latitude": 39.3816,
                "longitude": -76.6574
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS070203",
                        "subject_code_description": "Nursing homes"
                    },
                    {
                        "subject_code": "SS070200",
                        "subject_code_description": "Elder housing"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB060600",
                        "subject_code_description": "Nursing education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "E91",
                        "ntee_code_description": "Nursing, Convalescent (Geriatric and Nursing)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 165777019.0,
                    "total_expenses": 163109143.0,
                    "total_assets": 896381689.0
                },
                "bmf_gross_receipts": 165777019.0,
                "bmf_assets": 896381689.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T14:11:23.0000000",
                "profile_last_modified": "2024-01-22T14:11:23.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-22T14:11:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6827149",
                "ein": "04-2632526",
                "organization_name": "Elderhostel, Inc. DBA Road Scholar",
                "also_known_as": "Road Scholar",
                "group_exemption": "0000",
                "mission": "Not-for-profit Road Scholar inspires adults to learn, discover and travel. Our learning adventures engage expert instructors, provide extraordinary access, and stimulate discourse and friendship among people for whom learning is the journey of a lifetime.",
                "website_url": "www.roadscholar.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10000018&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/04-2632526",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "James Moses",
                "leader_title": "President and CEO",
                "contact_name": "Ann Simanis",
                "contact_email": "[email protected]",
                "contact_phone": "(617) 457-5429",
                "contact_title": "AVP, Advancement",
                "number_of_employees": "525",
                "ruling_year": 1978
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 56033",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02205",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Suffolk, MA",
                "latitude": 42.3169,
                "longitude": -71.0942
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090500",
                        "subject_code_description": "Senior services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ040000",
                        "population_served_description": "Retired people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PD030000",
                        "population_served_description": "Widows and widowers"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B99",
                        "ntee_code_description": "Education N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 344940076.0,
                    "total_expenses": 307047297.0,
                    "total_assets": 229991445.0
                },
                "bmf_gross_receipts": 374241244.0,
                "bmf_assets": 229991445.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-31T15:15:03.0000000",
                "profile_last_modified": "2024-01-31T15:15:03.0000000",
                "dei_last_modified": "2024-01-31T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-31T15:15:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7870663",
                "ein": "56-1326126",
                "organization_name": "Monarch",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Monarch currently provides services in communities across North Carolina.Mission: Monarch provides hope, promotes wellness, and empowers individuals and families impacted by mental illness, substance use disorders, intellectual and developmental disabilities, and traumatic brain injury.  Vision: Monarch envisions a world where all people can achieve their unique potential.Values:• Integrity• Compassion• Respect• Excellence• Innovation• Courage",
                "website_url": "www.monarchnc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9993879&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/56-1326126",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Peggy Terhune",
                "leader_title": "President & CEO",
                "contact_name": "Dr. Peggy Terhune",
                "contact_email": "[email protected]",
                "contact_phone": "(704) 986-1500",
                "contact_title": "President & CEO",
                "number_of_employees": "2052",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "350 Pee Dee Ave Ste 101",
                "address_line_2": "",
                "city": "Albemarle",
                "state": "NC",
                "zip": "28001",
                "msa": "",
                "congressional_district": "District 8, NC",
                "county": "Stanly, NC",
                "latitude": 35.3507,
                "longitude": -80.1941
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090100",
                        "subject_code_description": "Developmental disability services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS080300",
                        "subject_code_description": "Vocational rehabilitation"
                    },
                    {
                        "subject_code": "SS080000",
                        "subject_code_description": "Job services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH010500",
                        "population_served_description": "People with intellectual disabilities"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "F32",
                        "ntee_code_description": "Community Mental Health Center"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 96063706.0,
                    "total_expenses": 98077585.0,
                    "total_assets": 45356209.0
                },
                "bmf_gross_receipts": 108228830.0,
                "bmf_assets": 45356209.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-30T15:52:52.0000000",
                "profile_last_modified": "2024-01-30T15:52:52.0000000",
                "dei_last_modified": "2024-01-30T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-01-30T15:52:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8881371",
                "ein": "27-0270731",
                "organization_name": "ASSISTANCE FUND INC",
                "also_known_as": "TAF and The Assistance Fund",
                "group_exemption": "0000",
                "mission": "Our mission is to provide underinsured people living with life-threatening, chronic, and rare diseases access to critical treatment through financial assistance, education, and advocacy.Our vision is to see the day when no person goes without treatment because of an inability to pay.",
                "website_url": "https://tafcares.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9976045&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/27-0270731",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Danielle Vizcaino",
                "leader_title": "President and CEO",
                "contact_name": "Mr. Mark Meier",
                "contact_email": "[email protected]",
                "contact_phone": "(202) 660-4446",
                "contact_title": "Senior Communications Manager",
                "number_of_employees": "121",
                "ruling_year": 2009
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8427 Southpark Cir Ste 100",
                "address_line_2": "",
                "city": "Orlando",
                "state": "FL",
                "zip": "32819",
                "msa": "FL - Orlando",
                "congressional_district": "District 10, FL",
                "county": "Orange, FL",
                "latitude": 28.4651,
                "longitude": -81.4864
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "G12",
                        "ntee_code_description": "Fund Raising and/or Fund Distribution"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 288357934.0,
                    "total_expenses": 269288161.0,
                    "total_assets": 391103788.0
                },
                "bmf_gross_receipts": 293323124.0,
                "bmf_assets": 391103788.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-16T16:17:11.0000000",
                "profile_last_modified": "2024-01-26T16:00:06.0000000",
                "dei_last_modified": "2023-07-27T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-26T16:00:06.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8402863",
                "ein": "93-1140967",
                "organization_name": "PETSMART CHARITIES INC",
                "also_known_as": "PetSmart Charities",
                "group_exemption": "0000",
                "mission": "PetSmart Charities makes the world a better place for pets by investing in community partners that advocate & care for the well-being of pets and all who love them",
                "website_url": "www.petsmartcharities.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9879047&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/93-1140967",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Aimee Gilbreath",
                "leader_title": "President",
                "contact_name": "Stephanie Jensen",
                "contact_email": "[email protected]",
                "contact_phone": "(800) 423-7387",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1995
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "19601 N 27th Ave",
                "address_line_2": "",
                "city": "Phoenix",
                "state": "AZ",
                "zip": "85027",
                "msa": "AZ - Phoenix-Mesa",
                "congressional_district": "District 6, AZ",
                "county": "Maricopa, AZ",
                "latitude": 33.6642,
                "longitude": -112.1172
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC050100",
                        "subject_code_description": "Animal welfare"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "D20",
                        "ntee_code_description": "Animal Protection and Welfare (includes Humane Societies and SPCAs)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 64748686.0,
                    "total_expenses": 67313127.0,
                    "total_assets": 76738672.0
                },
                "bmf_gross_receipts": 79999702.0,
                "bmf_assets": 76738672.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T13:04:39.0000000",
                "profile_last_modified": "2024-01-18T13:04:39.0000000",
                "dei_last_modified": "2021-09-07T11:37:07.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-18T13:04:39.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6908163",
                "ein": "13-1854606",
                "organization_name": "GUIDING EYES FOR THE BLIND INC",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Guiding Eyes for the Blind provides guide dogs to people with vision loss. We are passionate about connecting exceptional dogs with individuals for greater independence.",
                "website_url": "https://www.guidingeyes.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9937417&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/13-1854606",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Thomas Panek",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Elena Consalvo",
                "contact_email": "[email protected]",
                "contact_phone": "(914) 245-4024",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "196",
                "ruling_year": 1956
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "611 Granite Springs Rd",
                "address_line_2": "",
                "city": "Yorktown Heights",
                "state": "NY",
                "zip": "10598",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 17, NY",
                "county": "Westchester, NY",
                "latitude": 41.2996,
                "longitude": -73.7955
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090400",
                        "subject_code_description": "Independent living for people with disabilities"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SC050200",
                        "subject_code_description": "Animal training"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH010200",
                        "population_served_description": "People with vision impairments"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P86",
                        "ntee_code_description": "Blind/Visually Impaired Centers, Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 41759201.0,
                    "total_expenses": 42570809.0,
                    "total_assets": 111492936.0
                },
                "bmf_gross_receipts": 68573963.0,
                "bmf_assets": 111492936.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T15:47:45.0000000",
                "profile_last_modified": "2024-01-22T15:47:45.0000000",
                "dei_last_modified": "2023-07-31T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-22T15:47:45.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8456762",
                "ein": "95-4375022",
                "organization_name": "CALSTART, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "CALSTART is a nonprofit organization working nationally and internationally with businesses and governments to develop clean, efficient transportation solutions. CALSTART is a network that connects companies and government agencies and helps them do their jobs better. From technology firms to transit operators and from vehicle manufacturers to research institutions, we connect every element of the clean energy sector, offering customized services, information and programming.",
                "website_url": "www.calstart.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9969615&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/95-4375022",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "John Boesel",
                "leader_title": "President and CEO",
                "contact_name": "Mr. John Boesel",
                "contact_email": "[email protected]",
                "contact_phone": "(626) 744-5607",
                "contact_title": "President and CEO",
                "number_of_employees": "181",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "48 S Chester Ave",
                "address_line_2": "",
                "city": "Pasadena",
                "state": "CA",
                "zip": "91106",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 27, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.1453,
                "longitude": -118.1245
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020101",
                        "subject_code_description": "Public transportation"
                    },
                    {
                        "subject_code": "SN020100",
                        "subject_code_description": "Urban development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SC030604",
                        "subject_code_description": "Renewable energy"
                    },
                    {
                        "subject_code": "SC030601",
                        "subject_code_description": "Energy efficiency"
                    },
                    {
                        "subject_code": "SC030600",
                        "subject_code_description": "Energy resources"
                    },
                    {
                        "subject_code": "SC030100",
                        "subject_code_description": "Air quality"
                    },
                    {
                        "subject_code": "SC030000",
                        "subject_code_description": "Natural resources"
                    },
                    {
                        "subject_code": "SC020000",
                        "subject_code_description": "Climate change"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "C99",
                        "ntee_code_description": "Environmental Quality, Protection, and Beautification N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 66442286.0,
                    "total_expenses": 65853824.0,
                    "total_assets": 49283495.0
                },
                "bmf_gross_receipts": 66442286.0,
                "bmf_assets": 49283495.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-25T20:28:12.0000000",
                "profile_last_modified": "2024-01-25T20:28:12.0000000",
                "dei_last_modified": "2023-04-06T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-25T20:28:12.0000000"
            }
        }
    ]
}

Pass through the appropriate date type to use in the example above for different results.

Date TypeApprox. number of updates per monthType of updates included​
seal_last_modified6,800Changes in Seal of Transparency level ​

e.g. earning a seal for the first time, earning a higher level seal, or a seal expiring
profile_last_modified7,000Updates to information on the Candid profile​

e.g. providing new contact information, updating website
dei_last_modified2,000Changes to demographic data on the Candid profile​

e.g. updating leader gender identity, providing information about staff race & ethnicity
financials_last_modified29,000New financial document received​

e.g. form 990 data for FYE 2021 added
last_modified36,000All updates listed above

Monitor organizations for updates

Monitor a list of up to 100 organizations for new or updated data. Enter up to 100 EINs in search terms, separated by spaces, in combination with any of the last updated date types listed above. The below example search checks 100 organizations for any changes within the last month.

{
    "search_terms": "90-1035078 03-0286303 38-6430820 82-0469910 57-1011251 20-0745585 20-3549055 86-1159754 23-7513505 84-2358709 47-2065606 56-2574991 24-0835175 27-5044130 61-1217886 52-1219079 94-1377252 84-1496351 20-1429156 56-2361393 82-6006687 36-4642488 58-1698703 82-4600119 20-4664249 83-1877405 95-3641380 22-2487376 38-2808532 83-3984485 73-6109579 23-7134478 85-1923418 26-1348062 37-6079313 85-2819881 22-6167169 90-0541946 41-0884473 81-2613711 23-7224051 11-2899020 58-0899717 94-2443651 16-1391026 16-1665637 81-0617686 73-0788063 37-0946061 85-4290470 63-0985647 14-1842635 45-2591375 74-3024063 81-3559678 01-0356240 23-7593168 30-0753447 52-2143108 93-0358258 36-4527281 82-0948527 52-2407099 65-0071524 82-0912118 43-1628572 27-3245756 84-1603569 31-1581043 45-5363273 94-1654116 46-0422304 86-1365488 86-1468780 48-1076239 95-4362747 84-2228458 59-3699601 46-2810910 34-1526090 46-1575286 45-1541211 81-1246737 71-6056090 71-0591875 23-7210173 90-0070079 47-4300296 26-0335296 20-8983968 81-1677986 88-1718646 33-0766760 55-0848376 63-6183677 94-3039978 80-0719588 39-6088390 85-3142955 13-7553716",
    "filters": {
        "last_updated": {
            "start_date": "2024-01-13T00:00:00",
            "end_date": "2024-02-13T00:00:00",
            "date_type": "last_modified"
        }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 397,
    "time": "2024-02-13 14:15:03Z",
    "results_count": 1,
    "page_count": 1,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "7187787",
                "ein": "23-7210173",
                "organization_name": "Greater Dalton Chamber of Commerce",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "ABOUT US: THE GREATER DALTON CHAMBER OF COMMERCE IS A MEMBERSHIP ORGANIZATION THAT SERVES OVER 1,000 BUSINESSES. OUR EXECUTIVE BOARD CONSISTS OF VOLUNTEERS FROM A VARIETY OF THE AREA'S BUSINESSES. MISSION: TO SERVE AS A UNIFIED VOICE OF BUSINESS, TO ENSURE THE ECONOMIC PROSPERITY OF THE REGION AND TO BUILD PARTNERSHIPS AND LEADERSHIP THAT IMPROVES THE QUALITY OF LIFE WHILE DELIVERING SUPERIOR MEMBER SERVICES. VISION: THE GREATER DALTON CHAMBER OF COMMERCE WILL PROVIDE THE LEADERSHIP NECESSARY TO LEVERAGE COMMUNITY RESOURCES AND BUILD PARTNERSHIPS THAT ARE FOCUSED ON POSITIVE COMMUNITY CHANGE. ORGANIZATIONAL PRIORITY: STRENGTHEN OUR ABILITY TO MARSHAL THE RESOURCES NECESSARY TO ACHIEVE POSITIVE COMMUNITY CHANGE BY FOCUSING ON THREE CORE AREAS: LEADERSHIP DEVELOPMENT, COMMUNITY DEVELOPMENT, AND ECONOMIC DEVELOPMENT.",
                "website_url": "http://WWW.DALTONCHAMBER.ORG",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/23-7210173",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "14",
                "ruling_year": 1990
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "100 S Hamilton St",
                "address_line_2": "",
                "city": "Dalton",
                "state": "GA",
                "zip": "30720",
                "msa": "",
                "congressional_district": "District 14, GA",
                "county": "Whitfield, GA",
                "latitude": 34.7714,
                "longitude": -84.9679
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN060100",
                        "subject_code_description": "Business promotion"
                    },
                    {
                        "subject_code": "SN060000",
                        "subject_code_description": "Business and industry"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "S41",
                        "ntee_code_description": "Promotion of Business (Chambers of Commerce)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "06",
                    "subsection_code_description": "501(c)(6) Business Leagues, etc."
                },
                "foundation_code": {
                    "foundation_code": "00",
                    "foundation_code_description": "All organizations except 501(c)(3)"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 1330287.0,
                    "total_expenses": 1286715.0,
                    "total_assets": 1257055.0
                },
                "bmf_gross_receipts": 1328704.0,
                "bmf_assets": 1153978.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "2024-01-19T07:00:09.0000000",
                "last_modified": "2024-01-19T07:00:09.0000000"
            }
        }
    ]
}

Filter by IRS classifications and organization standing

Narrow your search results by using filters that help you understand more about an organization's IRS classification and standing. Filter search results by IRS subsection, BMF Status, and Publication 78, while excluding revoked, defunct, and merged organizations.

{
    "filters": {
        "organization": {
            "subsection_codes": [
                "501(c)(3) Public Charity"
            ],
            "properties": {
                "exclude_revoked_organizations": true,
                "exclude_defunct_or_merged_organizations": true,
                "pub78_verified": true,
                "bmf_status": true
            }
        }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 2562,
    "time": "2024-02-13 14:04:06Z",
    "results_count": 1375227,
    "page_count": 55010,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "8418946",
                "ein": "94-3214166",
                "organization_name": "Common Counsel Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Common Counsel Foundation advances equity and environmental health through a combination of direct grant making and strategic philanthropic advising for client member funds and manages projects focused on organizational development, leadership sustainability and donor education.",
                "website_url": "http://www.commoncounsel.org",
                "logo_url": "",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/94-3214166",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Sangeeta Chowdhry",
                "leader_title": "Executive Director",
                "contact_name": "Susie Simmons",
                "contact_email": "[email protected]",
                "contact_phone": "(510) 834-2995",
                "contact_title": "Development Manager",
                "number_of_employees": "79",
                "ruling_year": 1995
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1624 Franklin St Ste 1022",
                "address_line_2": "",
                "city": "Oakland",
                "state": "CA",
                "zip": "94612",
                "msa": "CA - Oakland",
                "congressional_district": "District 13, CA",
                "county": "Alameda, CA",
                "latitude": 37.8056,
                "longitude": -122.2689
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SR020000",
                        "subject_code_description": "Social rights"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "subject_code": "SN040300",
                        "subject_code_description": "Public housing"
                    },
                    {
                        "subject_code": "SN040000",
                        "subject_code_description": "Housing development"
                    },
                    {
                        "subject_code": "SN030200",
                        "subject_code_description": "Community organizing"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SK040000",
                        "subject_code_description": "Democracy"
                    },
                    {
                        "subject_code": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "R99",
                        "ntee_code_description": "Civil Rights, Social Action, and Advocacy N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 54978381.0,
                    "total_expenses": 54119812.0,
                    "total_assets": 97359062.0
                },
                "bmf_gross_receipts": 75321239.0,
                "bmf_assets": 97359062.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-31T20:07:43.0000000",
                "profile_last_modified": "2024-02-01T14:47:20.0000000",
                "dei_last_modified": "2024-01-31T17:08:37.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-02-01T14:47:20.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7807181",
                "ein": "54-1460147",
                "organization_name": "Operation Smile, Inc.",
                "also_known_as": "Operation Smile",
                "group_exemption": "0000",
                "mission": "VisionWe envision a future where health and dignity are improved through safe surgery.MissionThrough our expertise in treating cleft lip and cleft palate, we create solutions that deliver safe surgery to people where it's needed most.",
                "website_url": "http://www.operationsmile.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10030408&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/54-1460147",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Kathleen Magee",
                "leader_title": "Chief Executive Officer and Co-founder",
                "contact_name": "Ms. Libby Czerlinsky",
                "contact_email": "[email protected]",
                "contact_phone": "(757) 321-7751",
                "contact_title": "Director of Donor Services",
                "number_of_employees": "229",
                "ruling_year": 1992
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3641 Faculty Blvd",
                "address_line_2": "",
                "city": "Virginia Beach",
                "state": "VA",
                "zip": "23453",
                "msa": "VA - Norfolk-Virginia Beach-Newport News, VA-NC",
                "congressional_district": "District 2, VA",
                "county": "Virginia Beach City, VA",
                "latitude": 36.7876,
                "longitude": -76.079
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE142100",
                        "subject_code_description": "Surgery"
                    },
                    {
                        "subject_code": "SE140000",
                        "subject_code_description": "Medical specialties"
                    },
                    {
                        "subject_code": "SE080000",
                        "subject_code_description": "Rehabilitation"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "G9B",
                        "ntee_code_description": "Surgery"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 91506498.0,
                    "total_expenses": 77693062.0,
                    "total_assets": 107979249.0
                },
                "bmf_gross_receipts": 92191708.0,
                "bmf_assets": 107979249.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-06T11:31:29.0000000",
                "profile_last_modified": "2024-02-06T11:31:29.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-02-06T11:31:29.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7451532",
                "ein": "36-2307745",
                "organization_name": "National Merit Scholarship Corporation",
                "also_known_as": "NMSC",
                "group_exemption": "0000",
                "mission": "The mission of National Merit Scholarship Corporation (NMSC) is to recognize and honor the academically talented students of the United States.  NMSC accomplishes its mission by conducting nationwide academic scholarship programs.  The enduring goals of NMSC's scholarship programs are to promote a wider and deeper respect for learning in general and for exceptionally talented individuals in particular, to shine a spotlight on brilliant students and encourage the pursuit of academic excellence at all levels of education, and to stimulate increased support from individuals and organizations that wish to sponsor scholarships for outstanding scholastic talent.",
                "website_url": "https://www.nationalmerit.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10030775&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/36-2307745",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Timothy McGuire",
                "leader_title": "President",
                "contact_name": "Timothy McGuire",
                "contact_email": "[email protected]",
                "contact_phone": "(847) 866-5100",
                "contact_title": "President",
                "number_of_employees": "36",
                "ruling_year": 1957
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1560 Sherman Ave Ste 200",
                "address_line_2": "",
                "city": "Evanston",
                "state": "IL",
                "zip": "60201",
                "msa": "IL - Chicago",
                "congressional_district": "District 9, IL",
                "county": "Cook, IL",
                "latitude": 42.0461,
                "longitude": -87.6819
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B82",
                        "ntee_code_description": "Scholarships, Student Financial Aid, Awards"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 44073587.0,
                    "total_expenses": 46689079.0,
                    "total_assets": 147223809.0
                },
                "bmf_gross_receipts": 57328142.0,
                "bmf_assets": 147223809.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-30T16:36:31.0000000",
                "profile_last_modified": "2024-02-06T12:00:50.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2024-02-06T12:00:50.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7469372",
                "ein": "36-3584029",
                "organization_name": "UPPER MIDWEST ORGAN PROCUREMENT ORGANIZATION INC",
                "also_known_as": "LifeSource",
                "group_exemption": "0000",
                "mission": "LifeSource saves lives and offers hope and healing through excellence in organ, eye and tissue donation. We serve the people of Minnesota, North Dakota and South Dakota and portions of western Wisconsin.",
                "website_url": "www.life-source.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9928324&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/36-3584029",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Kelly White, RN MS",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Susan Mau Larson",
                "contact_email": "[email protected]",
                "contact_phone": "(612) 800-6100",
                "contact_title": "Chief Administrative Officer",
                "number_of_employees": "250",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2225 W River Rd",
                "address_line_2": "",
                "city": "Minneapolis",
                "state": "MN",
                "zip": "55411",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 5, MN",
                "county": "Hennepin, MN",
                "latitude": 45.0016,
                "longitude": -93.2767
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE110400",
                        "subject_code_description": "Organ and tissue banks"
                    },
                    {
                        "subject_code": "SE110000",
                        "subject_code_description": "Medical support services"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "E65",
                        "ntee_code_description": "Organ and Tissue Bank"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 82918640.0,
                    "total_expenses": 80720300.0,
                    "total_assets": 69616976.0
                },
                "bmf_gross_receipts": 90048696.0,
                "bmf_assets": 69616976.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-19T11:01:11.0000000",
                "profile_last_modified": "2024-01-21T18:20:33.0000000",
                "dei_last_modified": "2024-01-21T00:00:00.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2024-01-21T18:20:33.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6822598",
                "ein": "04-2105769",
                "organization_name": "EMMANUEL COLLEGE",
                "also_known_as": "",
                "group_exemption": "0928",
                "mission": "The mission of Emmanuel—and its identity as a Catholic college, university in breadth and inclusive of all— is to provide a dynamic education in the liberal arts and sciences within a learning community shaped by strong ethical values.",
                "website_url": "www.emmanuel.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10017665&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/04-2105769",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Beth Ross",
                "leader_title": "President",
                "contact_name": "Tracey Clingingsmith",
                "contact_email": "[email protected]",
                "contact_phone": "(617) 735-9834",
                "contact_title": "",
                "number_of_employees": "1322",
                "ruling_year": 1946
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "400 Fenway",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02115",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Suffolk, MA",
                "latitude": 42.341,
                "longitude": -71.1016
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B40",
                        "ntee_code_description": "Higher Education Institutions"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 123717200.0,
                    "total_expenses": 119277314.0,
                    "total_assets": 444208204.0
                },
                "bmf_gross_receipts": 164311596.0,
                "bmf_assets": 444208204.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-02T15:42:38.0000000",
                "profile_last_modified": "2024-02-02T15:42:38.0000000",
                "dei_last_modified": "2019-12-10T14:22:36.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-02-02T15:42:38.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6980520",
                "ein": "20-0413676",
                "organization_name": "HealthWell Foundation",
                "also_known_as": "HealthWell Foundation",
                "group_exemption": "0000",
                "mission": "Mission: The HealthWell Foundation reduces financial barriers to care for underinsured patients with chronic or life-altering diseases.The HealthWell Foundation is an independent, non-profit organization that provides financial assistance to help underinsured patients living with chronic or life-altering diseases afford their prescription drug copayments, health insurance premiums, deductibles and coinsurance and other out-of-pocket costs.HealthWell's vision is to ensure that no patient, adult or child, goes without essential medical treatments because they cannot afford them. Since 2004, we have helped more than 320,000 patients afford their medical treatments and lead healthier, more fulfilling and productive lives.",
                "website_url": "www.healthwellfoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10048572&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/20-0413676",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Krista Zodet",
                "leader_title": "President",
                "contact_name": "Abby Pevey",
                "contact_email": "[email protected]",
                "contact_phone": "(240) 632-5307",
                "contact_title": "",
                "number_of_employees": "197",
                "ruling_year": 2005
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "20440 Century Blvd Ste 250",
                "address_line_2": "",
                "city": "Germantown",
                "state": "MD",
                "zip": "20874",
                "msa": "MD - Washington, DC-MD-VA",
                "congressional_district": "District 6, MD",
                "county": "Montgomery, MD",
                "latitude": 39.1922,
                "longitude": -77.2655
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE151500",
                        "subject_code_description": "Cancers"
                    },
                    {
                        "subject_code": "SE150000",
                        "subject_code_description": "Diseases and conditions"
                    },
                    {
                        "subject_code": "SE110000",
                        "subject_code_description": "Medical support services"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "G12",
                        "ntee_code_description": "Fund Raising and/or Fund Distribution"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 683954512.0,
                    "total_expenses": 627531311.0,
                    "total_assets": 538621977.0
                },
                "bmf_gross_receipts": 765342005.0,
                "bmf_assets": 538621977.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-09T11:32:24.0000000",
                "profile_last_modified": "2024-02-09T11:32:24.0000000",
                "dei_last_modified": "2022-03-10T18:26:16.0000000",
                "financials_last_modified": "2023-11-21T17:00:30.0000000",
                "last_modified": "2024-02-09T11:32:24.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7074683",
                "ein": "22-2743917",
                "organization_name": "COMMUNITY FOUNDATION FOR GREATER BUFFALO INC",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Mission: Connecting people, ideas and resources to improve lives in Western New York.Our vision is a vibrant and equitable region where every individual thrives.",
                "website_url": "www.cfgb.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10047739&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/22-2743917",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Betsy Constantine",
                "leader_title": "President/CEO",
                "contact_name": "Myra Lawrence",
                "contact_email": "[email protected]",
                "contact_phone": "(716) 852-2857",
                "contact_title": "VP Finance",
                "number_of_employees": "52",
                "ruling_year": 1987
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "Larkin At Exchange 726 Exchange St. Suite 525",
                "address_line_2": "",
                "city": "Buffalo",
                "state": "NY",
                "zip": "14210",
                "msa": "NY - Buffalo-Niagara Falls",
                "congressional_district": "District 26, NY",
                "county": "Erie, NY",
                "latitude": 42.8649,
                "longitude": -78.8304
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T31",
                        "ntee_code_description": "Community Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 56537676.0,
                    "total_expenses": 55052109.0,
                    "total_assets": 772638253.0
                },
                "bmf_gross_receipts": 92314719.0,
                "bmf_assets": 772638253.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-09T09:38:10.0000000",
                "profile_last_modified": "2024-02-09T09:38:10.0000000",
                "dei_last_modified": "2023-01-06T15:34:04.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-02-09T09:38:10.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7594419",
                "ein": "41-1601449",
                "organization_name": "Feed My Starving Children",
                "also_known_as": "FMSC",
                "group_exemption": "0000",
                "mission": "Feed My Starving Children (FMSC) believes hope starts with food. As a Christian nonprofit, we are dedicated to seeing every child whole in body and spirit. We work with food distribution partners that stay with communities for the long haul, empowering them to move from relief to development.",
                "website_url": "http://www.fmsc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9971631&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/41-1601449",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Mark Crea",
                "leader_title": "",
                "contact_name": "Mr. Tim Krueger",
                "contact_email": "[email protected]",
                "contact_phone": "(763) 267-6311",
                "contact_title": "Digital Marketing & Analytics Manager",
                "number_of_employees": "485",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "401 93rd Ave NW",
                "address_line_2": "",
                "city": "Minneapolis",
                "state": "MN",
                "zip": "55433",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "",
                "county": "Anoka, MN",
                "latitude": 45.1385,
                "longitude": -93.2779
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SJ060400",
                        "subject_code_description": "Disaster relief"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 63177502.0,
                    "total_expenses": 69980301.0,
                    "total_assets": 38450008.0
                },
                "bmf_gross_receipts": 65619187.0,
                "bmf_assets": 38450008.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-25T09:43:15.0000000",
                "profile_last_modified": "2024-01-26T10:58:54.0000000",
                "dei_last_modified": "2024-01-25T00:00:00.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2024-01-26T10:58:54.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7337836",
                "ein": "31-1348100",
                "organization_name": "MATTHEW 25 MINISTRIES",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The mission of Matthew 25: Ministries is to fulfill Matthew 25:34-40 by providing nutritional food to the hungry, clean water to the thirsty, clothing to the naked, affordable shelter to the homeless, medical care to the ill, and humanitarian supplies to those in need. Additionally, Matthew 25: Ministries is committed to fulfilling Matthew 25:40 by educating the public on the conditions and needs of the “least of these” and by providing resources for action.The people we help are not receiving a handout, but a helping hand. It is only when a person's most basic needs are met that one can become self reliant.  Because of this belief, Matthew 25: Ministries has always placed a great emphasis on education, job creation and providing aid to children who are the hope and future.",
                "website_url": "www.m25m.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9879001&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/31-1348100",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Tim Mettey",
                "leader_title": "",
                "contact_name": "Mrs. Joodi Archer",
                "contact_email": "[email protected]",
                "contact_phone": "(513) 793-6256",
                "contact_title": "Development and Media Director, Program Director, PR, Community Liaison",
                "number_of_employees": "245",
                "ruling_year": 1992
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "11060 Kenwood Rd",
                "address_line_2": "",
                "city": "Blue Ash",
                "state": "OH",
                "zip": "45242",
                "msa": "OH - Cincinnati, OH-KY-IN",
                "congressional_district": "District 2, OH",
                "county": "Hamilton, OH",
                "latitude": 39.2645,
                "longitude": -84.3738
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG060200",
                        "population_served_description": "Victims of disaster"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P20",
                        "ntee_code_description": "Human Service Organizations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 369625402.0,
                    "total_expenses": 303889218.0,
                    "total_assets": 213047734.0
                },
                "bmf_gross_receipts": 370587499.0,
                "bmf_assets": 213047734.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-17T16:39:02.0000000",
                "profile_last_modified": "2024-01-18T13:00:58.0000000",
                "dei_last_modified": "2022-02-23T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-18T13:00:58.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8253468",
                "ein": "84-0404913",
                "organization_name": "YMCA of the Rockies",
                "also_known_as": "Estes Park Center; Snow Mountain Ranch; Camp Chief Ouray",
                "group_exemption": "0000",
                "mission": "The YMCA of the Rockies, part of the larger YMCA movement, puts Christian principles into practice through programs, staff and facilities in an environment that builds healthy spirit, mind, and body for all.  We will accomplish this by serving conferences of a religous, educational, or recreational nature; providing unifying experiences for families; offering traditional camping experiences for boys and girls; and serving our staff with leadership opportunities and productive experiences. Our core values are caring, honesty, respect, respnsibility and faith.",
                "website_url": "http://www.ymcarockies.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9989165&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/84-0404913",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Julie Watkins",
                "leader_title": "President/CEO",
                "contact_name": "Julie Watkins",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "President/CEO",
                "number_of_employees": "1582",
                "ruling_year": 1950
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 20800",
                "address_line_2": "",
                "city": "Estes Park",
                "state": "CO",
                "zip": "80511",
                "msa": "CO - Fort Collins-Loveland",
                "congressional_district": "District 2, CO",
                "county": "Larimer, CO",
                "latitude": 40.3622,
                "longitude": -105.5184
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SQ010100",
                        "subject_code_description": "Camps"
                    },
                    {
                        "subject_code": "SQ010000",
                        "subject_code_description": "Community recreation"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "subject_code": "SP000000",
                        "subject_code_description": "Religion"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ060000",
                        "population_served_description": "Military personnel"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P27",
                        "ntee_code_description": "YMCA, YWCA, YWHA, YMHA"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 72281879.0,
                    "total_expenses": 48020294.0,
                    "total_assets": 188447947.0
                },
                "bmf_gross_receipts": 119184172.0,
                "bmf_assets": 188447947.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-30T10:40:04.0000000",
                "profile_last_modified": "2024-01-30T10:40:04.0000000",
                "dei_last_modified": "2022-01-03T11:50:49.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-30T10:40:04.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7745784",
                "ein": "51-6506426",
                "organization_name": "American Gift Fund",
                "also_known_as": "AGF",
                "group_exemption": "0000",
                "mission": "To inspire generosity across America and provide meaningful charitable services for donors to give efficiently, purposefully, and with impact, while supporting our communities in prosperity.",
                "website_url": "www.giftfund.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9810822&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/51-6506426",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Jeff Salvo",
                "leader_title": "President ",
                "contact_name": "American Gift Fund Team",
                "contact_email": "[email protected]",
                "contact_phone": "(800) 441-7698",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1998
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 15627",
                "address_line_2": "",
                "city": "Wilmington",
                "state": "DE",
                "zip": "19850",
                "msa": "DE - Wilmington, DE-NJ-MD",
                "congressional_district": "",
                "county": "New Castle, DE",
                "latitude": 39.7693,
                "longitude": -75.5788
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T70",
                        "ntee_code_description": "Fund Raising Organizations That Cross Categories includes Community Funds/Trusts and Federated Giving Programs) e.g. United Way"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 117606182.0,
                    "total_expenses": 69873862.0,
                    "total_assets": 434171024.0
                },
                "bmf_gross_receipts": 329450595.0,
                "bmf_assets": 434171024.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-12-05T10:01:34.0000000",
                "profile_last_modified": "2024-01-02T10:01:27.0000000",
                "dei_last_modified": "2023-12-05T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-02T10:01:27.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7349562",
                "ein": "31-1678679",
                "organization_name": "UNIVERSITY OF MARYLAND BALTIMORE FOUNDATION INC",
                "also_known_as": "University of Maryland, Baltimore",
                "group_exemption": "0000",
                "mission": "Opened in 1807, the University of Maryland, Baltimore is Maryland's public health, law, and human services university, dedicated to improve the human condition and serve the public good of Maryland and society at-large through education, research, clinical care, and service.The University of Maryland Baltimore Foundation, Inc. (the Foundation or UMBF) was established in 2000 as a non-profit, 501(c)(3) organization, allowing donors to make tax-deductible contributions to enhance the vision and priorities of the University of Maryland, Baltimore (UMB) and its schools and programs.",
                "website_url": "www.umaryland.edu/umbf",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9936573&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/31-1678679",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Bruce Jarrell",
                "leader_title": "President",
                "contact_name": "Kathryn Ostrowski",
                "contact_email": "[email protected]",
                "contact_phone": "(410) 706-1624",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "220 Arch St Fl 13",
                "address_line_2": "",
                "city": "Baltimore",
                "state": "MD",
                "zip": "21201",
                "msa": "MD - Baltimore",
                "congressional_district": "District 7, MD",
                "county": "Baltimore City, MD",
                "latitude": 39.2944,
                "longitude": -76.6217
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B40",
                        "ntee_code_description": "Higher Education Institutions"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 64089840.0,
                    "total_expenses": 33980712.0,
                    "total_assets": 444522086.0
                },
                "bmf_gross_receipts": 71809559.0,
                "bmf_assets": 444522086.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T11:55:02.0000000",
                "profile_last_modified": "2024-01-22T14:58:47.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-22T14:58:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7590220",
                "ein": "41-0713907",
                "organization_name": "Minnesota Historical Society",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Using the power of history to transform lives, the Minnesota Historical Society is a nonprofit educational and cultural institution established in 1849. The society preserves our past, shares our state's stories, and connects people with history.  It does this through extensive libraries and collections, innovative exhibits, educational programs, historic sites throughout the state and book publishing through the MNHS Press.",
                "website_url": "http://www.mnhs.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9931993&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/41-0713907",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Kent Whitworth",
                "leader_title": "Director",
                "contact_name": "Ms. Brian Juntti",
                "contact_email": "[email protected]",
                "contact_phone": "(651) 259-3116",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "549",
                "ruling_year": 1944
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "345 Kellogg Blvd W",
                "address_line_2": "",
                "city": "St Paul",
                "state": "MN",
                "zip": "55102",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 4, MN",
                "county": "Ramsey, MN",
                "latitude": 44.9442,
                "longitude": -93.1021
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SA090000",
                        "subject_code_description": "Historical activities"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A80",
                        "ntee_code_description": "Historical Societies and Related Activities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 63620828.0,
                    "total_expenses": 55381723.0,
                    "total_assets": 275417631.0
                },
                "bmf_gross_receipts": 75055069.0,
                "bmf_assets": 275417631.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T11:29:05.0000000",
                "profile_last_modified": "2024-01-22T11:29:05.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-22T11:29:05.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9455651",
                "ein": "47-1559027",
                "organization_name": "Foundation for Food and Agriculture Research",
                "also_known_as": "Foundation for Food and Agriculture Research",
                "group_exemption": "0000",
                "mission": "FFAR builds unique partnerships to support innovative science addressing today’s food and agriculture challenges.",
                "website_url": "https://foundationfar.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9958747&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/47-1559027",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Saharah Moon Chapotin",
                "leader_title": "Executive Director",
                "contact_name": "Lizzy Haymaker",
                "contact_email": "[email protected]",
                "contact_phone": "(202) 836-9956",
                "contact_title": "Development Manager",
                "number_of_employees": "47",
                "ruling_year": 2015
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "401 9th St NW Ste 730",
                "address_line_2": "",
                "city": "Washington",
                "state": "DC",
                "zip": "20004",
                "msa": "DC - Washington, DC-MD-VA",
                "congressional_district": "",
                "county": "District of Columbia, DC",
                "latitude": 38.8948,
                "longitude": -77.024
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SF010000",
                        "subject_code_description": "Physical and earth sciences"
                    },
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K99",
                        "ntee_code_description": "Other Food, Agriculture, and Nutrition N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 103276406.0,
                    "total_expenses": 56841081.0,
                    "total_assets": 348883479.0
                },
                "bmf_gross_receipts": 304110013.0,
                "bmf_assets": 348883479.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-24T16:55:48.0000000",
                "profile_last_modified": "2024-01-24T16:55:48.0000000",
                "dei_last_modified": "2020-06-24T14:27:54.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-24T16:55:48.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6826910",
                "ein": "04-2746912",
                "organization_name": "PAN-MASSACHUSETTS CHALLENGE TRUST",
                "also_known_as": "PMC, Pan-Mass Challenge, Pan Mass Challenge, Pan Massachusetts Challange Inc.",
                "group_exemption": "0000",
                "mission": "The mission of the Pan-Massachusetts Challenge is to raise money for life-saving cancer care and research at Dana-Farber Cancer Institute through its Jimmy Fund. The catalyst for the fundraising effort is a bike-a-thon that crosses the Commonwealth of Massachusetts.   Committed cyclists, volunteers, corporate sponsors, and individual financial contributors are essential to the PMC achieving this goal. Since its founding in 1980, the PMC has been increasingly successful in mobilizing the support of all these constituencies. We strive to inspire even more proponents of our cause and intend the money we raise to afford Dana-Farber's doctors and researchers the resources necessary to discover cures for all cancers.",
                "website_url": "www.pmc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10060562&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/04-2746912",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Billy Starr",
                "leader_title": "Executive Director",
                "contact_name": "Michele Sommer",
                "contact_email": "[email protected]",
                "contact_phone": "(781) 343-4021",
                "contact_title": "CFO",
                "number_of_employees": "20",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "77 4th Ave",
                "address_line_2": "",
                "city": "Needham Heights",
                "state": "MA",
                "zip": "02494",
                "msa": "MA - Boston",
                "congressional_district": "District 4, MA",
                "county": "Norfolk, MA",
                "latitude": 42.2995,
                "longitude": -71.2123
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE151500",
                        "subject_code_description": "Cancers"
                    },
                    {
                        "subject_code": "SE150000",
                        "subject_code_description": "Diseases and conditions"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "G30",
                        "ntee_code_description": "Cancer"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 73689314.0,
                    "total_expenses": 74415516.0,
                    "total_assets": 4292909.0
                },
                "bmf_gross_receipts": 77907970.0,
                "bmf_assets": 4292909.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-12T18:30:03.0000000",
                "profile_last_modified": "2024-02-12T18:30:03.0000000",
                "dei_last_modified": "2024-02-12T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-02-12T18:30:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9964327",
                "ein": "86-1528485",
                "organization_name": "Oneten Coalition Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "ONETEN AIMS TO CLOSE THE OPPORTUNITY GAP FOR BLACK TALENT AND OTHERS WHO DO NOT HAVE A FOUR-YEAR DEGREE. TOGETHER WITH OUR COALITION MEMBERS, WE CREATE OPPORTUNITIES TO EARN SUCCESS AND IGNITE POTENTIAL FOR GENERATIONS TO COME.",
                "website_url": "https://oneten.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9971682&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/86-1528485",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Debbie Dyson",
                "leader_title": "",
                "contact_name": "Sabrina Dupre",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "53",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "28 Valley Rd Ste 1",
                "address_line_2": "",
                "city": "Montclair",
                "state": "NJ",
                "zip": "07042",
                "msa": "NJ - Newark",
                "congressional_district": "District 10, NJ",
                "county": "Essex, NJ",
                "latitude": 40.8159,
                "longitude": -74.2213
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "R05",
                        "ntee_code_description": "Research Institutes and/or Public Policy Analysis"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 52569601.0,
                    "total_expenses": 44773431.0,
                    "total_assets": 117003423.0
                },
                "bmf_gross_receipts": 52569601.0,
                "bmf_assets": 117003423.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-26T11:02:14.0000000",
                "profile_last_modified": "2024-01-26T11:02:14.0000000",
                "dei_last_modified": "2024-01-26T10:37:03.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-01-26T11:02:14.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9973367",
                "ein": "86-2555082",
                "organization_name": "Jack and Nancy Dwyer Workforce Development Center Inc",
                "also_known_as": "Dwyer Workforce Development",
                "group_exemption": "0000",
                "mission": "The mission of the Jack and Nancy Dwyer Workforce Development Center is to improve the lives of nursing home residents while alleviating the negative societal effects of systematic poverty by providing job training and placement services, educational programs and financial assistance within the skilled nursing and senior housing industries to unemployed or under-employed individuals.",
                "website_url": "www.dwyerworkforcedev.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9935850&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/86-2555082",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Barb  Clapp",
                "leader_title": "CEO",
                "contact_name": "Barb Clapp",
                "contact_email": "[email protected]",
                "contact_phone": "(410) 513-8740",
                "contact_title": "CEO",
                "number_of_employees": "9346",
                "ruling_year": 2021
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1422 Clarkview Rd",
                "address_line_2": "",
                "city": "Baltimore",
                "state": "MD",
                "zip": "21209",
                "msa": "MD - Baltimore",
                "congressional_district": "District 3, MD",
                "county": "Baltimore, MD",
                "latitude": 39.3816,
                "longitude": -76.6574
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS070203",
                        "subject_code_description": "Nursing homes"
                    },
                    {
                        "subject_code": "SS070200",
                        "subject_code_description": "Elder housing"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SB060600",
                        "subject_code_description": "Nursing education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "E91",
                        "ntee_code_description": "Nursing, Convalescent (Geriatric and Nursing)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 165777019.0,
                    "total_expenses": 163109143.0,
                    "total_assets": 896381689.0
                },
                "bmf_gross_receipts": 165777019.0,
                "bmf_assets": 896381689.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T14:11:23.0000000",
                "profile_last_modified": "2024-01-22T14:11:23.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-22T14:11:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6827149",
                "ein": "04-2632526",
                "organization_name": "Elderhostel, Inc. DBA Road Scholar",
                "also_known_as": "Road Scholar",
                "group_exemption": "0000",
                "mission": "Not-for-profit Road Scholar inspires adults to learn, discover and travel. Our learning adventures engage expert instructors, provide extraordinary access, and stimulate discourse and friendship among people for whom learning is the journey of a lifetime.",
                "website_url": "www.roadscholar.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10000018&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/04-2632526",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "James Moses",
                "leader_title": "President and CEO",
                "contact_name": "Ann Simanis",
                "contact_email": "[email protected]",
                "contact_phone": "(617) 457-5429",
                "contact_title": "AVP, Advancement",
                "number_of_employees": "525",
                "ruling_year": 1978
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 56033",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02205",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Suffolk, MA",
                "latitude": 42.3169,
                "longitude": -71.0942
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090500",
                        "subject_code_description": "Senior services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ040000",
                        "population_served_description": "Retired people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PD030000",
                        "population_served_description": "Widows and widowers"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020300",
                        "population_served_description": "Seniors"
                    },
                    {
                        "population_served_code": "PA020200",
                        "population_served_description": "Older adults"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B99",
                        "ntee_code_description": "Education N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 344940076.0,
                    "total_expenses": 307047297.0,
                    "total_assets": 229991445.0
                },
                "bmf_gross_receipts": 374241244.0,
                "bmf_assets": 229991445.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-31T15:15:03.0000000",
                "profile_last_modified": "2024-01-31T15:15:03.0000000",
                "dei_last_modified": "2024-01-31T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-31T15:15:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7870663",
                "ein": "56-1326126",
                "organization_name": "Monarch",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Monarch currently provides services in communities across North Carolina.Mission: Monarch provides hope, promotes wellness, and empowers individuals and families impacted by mental illness, substance use disorders, intellectual and developmental disabilities, and traumatic brain injury.  Vision: Monarch envisions a world where all people can achieve their unique potential.Values:• Integrity• Compassion• Respect• Excellence• Innovation• Courage",
                "website_url": "www.monarchnc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9993879&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/56-1326126",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Peggy Terhune",
                "leader_title": "President & CEO",
                "contact_name": "Dr. Peggy Terhune",
                "contact_email": "[email protected]",
                "contact_phone": "(704) 986-1500",
                "contact_title": "President & CEO",
                "number_of_employees": "2052",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "350 Pee Dee Ave Ste 101",
                "address_line_2": "",
                "city": "Albemarle",
                "state": "NC",
                "zip": "28001",
                "msa": "",
                "congressional_district": "District 8, NC",
                "county": "Stanly, NC",
                "latitude": 35.3507,
                "longitude": -80.1941
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090100",
                        "subject_code_description": "Developmental disability services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS080300",
                        "subject_code_description": "Vocational rehabilitation"
                    },
                    {
                        "subject_code": "SS080000",
                        "subject_code_description": "Job services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE120200",
                        "subject_code_description": "Community mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH010500",
                        "population_served_description": "People with intellectual disabilities"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "F32",
                        "ntee_code_description": "Community Mental Health Center"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 96063706.0,
                    "total_expenses": 98077585.0,
                    "total_assets": 45356209.0
                },
                "bmf_gross_receipts": 108228830.0,
                "bmf_assets": 45356209.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-30T15:52:52.0000000",
                "profile_last_modified": "2024-01-30T15:52:52.0000000",
                "dei_last_modified": "2024-01-30T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-01-30T15:52:52.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8881371",
                "ein": "27-0270731",
                "organization_name": "ASSISTANCE FUND INC",
                "also_known_as": "TAF and The Assistance Fund",
                "group_exemption": "0000",
                "mission": "Our mission is to provide underinsured people living with life-threatening, chronic, and rare diseases access to critical treatment through financial assistance, education, and advocacy.Our vision is to see the day when no person goes without treatment because of an inability to pay.",
                "website_url": "https://tafcares.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9976045&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/27-0270731",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Danielle Vizcaino",
                "leader_title": "President and CEO",
                "contact_name": "Mr. Mark Meier",
                "contact_email": "[email protected]",
                "contact_phone": "(202) 660-4446",
                "contact_title": "Senior Communications Manager",
                "number_of_employees": "121",
                "ruling_year": 2009
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8427 Southpark Cir Ste 100",
                "address_line_2": "",
                "city": "Orlando",
                "state": "FL",
                "zip": "32819",
                "msa": "FL - Orlando",
                "congressional_district": "District 10, FL",
                "county": "Orange, FL",
                "latitude": 28.4651,
                "longitude": -81.4864
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "G12",
                        "ntee_code_description": "Fund Raising and/or Fund Distribution"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 288357934.0,
                    "total_expenses": 269288161.0,
                    "total_assets": 391103788.0
                },
                "bmf_gross_receipts": 293323124.0,
                "bmf_assets": 391103788.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-16T16:17:11.0000000",
                "profile_last_modified": "2024-01-26T16:00:06.0000000",
                "dei_last_modified": "2023-07-27T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-26T16:00:06.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9182332",
                "ein": "45-3782061",
                "organization_name": "GLOBAL EMPOWERMENT MISSION INC",
                "also_known_as": "GEM",
                "group_exemption": "0000",
                "mission": "Global Empowerment Mission (GEM) acts as a first responder to vulnerable communities affected by natural disasters and humanitarian crises around the world. GEM empowers local communities to create long-term, sustainable recovery solutions for vulnerable communities affected by crises.",
                "website_url": "www.globalempowermentmission.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10024634&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/45-3782061",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Michael Capponi",
                "leader_title": "Founder",
                "contact_name": "Patrick Lynch",
                "contact_email": "[email protected]",
                "contact_phone": "(305) 209-3837",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "24",
                "ruling_year": 2011
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1850 NW 84th Ave Ste 100",
                "address_line_2": "",
                "city": "Doral",
                "state": "FL",
                "zip": "33126",
                "msa": "FL - Miami",
                "congressional_district": "District 25, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.7902,
                "longitude": -80.3323
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ020000",
                        "population_served_description": "Unemployed people"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "population_served_code": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "M20",
                        "ntee_code_description": "Disaster Preparedness and Relief Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 139204040.0,
                    "total_expenses": 136215421.0,
                    "total_assets": 16468682.0
                },
                "bmf_gross_receipts": 139208165.0,
                "bmf_assets": 16468682.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-02-05T12:10:54.0000000",
                "profile_last_modified": "2024-02-05T12:29:45.0000000",
                "dei_last_modified": "2024-02-05T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-02-05T12:29:45.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8402863",
                "ein": "93-1140967",
                "organization_name": "PETSMART CHARITIES INC",
                "also_known_as": "PetSmart Charities",
                "group_exemption": "0000",
                "mission": "PetSmart Charities makes the world a better place for pets by investing in community partners that advocate & care for the well-being of pets and all who love them",
                "website_url": "www.petsmartcharities.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9879047&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/93-1140967",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Aimee Gilbreath",
                "leader_title": "President",
                "contact_name": "Stephanie Jensen",
                "contact_email": "[email protected]",
                "contact_phone": "(800) 423-7387",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1995
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "19601 N 27th Ave",
                "address_line_2": "",
                "city": "Phoenix",
                "state": "AZ",
                "zip": "85027",
                "msa": "AZ - Phoenix-Mesa",
                "congressional_district": "District 6, AZ",
                "county": "Maricopa, AZ",
                "latitude": 33.6642,
                "longitude": -112.1172
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SC050100",
                        "subject_code_description": "Animal welfare"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "D20",
                        "ntee_code_description": "Animal Protection and Welfare (includes Humane Societies and SPCAs)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 64748686.0,
                    "total_expenses": 67313127.0,
                    "total_assets": 76738672.0
                },
                "bmf_gross_receipts": 79999702.0,
                "bmf_assets": 76738672.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-18T13:04:39.0000000",
                "profile_last_modified": "2024-01-18T13:04:39.0000000",
                "dei_last_modified": "2021-09-07T11:37:07.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-18T13:04:39.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6908163",
                "ein": "13-1854606",
                "organization_name": "GUIDING EYES FOR THE BLIND INC",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Guiding Eyes for the Blind provides guide dogs to people with vision loss. We are passionate about connecting exceptional dogs with individuals for greater independence.",
                "website_url": "https://www.guidingeyes.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9937417&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/13-1854606",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Thomas Panek",
                "leader_title": "President & CEO",
                "contact_name": "Ms. Elena Consalvo",
                "contact_email": "[email protected]",
                "contact_phone": "(914) 245-4024",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "196",
                "ruling_year": 1956
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "611 Granite Springs Rd",
                "address_line_2": "",
                "city": "Yorktown Heights",
                "state": "NY",
                "zip": "10598",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 17, NY",
                "county": "Westchester, NY",
                "latitude": 41.2996,
                "longitude": -73.7955
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090400",
                        "subject_code_description": "Independent living for people with disabilities"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SC050200",
                        "subject_code_description": "Animal training"
                    },
                    {
                        "subject_code": "SC050000",
                        "subject_code_description": "Domesticated animals"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH010200",
                        "population_served_description": "People with vision impairments"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P86",
                        "ntee_code_description": "Blind/Visually Impaired Centers, Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 41759201.0,
                    "total_expenses": 42570809.0,
                    "total_assets": 111492936.0
                },
                "bmf_gross_receipts": 68573963.0,
                "bmf_assets": 111492936.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-22T15:47:45.0000000",
                "profile_last_modified": "2024-01-22T15:47:45.0000000",
                "dei_last_modified": "2023-07-31T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-22T15:47:45.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8456762",
                "ein": "95-4375022",
                "organization_name": "CALSTART, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "CALSTART is a nonprofit organization working nationally and internationally with businesses and governments to develop clean, efficient transportation solutions. CALSTART is a network that connects companies and government agencies and helps them do their jobs better. From technology firms to transit operators and from vehicle manufacturers to research institutions, we connect every element of the clean energy sector, offering customized services, information and programming.",
                "website_url": "www.calstart.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9969615&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/95-4375022",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "John Boesel",
                "leader_title": "President and CEO",
                "contact_name": "Mr. John Boesel",
                "contact_email": "[email protected]",
                "contact_phone": "(626) 744-5607",
                "contact_title": "President and CEO",
                "number_of_employees": "181",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "48 S Chester Ave",
                "address_line_2": "",
                "city": "Pasadena",
                "state": "CA",
                "zip": "91106",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "District 27, CA",
                "county": "Los Angeles, CA",
                "latitude": 34.1453,
                "longitude": -118.1245
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020101",
                        "subject_code_description": "Public transportation"
                    },
                    {
                        "subject_code": "SN020100",
                        "subject_code_description": "Urban development"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SC030604",
                        "subject_code_description": "Renewable energy"
                    },
                    {
                        "subject_code": "SC030601",
                        "subject_code_description": "Energy efficiency"
                    },
                    {
                        "subject_code": "SC030600",
                        "subject_code_description": "Energy resources"
                    },
                    {
                        "subject_code": "SC030100",
                        "subject_code_description": "Air quality"
                    },
                    {
                        "subject_code": "SC030000",
                        "subject_code_description": "Natural resources"
                    },
                    {
                        "subject_code": "SC020000",
                        "subject_code_description": "Climate change"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "C99",
                        "ntee_code_description": "Environmental Quality, Protection, and Beautification N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 66442286.0,
                    "total_expenses": 65853824.0,
                    "total_assets": 49283495.0
                },
                "bmf_gross_receipts": 66442286.0,
                "bmf_assets": 49283495.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-25T20:28:12.0000000",
                "profile_last_modified": "2024-01-25T20:28:12.0000000",
                "dei_last_modified": "2023-04-06T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-25T20:28:12.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6929323",
                "ein": "13-3956444",
                "organization_name": "CENTRAL EUROPEAN UNIVERSITY",
                "also_known_as": "CEU",
                "group_exemption": "0000",
                "mission": "Central European University is a graduate institution of advanced research and teaching, dedicated to socially and morally responsible intellectual inquiry. CEU is committed to promoting the values of open society and self-reflective critical thinking. It aims at excellence in the mastery of established knowledge, courage to pursue the creation of new knowledge in the humanities, the social sciences, law and management, and engagement in promoting applications for each, in particular through their policy implications. CEU is a new model for international education, a center for study of contemporary economic, social and political challenges, and a source of support for building open and democratic societies that respect human rights and human dignity.",
                "website_url": "www.ceu.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9995717&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/13-3956444",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Shalini Randeria",
                "leader_title": "President and Rector",
                "contact_name": "Ms. Boroka Lelik",
                "contact_email": "[email protected]",
                "contact_phone": "(36) 327-3286",
                "contact_title": "Development Operations Officer",
                "number_of_employees": "0",
                "ruling_year": 1997
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 1215",
                "address_line_2": "",
                "city": "Herndon",
                "state": "VA",
                "zip": "20172",
                "msa": "VA - Washington, DC-MD-VA",
                "congressional_district": "District 11, VA",
                "county": "Fairfax, VA",
                "latitude": 38.9517,
                "longitude": -77.3686
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B50",
                        "ntee_code_description": "Graduate, Professional(Separate Entities)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 62852113.0,
                    "total_expenses": 99333475.0,
                    "total_assets": 473820660.0
                },
                "bmf_gross_receipts": 62852113.0,
                "bmf_assets": 473820660.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2024-01-31T04:58:42.0000000",
                "profile_last_modified": "2024-01-31T04:58:42.0000000",
                "dei_last_modified": "2022-11-30T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-31T04:58:42.0000000"
            }
        }
    ]
}

Filter search results by IRS form types, audits, and financial metrics

Filter search results by IRS tax return form types, A-133 audits, and key financial metrics.

{
    "filters": {
        "financials": {
            "most_recent_year": {
                "form_types": {
                    "f990": true
                },
                "total_revenue": {
                    "min": 50000
                },
                "total_expenses": {
                    "min": 30000
                },
                "total_assets": {
                    "min": 4000000
                }
            },
            "required_to_file_990t": true,
            "a_133_audit_performed": true
        }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 130,
    "time": "2024-02-13 14:04:27Z",
    "results_count": 2981,
    "page_count": 120,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "8144842",
                "ein": "75-0855633",
                "organization_name": "McMurry University",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "“Shaped by Christian principles, McMurry University challenges students to examine our complex world from multiple perspectives in preparation for lives of leadership, service, and professional success.”",
                "website_url": "www.mcm.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9816866&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/75-0855633",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Sandra Harper",
                "leader_title": "",
                "contact_name": "Sarah Martin",
                "contact_email": "[email protected]",
                "contact_phone": "(325) 793-4750",
                "contact_title": "",
                "number_of_employees": "639",
                "ruling_year": 1941
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1 McMurry University # 938",
                "address_line_2": "",
                "city": "Abilene",
                "state": "TX",
                "zip": "79697",
                "msa": "TX - Abilene",
                "congressional_district": "District 19, TX",
                "county": "Taylor, TX",
                "latitude": 32.4313,
                "longitude": -99.7516
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ050200",
                        "population_served_description": "Teachers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE050000",
                        "population_served_description": "People of Latin American descent"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B42",
                        "ntee_code_description": "Undergraduate College (4-year)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 54954600.0,
                    "total_expenses": 47431282.0,
                    "total_assets": 177249234.0
                },
                "bmf_gross_receipts": 60835694.0,
                "bmf_assets": 155891753.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-03T11:53:50.0000000",
                "profile_last_modified": "2024-01-03T12:00:20.0000000",
                "dei_last_modified": "2024-01-03T00:00:00.0000000",
                "financials_last_modified": "2024-01-19T07:00:09.0000000",
                "last_modified": "2024-01-19T07:00:09.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6956347",
                "ein": "16-0743996",
                "organization_name": "Elmira College",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Grounded in the liberal arts and sciences, Elmira College provides a collaborative and supportive environment that enables students to become active learners, effective leaders, responsible community members, and globally engaged citizens.",
                "website_url": "http://www.elmira.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10049637&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/16-0743996",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Charles Lindsay",
                "leader_title": "",
                "contact_name": "Jennifer Swain",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "599",
                "ruling_year": 1942
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1 Park Pl",
                "address_line_2": "",
                "city": "Elmira",
                "state": "NY",
                "zip": "14901",
                "msa": "NY - Elmira",
                "congressional_district": "",
                "county": "Chemung, NY",
                "latitude": 42.0983,
                "longitude": -76.802
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050300",
                        "subject_code_description": "University education"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B43",
                        "ntee_code_description": "University or Technological"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 39086820.0,
                    "total_expenses": 40881881.0,
                    "total_assets": 109483653.0
                },
                "bmf_gross_receipts": 69687462.0,
                "bmf_assets": 109483653.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-09T13:39:24.0000000",
                "profile_last_modified": "2024-02-09T13:39:24.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-02-09T13:39:24.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7370380",
                "ein": "33-0328688",
                "organization_name": "La Jolla Institute for Immunology",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "La Jolla Institute for Immunology (LJI) is a nonprofit biomedical research institute dedicated to improving human health and fighting disease through cutting-edge immunology research. The Institute's discoveries are advancing progress toward the prevention, treatment and cure of a broad array of diseases ranging from type 1 diabetes to infectious diseases to cancer.",
                "website_url": "www.lji.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9939773&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/33-0328688",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Erica Ollmann Saphire",
                "leader_title": "President & Chief Executive Officer",
                "contact_name": "Eileen Timken",
                "contact_email": "[email protected]",
                "contact_phone": "(858) 752-6535",
                "contact_title": "Director of Advancement",
                "number_of_employees": "515",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "9420 Athena Cir",
                "address_line_2": "",
                "city": "La Jolla",
                "state": "CA",
                "zip": "92037",
                "msa": "CA - San Diego",
                "congressional_district": "District 52, CA",
                "county": "San Diego, CA",
                "latitude": 32.8371,
                "longitude": -117.2561
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SF040000",
                        "subject_code_description": "Biology"
                    },
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    },
                    {
                        "subject_code": "SE150000",
                        "subject_code_description": "Diseases and conditions"
                    },
                    {
                        "subject_code": "SE140000",
                        "subject_code_description": "Medical specialties"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "H99",
                        "ntee_code_description": "Other Medical Research N.E.C."
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "12",
                    "foundation_code_description": "Hospital or medical research organization"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 92274481.0,
                    "total_expenses": 92177095.0,
                    "total_assets": 80295864.0
                },
                "bmf_gross_receipts": 96594363.0,
                "bmf_assets": 80295864.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T18:33:12.0000000",
                "profile_last_modified": "2024-01-22T18:01:15.0000000",
                "dei_last_modified": "2023-12-20T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-22T18:01:15.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7799582",
                "ein": "54-0682401",
                "organization_name": "GRAFTON INTEGRATED HEALTH NETWORK",
                "also_known_as": "Grafton School, Inc. and Grafton",
                "group_exemption": "0000",
                "mission": "Mission StatementGrafton creates solution-focused opportunities for individuals challenged by complex disabilities.Vision StatementGrafton is committed to excellence in the delivery of person-centered care and value-added services. We believe that by making our core values the focus of what we do, Grafton will become internationally recognized as the preferred:• Provider of Choice• Employer of Choice• Strategic Partner of ChoiceGrafton's commitment to the best practices in behavioral healthcare and to continuous quality improvement define our high standard of care and ensure the optimal outcome for each client.",
                "website_url": "www.grafton.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/54-0682401",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "James Stewart",
                "leader_title": "",
                "contact_name": "Angela Brown",
                "contact_email": "[email protected]",
                "contact_phone": "(540) 955-2400 x6505",
                "contact_title": "",
                "number_of_employees": "781",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3150 Shawnee Dr",
                "address_line_2": "",
                "city": "Winchester",
                "state": "VA",
                "zip": "22601",
                "msa": "",
                "congressional_district": "District 10, VA",
                "county": "Winchester City, VA",
                "latitude": 39.1778,
                "longitude": -78.173
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SG040000",
                        "subject_code_description": "Psychology and behavioral science"
                    },
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SE120300",
                        "subject_code_description": "Residential mental health care"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB030800",
                        "subject_code_description": "Special needs education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH010500",
                        "population_served_description": "People with intellectual disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010200",
                        "population_served_description": "Children"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "E60",
                        "ntee_code_description": "Health Support Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 59458949.0,
                    "total_expenses": 53527321.0,
                    "total_assets": 59407353.0
                },
                "bmf_gross_receipts": 67298908.0,
                "bmf_assets": 59407353.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-17T09:40:48.0000000",
                "profile_last_modified": "2024-01-17T09:40:48.0000000",
                "dei_last_modified": "2024-01-17T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2024-01-17T09:40:48.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7522621",
                "ein": "38-1359513",
                "organization_name": "The Edison Institute, Inc. dba The Henry Ford",
                "also_known_as": "The Henry Ford",
                "group_exemption": "0000",
                "mission": "The Edison Institute does business as \"The Henry Ford.\"  Its mission is to provide unique educational experiences based on authentic objects, stories and lives from America's traditions of ingenuity, resourcefulness, and innovation. Its purpose is to inspire people to learn from these traditions to help shape a better future.",
                "website_url": "http://www.thehenryford.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9908166&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/38-1359513",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Patricia Mooradian",
                "leader_title": "President",
                "contact_name": "Mr. George Moroz",
                "contact_email": "[email protected]",
                "contact_phone": "(313) 982-6113",
                "contact_title": "Special Assistant the President and Senior Director, External Relations",
                "number_of_employees": "1551",
                "ruling_year": 1945
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "20900 Oakwood Blvd",
                "address_line_2": "",
                "city": "Dearborn",
                "state": "MI",
                "zip": "48124",
                "msa": "MI - Detroit",
                "congressional_district": "District 12, MI",
                "county": "Wayne, MI",
                "latitude": 42.3001,
                "longitude": -83.233
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030600",
                        "subject_code_description": "Charter school education"
                    },
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA070800",
                        "subject_code_description": "Science museums"
                    },
                    {
                        "subject_code": "SA070400",
                        "subject_code_description": "History museums"
                    },
                    {
                        "subject_code": "SA070000",
                        "subject_code_description": "Museums"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A54",
                        "ntee_code_description": "History Museums"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 56954524.0,
                    "total_expenses": 73848872.0,
                    "total_assets": 529837527.0
                },
                "bmf_gross_receipts": 95833392.0,
                "bmf_assets": 529837527.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T08:33:18.0000000",
                "profile_last_modified": "2024-01-19T08:33:18.0000000",
                "dei_last_modified": "2023-01-20T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-19T08:33:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7150488",
                "ein": "23-7092671",
                "organization_name": "National Council for Behavioral Health",
                "also_known_as": "National Council for Mental Wellbeing",
                "group_exemption": "0000",
                "mission": "Founded in 1969, the National Council for Mental Wellbeing is a membership organization that drives policy and social change on behalf of nearly 3,200 mental health and substance use treatment organizations and the more than 10 million children, adults and families they serve. We advocate for policies to ensure equitable access to high-quality services. We build the capacity of mental health and substance use treatment organizations. And we promote greater understanding of mental wellbeing as a core component of comprehensive health and health care. Through our Mental Health First Aid (MHFA) program, we have trained more than 2.5 million people in the U.S. to identify, understand and respond to signs and symptoms of mental health and substance use challenges.",
                "website_url": "https://www.thenationalcouncil.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10026735&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/23-7092671",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Chuck Ingoglia",
                "leader_title": "President & CEO",
                "contact_name": "Jeannie Campbell",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Executive Vice President/COO",
                "number_of_employees": "267",
                "ruling_year": 1982
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1400 K St NW Ste 400",
                "address_line_2": "",
                "city": "Washington",
                "state": "DC",
                "zip": "20005",
                "msa": "DC - Washington, DC-MD-VA",
                "congressional_district": "",
                "county": "District of Columbia, DC",
                "latitude": 38.9025,
                "longitude": -77.032
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE120500",
                        "subject_code_description": "Addiction services"
                    },
                    {
                        "subject_code": "SE120000",
                        "subject_code_description": "Mental health care"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH010400",
                        "population_served_description": "People with psychosocial disabilities"
                    },
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "F02",
                        "ntee_code_description": "Management & Technical Assistance"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 73621661.0,
                    "total_expenses": 57855684.0,
                    "total_assets": 67327857.0
                },
                "bmf_gross_receipts": 76874942.0,
                "bmf_assets": 67327857.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-05T15:49:58.0000000",
                "profile_last_modified": "2024-02-05T15:49:58.0000000",
                "dei_last_modified": "2022-02-08T14:05:44.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-02-05T15:49:58.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7380633",
                "ein": "31-1584621",
                "organization_name": "Donald Danforth Plant Science Center",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "To improve the human condition through plant science: * Feed the hungry and improve human health* Preserve and renew our environment* Enhance the St. Louis region as a world center for plant science",
                "website_url": "www.danforthcenter.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9999506&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/31-1584621",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "James Carrington",
                "leader_title": "President",
                "contact_name": "Elizabeth McNulty",
                "contact_email": "[email protected]",
                "contact_phone": "(314) 587-1075",
                "contact_title": "Development Communications Manager",
                "number_of_employees": "433",
                "ruling_year": 1998
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "975 N Warson Rd",
                "address_line_2": "",
                "city": "St Louis",
                "state": "MO",
                "zip": "63132",
                "msa": "MO - St. Louis, MO-IL",
                "congressional_district": "District 1, MO",
                "county": "Saint Louis, MO",
                "latitude": 38.681,
                "longitude": -90.3946
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "ST040000",
                        "subject_code_description": "International development"
                    },
                    {
                        "subject_code": "ST000000",
                        "subject_code_description": "International relations"
                    },
                    {
                        "subject_code": "SN020300",
                        "subject_code_description": "Employment"
                    },
                    {
                        "subject_code": "SN020000",
                        "subject_code_description": "Economic development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SF040200",
                        "subject_code_description": "Botany"
                    },
                    {
                        "subject_code": "SF040000",
                        "subject_code_description": "Biology"
                    },
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    },
                    {
                        "subject_code": "SC040200",
                        "subject_code_description": "Plant biodiversity"
                    },
                    {
                        "subject_code": "SC040000",
                        "subject_code_description": "Biodiversity"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ080000",
                        "population_served_description": "Farmers"
                    },
                    {
                        "population_served_code": "PJ050300",
                        "population_served_description": "Researchers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "K05",
                        "ntee_code_description": "Research Institutes and/or Public Policy Analysis"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 48059784.0,
                    "total_expenses": 59342714.0,
                    "total_assets": 583977985.0
                },
                "bmf_gross_receipts": 234580948.0,
                "bmf_assets": 583977985.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-25T12:37:26.0000000",
                "profile_last_modified": "2024-01-31T14:26:46.0000000",
                "dei_last_modified": "2021-09-21T15:51:17.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-31T14:26:46.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7797985",
                "ein": "54-0505922",
                "organization_name": "UNIVERSITY OF LYNCHBURG",
                "also_known_as": "Lynchburg, Lynchburg College",
                "group_exemption": "0000",
                "mission": "University of Lynchburg's mission is to develop students with strong character and balanced perspectives and to prepare them for engagement in a global society and for effective leadership in the civic, professional, and spiritual dimensions of life.",
                "website_url": "www.lynchburg.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10031154&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/54-0505922",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Alison Morrison-Shetlar",
                "leader_title": "",
                "contact_name": "Jennifer Williams",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "1652",
                "ruling_year": 1944
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1501 Lakeside Dr",
                "address_line_2": "",
                "city": "Lynchburg",
                "state": "VA",
                "zip": "24501",
                "msa": "VA - Lynchburg",
                "congressional_district": "District 6, VA",
                "county": "Lynchburg City, VA",
                "latitude": 37.4018,
                "longitude": -79.1825
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B40",
                        "ntee_code_description": "Higher Education Institutions"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 116399474.0,
                    "total_expenses": 107792950.0,
                    "total_assets": 271334751.0
                },
                "bmf_gross_receipts": 169291780.0,
                "bmf_assets": 271334751.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-06T13:03:20.0000000",
                "profile_last_modified": "2024-02-06T13:03:20.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-02-06T13:03:20.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7493286",
                "ein": "36-6008929",
                "organization_name": "Lyric Opera of Chicago",
                "also_known_as": "Lyric or Lyric Opera",
                "group_exemption": "0000",
                "mission": "Founded in 1954, Lyric Opera of Chicago's mission is to express and promote the life-changing, transformational, revelatory power of great opera. Lyric exists to provide a broad, deep, and relevant cultural service to Chicago and the nation, and to advance the development of the art form. Lyric is dedicated to producing and performing consistently thrilling, entertaining, and thought-provoking opera with a balanced repertoire of core classics, lesser-known masterpieces, and new works; to creating an innovative and wide-ranging program of community engagement and educational activities; and to developing exceptional emerging operatic talent.",
                "website_url": "www.lyricopera.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9966504&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/36-6008929",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Anthony Freud",
                "leader_title": "General Director",
                "contact_name": "Ms. Kelli Dawson",
                "contact_email": "[email protected]",
                "contact_phone": "(312) 827-5692",
                "contact_title": "Institutional Partnerships Assistant",
                "number_of_employees": "923",
                "ruling_year": 1957
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "20 N Wacker Dr Ste 860",
                "address_line_2": "",
                "city": "Chicago",
                "state": "IL",
                "zip": "60606",
                "msa": "IL - Chicago",
                "congressional_district": "District 7, IL",
                "county": "Cook, IL",
                "latitude": 41.8826,
                "longitude": -87.6355
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SH040400",
                        "subject_code_description": "Radio"
                    },
                    {
                        "subject_code": "SH040000",
                        "subject_code_description": "Communication media"
                    },
                    {
                        "subject_code": "SH000000",
                        "subject_code_description": "Information and communications"
                    },
                    {
                        "subject_code": "SA060700",
                        "subject_code_description": "Performing arts education"
                    },
                    {
                        "subject_code": "SA060304",
                        "subject_code_description": "Opera"
                    },
                    {
                        "subject_code": "SA060300",
                        "subject_code_description": "Music"
                    },
                    {
                        "subject_code": "SA060000",
                        "subject_code_description": "Performing arts"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "A6A",
                        "ntee_code_description": "Opera"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 78366900.0,
                    "total_expenses": 70260752.0,
                    "total_assets": 283616223.0
                },
                "bmf_gross_receipts": 137895917.0,
                "bmf_assets": 283616223.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-25T15:15:17.0000000",
                "profile_last_modified": "2024-01-25T15:15:17.0000000",
                "dei_last_modified": "2024-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-25T15:15:17.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7794249",
                "ein": "53-0196577",
                "organization_name": "Brookings Institution",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Brookings Institution is a nonprofit public policy organization based in Washington, DC. Our mission is to conduct in-depth research that leads to new ideas for solving problems facing society at the local, national and global level.",
                "website_url": "http://www.brookings.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9908022&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/53-0196577",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Cecilia Rouse",
                "leader_title": "President",
                "contact_name": "Meena Hanifi",
                "contact_email": "[email protected]",
                "contact_phone": "(202) 797-6000",
                "contact_title": "",
                "number_of_employees": "629",
                "ruling_year": 1940
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1775 Massachusetts Ave NW",
                "address_line_2": "",
                "city": "Washington",
                "state": "DC",
                "zip": "20036",
                "msa": "DC - Washington, DC-MD-VA",
                "congressional_district": "",
                "county": "District of Columbia, DC",
                "latitude": 38.9087,
                "longitude": -77.0408
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "W05",
                        "ntee_code_description": "Research Institutes and/or Public Policy Analysis"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 119341951.0,
                    "total_expenses": 87855233.0,
                    "total_assets": 528999178.0
                },
                "bmf_gross_receipts": 309630330.0,
                "bmf_assets": 528999178.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T08:21:38.0000000",
                "profile_last_modified": "2024-01-19T08:21:38.0000000",
                "dei_last_modified": "2024-01-19T08:13:39.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-19T08:21:38.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7104568",
                "ein": "23-1657958",
                "organization_name": "Neumann University",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Neumann University educates a diverse community of learners based upon the belief that knowledge is a gift to be shared in the service of others and that learning is a lifelong process.",
                "website_url": "WWW.NEUMANN.EDU",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9936888&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/23-1657958",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Chris Domes",
                "leader_title": "",
                "contact_name": "Richard Hartwell",
                "contact_email": "[email protected]",
                "contact_phone": "(610) 361-2336",
                "contact_title": "Chief Information Officer and Associate Vice President of Institutional Research and Planning",
                "number_of_employees": "864",
                "ruling_year": 1965
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1 Neumann Dr",
                "address_line_2": "",
                "city": "Aston",
                "state": "PA",
                "zip": "19014",
                "msa": "PA - Philadelphia, PA-NJ",
                "congressional_district": "District 5, PA",
                "county": "Delaware, PA",
                "latitude": 39.8736,
                "longitude": -75.4397
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB060600",
                        "subject_code_description": "Nursing education"
                    },
                    {
                        "subject_code": "SB060500",
                        "subject_code_description": "Teacher education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050300",
                        "subject_code_description": "University education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B43",
                        "ntee_code_description": "University or Technological"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 78022148.0,
                    "total_expenses": 79661670.0,
                    "total_assets": 151745780.0
                },
                "bmf_gross_receipts": 97482838.0,
                "bmf_assets": 151745780.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-22T15:17:19.0000000",
                "profile_last_modified": "2024-01-22T15:17:19.0000000",
                "dei_last_modified": "2023-01-27T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-22T15:17:19.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8388885",
                "ein": "94-1156258",
                "organization_name": "California Academy of Sciences",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Regenerate the natural world through science, learning, and collaboration.",
                "website_url": "www.calacademy.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9887561&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/94-1156258",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Scott Sampson",
                "leader_title": "Executive Director",
                "contact_name": "Mary Nemerov",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Chief Philanthropy Officer",
                "number_of_employees": "658",
                "ruling_year": 1926
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "55 Music Concourse Dr",
                "address_line_2": "",
                "city": "San Francisco",
                "state": "CA",
                "zip": "94118",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 12, CA",
                "county": "San Francisco, CA",
                "latitude": 37.7702,
                "longitude": -122.4666
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    },
                    {
                        "subject_code": "SC040101",
                        "subject_code_description": "Aquariums"
                    },
                    {
                        "subject_code": "SC040100",
                        "subject_code_description": "Wildlife biodiversity"
                    },
                    {
                        "subject_code": "SC040000",
                        "subject_code_description": "Biodiversity"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA070600",
                        "subject_code_description": "Natural history museums"
                    },
                    {
                        "subject_code": "SA070000",
                        "subject_code_description": "Museums"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "U20",
                        "ntee_code_description": "Science, General (includes Interdisciplinary Scientific Activities)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2023,
                    "total_revenue": 71497681.0,
                    "total_expenses": 101030361.0,
                    "total_assets": 761119834.0
                },
                "bmf_gross_receipts": 260699045.0,
                "bmf_assets": 761119834.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-18T14:48:23.0000000",
                "profile_last_modified": "2024-01-18T14:48:23.0000000",
                "dei_last_modified": "2021-04-30T16:46:54.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-18T14:48:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7188376",
                "ein": "23-7225104",
                "organization_name": "New England Conservatory of Music",
                "also_known_as": "New England Conservatory",
                "group_exemption": "0000",
                "mission": "New England Conservatory educates and trains musicians of all ages from around the world, drawing on our distinguished faculty’s deep reservoir of talent, as well as our creative community and educational partnerships. We are devoted to inculcating the highest standards of artistic excellence and nurturing individual artistic sensibility and creative growth. Understanding that music is one of the transcendent expressions of human civilization, NEC is committed to advancing music’s contribution to contemporary society.",
                "website_url": "http://www.necmusic.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9910364&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/23-7225104",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Andrea Kalyn",
                "leader_title": "President",
                "contact_name": "Valerie Szepiwdycz",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Director of Marketing and Brand Strategy",
                "number_of_employees": "1199",
                "ruling_year": 1941
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "290 Huntington Ave",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02115",
                "msa": "MA - Boston",
                "congressional_district": "District 7, MA",
                "county": "Suffolk, MA",
                "latitude": 42.3423,
                "longitude": -71.0854
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA060300",
                        "subject_code_description": "Music"
                    },
                    {
                        "subject_code": "SA060000",
                        "subject_code_description": "Performing arts"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ100000",
                        "population_served_description": "Artists and performers"
                    },
                    {
                        "population_served_code": "PJ050100",
                        "population_served_description": "Students"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B40",
                        "ntee_code_description": "Higher Education Institutions"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 112202723.0,
                    "total_expenses": 71112347.0,
                    "total_assets": 261178861.0
                },
                "bmf_gross_receipts": 320754038.0,
                "bmf_assets": 261178861.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-19T09:50:01.0000000",
                "profile_last_modified": "2024-01-19T10:15:39.0000000",
                "dei_last_modified": "2023-07-12T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-19T10:15:39.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7099853",
                "ein": "23-1352651",
                "organization_name": "THOMAS JEFFERSON UNIVERSITY",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our mission is to serve society through contributions to the maintenance and enhancement of people's health and well-being.",
                "website_url": "https://www.jefferson.edu/",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/23-1352651",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Joseph Cacchione",
                "leader_title": "",
                "contact_name": "Carolyn Hobbs",
                "contact_email": "[email protected]",
                "contact_phone": "(215) 955-6000",
                "contact_title": "",
                "number_of_employees": "7084",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "125 S 9th St Ste 600",
                "address_line_2": "",
                "city": "Philadelphia",
                "state": "PA",
                "zip": "19107",
                "msa": "PA - Philadelphia, PA-NJ",
                "congressional_district": "District 1, PA",
                "county": "Philadelphia, PA",
                "latitude": 39.949,
                "longitude": -75.1557
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B50",
                        "ntee_code_description": "Graduate, Professional(Separate Entities)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 1341009086.0,
                    "total_expenses": 1330229702.0,
                    "total_assets": 4773850575.0
                },
                "bmf_gross_receipts": 1341676424.0,
                "bmf_assets": 4773850575.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-26T14:25:03.0000000",
                "profile_last_modified": "2024-01-26T14:25:03.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2024-01-26T14:25:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7856383",
                "ein": "56-0529961",
                "organization_name": "DAVIDSON COLLEGE",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "UNDERGRADUATE LIBERAL ARTS EDUCATION",
                "website_url": "https://www.davidson.edu",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/56-0529961",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Doug Hicks",
                "leader_title": "",
                "contact_name": "Cathy Richards",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "2481",
                "ruling_year": 1951
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": true
                }
            },
            "geography": {
                "address_line_1": "209 Ridge Rd # 5000",
                "address_line_2": "",
                "city": "Davidson",
                "state": "NC",
                "zip": "28036",
                "msa": "NC - Charlotte-Gastonia-Rock Hill, NC-SC",
                "congressional_district": "District 12, NC",
                "county": "Mecklenburg, NC",
                "latitude": 35.5065,
                "longitude": -80.8396
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B42",
                        "ntee_code_description": "Undergraduate College (4-year)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 353448425.0,
                    "total_expenses": 173717660.0,
                    "total_assets": 1808715075.0
                },
                "bmf_gross_receipts": 499853728.0,
                "bmf_assets": 1808715075.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-29T17:24:51.0000000",
                "profile_last_modified": "2024-01-30T08:37:04.0000000",
                "dei_last_modified": "2024-01-29T17:45:44.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-30T08:37:04.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8370111",
                "ein": "92-0155067",
                "organization_name": "Alaska Community Foundation",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Inspiring the spirit of giving and connecting people, organizations, and causes to strengthen Alaska's communities now and forever.",
                "website_url": "www.alaskacf.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9857436&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/92-0155067",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Ken Osterkamp",
                "leader_title": "Interim President",
                "contact_name": "Mr. Ken Osterkamp",
                "contact_email": "[email protected]",
                "contact_phone": "(907) 334-6700",
                "contact_title": "Interim President",
                "number_of_employees": "42",
                "ruling_year": 1996
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3201 C St Ste 110",
                "address_line_2": "",
                "city": "Anchorage",
                "state": "AK",
                "zip": "99503",
                "msa": "AK - Anchorage",
                "congressional_district": "",
                "county": "Anchorage, AK",
                "latitude": 61.1916,
                "longitude": -149.8866
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T70",
                        "ntee_code_description": "Fund Raising Organizations That Cross Categories includes Community Funds/Trusts and Federated Giving Programs) e.g. United Way"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 62719512.0,
                    "total_expenses": 48051839.0,
                    "total_assets": 191830219.0
                },
                "bmf_gross_receipts": 77051369.0,
                "bmf_assets": 191830219.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-04-27T16:07:33.0000000",
                "profile_last_modified": "2024-01-11T17:39:35.0000000",
                "dei_last_modified": "2023-04-27T13:03:29.0000000",
                "financials_last_modified": "2023-12-22T03:01:52.0000000",
                "last_modified": "2024-01-11T17:39:35.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7679443",
                "ein": "44-0546278",
                "organization_name": "Kansas City Art Institute",
                "also_known_as": "KCAI",
                "group_exemption": "0000",
                "mission": "To prepare gifted students to transform the world creatively through art and design. We can do this by (1) providing a rigorous education in art, design and the liberal arts that combines theory and creative application through facilitating aesthetic exploration and critical inquiry and reflection in a historical and contemporary context; (2) nurturing the professional, intellectual and personal growth of our students through access to dedicated preeminent, professionally active faculty; and (3) preparing our graduates for thriving multifaceted careers by creating partnerships that serve and involve the public, encourage lifelong learning and promote student engagement with local, national and international communities.",
                "website_url": "www.kcai.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9837782&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/44-0546278",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Allison Puff",
                "leader_title": "The Nerman Family President Interim",
                "contact_name": "Chris Sumner",
                "contact_email": "[email protected]",
                "contact_phone": "(816) 802-3465",
                "contact_title": "Vice President of Institutional Advancement",
                "number_of_employees": "297",
                "ruling_year": 1939
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "4415 Warwick Blvd",
                "address_line_2": "",
                "city": "Kansas City",
                "state": "MO",
                "zip": "64111",
                "msa": "MO - Kansas City, MO-KS",
                "congressional_district": "District 5, MO",
                "county": "Jackson, MO",
                "latitude": 39.047,
                "longitude": -94.5843
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA050000",
                        "subject_code_description": "Visual arts"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ100000",
                        "population_served_description": "Artists and performers"
                    },
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B42",
                        "ntee_code_description": "Undergraduate College (4-year)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 43890370.0,
                    "total_expenses": 42024190.0,
                    "total_assets": 165066373.0
                },
                "bmf_gross_receipts": 58062860.0,
                "bmf_assets": 165066373.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-14T16:01:12.0000000",
                "profile_last_modified": "2024-01-08T13:01:09.0000000",
                "dei_last_modified": "2023-12-01T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-08T13:01:09.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8118376",
                "ein": "74-2543881",
                "organization_name": "Energy Outreach Colorado",
                "also_known_as": "EOC",
                "group_exemption": "0000",
                "mission": "Energy Outreach Colorado leads a network of industry, state and local partners to Support, Stabilize and Sustain Coloradans to afford their energy needs.",
                "website_url": "www.energyoutreach.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10025885&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/74-2543881",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Jennifer Gremmert",
                "leader_title": "CEO & Executive Director",
                "contact_name": "Tess Richey",
                "contact_email": "[email protected]",
                "contact_phone": "(303) 226-5057",
                "contact_title": "Director of Development",
                "number_of_employees": "40",
                "ruling_year": 1989
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 176268",
                "address_line_2": "",
                "city": "Denver",
                "state": "CO",
                "zip": "80217",
                "msa": "CO - Denver-Boulder",
                "congressional_district": "District 1, CO",
                "county": "Denver, CO",
                "latitude": 39.7884,
                "longitude": -104.9505
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS070304",
                        "subject_code_description": "Utility expense assistance"
                    },
                    {
                        "subject_code": "SS070300",
                        "subject_code_description": "Housing services"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS030000",
                        "subject_code_description": "Basic and emergency aid"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN040200",
                        "subject_code_description": "Housing rehabilitation"
                    },
                    {
                        "subject_code": "SN040000",
                        "subject_code_description": "Housing development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG030200",
                        "population_served_description": "Low-income people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P60",
                        "ntee_code_description": "Emergency Assistance (Food, Clothing, Cash)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 54969083.0,
                    "total_expenses": 40899975.0,
                    "total_assets": 35593343.0
                },
                "bmf_gross_receipts": 55675677.0,
                "bmf_assets": 35593343.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-23T16:55:56.0000000",
                "profile_last_modified": "2024-02-05T14:39:13.0000000",
                "dei_last_modified": "2022-03-02T14:54:15.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2024-02-05T14:39:13.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7796375",
                "ein": "53-0172317",
                "organization_name": "AMERICAN ASSOCIATION OF MOTOR VEHICLE ADMINISTRATORS",
                "also_known_as": "AAMVA",
                "group_exemption": "0000",
                "mission": "Serve North American motor vehicle and law enforcement agencies to accomplish their missions.",
                "website_url": "www.aamva.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10018257&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/53-0172317",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Ian Grossman",
                "leader_title": "President & CEO",
                "contact_name": "Mrs. Wendy Sibley",
                "contact_email": "[email protected]",
                "contact_phone": "(703) 908-2897",
                "contact_title": "Vice president of Finance & CFO",
                "number_of_employees": "206",
                "ruling_year": 1943
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "4401 Wilson Blvd Ste 700",
                "address_line_2": "",
                "city": "Arlington",
                "state": "VA",
                "zip": "22203",
                "msa": "VA - Washington, DC-MD-VA",
                "congressional_district": "District 8, VA",
                "county": "Arlington, VA",
                "latitude": 38.88,
                "longitude": -77.114
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SH000000",
                        "subject_code_description": "Information and communications"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "Z99",
                        "ntee_code_description": "Unknown"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 54921245.0,
                    "total_expenses": 54692107.0,
                    "total_assets": 97723280.0
                },
                "bmf_gross_receipts": 107305933.0,
                "bmf_assets": 97723280.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-02T16:44:01.0000000",
                "profile_last_modified": "2024-02-02T16:46:34.0000000",
                "dei_last_modified": "2023-11-17T12:36:02.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-02-02T16:46:34.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7558948",
                "ein": "39-0806446",
                "organization_name": "AbleLight Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "We believe the world shines brighter when people with developmental disabilities achieve their full potential.",
                "website_url": "https://ablelight.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10016697&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/39-0806446",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Keith  Jones",
                "leader_title": "President and CEO",
                "contact_name": "Ben Gazaway",
                "contact_email": "[email protected]",
                "contact_phone": "(920) 206-4421",
                "contact_title": "",
                "number_of_employees": "2646",
                "ruling_year": 1937
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "600 Hoffmann Dr",
                "address_line_2": "",
                "city": "Watertown",
                "state": "WI",
                "zip": "53094",
                "msa": "",
                "congressional_district": "District 5, WI",
                "county": "Jefferson, WI",
                "latitude": 43.1873,
                "longitude": -88.7223
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090400",
                        "subject_code_description": "Independent living for people with disabilities"
                    },
                    {
                        "subject_code": "SS090100",
                        "subject_code_description": "Developmental disability services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS040500",
                        "subject_code_description": "Family disability resources"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SP030000",
                        "subject_code_description": "Christianity"
                    },
                    {
                        "subject_code": "SP000000",
                        "subject_code_description": "Religion"
                    },
                    {
                        "subject_code": "SB030800",
                        "subject_code_description": "Special needs education"
                    },
                    {
                        "subject_code": "SB030000",
                        "subject_code_description": "Elementary and secondary education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "P82",
                        "ntee_code_description": "Developmentally Disabled Services/Centers"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 97631387.0,
                    "total_expenses": 97756004.0,
                    "total_assets": 188871302.0
                },
                "bmf_gross_receipts": 112869709.0,
                "bmf_assets": 188871302.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-02T14:15:01.0000000",
                "profile_last_modified": "2024-02-02T14:15:01.0000000",
                "dei_last_modified": "2022-04-28T14:46:51.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2024-02-02T14:15:01.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7450750",
                "ein": "36-2167000",
                "organization_name": "The Chicago Community Trust",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Building on over 100 years of commitment to the Chicago region, we mobilize people, ideas, organizations and resources to advance equity and opportunity.",
                "website_url": "https://cct.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9811009&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/36-2167000",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Andrea Saenz",
                "leader_title": "President and Chief Executive Officer",
                "contact_name": "Nina Alcacio",
                "contact_email": "[email protected]",
                "contact_phone": "(312) 616-8000 x127",
                "contact_title": "",
                "number_of_employees": "144",
                "ruling_year": 1951
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": false,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "33 S State St Ste 750",
                "address_line_2": "",
                "city": "Chicago",
                "state": "IL",
                "zip": "60603",
                "msa": "IL - Chicago",
                "congressional_district": "District 7, IL",
                "county": "Cook, IL",
                "latitude": 41.8817,
                "longitude": -87.6278
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE060000",
                        "population_served_description": "Indigenous peoples"
                    },
                    {
                        "population_served_code": "PE050000",
                        "population_served_description": "People of Latin American descent"
                    },
                    {
                        "population_served_code": "PE030000",
                        "population_served_description": "People of African descent"
                    },
                    {
                        "population_served_code": "PE020000",
                        "population_served_description": "People of Asian descent"
                    },
                    {
                        "population_served_code": "PE000000",
                        "population_served_description": "Ethnic and racial groups"
                    },
                    {
                        "population_served_code": "PC010000",
                        "population_served_description": "LGBTQ people"
                    },
                    {
                        "population_served_code": "PC000000",
                        "population_served_description": "Sexual identity"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "T31",
                        "ntee_code_description": "Community Foundations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 1869389592.0,
                    "total_expenses": 1506140398.0,
                    "total_assets": 4307117777.0
                },
                "bmf_gross_receipts": 3473125348.0,
                "bmf_assets": 4307117777.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-02T10:34:43.0000000",
                "profile_last_modified": "2024-01-02T10:34:43.0000000",
                "dei_last_modified": "2024-01-02T00:00:00.0000000",
                "financials_last_modified": "2023-10-03T07:00:46.0000000",
                "last_modified": "2024-01-02T10:34:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7797205",
                "ein": "53-0242962",
                "organization_name": "Project HOPE",
                "also_known_as": "Project HOPE - The People-to-People Health Foundation, Inc.",
                "group_exemption": "0000",
                "mission": "Our mission, as a global health and humanitarian relief organization, is to place power in the hands of health care workers to save lives across the globe. We are committed to transforming lives and uplifting communities by empowering health care workers to expertly implement and teach innovative lifesaving solutions in times of need and into the future.",
                "website_url": "www.projecthope.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10040670&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/53-0242962",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2024-seal.svg",
                "leader_name": "Rabih Torbay",
                "leader_title": "",
                "contact_name": "Ms Christine Newkirk",
                "contact_email": "[email protected]",
                "contact_phone": "(503) 269-7768",
                "contact_title": "Sr Director, Operations",
                "number_of_employees": "198",
                "ruling_year": 1999
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1220 19th St NW Ste 800",
                "address_line_2": "",
                "city": "Washington",
                "state": "DC",
                "zip": "20036",
                "msa": "DC - Washington, DC-MD-VA",
                "congressional_district": "",
                "county": "District of Columbia, DC",
                "latitude": 38.9066,
                "longitude": -77.0434
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "ST040000",
                        "subject_code_description": "International development"
                    },
                    {
                        "subject_code": "ST000000",
                        "subject_code_description": "International relations"
                    },
                    {
                        "subject_code": "SJ060400",
                        "subject_code_description": "Disaster relief"
                    },
                    {
                        "subject_code": "SJ060000",
                        "subject_code_description": "Disasters and emergency management"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ090000",
                        "population_served_description": "Emergency responders"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PH040000",
                        "population_served_description": "Pregnant people"
                    },
                    {
                        "population_served_code": "PH020200",
                        "population_served_description": "Chronically ill people"
                    },
                    {
                        "population_served_code": "PH020100",
                        "population_served_description": "People with HIV/AIDS"
                    },
                    {
                        "population_served_code": "PH020000",
                        "population_served_description": "People with diseases and illnesses"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG060300",
                        "population_served_description": "Victims of conflict and war"
                    },
                    {
                        "population_served_code": "PG060200",
                        "population_served_description": "Victims of disaster"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG030300",
                        "population_served_description": "Extremely poor people"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010400",
                        "population_served_description": "Refugees and displaced people"
                    },
                    {
                        "population_served_code": "PG010000",
                        "population_served_description": "Immigrants and migrants"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "Q30",
                        "ntee_code_description": "International Development, Relief Services"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 175184436.0,
                    "total_expenses": 157115818.0,
                    "total_assets": 69527664.0
                },
                "bmf_gross_receipts": 180172542.0,
                "bmf_assets": 69527664.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-07T16:58:59.0000000",
                "profile_last_modified": "2024-02-07T17:39:06.0000000",
                "dei_last_modified": "2024-01-04T00:00:00.0000000",
                "financials_last_modified": "2023-12-22T05:01:43.0000000",
                "last_modified": "2024-02-07T17:39:06.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6797805",
                "ein": "02-0274509",
                "organization_name": "SOUTHERN NEW HAMPSHIRE UNIVERSITY",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Southern New Hampshire University transforms the lives of students. Our success is defined by our students' success. By relentlessly challenging the status quo and providing the best support in higher education, Southern New Hampshire University expands access to education by creating high quality, affordable and innovative pathways to meet the unique needs of each and every student.",
                "website_url": "www.snhu.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10028675&approved=True",
                "profile_level": "Gold",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/02-0274509",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2024-seal.svg",
                "leader_name": "Dr. Paul J. LeBlanc",
                "leader_title": "President",
                "contact_name": "Jared Yeaton",
                "contact_email": "[email protected]",
                "contact_phone": "(603) 665-2687",
                "contact_title": "Tax Manager",
                "number_of_employees": "12886",
                "ruling_year": 1968
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2500 N River Rd",
                "address_line_2": "",
                "city": "Manchester",
                "state": "NH",
                "zip": "03106",
                "msa": "NH - Manchester",
                "congressional_district": "District 1, NH",
                "county": "Merrimack, NH",
                "latitude": 43.0377,
                "longitude": -71.4539
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050300",
                        "subject_code_description": "University education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "population_served_code": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B50",
                        "ntee_code_description": "Graduate, Professional(Separate Entities)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 1295154762.0,
                    "total_expenses": 1170439099.0,
                    "total_assets": 1487711074.0
                },
                "bmf_gross_receipts": 1424955754.0,
                "bmf_assets": 1487711074.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-05T23:59:46.0000000",
                "profile_last_modified": "2024-02-05T23:59:46.0000000",
                "dei_last_modified": "2021-10-28T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-02-05T23:59:46.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7801327",
                "ein": "54-0534105",
                "organization_name": "Sweet Briar Institute",
                "also_known_as": "Sweet Briar Institute",
                "group_exemption": "0000",
                "mission": "Sweet Briar College challenges and inspires women, forging ethical leaders with the skill, compassion, and vision to create a more just and sustainable world.",
                "website_url": "www.sbc.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9880322&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/54-0534105",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2024-seal.svg",
                "leader_name": "Mary Pope Hutson",
                "leader_title": "President",
                "contact_name": "Paula Eanes",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "542",
                "ruling_year": 1972
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "134 Chapel Rd",
                "address_line_2": "",
                "city": "Sweet Briar",
                "state": "VA",
                "zip": "24595",
                "msa": "VA - Lynchburg",
                "congressional_district": "District 6, VA",
                "county": "Amherst, VA",
                "latitude": 37.5584,
                "longitude": -79.0803
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB050200",
                        "subject_code_description": "Undergraduate education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B42",
                        "ntee_code_description": "Undergraduate College (4-year)"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 41810782.0,
                    "total_expenses": 36941630.0,
                    "total_assets": 140120255.0
                },
                "bmf_gross_receipts": 62455562.0,
                "bmf_assets": 140120255.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-01-18T14:14:14.0000000",
                "profile_last_modified": "2024-01-18T14:14:14.0000000",
                "dei_last_modified": "2023-11-21T10:26:27.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2024-01-18T14:14:14.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8436059",
                "ein": "95-1643334",
                "organization_name": "Loyola Marymount University",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Loyola Marymount University offers rigorous undergraduate, graduate, and professional programs to academically ambitious students committed to lives of meaning and purpose. We benefit from our location in Los Angeles, a dynamic city that brings into sharp focus the issues of our time and provides an ideal context for study, research, creative work, and active engagement. By intention and philosophy, we invite individuals diverse in talents, interests, and cultural backgrounds to enrich our educational community and advance our mission:• The encouragement of learning• The education of the whole person• The service of faith and the promotion of justiceLMU is committed to Roman Catholicism and combines the heritage of the Jesuits, Marymount Sisters, and Sisters of St. Joseph of Orange.",
                "website_url": "www.lmu.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=10004550&approved=True",
                "profile_level": "Silver",
                "profile_year": 2024,
                "profile_link": "https://www.guidestar.org/profile/95-1643334",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2024-seal.svg",
                "leader_name": "Timothy Snyder",
                "leader_title": "President",
                "contact_name": "Thomas Fleming",
                "contact_email": "[email protected]",
                "contact_phone": "(310) 338-2738",
                "contact_title": "Senior Vice President and Chief Financial Officer",
                "number_of_employees": "6773",
                "ruling_year": 2007
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": true
                }
            },
            "geography": {
                "address_line_1": "1 Lmu Dr",
                "address_line_2": "",
                "city": "Los Angeles",
                "state": "CA",
                "zip": "90045",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "",
                "county": "Los Angeles, CA",
                "latitude": 33.968,
                "longitude": -118.4228
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB060200",
                        "subject_code_description": "Law education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050300",
                        "subject_code_description": "University education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ050000",
                        "population_served_description": "Academics"
                    },
                    {
                        "population_served_code": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B43",
                        "ntee_code_description": "University or Technological"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 723872616.0,
                    "total_expenses": 564626686.0,
                    "total_assets": 1676232440.0
                },
                "bmf_gross_receipts": 832570539.0,
                "bmf_assets": 1676232440.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2024-02-01T10:22:32.0000000",
                "profile_last_modified": "2024-02-01T10:22:32.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2024-02-01T10:22:32.0000000"
            }
        }
    ]
}

Filter search results by group exemption and relationship type

Filter search results by group exemption and relationship type to return all child organizations within a group exemption.

{
    "filters": {
        "organization": {
            "properties": {
                "relationship_type": {
                    "subordinate": true
                }
            },
            "group_exemption": [
                "0123"
            ]
        }
    }
}
{
    "code": 200,
    "message": "Request was processed successfully!",
    "took": 36,
    "time": "2024-02-13 14:04:41Z",
    "results_count": 101,
    "page_count": 5,
    "errors": [],
    "hits": [
        {
            "organization": {
                "organization_id": "7166682",
                "ein": "23-7148401",
                "organization_name": "Alpha Omega International Dental Fraternity",
                "also_known_as": "COLUMBUS CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/23-7148401",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "434 N Columbia Ave",
                "address_line_2": "",
                "city": "Columbus",
                "state": "OH",
                "zip": "43209",
                "msa": "OH - Columbus",
                "congressional_district": "District 1, OH",
                "county": "Franklin, OH",
                "latitude": 39.9784,
                "longitude": -82.9385
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2023-11-14T08:38:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8889147",
                "ein": "61-1276503",
                "organization_name": "Alpha Omega International Dental Fraternity",
                "also_known_as": "LOUISVILLE CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/61-1276503",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1940
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "6402 Westwind Way Ste 4",
                "address_line_2": "",
                "city": "Crestwood",
                "state": "KY",
                "zip": "40014",
                "msa": "KY - Louisville, KY-IN",
                "congressional_district": "District 4, KY",
                "county": "Oldham, KY",
                "latitude": 38.3385,
                "longitude": -85.4758
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2022-09-09T13:27:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6855358",
                "ein": "04-6112839",
                "organization_name": "Alpha Omega International Dental Fraternity",
                "also_known_as": "BOSTON CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/04-6112839",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1953
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "5 Harwich Ln",
                "address_line_2": "",
                "city": "Andover",
                "state": "MA",
                "zip": "01810",
                "msa": "MA - Lawrence-Haverhill, MA-NH",
                "congressional_district": "District 6, MA",
                "county": "Essex, MA",
                "latitude": 42.6312,
                "longitude": -71.1176
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2022-12-13T14:59:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7163383",
                "ein": "23-7138107",
                "organization_name": "Alpha Omega International Dental Fraternity",
                "also_known_as": "SEATTLE CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/23-7138107",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8405 SE 53rd Pl",
                "address_line_2": "",
                "city": "Mercer Island",
                "state": "WA",
                "zip": "98040",
                "msa": "WA - Seattle-Everett",
                "congressional_district": "District 9, WA",
                "county": "King, WA",
                "latitude": 47.5541,
                "longitude": -122.2249
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2023-03-14T12:27:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8179715",
                "ein": "75-2506326",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "DALLAS CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "http://ao.org",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/75-2506326",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3925 Davis Cir",
                "address_line_2": "",
                "city": "Plano",
                "state": "TX",
                "zip": "75023",
                "msa": "TX - Dallas-Fort Worth",
                "congressional_district": "District 1, TX",
                "county": "Collin, TX",
                "latitude": 33.0509,
                "longitude": -96.7686
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7416586",
                "ein": "34-6575895",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "CLEVELAND CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/34-6575895",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "4649 Colinas Dr",
                "address_line_2": "",
                "city": "Medina",
                "state": "OH",
                "zip": "44256",
                "msa": "OH - Cleveland",
                "congressional_district": "District 7, OH",
                "county": "Medina, OH",
                "latitude": 41.1163,
                "longitude": -81.8546
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2023-10-10T14:15:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8873419",
                "ein": "27-0259668",
                "organization_name": "Alpha Omega International Dental Fraternity",
                "also_known_as": "INDIANAPOLIS CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/27-0259668",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8267 Twin Pointe Cir",
                "address_line_2": "",
                "city": "Indianapolis",
                "state": "IN",
                "zip": "46236",
                "msa": "IN - Indianapolis",
                "congressional_district": "District 5, IN",
                "county": "Marion, IN",
                "latitude": 39.9067,
                "longitude": -85.9671
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2023-12-13T16:37:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7359897",
                "ein": "31-6063382",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "CINCINNATI CHAPTER",
                "group_exemption": "0123",
                "mission": "FRATERNITY FOR PROFESSIONAL DENTITS",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/31-6063382",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "4464 Carver Woods Dr",
                "address_line_2": "",
                "city": "Blue Ash",
                "state": "OH",
                "zip": "45242",
                "msa": "OH - Cincinnati, OH-KY-IN",
                "congressional_district": "District 2, OH",
                "county": "Hamilton, OH",
                "latitude": 39.2447,
                "longitude": -84.3857
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "15",
                    "foundation_code_description": "Organization which receives a substantial part of its support from a governmental unit or the general public"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "EZ",
                    "fiscal_year": 2022,
                    "total_revenue": 1600.0,
                    "total_expenses": 5291.0,
                    "total_assets": 14089.0
                },
                "bmf_gross_receipts": 1600.0,
                "bmf_assets": 14089.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "2023-08-24T13:01:42.0000000",
                "last_modified": "2023-08-24T13:01:42.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7570996",
                "ein": "38-6091506",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "DETROIT CHAPTER",
                "group_exemption": "0123",
                "mission": "ALPHA OMEGA IS THE WORLDWIDE DENTAL ORGANIZATION THAT PROMOTES PROFESSIONAL EXCELLENCE THROUGH FAMILY, FRATERNAL AND JUDAIC VALUES.",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/38-6091506",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "PO Box 251304",
                "address_line_2": "",
                "city": "West Bloomfield",
                "state": "MI",
                "zip": "48325",
                "msa": "MI - Detroit",
                "congressional_district": "District 9, MI",
                "county": "Oakland, MI",
                "latitude": 42.6395,
                "longitude": -84.4233
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080100",
                        "subject_code_description": "Alumni relations"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B84",
                        "ntee_code_description": "Alumni Associations"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "EZ",
                    "fiscal_year": 2022,
                    "total_revenue": 31097.0,
                    "total_expenses": 0.0,
                    "total_assets": 21602.0
                },
                "bmf_gross_receipts": 31222.0,
                "bmf_assets": 21602.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "2023-05-18T15:27:11.0000000",
                "last_modified": "2023-07-10T17:03:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7787958",
                "ein": "52-6056062",
                "organization_name": "Alpha Omega International Dental Fraternity",
                "also_known_as": "WASHINGTON DC CHAPTER",
                "group_exemption": "0123",
                "mission": "THE EXCHANGE OF KNOWLEDGE RELATING TO THE DENTAL PROFESSION AND THE FOSTERING OF FRATERNITY AMONG THE MEMBERS OF THE DENTAL PROFESSION.",
                "website_url": "http://ALPHAOMEGAWASHINGTONDC.ORG",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/52-6056062",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": null
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "5802 Hubbard Dr",
                "address_line_2": "",
                "city": "Rockville",
                "state": "MD",
                "zip": "20852",
                "msa": "MD - Washington, DC-MD-VA",
                "congressional_district": "District 8, MD",
                "county": "Montgomery, MD",
                "latitude": 39.055,
                "longitude": -77.1192
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "EZ",
                    "fiscal_year": 2023,
                    "total_revenue": 67328.0,
                    "total_expenses": 53143.0,
                    "total_assets": 49495.0
                },
                "bmf_gross_receipts": 67765.0,
                "bmf_assets": 49495.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "2023-12-22T03:04:01.0000000",
                "last_modified": "2023-12-22T03:04:01.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8488633",
                "ein": "95-6141202",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "LOS ANGELES CHAPTER",
                "group_exemption": "0123",
                "mission": "TO PROVIDE LECTURES, SEMINARS AND STUDY GROUPS BY LOCAL CHAPTERS FOR CONTINUING EDUCATION OF DENTISTS.",
                "website_url": "http://WWW.AOSOCAL.ORG",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/95-6141202",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "0",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": true,
                "pub78_verified": true,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "15549 Hamner Dr",
                "address_line_2": "",
                "city": "Los Angeles",
                "state": "CA",
                "zip": "90077",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "",
                "county": "Los Angeles, CA",
                "latitude": 34.123,
                "longitude": -118.4654
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2022,
                    "total_revenue": 53975.0,
                    "total_expenses": 100248.0,
                    "total_assets": 196362.0
                },
                "bmf_gross_receipts": 53975.0,
                "bmf_assets": 196362.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "2023-10-18T15:00:45.0000000",
                "last_modified": "2023-10-18T15:00:45.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8881520",
                "ein": "27-0446605",
                "organization_name": "Alpha Omega International Dental Fraternity Buffalo Gilead Chapter",
                "also_known_as": "",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/27-0446605",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "54 Wynngate Ln",
                "address_line_2": "",
                "city": "Buffalo",
                "state": "NY",
                "zip": "14221",
                "msa": "NY - Buffalo-Niagara Falls",
                "congressional_district": "District 26, NY",
                "county": "Erie, NY",
                "latitude": 43.0058,
                "longitude": -78.7239
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-15T23:52:08.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8346598",
                "ein": "91-2010946",
                "organization_name": "Alph Omega International Dental Fraternity Inc",
                "also_known_as": "TAMPA BAY AREA",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/91-2010946",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "7601 Dr Martin Luther King Jr St N",
                "address_line_2": "",
                "city": "St Petersburg",
                "state": "FL",
                "zip": "33702",
                "msa": "FL - Tampa-St. Petersburg-Clearwater",
                "congressional_district": "",
                "county": "Pinellas, FL",
                "latitude": 27.8407,
                "longitude": -82.647
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-17T17:05:35.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7122561",
                "ein": "23-6419057",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "PHILADELPHIA CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/23-6419057",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8201 Henry Ave Apt J2",
                "address_line_2": "",
                "city": "Philadelphia",
                "state": "PA",
                "zip": "19128",
                "msa": "PA - Philadelphia, PA-NJ",
                "congressional_district": "District 1, PA",
                "county": "Philadelphia, PA",
                "latitude": 40.0596,
                "longitude": -75.2351
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-15T21:19:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8262634",
                "ein": "84-6045610",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "DENVER CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "denver.ao.org",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/84-6045610",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "9592 E Maplewood Cir",
                "address_line_2": "",
                "city": "Englewood",
                "state": "CO",
                "zip": "80111",
                "msa": "CO - Denver-Boulder",
                "congressional_district": "District 6, CO",
                "county": "Arapahoe, CO",
                "latitude": 39.6034,
                "longitude": -104.8773
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 8888.0,
                "bmf_assets": 12918.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-17T11:40:16.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7122562",
                "ein": "23-6419058",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "THETA RAMACH TEMPLE UNIVERSITY",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/23-6419058",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8201 Henry Ave Apt N24",
                "address_line_2": "",
                "city": "Philadelphia",
                "state": "PA",
                "zip": "19128",
                "msa": "PA - Philadelphia, PA-NJ",
                "congressional_district": "District 1, PA",
                "county": "Philadelphia, PA",
                "latitude": 40.0596,
                "longitude": -75.2351
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-15T21:19:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8381589",
                "ein": "93-1222909",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "OMEGA CASE WESTERN UNIVERSITY",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/93-1222909",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1723 Bellingham Rd",
                "address_line_2": "",
                "city": "Cleveland",
                "state": "OH",
                "zip": "44124",
                "msa": "OH - Cleveland",
                "congressional_district": "District 14, OH",
                "county": "Cuyahoga, OH",
                "latitude": 41.5136,
                "longitude": -81.4608
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-17T18:21:43.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8135303",
                "ein": "74-2684670",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "SAN ANTONIO CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/74-2684670",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "6212 De Zavala Rd",
                "address_line_2": "",
                "city": "San Antonio",
                "state": "TX",
                "zip": "78249",
                "msa": "TX - San Antonio",
                "congressional_district": "District 20, TX",
                "county": "Bexar, TX",
                "latitude": 29.563,
                "longitude": -98.6074
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-16T23:05:13.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7359896",
                "ein": "31-6063381",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "DAYTON",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/31-6063381",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "205 E Stroop Rd",
                "address_line_2": "",
                "city": "Dayton",
                "state": "OH",
                "zip": "45429",
                "msa": "OH - Dayton-Springfield",
                "congressional_district": "District 10, OH",
                "county": "Montgomery, OH",
                "latitude": 39.6895,
                "longitude": -84.1666
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-16T01:53:26.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7570741",
                "ein": "38-6090275",
                "organization_name": "Alpha Omega International Dental Fraternity, Inc.",
                "also_known_as": "DETROIT WOMEN CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/38-6090275",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": null
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "6600 W Maple Rd",
                "address_line_2": "",
                "city": "West Bloomfield",
                "state": "MI",
                "zip": "48322",
                "msa": "MI - Detroit",
                "congressional_district": "District 14, MI",
                "county": "Oakland, MI",
                "latitude": 42.5417,
                "longitude": -83.4039
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-16T05:36:36.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8346599",
                "ein": "91-2010950",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "OMICRON UNIVERSITY OF PITTSBURGH",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/91-2010950",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1400 Smokey Wood Dr # C509",
                "address_line_2": "",
                "city": "Pittsburgh",
                "state": "PA",
                "zip": "15218",
                "msa": "PA - Pittsburgh",
                "congressional_district": "District 18, PA",
                "county": "Allegheny, PA",
                "latitude": 40.4245,
                "longitude": -79.8759
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-17T17:05:35.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7443409",
                "ein": "35-2005031",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "ALPHA GAMMA INDIANA UNIVERSITY",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/35-2005031",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1940
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "3801 N Heridian St Apt 705",
                "address_line_2": "",
                "city": "Indianapolis",
                "state": "IN",
                "zip": "46208",
                "msa": "IN - Indianapolis",
                "congressional_district": "District 7, IN",
                "county": "Marion, IN",
                "latitude": 39.8191,
                "longitude": -86.1693
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-16T03:18:39.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7160146",
                "ein": "23-7127353",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "MINNESOTA CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/23-7127353",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1971
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "2905 Dean Pkwy",
                "address_line_2": "",
                "city": "Minneapolis",
                "state": "MN",
                "zip": "55416",
                "msa": "MN - Minneapolis-St. Paul, MN-WI",
                "congressional_district": "District 5, MN",
                "county": "Hennepin, MN",
                "latitude": 44.9502,
                "longitude": -93.3393
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-15T21:34:31.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8344334",
                "ein": "91-2010010",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "NEW ORLEANS",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/91-2010010",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "8229 Jefferson Hwy",
                "address_line_2": "",
                "city": "New Orleans",
                "state": "LA",
                "zip": "70123",
                "msa": "LA - New Orleans",
                "congressional_district": "District 1, LA",
                "county": "Jefferson, LA",
                "latitude": 29.9369,
                "longitude": -90.2106
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-17T17:05:25.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8426189",
                "ein": "94-6086851",
                "organization_name": "Alpha Omega International Dental Fraternity Inc",
                "also_known_as": "SAN FRANCISCO CHAPTER",
                "group_exemption": "0123",
                "mission": "",
                "website_url": "",
                "logo_url": "",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/94-6086851",
                "profile_logo": "",
                "leader_name": "",
                "leader_title": "",
                "contact_name": "",
                "contact_email": "",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 1966
            },
            "properties": {
                "bmf_status": false,
                "pub78_verified": false,
                "allow_online_giving": true,
                "dei_submitted": false,
                "revoked": false,
                "defunct_or_merged": true,
                "relationship_type": {
                    "parent": false,
                    "subordinate": true,
                    "independent": false,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1690 Woodside Rd Ste 107",
                "address_line_2": "",
                "city": "Redwood City",
                "state": "CA",
                "zip": "94061",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 18, CA",
                "county": "San Mateo, CA",
                "latitude": 37.4626,
                "longitude": -122.2322
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080200",
                        "subject_code_description": "Sororities and fraternities"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [],
                "ntee_codes": [
                    {
                        "ntee_code": "B83",
                        "ntee_code_description": "Student Sororities, Fraternities"
                    }
                ],
                "subsection_code": {
                    "subsection_code": "03",
                    "subsection_code_description": "501(c)(3) Public Charity"
                },
                "foundation_code": {
                    "foundation_code": "16",
                    "foundation_code_description": "Organization that normally receives no more than one-third of its support from gross investment income and unrelated business income and at the same time more than one-third of its support from contributions, fees, and gross receipts related to exempt purposes."
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "",
                    "fiscal_year": null,
                    "total_revenue": null,
                    "total_expenses": null,
                    "total_assets": null
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "",
                "profile_last_modified": "",
                "dei_last_modified": "",
                "financials_last_modified": "",
                "last_modified": "2021-10-17T19:56:40.0000000"
            }
        }
    ]
}