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": 18,
    "time": "2023-08-29 18:31:18Z",
    "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=7933415&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/13-2875808",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-seal.svg",
                "leader_name": "Kenneth Roth",
                "leader_title": "Executive Director",
                "contact_name": "Kenneth Roth",
                "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": "PC030000",
                        "population_served_description": "Intersex people"
                    },
                    {
                        "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": "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": 0.0,
                "bmf_assets": 0.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2022-07-07T16:47:53.0000000",
                "profile_last_modified": "2022-07-07T16:47:53.0000000",
                "dei_last_modified": "2022-07-07T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-08-15T15:54: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": 181,
    "time": "2023-08-29 18:31:44Z",
    "results_count": 7204,
    "page_count": 289,
    "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": "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": "120",
                "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": 2022,
                    "total_revenue": 81382745.0,
                    "total_expenses": 76370570.0,
                    "total_assets": 53999694.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": "2023-05-18T15:24:48.0000000",
                "last_modified": "2023-06-16T09:46:35.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=9383117&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/58-1376648",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-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": "2023-02-23T15:46:04.0000000",
                "profile_last_modified": "2023-08-22T17:06:34.0000000",
                "dei_last_modified": "2023-02-23T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2023-08-22T17:06:34.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": "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": "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-08-25T10:41:12.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=9055250&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-05-25T14:26:48.0000000",
                "dei_last_modified": "2023-01-31T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.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=9395975&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-08-24T15:23:15.0000000",
                "dei_last_modified": "2022-03-10T11:06:42.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-08-24T15:23:15.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7723331",
                "ein": "51-0192519",
                "organization_name": "Community Food Bank Inc., dba Community Food Bank of Southern Arizona",
                "also_known_as": "Community Food Bank of Southern Arizona",
                "group_exemption": "0000",
                "mission": "We change lives in the communities we serve by feeding the hungry today and building a healthy, hunger-free tomorrow.The Community Food Bank of Southern Arizona serves residents in the following counties:Pima, Cochise, Santa Cruz, Graham, Greenlee.",
                "website_url": "www.communityfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8868843&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/51-0192519",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Malea Chavez",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Malea Chavez",
                "contact_email": "[email protected]",
                "contact_phone": "(520) 882-3308",
                "contact_title": "Chief Executive Officer",
                "number_of_employees": "190",
                "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": "3003 S Country Club Rd",
                "address_line_2": "",
                "city": "Tucson",
                "state": "AZ",
                "zip": "85713",
                "msa": "AZ - Tucson",
                "congressional_district": "",
                "county": "Pima, AZ",
                "latitude": 32.1892,
                "longitude": -110.9265
            },
            "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": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SM020000",
                        "subject_code_description": "Food security"
                    },
                    {
                        "subject_code": "SM010000",
                        "subject_code_description": "Agriculture"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ080000",
                        "population_served_description": "Farmers"
                    },
                    {
                        "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": "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": 127317393.0,
                    "total_expenses": 124467078.0,
                    "total_assets": 56197038.0
                },
                "bmf_gross_receipts": 141008806.0,
                "bmf_assets": 56197038.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-28T14:39:18.0000000",
                "profile_last_modified": "2023-03-28T14:57:19.0000000",
                "dei_last_modified": "2023-03-28T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2023-05-18T18:49:03.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 provide nourishing food to our neighbors in need through vibrant community partnerships and passionate public support.",
                "website_url": "http://www.brafb.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8541306&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/52-1202644",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-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": "2023-01-20T09:38:14.0000000",
                "profile_last_modified": "2023-01-20T09:38:14.0000000",
                "dei_last_modified": "2021-03-24T14:22:36.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2023-06-13T13:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8233955",
                "ein": "77-0320851",
                "organization_name": "Central California Food Bank",
                "also_known_as": "Central California Food Bank",
                "group_exemption": "0000",
                "mission": "Central California Food Bank (formerly Community Food Bank) is the regionโ€™s largest nonprofit organization focused solely on ending hunger. Our mission is to fight hunger by gathering and distributing food, engaging in partnerships that advance self-sufficiency, and providing community leadership on issues related to hunger. Through these efforts, we envision a hunger-free Central California.Through our comprehensive hunger-relief programs and services, Central California Food Bank provides food to more than 280,000 people each month, including nearly 100,000 children throughout Fresno, Madera, Tulare, Kings, and Kern Counties.",
                "website_url": "www.ccfoodbank.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8915654&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/77-0320851",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Kym Dildine",
                "leader_title": "co-CEO",
                "contact_name": "Ms. Chelsi Johnston",
                "contact_email": "[email protected]",
                "contact_phone": "(559) 237-3663 x1131",
                "contact_title": "Grant Writer",
                "number_of_employees": "57",
                "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": "4010 E Amendola Dr",
                "address_line_2": "",
                "city": "Fresno",
                "state": "CA",
                "zip": "93725",
                "msa": "CA - Fresno",
                "congressional_district": "District 16, CA",
                "county": "Fresno, CA",
                "latitude": 36.6915,
                "longitude": -119.7424
            },
            "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"
                    },
                    {
                        "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": "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": 95910819.0,
                    "total_expenses": 93176666.0,
                    "total_assets": 46778902.0
                },
                "bmf_gross_receipts": 101987814.0,
                "bmf_assets": 46778902.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-04-11T18:03:08.0000000",
                "profile_last_modified": "2023-04-11T18:03:08.0000000",
                "dei_last_modified": "2021-06-10T15:31:30.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2023-08-24T13:00:37.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8399461",
                "ein": "94-2418054",
                "organization_name": "FOOD BANK CONTRA COSTA AND SOLANO",
                "also_known_as": "FBCCS",
                "group_exemption": "0000",
                "mission": "Leading the fight to end hunger, in partnership with our community and in service of our neighbors in need.",
                "website_url": "http://www.foodbankccs.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8918025&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/94-2418054",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Joel Sjostrom",
                "leader_title": "President and CEO",
                "contact_name": "Joel Sjostrom",
                "contact_email": "[email protected]",
                "contact_phone": "(925)",
                "contact_title": "President and CEO",
                "number_of_employees": "140",
                "ruling_year": 1977
            },
            "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": "4010 Nelson Ave",
                "address_line_2": "",
                "city": "Concord",
                "state": "CA",
                "zip": "94520",
                "msa": "CA - Oakland",
                "congressional_district": "District 11, CA",
                "county": "Contra Costa, CA",
                "latitude": 38.0062,
                "longitude": -122.0478
            },
            "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": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "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": "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": 115008160.0,
                    "total_expenses": 114568791.0,
                    "total_assets": 40927503.0
                },
                "bmf_gross_receipts": 115035747.0,
                "bmf_assets": 40927503.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-04-12T13:23:28.0000000",
                "profile_last_modified": "2023-04-12T13:23:28.0000000",
                "dei_last_modified": "2022-03-10T16:09:21.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-05-18T17:01:04.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6868205",
                "ein": "06-1063025",
                "organization_name": "Connecticut Foodshare",
                "also_known_as": ".",
                "group_exemption": "0000",
                "mission": "Connecticut Foodshare's mission is to deliver a more informed and equitable response to hunger by mobilizing community partners, volunteers, and supporters throughout Connecticut.",
                "website_url": "http://www.ctfoodshare.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9158934&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/06-1063025",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Jason Jakubowski",
                "leader_title": "President and CEO",
                "contact_name": "Laurie Robillard",
                "contact_email": "[email protected]",
                "contact_phone": "(860) 856-4334",
                "contact_title": "Institutional Giving Manager",
                "number_of_employees": "129",
                "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": "2 Research Pkwy",
                "address_line_2": "",
                "city": "Wallingford",
                "state": "CT",
                "zip": "06492",
                "msa": "CT - New Haven-Meriden",
                "congressional_district": "District 3, CT",
                "county": "New Haven, CT",
                "latitude": 41.4589,
                "longitude": -72.8195
            },
            "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": "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": "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": 98816890.0,
                    "total_expenses": 98283077.0,
                    "total_assets": 64587641.0
                },
                "bmf_gross_receipts": 98877956.0,
                "bmf_assets": 64587641.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-09T13:49:41.0000000",
                "profile_last_modified": "2023-06-16T09:44:03.0000000",
                "dei_last_modified": "2022-11-29T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2023-06-16T09:44:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7883990",
                "ein": "58-1457912",
                "organization_name": "Second Harvest Food Bank of Northwest North Carolina, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "With our community and partners, we will increase food security and create pathways that build a stronger Northwest North Carolina.",
                "website_url": "www.secondharvestnwnc.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9061834&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/58-1457912",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Eric Aft",
                "leader_title": "Chief Executive Dorector",
                "contact_name": "Jaimie Brown",
                "contact_email": "[email protected]",
                "contact_phone": "(336) 784-5770 x237",
                "contact_title": "Senior Manager, Development Operations",
                "number_of_employees": "157",
                "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": "3330 Shorefair Dr",
                "address_line_2": "",
                "city": "Winston Salem",
                "state": "NC",
                "zip": "27105",
                "msa": "NC - Greensboro-Winston-Salem-High Point",
                "congressional_district": "District 5, NC",
                "county": "Forsyth, NC",
                "latitude": 36.1485,
                "longitude": -80.237
            },
            "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": "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": 84978237.0,
                    "total_expenses": 72953989.0,
                    "total_assets": 40643437.0
                },
                "bmf_gross_receipts": 86652056.0,
                "bmf_assets": 40643437.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-05-28T14:52:09.0000000",
                "profile_last_modified": "2023-05-28T14:52:09.0000000",
                "dei_last_modified": "2021-07-07T18:28:29.0000000",
                "financials_last_modified": "2023-05-18T15:24:48.0000000",
                "last_modified": "2023-05-28T14:52:09.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7463303",
                "ein": "36-2971864",
                "organization_name": "Greater Chicago Food Depository",
                "also_known_as": "Food Depository",
                "group_exemption": "0000",
                "mission": "The Greater Chicago Food Depository, Chicagoโ€™s food bank, believes a healthy community starts with food.  We are at the center of a network of more than 800 partner organizations and programs โ€“ food pantries, soup kitchens, shelters, mobile distributions and other partners โ€“ working to bring food, dignity and hope to our neighbors across Chicago and Cook County. The Food Depository addresses the root causes of hunger with job training, advocacy and other innovative solutions. We are a proud member of Feeding America โ€“ the national network of food banks. By working to help those most in need go from hungry to hopeful, we truly become a Greater Chicago.",
                "website_url": "http://www.chicagosfoodbank.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9034293&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/36-2971864",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Kate Maehr",
                "leader_title": "Executive Director & CEO",
                "contact_name": "Jim Conwell",
                "contact_email": "[email protected]",
                "contact_phone": "(773) 247-3663",
                "contact_title": "",
                "number_of_employees": "359",
                "ruling_year": 1978
            },
            "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": "4100 W Ann Lurie Pl",
                "address_line_2": "",
                "city": "Chicago",
                "state": "IL",
                "zip": "60632",
                "msa": "IL - Chicago",
                "congressional_district": "District 4, IL",
                "county": "Cook, IL",
                "latitude": 41.808,
                "longitude": -87.7079
            },
            "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": "PJ000000",
                        "population_served_description": "Work status and occupations"
                    },
                    {
                        "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": "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": 180413430.0,
                    "total_expenses": 181434874.0,
                    "total_assets": 197112141.0
                },
                "bmf_gross_receipts": 219531696.0,
                "bmf_assets": 197112141.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-05-18T16:28:29.0000000",
                "profile_last_modified": "2023-05-18T16:28:29.0000000",
                "dei_last_modified": "2022-09-28T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-06-13T13:54:00.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": "7525985",
                "ein": "38-2515765",
                "organization_name": "FOODBANK COUNCIL OF MICHIGAN INC",
                "also_known_as": "FBCM",
                "group_exemption": "0000",
                "mission": "The Food Bank Council of Michigan's mission is to create a food secure state through advocacy, resource management, and collaboration among stakeholders and Michigan's unified food bank network.",
                "website_url": "www.fbcmich.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8561226&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/38-2515765",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Phillip Knight",
                "leader_title": "Executive Director",
                "contact_name": "Dr. Phillip Knight",
                "contact_email": "[email protected]",
                "contact_phone": "(517) 664-9903",
                "contact_title": "Executive Director",
                "number_of_employees": "11",
                "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": "330 Marshall St Ste 102",
                "address_line_2": "",
                "city": "Lansing",
                "state": "MI",
                "zip": "48912",
                "msa": "MI - Lansing-East Lansing",
                "congressional_district": "District 8, MI",
                "county": "Ingham, MI",
                "latitude": 42.737,
                "longitude": -84.526
            },
            "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": "SM010000",
                        "subject_code_description": "Agriculture"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "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"
                    },
                    {
                        "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": 2021,
                    "total_revenue": 165817709.0,
                    "total_expenses": 165749389.0,
                    "total_assets": 6936316.0
                },
                "bmf_gross_receipts": 165817709.0,
                "bmf_assets": 6936316.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-01-22T23:02:46.0000000",
                "profile_last_modified": "2023-01-22T23:36:11.0000000",
                "dei_last_modified": "2023-01-22T00:00:00.0000000",
                "financials_last_modified": "2023-04-01T07:08:43.0000000",
                "last_modified": "2023-04-01T07:08:43.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=9146182&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/65-0342192",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Stephen Shelley",
                "leader_title": "CEO",
                "contact_name": "Cynthia Blanco",
                "contact_email": "[email protected]",
                "contact_phone": "(786) 604-6540",
                "contact_title": "",
                "number_of_employees": "100",
                "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": "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": 189909560.0,
                    "total_expenses": 189361369.0,
                    "total_assets": 21939880.0
                },
                "bmf_gross_receipts": 189909560.0,
                "bmf_assets": 21939880.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-06-12T09:18:09.0000000",
                "profile_last_modified": "2023-06-13T14:07:15.0000000",
                "dei_last_modified": "2022-01-27T16:26:32.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2023-06-13T14:07:15.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8552538",
                "ein": "26-0457477",
                "organization_name": "Feeding San Diego",
                "also_known_as": "FSD",
                "group_exemption": "0000",
                "mission": "Feeding San Diego is a non-profit organization on a mission to end hunger through food rescue. Established in 2007, we are the leading hunger-relief and food rescue organization in San Diego County and the only Feeding America affiliate in the region. Our organization provides 35 million meals every year to children, families, seniors, college students, military families, and veterans in partnership with a network of nearly 400 local charities, schools, faith communities, meal sites, and food pantries. Last year, more than 70 percent of the food provided to the community was rescued from local and national food donors. By diverting high-quality food from the landfill and reducing greenhouse gas emissions, Feeding San Diego protects people and the planet.",
                "website_url": "feedingsandiego.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8829355&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/26-0457477",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Dan Shea",
                "leader_title": "CEO",
                "contact_name": "Carissa Casares",
                "contact_email": "[email protected]",
                "contact_phone": "(858) 452-3663",
                "contact_title": "",
                "number_of_employees": "100",
                "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": "9477 Waples St Ste 100",
                "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.9025,
                "longitude": -117.1834
            },
            "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": "PJ070000",
                        "population_served_description": "Veterans"
                    },
                    {
                        "population_served_code": "PJ060000",
                        "population_served_description": "Military personnel"
                    },
                    {
                        "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": 80337291.0,
                    "total_expenses": 83839100.0,
                    "total_assets": 16976547.0
                },
                "bmf_gross_receipts": 80348901.0,
                "bmf_assets": 16976547.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-03-16T14:47:32.0000000",
                "profile_last_modified": "2023-03-16T16:31:30.0000000",
                "dei_last_modified": "2023-03-16T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.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-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7985589",
                "ein": "62-1049447",
                "organization_name": "Second Harvest Food Bank of Middle Tennessee",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "We provide food to people facing hunger and work to advance hunger solutions.",
                "website_url": "www.secondharvestmidtn.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9382239&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/62-1049447",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Nancy Keil",
                "leader_title": "President/CEO",
                "contact_name": "Ms Nancy Keil",
                "contact_email": "[email protected]",
                "contact_phone": "(615) 329-3491",
                "contact_title": "President/CEO",
                "number_of_employees": "138",
                "ruling_year": 1979
            },
            "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": "331 Great Circle Rd",
                "address_line_2": "",
                "city": "Nashville",
                "state": "TN",
                "zip": "37228",
                "msa": "TN - Nashville",
                "congressional_district": "District 5, TN",
                "county": "Davidson, TN",
                "latitude": 36.1982,
                "longitude": -86.7946
            },
            "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": "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": 133978627.0,
                    "total_expenses": 127289471.0,
                    "total_assets": 63545616.0
                },
                "bmf_gross_receipts": 138295787.0,
                "bmf_assets": 63545616.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-28T17:23:20.0000000",
                "profile_last_modified": "2023-08-22T16:14:58.0000000",
                "dei_last_modified": "2023-03-28T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T19:00:46.0000000",
                "last_modified": "2023-08-22T16:14:58.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8265555",
                "ein": "85-0278525",
                "organization_name": "Roadrunner Food Bank, Inc.",
                "also_known_as": "Roadrunner Food Bank of New Mexico",
                "group_exemption": "0000",
                "mission": "Roadrunner Food Bank of New Mexico is the largest non-profit dedicated to addressing food insecurity in New Mexico. As a food distribution hub, we provide food to hundreds of affiliated member partners around the state including food pantries, soup kitchens, shelters, and four smaller regional food banks. We also distribute food through specialized programs helping children, families, and seniors at schools, low-income seniors housing sites, senior centers, and with and through health care partnerships. Every week hundreds of thousands of hungry children, seniors and families are reached through this statewide hunger-relief network. We are working together with our partners, volunteers and contributors to end food insecurity and hunger in New Mexico.",
                "website_url": "www.rrfb.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8790393&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-0278525",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Mag Strittmatter",
                "leader_title": "President and CEO",
                "contact_name": "Ms. Andrea Nash",
                "contact_email": "[email protected]",
                "contact_phone": "(505) 349-5333",
                "contact_title": "Chief Development Officer",
                "number_of_employees": "168",
                "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": "5840 Office Blvd NE",
                "address_line_2": "",
                "city": "Albuquerque",
                "state": "NM",
                "zip": "87109",
                "msa": "NM - Albuquerque",
                "congressional_district": "",
                "county": "Bernalillo, NM",
                "latitude": 35.1457,
                "longitude": -106.601
            },
            "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": "PG040200",
                        "population_served_description": "Ex-offenders"
                    },
                    {
                        "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": "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": 120843441.0,
                    "total_expenses": 106819172.0,
                    "total_assets": 51163005.0
                },
                "bmf_gross_receipts": 120843441.0,
                "bmf_assets": 51163005.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-07T15:48:02.0000000",
                "profile_last_modified": "2023-03-07T16:24:16.0000000",
                "dei_last_modified": "2023-03-07T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2023-05-18T18:49:03.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": "2023-08-29 18:32:34Z",
    "results_count": 7,
    "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": "13",
                "ruling_year": 2001
            },
            "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": "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": 2021,
                    "total_revenue": 3763572.0,
                    "total_expenses": 3438243.0,
                    "total_assets": 2159678.0
                },
                "bmf_gross_receipts": 4105184.0,
                "bmf_assets": 2159678.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-04-21T07:03:12.0000000",
                "last_modified": "2023-04-21T07:03:12.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8962613",
                "ein": "27-3185735",
                "organization_name": "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=6706464&approved=True",
                "profile_level": "None",
                "profile_year": null,
                "profile_link": "https://www.guidestar.org/profile/27-3185735",
                "profile_logo": "",
                "leader_name": "Yoca Arditi-Rocha",
                "leader_title": "Executive Director",
                "contact_name": "Olivia Collins",
                "contact_email": "[email protected]",
                "contact_phone": "(305) 573-5251",
                "contact_title": "Director of Programs",
                "number_of_employees": "17",
                "ruling_year": 2010
            },
            "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": "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": "SC060000",
                        "subject_code_description": "Environmental education"
                    },
                    {
                        "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": 2021,
                    "total_revenue": 1445897.0,
                    "total_expenses": 1261591.0,
                    "total_assets": 1163052.0
                },
                "bmf_gross_receipts": 1445897.0,
                "bmf_assets": 1163052.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-01-08T19:00:00.0000000",
                "profile_last_modified": "2022-02-22T15:06:20.0000000",
                "dei_last_modified": "2019-11-26T11:10:57.0000000",
                "financials_last_modified": "2023-05-10T19:00:13.0000000",
                "last_modified": "2023-05-10T19:00:13.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-08-02T11:02:35.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": "Bronze",
                "profile_year": 2021,
                "profile_link": "https://www.guidestar.org/profile/65-0350357",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2021-seal.svg",
                "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": "35",
                "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": 2021,
                    "total_revenue": 147324669.0,
                    "total_expenses": 70287015.0,
                    "total_assets": 460864709.0
                },
                "bmf_gross_receipts": 316768507.0,
                "bmf_assets": 460864709.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2021-09-28T09:46:03.0000000",
                "profile_last_modified": "2022-02-22T13:48:31.0000000",
                "dei_last_modified": "2021-01-20T11:59:17.0000000",
                "financials_last_modified": "2023-05-11T17:31:11.0000000",
                "last_modified": "2023-05-11T17:31:11.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10066890",
                "ein": "86-3071998",
                "organization_name": "La Coupe Joseph Farm Project Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "La Coupe Joseph Farm Project Inc is devoted to deliver effective educational, ecological, and wellness resources that promote sustainable living within South Florida.",
                "website_url": "",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9346427&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/86-3071998",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Ruth  Edouard",
                "leader_title": "CEO and Fund development Officer (a. i.)",
                "contact_name": "Ruth Edouard",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Chief Executive Officer",
                "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": "20451 NW 2nd Ave Ste 103",
                "address_line_2": "",
                "city": "Miami",
                "state": "FL",
                "zip": "33169",
                "msa": "FL - Miami",
                "congressional_district": "District 24, FL",
                "county": "Miami-dade, FL",
                "latitude": 25.9635,
                "longitude": -80.2059
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS070106",
                        "subject_code_description": "Transitional living"
                    },
                    {
                        "subject_code": "SS070100",
                        "subject_code_description": "Supportive housing"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS040800",
                        "subject_code_description": "Single parent support"
                    },
                    {
                        "subject_code": "SS040700",
                        "subject_code_description": "Parent education"
                    },
                    {
                        "subject_code": "SS040400",
                        "subject_code_description": "Family counseling"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "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": "SN030101",
                        "subject_code_description": "Gardening"
                    },
                    {
                        "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": "SM020200",
                        "subject_code_description": "Sustainable agriculture"
                    },
                    {
                        "subject_code": "SM020100",
                        "subject_code_description": "Community food systems"
                    },
                    {
                        "subject_code": "SM020000",
                        "subject_code_description": "Food security"
                    },
                    {
                        "subject_code": "SM000000",
                        "subject_code_description": "Agriculture, fishing and forestry"
                    },
                    {
                        "subject_code": "SB070200",
                        "subject_code_description": "Continuing education"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PJ080000",
                        "population_served_description": "Farmers"
                    },
                    {
                        "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": "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": "PH010000",
                        "population_served_description": "People with disabilities"
                    },
                    {
                        "population_served_code": "PH000000",
                        "population_served_description": "Health"
                    },
                    {
                        "population_served_code": "PG060200",
                        "population_served_description": "Victims of disaster"
                    },
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "population_served_code": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG030000",
                        "population_served_description": "Economically disadvantaged people"
                    },
                    {
                        "population_served_code": "PG010400",
                        "population_served_description": "Refugees and displaced people"
                    },
                    {
                        "population_served_code": "PG010200",
                        "population_served_description": "Migrant workers"
                    },
                    {
                        "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": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "population_served_code": "PE050300",
                        "population_served_description": "People of Caribbean descent"
                    },
                    {
                        "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"
                    },
                    {
                        "population_served_code": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "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": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "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": "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": 0.0,
                    "total_expenses": 0.0,
                    "total_assets": 0.0
                },
                "bmf_gross_receipts": 0.0,
                "bmf_assets": 789.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-08-10T23:09:47.0000000",
                "profile_last_modified": "2023-08-11T19:57:15.0000000",
                "dei_last_modified": "2023-08-10T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:49:23.0000000",
                "last_modified": "2023-08-11T19:57:15.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": 39,
    "time": "2023-08-29 18:33:07Z",
    "results_count": 118,
    "page_count": 5,
    "errors": [],
    "hits": [
        {
            "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": "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": "240",
                "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": 2021,
                    "total_revenue": 33725316.0,
                    "total_expenses": 23252059.0,
                    "total_assets": 137527136.0
                },
                "bmf_gross_receipts": 48302842.0,
                "bmf_assets": 137527136.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-05-18T18:49:03.0000000",
                "last_modified": "2023-05-18T18:49:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9250464",
                "ein": "46-1314848",
                "organization_name": "uAspire",
                "also_known_as": "Previously known as ACCESS",
                "group_exemption": "0000",
                "mission": "uAspire is a nonprofit organization ensuring that all young people have the financial information and resources necessary to find an affordable path to and through college. Our singular focus is on college affordability and removing financial barriers so that every student has an equitable opportunity to graduate from college and succeed in life.Through student advising, counselor training, and policy and systems change, we work to remove the financial barriers to higher education. Collectively, our three models impacted over 690,000 students nationwide in 2018-19. Headquartered in Boston, we have a team of 65 full-time staff in California, Massachusetts, and New York.",
                "website_url": "http://www.uaspire.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8762212&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/46-1314848",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Jaclyn Piรฑero",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Carrie Fefthe Fethe",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Senior Director, Marketing and Communications",
                "number_of_employees": "87",
                "ruling_year": 2013
            },
            "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": "31 Milk St Ste 900",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02109",
                "msa": "MA - Boston",
                "congressional_district": "District 8, MA",
                "county": "Suffolk, MA",
                "latitude": 42.3568,
                "longitude": -71.058
            },
            "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": "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": "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": "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": 11001635.0,
                    "total_expenses": 7683195.0,
                    "total_assets": 9973087.0
                },
                "bmf_gross_receipts": 13454450.0,
                "bmf_assets": 9973087.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-02-28T16:45:16.0000000",
                "profile_last_modified": "2023-02-28T16:45:16.0000000",
                "dei_last_modified": "2021-03-25T10:17:31.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9907570",
                "ein": "85-0902650",
                "organization_name": "TECH FORWARD INC",
                "also_known_as": "HBCU FORCE",
                "group_exemption": "0000",
                "mission": "Tech Forward is a nonprofit organization that exposes marginalized communities tocloud and SAAS (software-as-a-service) based technologies and career paths to helpparticipants be more marketable, and obtain higher-paying jobs and career opportunities.",
                "website_url": "http://www.hbcuforce.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8934059&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-0902650",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Tiffany Spencer",
                "leader_title": "Founder and Executive Director",
                "contact_name": "Mrs Tiffany Spencer",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Founder and 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": "5829 Campbellton Rd SW # 104-168",
                "address_line_2": "",
                "city": "Atlanta",
                "state": "GA",
                "zip": "30331",
                "msa": "GA - Atlanta",
                "congressional_district": "District 5, GA",
                "county": "Fulton, GA",
                "latitude": 33.6992,
                "longitude": -84.578
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS080000",
                        "subject_code_description": "Job services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB090800",
                        "subject_code_description": "E-learning"
                    },
                    {
                        "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": "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"
                    },
                    {
                        "population_served_code": "PE050300",
                        "population_served_description": "People of Caribbean descent"
                    },
                    {
                        "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"
                    },
                    {
                        "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": "2023-04-17T17:54:45.0000000",
                "profile_last_modified": "2023-04-17T17:54:45.0000000",
                "dei_last_modified": "2021-02-07T19:08:50.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-08-15T15:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9968776",
                "ein": "85-2923799",
                "organization_name": "Xceleader",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Increase and strengthen Black leadership by providing tools that inspire action and fuel ambition.",
                "website_url": "https://www.xceleader.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9019922&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-2923799",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Aarian Forman",
                "leader_title": "Co-Founder",
                "contact_name": "Jade Agudosi",
                "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": "1414 N Shepherd Dr Apt 404",
                "address_line_2": "",
                "city": "Houston",
                "state": "TX",
                "zip": "77008",
                "msa": "TX - Houston",
                "congressional_district": "District 2, TX",
                "county": "Harris, TX",
                "latitude": 29.7963,
                "longitude": -95.41
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "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": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "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": "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": "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": "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": "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-03-02T14:03:41.0000000",
                "profile_last_modified": "2023-05-15T15:47:48.0000000",
                "dei_last_modified": "2022-11-29T11:54:57.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-05-15T15:47:48.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9962085",
                "ein": "85-2539829",
                "organization_name": "Gene Xcellence",
                "also_known_as": "Gene Xcellence",
                "group_exemption": "0000",
                "mission": "Our mission is to provide a way for adolescents and young adults to achieve economic mobility by equipping them with life-based skills and resources to overcome their adversities.",
                "website_url": "https://gene-xcellence.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8933280&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": "106 W Georgia Rd",
                "address_line_2": "",
                "city": "Simpsonville",
                "state": "SC",
                "zip": "29681",
                "msa": "SC - Greenville-Spartanburg-Anderson",
                "congressional_district": "District 4, SC",
                "county": "Greenville, SC",
                "latitude": 34.7396,
                "longitude": -82.2583
            },
            "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-04-17T15:46:23.0000000",
                "dei_last_modified": "2022-08-29T18:36:26.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-04-17T15:46:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9925672",
                "ein": "84-3478958",
                "organization_name": "Holistic Evolution Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our Mission is to encourage the evolution of males of color 16-24 through supporting mentoring, health equity and other prevention efforts in Northwest Indiana; providing resources to remove unforeseen barriers to the evolution of males of color.",
                "website_url": "https://www.holisticevolution.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8983987&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/84-3478958",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Esther Lewis",
                "leader_title": "CEO",
                "contact_name": "Esther Lewis",
                "contact_email": "[email protected]",
                "contact_phone": "(219) 293-7553",
                "contact_title": "CEO",
                "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": "234 Marcliffe Dr Apt 7",
                "address_line_2": "",
                "city": "Valparaiso",
                "state": "IN",
                "zip": "46385",
                "msa": "IN - Gary-Hammond-East Chicago",
                "congressional_district": "District 1, IN",
                "county": "Porter, IN",
                "latitude": 41.4445,
                "longitude": -87.1127
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS060602",
                        "subject_code_description": "Aging out of foster care"
                    },
                    {
                        "subject_code": "SS060600",
                        "subject_code_description": "Transition planning"
                    },
                    {
                        "subject_code": "SS060000",
                        "subject_code_description": "Personal 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": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "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": "SJ020000",
                        "subject_code_description": "Abuse prevention"
                    },
                    {
                        "subject_code": "SJ010100",
                        "subject_code_description": "Impaired driving"
                    },
                    {
                        "subject_code": "SJ010000",
                        "subject_code_description": "Crime prevention"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130500",
                        "subject_code_description": "Sexually transmitted disease control"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE120700",
                        "subject_code_description": "Mental health counseling"
                    },
                    {
                        "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": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "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": "SB070000",
                        "subject_code_description": "Adult 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": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG040200",
                        "population_served_description": "Ex-offenders"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated 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": "PD040400",
                        "population_served_description": "Transitioning children"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "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": "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": "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": "2023-05-03T15:47:54.0000000",
                "profile_last_modified": "2023-05-03T15:47:54.0000000",
                "dei_last_modified": "2023-05-03T14:29:01.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-05-03T15:47:54.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9916903",
                "ein": "85-1487665",
                "organization_name": "Charity Achievement Networking and Education Foundation",
                "also_known_as": "CANE Foundation",
                "group_exemption": "0000",
                "mission": "The purpose of CANE is to positively influence the well-being, aspirations, connectedness, and education of youth in the Pearland-Manvel-Fresno, Texas area; with special emphasis on underappreciated and underserved African-American youth. Embedded in this purpose is the uplifting, promotion, support, admiration, and appreciation of often overlooked achievers and difference-makers in the community.",
                "website_url": "www.thecanefoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8686721&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-1487665",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Marcus Stevenson",
                "leader_title": "President",
                "contact_name": "Lewis Holley",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Treasurer",
                "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": "3422 Business Center Dr Ste 106 # 49",
                "address_line_2": "",
                "city": "Pearland",
                "state": "TX",
                "zip": "77584",
                "msa": "TX - Brazoria",
                "congressional_district": "District 22, TX",
                "county": "Brazoria, TX",
                "latitude": 29.5517,
                "longitude": -95.3703
            },
            "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": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "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": "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": "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": "S80",
                        "ntee_code_description": "Community Service Clubs (Kiwanis, Lions, Jaycees, etc.)"
                    }
                ],
                "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-02-13T19:50:48.0000000",
                "profile_last_modified": "2023-02-13T19:50:48.0000000",
                "dei_last_modified": "2020-12-16T17:57:08.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-03-14T12:27:00.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": "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": "9742285",
                "ein": "82-4458239",
                "organization_name": "MENTEE",
                "also_known_as": "MENTEE Global",
                "group_exemption": "0000",
                "mission": "MENTEE is a non-profit organization aligned with global SDGs that provides access to a global network of mentor specialists who share their skills and support to help create better, healthier lives for marginalized populations living around the world. Using our virtual platform, mentees are given the power of access to choose any specialist they need to help accelerate their success. The program provides trauma and mentorship training for our global mentors as well as additional professional skills training for our mentees. We are partnered with 5 NGOs and institutions globally and are supporting 7 different countries on 4 different continents.",
                "website_url": "www.menteeglobal.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8605490&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/82-4458239",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Letitia Zwickert",
                "leader_title": "Founder & CEO",
                "contact_name": "Mrs. Letitia Zwickert",
                "contact_email": "[email protected]",
                "contact_phone": "(708) 647-1542",
                "contact_title": "Founder & CEO",
                "number_of_employees": "",
                "ruling_year": 2018
            },
            "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": "1320 Dartford Ct",
                "address_line_2": "",
                "city": "Naperville",
                "state": "IL",
                "zip": "60540",
                "msa": "IL - Chicago",
                "congressional_district": "District 6, IL",
                "county": "Dupage, IL",
                "latitude": 41.7575,
                "longitude": -88.115
            },
            "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": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "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": "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": "PA010000",
                        "population_served_description": "Children and 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": "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": "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-28T16:54:06.0000000",
                "profile_last_modified": "2023-01-28T16:54:06.0000000",
                "dei_last_modified": "2020-11-20T19:08:28.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-01-28T16:54:06.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9899191",
                "ein": "85-1160030",
                "organization_name": "Sabinal Alumni",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "To support Sabinal Independent School District through scholarships that enable graduates to  pursue a postsecondary education.",
                "website_url": "www.sabinalalumni.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9245695&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-1160030",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Mary J Martell",
                "leader_title": "President",
                "contact_name": "Mary J Martell",
                "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": true,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "555 E 5th St Apt 3007",
                "address_line_2": "",
                "city": "Austin",
                "state": "TX",
                "zip": "78701",
                "msa": "TX - Austin-San Marcos",
                "congressional_district": "District 21, TX",
                "county": "Travis, TX",
                "latitude": 30.2657,
                "longitude": -97.738
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB080100",
                        "subject_code_description": "Alumni relations"
                    },
                    {
                        "subject_code": "SB080000",
                        "subject_code_description": "Student services"
                    },
                    {
                        "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": "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": "B84",
                        "ntee_code_description": "Alumni 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": "",
                    "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-07-10T19:21:01.0000000",
                "profile_last_modified": "2023-07-10T19:21:01.0000000",
                "dei_last_modified": "2023-07-10T16:56:50.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-07-10T19:21:01.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=8819500&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- x367",
                "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": "SC040300",
                        "subject_code_description": "Forest preservation"
                    },
                    {
                        "subject_code": "SC040000",
                        "subject_code_description": "Biodiversity"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "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": "2023-03-14T20:51:41.0000000",
                "dei_last_modified": "2023-03-14T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-04-10T15:32:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9957537",
                "ein": "86-1715885",
                "organization_name": "Tepic Foundation Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "We make career education accessible to ALL to impact lives and communities.",
                "website_url": "https://www.tepicfoundation.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8607126&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/86-1715885",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Yanira Alfonso",
                "leader_title": "Founder & President",
                "contact_name": "Yanira Alfonso",
                "contact_email": "[email protected]",
                "contact_phone": "(706) 383- x9618",
                "contact_title": "Founder & President, 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": "1323 W Walnut Ave Ste 2 # 208",
                "address_line_2": "",
                "city": "Dalton",
                "state": "GA",
                "zip": "30720",
                "msa": "",
                "congressional_district": "District 14, GA",
                "county": "Whitfield, GA",
                "latitude": 34.7594,
                "longitude": -84.9913
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050300",
                        "subject_code_description": "Youth mentoring"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040700",
                        "subject_code_description": "Parent education"
                    },
                    {
                        "subject_code": "SS040000",
                        "subject_code_description": "Family services"
                    },
                    {
                        "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": "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": "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": "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": "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": "2023-01-29T12:31:31.0000000",
                "profile_last_modified": "2023-01-29T12:31:31.0000000",
                "dei_last_modified": "2023-01-29T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-03-14T12:27:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10095317",
                "ein": "88-2074295",
                "organization_name": "Positive Integration Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Positive Integration's mission is to bridge the divide between our young people, ages 16 to 24, in the community and the growing skills gaping in our workforce. Positive Integration specializes in training and employment opportunities for youth and young adults. We envision a community where young people are more broadly valued, hired by employers, receiving support, and participating in positive & meaningful life activities.",
                "website_url": "www.positiveintegration.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9329917&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/88-2074295",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Tyrone  McKee",
                "leader_title": "Executive Director",
                "contact_name": "Tyrone McKee",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Executive 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": "4720 W Donges Ln",
                "address_line_2": "",
                "city": "Milwaukee",
                "state": "WI",
                "zip": "53223",
                "msa": "WI - Milwaukee",
                "congressional_district": "District 4, WI",
                "county": "Milwaukee, WI",
                "latitude": 43.1913,
                "longitude": -87.9694
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050600",
                        "subject_code_description": "Economics for youth"
                    },
                    {
                        "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": "SN020304",
                        "subject_code_description": "Job creation and workforce development"
                    },
                    {
                        "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": "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": "PE050000",
                        "population_served_description": "People of Latin American descent"
                    },
                    {
                        "population_served_code": "PE040000",
                        "population_served_description": "People of European descent"
                    },
                    {
                        "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": "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": "J22",
                        "ntee_code_description": "Employment Training"
                    }
                ],
                "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-08-03T15:58:27.0000000",
                "profile_last_modified": "2023-08-07T15:20:38.0000000",
                "dei_last_modified": "2023-08-02T16:13:40.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-08-07T15:20:38.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=9370639&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/84-3142901",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-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": "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": "2023-02-09T16:48:30.0000000",
                "profile_last_modified": "2023-08-18T22:26:53.0000000",
                "dei_last_modified": "2023-08-18T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-08-18T22:26:53.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9930923",
                "ein": "85-3048142",
                "organization_name": "Create and Collaborate",
                "also_known_as": "Create + Collaborate",
                "group_exemption": "0000",
                "mission": "WE CREATE ENDLESS OPPORTUNITIES FOR UNDERSERVED YOUNG ADULTS THROUGH COLLABORATIVE PARTNERSHIPS BY PROVIDING THEM WITH THE RESOURCES THEY NEED TO DREAM AND SUCCEED.",
                "website_url": "www.createandco.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8616688&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-3048142",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Ricquel Archer",
                "leader_title": "Founder, CEO",
                "contact_name": "Ricquel Archer",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Founder, CEO",
                "number_of_employees": "",
                "ruling_year": 2020
            },
            "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": "501 W Rosedale St Apt 149",
                "address_line_2": "",
                "city": "Fort Worth",
                "state": "TX",
                "zip": "76104",
                "msa": "TX - Fort Worth",
                "congressional_district": "",
                "county": "Tarrant, TX",
                "latitude": 32.7332,
                "longitude": -97.3299
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SQ022200",
                        "subject_code_description": "Sports training"
                    },
                    {
                        "subject_code": "SQ020000",
                        "subject_code_description": "Sports"
                    },
                    {
                        "subject_code": "SQ000000",
                        "subject_code_description": "Sports and recreation"
                    },
                    {
                        "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": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "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": "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": "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": "O99",
                        "ntee_code_description": "Other Youth Development 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": 71173.0,
                "bmf_assets": 52229.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-01-31T02:00:17.0000000",
                "profile_last_modified": "2023-01-31T02:01:50.0000000",
                "dei_last_modified": "2023-01-31T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-07-10T17:03:00.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=9067411&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/34-6516654",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "August Napoli",
                "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": true,
                "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": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "subject_code": "SD000000",
                        "subject_code_description": "Philanthropy"
                    },
                    {
                        "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": "2023-05-26T10:02:58.0000000",
                "profile_last_modified": "2023-05-31T07:43:15.0000000",
                "dei_last_modified": "2023-05-26T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-07-10T17:03:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7278818",
                "ein": "25-0753320",
                "organization_name": "George Junior Republic in Pennsylvania",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "George Junior Republic is dedicated to changing the lives of at-risk youth through a broad continuum of programs that engage the entire person and support the mental, physical, and emotional needs while teaching responsibility, citizenship, and skills that will help them grow into productive members of society.",
                "website_url": "www.gjr.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8852714&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/25-0753320",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Nathan Gressel",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Shawn Anderson",
                "contact_email": "[email protected]",
                "contact_phone": "(724) 458-9330 x2115",
                "contact_title": "Development Director",
                "number_of_employees": "558",
                "ruling_year": 1961
            },
            "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": "233 George Junior Rd",
                "address_line_2": "",
                "city": "Grove City",
                "state": "PA",
                "zip": "16127",
                "msa": "PA - Sharon",
                "congressional_district": "District 16, PA",
                "county": "Mercer, PA",
                "latitude": 41.1641,
                "longitude": -80.0861
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "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": "SN060800",
                        "subject_code_description": "Trade"
                    },
                    {
                        "subject_code": "SN060000",
                        "subject_code_description": "Business and industry"
                    },
                    {
                        "subject_code": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "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": "SE120500",
                        "subject_code_description": "Addiction services"
                    },
                    {
                        "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": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA050400",
                        "subject_code_description": "Design"
                    },
                    {
                        "subject_code": "SA050300",
                        "subject_code_description": "Ceramic arts"
                    },
                    {
                        "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": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PH030000",
                        "population_served_description": "Substance abusers"
                    },
                    {
                        "population_served_code": "PH010700",
                        "population_served_description": "People with other disabilities"
                    },
                    {
                        "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": "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": "PG040000",
                        "population_served_description": "Incarcerated people"
                    },
                    {
                        "population_served_code": "PG000000",
                        "population_served_description": "Social and economic status"
                    },
                    {
                        "population_served_code": "PD040400",
                        "population_served_description": "Transitioning children"
                    },
                    {
                        "population_served_code": "PD040300",
                        "population_served_description": "Foster and adoptive children"
                    },
                    {
                        "population_served_code": "PD040100",
                        "population_served_description": "Orphans"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "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": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "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": "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": "F33",
                        "ntee_code_description": "Group Home, Residential Treatment Facility - Mental Health Related"
                    }
                ],
                "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": 18297642.0,
                    "total_expenses": 29248804.0,
                    "total_assets": 4947842.0
                },
                "bmf_gross_receipts": 18297642.0,
                "bmf_assets": 4947842.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-09T10:33:00.0000000",
                "profile_last_modified": "2023-03-23T11:46:52.0000000",
                "dei_last_modified": "2023-03-23T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2023-05-18T18:49:03.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": "9317638",
                "ein": "46-5061687",
                "organization_name": "Scholarship America Inc",
                "also_known_as": "Tioga Area Dollars for Scholars",
                "group_exemption": "1546",
                "mission": "Since its charter on March 31, 1992, Tioga Area Dollars for Scholars has been successful in awarding over $400,000 in scholarships towards the postsecondary education of Tioga High School graduates and alumni.  The chapter is a nonprofit, community based organization that raises funds to provide scholarships for eligible community applicants.  The goal is to involve the community in supporting local fund raising events for the purpose of raising needed funds.",
                "website_url": "https://tioga.dollarsforscholars.org",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2021,
                "profile_link": "https://www.guidestar.org/profile/46-5061687",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2021-seal.svg",
                "leader_name": "Shelby Davis",
                "leader_title": "",
                "contact_name": "Shelby Davis",
                "contact_email": "[email protected]",
                "contact_phone": "(701) 664-3368",
                "contact_title": "Clinic Manager/Foundation Director",
                "number_of_employees": "",
                "ruling_year": 1962
            },
            "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": "PO Box 925",
                "address_line_2": "",
                "city": "Tioga",
                "state": "ND",
                "zip": "58852",
                "msa": "",
                "congressional_district": "",
                "county": "Williams, ND",
                "latitude": 48.3728,
                "longitude": -102.9369
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "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": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SH050103",
                        "subject_code_description": "Financial applications"
                    },
                    {
                        "subject_code": "SH050100",
                        "subject_code_description": "Software applications"
                    },
                    {
                        "subject_code": "SH050000",
                        "subject_code_description": "Information communications technology"
                    },
                    {
                        "subject_code": "SH000000",
                        "subject_code_description": "Information and communications"
                    },
                    {
                        "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": "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": "PD020000",
                        "population_served_description": "Parents"
                    },
                    {
                        "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": "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": "2021-11-24T15:24:34.0000000",
                "profile_last_modified": "2021-11-24T15:24:34.0000000",
                "dei_last_modified": "2021-11-24T14:23:47.0000000",
                "financials_last_modified": "",
                "last_modified": "2022-09-09T13:27:18.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7645026",
                "ein": "43-0669085",
                "organization_name": "Big Brothers Sisters of Eastern Missouri",
                "also_known_as": "Big Brothers Big Sisters of Eastern Missouri",
                "group_exemption": "0000",
                "mission": "Big Brothers Big Sisters of Eastern Missouri (BBBSEMO) partners with young people in their pursuit of meaningful, stable, and independent lives. Our overarching goal is to empower young people to succeed in school, graduate from high school (or achieve high school equivalency), and advance on post-secondary paths (Enroll in college/trade school, Enlist in the military, or obtain Employment). We envision young people will \"own their futures\" AND become independent, happy adults who obtain living-wage jobs by age 26.",
                "website_url": "www.bbbsemo.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8816465&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/43-0669085",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Kristen Slaughter",
                "leader_title": "President and CEO",
                "contact_name": "Mark Halastik",
                "contact_email": "[email protected]",
                "contact_phone": "(314) 633-0032",
                "contact_title": "Senior Manager of Grants",
                "number_of_employees": "73",
                "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": "501 N Grand Blvd Ste 100",
                "address_line_2": "",
                "city": "St Louis",
                "state": "MO",
                "zip": "63103",
                "msa": "MO - St. Louis, MO-IL",
                "congressional_district": "District 1, MO",
                "county": "Saint Louis City, MO",
                "latitude": 38.6381,
                "longitude": -90.2322
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050100",
                        "subject_code_description": "Youth services"
                    },
                    {
                        "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": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "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": "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": 2021,
                    "total_revenue": 5973794.0,
                    "total_expenses": 5451047.0,
                    "total_assets": 21272231.0
                },
                "bmf_gross_receipts": 11544164.0,
                "bmf_assets": 26064688.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-03-14T13:49:32.0000000",
                "profile_last_modified": "2023-03-14T13:49:32.0000000",
                "dei_last_modified": "2023-03-14T12:10:11.0000000",
                "financials_last_modified": "2023-04-21T07:03:01.0000000",
                "last_modified": "2023-08-15T15:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6916379",
                "ein": "13-3389060",
                "organization_name": "Bruce J. Heim Foundation",
                "also_known_as": "The Heim Foundation",
                "group_exemption": "0000",
                "mission": "The Bruce J. Heim Foundation was established in 1986 to provide financial assistance to causes which will help people, especially young individuals or small groups, who have demonstrated potential for excellence in an area of interest. The Foundation hopes that such assistance will allow the recipients to improve, develop and concentrate on their talents, thus providing additional impetus for future success. It also hopes to nurture a spirit of gratitude and reciprocity in the recipients that will stimulate them to support, and become involved in, similar philanthropic causes.",
                "website_url": "brucejheimfoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8797049&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-3389060",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Barbara H. Pailet",
                "leader_title": "",
                "contact_name": "Mrs. Barbara Heim Pailet",
                "contact_email": "[email protected]",
                "contact_phone": "(504) 321-0040",
                "contact_title": "Executive Director",
                "number_of_employees": "",
                "ruling_year": 1988
            },
            "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": "3525 N Causeway Blvd Ste 605",
                "address_line_2": "",
                "city": "Metairie",
                "state": "LA",
                "zip": "70002",
                "msa": "LA - New Orleans",
                "congressional_district": "District 1, LA",
                "county": "Jefferson, LA",
                "latitude": 30.0134,
                "longitude": -90.1546
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030400",
                        "subject_code_description": "Secondary education"
                    },
                    {
                        "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": "SB070200",
                        "subject_code_description": "Continuing education"
                    },
                    {
                        "subject_code": "SB070000",
                        "subject_code_description": "Adult education"
                    },
                    {
                        "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"
                    },
                    {
                        "subject_code": "SA070000",
                        "subject_code_description": "Museums"
                    },
                    {
                        "subject_code": "SA060700",
                        "subject_code_description": "Performing arts education"
                    },
                    {
                        "subject_code": "SA060300",
                        "subject_code_description": "Music"
                    },
                    {
                        "subject_code": "SA060100",
                        "subject_code_description": "Dance"
                    },
                    {
                        "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": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "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) 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": 369228.0,
                    "total_expenses": 225070.0,
                    "total_assets": 3596419.0
                },
                "bmf_gross_receipts": 1004849.0,
                "bmf_assets": 2517659.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-03-08T19:57:44.0000000",
                "profile_last_modified": "2023-03-08T19:57:44.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T09:02:02.0000000",
                "last_modified": "2023-06-23T09:02:02.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8204919",
                "ein": "76-0680130",
                "organization_name": "Harris and Eliza Kempner Fund",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The mission of the Harris and Eliza Kempner Fund is to invest in the long-term success, sustainability, and well-being of Galveston and its residents.",
                "website_url": "http://www.kempnerfund.org/",
                "logo_url": "",
                "profile_level": "Bronze",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/76-0680130",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2022-seal.svg",
                "leader_name": "Lauren  Scott",
                "leader_title": "Executive Director",
                "contact_name": "Lauren Scott",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2001
            },
            "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": "2228 Mechanic St Ste 220",
                "address_line_2": "",
                "city": "Galveston",
                "state": "TX",
                "zip": "77550",
                "msa": "TX - Galveston-Texas City",
                "congressional_district": "District 14, TX",
                "county": "Galveston, TX",
                "latitude": 29.3065,
                "longitude": -94.7933
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS090300",
                        "subject_code_description": "Immigrant services"
                    },
                    {
                        "subject_code": "SS090000",
                        "subject_code_description": "Special population support"
                    },
                    {
                        "subject_code": "SS070400",
                        "subject_code_description": "Homeless shelters"
                    },
                    {
                        "subject_code": "SS070000",
                        "subject_code_description": "Shelter and residential care"
                    },
                    {
                        "subject_code": "SS050800",
                        "subject_code_description": "Community service for youth"
                    },
                    {
                        "subject_code": "SS050700",
                        "subject_code_description": "Civics for youth"
                    },
                    {
                        "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": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS040700",
                        "subject_code_description": "Parent education"
                    },
                    {
                        "subject_code": "SS040400",
                        "subject_code_description": "Family counseling"
                    },
                    {
                        "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": "SN030400",
                        "subject_code_description": "Community service"
                    },
                    {
                        "subject_code": "SN030100",
                        "subject_code_description": "Community beautification"
                    },
                    {
                        "subject_code": "SN030000",
                        "subject_code_description": "Community improvement"
                    },
                    {
                        "subject_code": "SN010000",
                        "subject_code_description": "Sustainable development"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "subject_code": "SE120700",
                        "subject_code_description": "Mental health counseling"
                    },
                    {
                        "subject_code": "SE120600",
                        "subject_code_description": "Crisis intervention"
                    },
                    {
                        "subject_code": "SE120504",
                        "subject_code_description": "Substance abuse treatment"
                    },
                    {
                        "subject_code": "SE120503",
                        "subject_code_description": "Substance abuse prevention"
                    },
                    {
                        "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": "SE020000",
                        "subject_code_description": "Health care access"
                    },
                    {
                        "subject_code": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SD040000",
                        "subject_code_description": "Nonprofits"
                    },
                    {
                        "subject_code": "SD020000",
                        "subject_code_description": "Foundations"
                    },
                    {
                        "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": "SC030406",
                        "subject_code_description": "Wetlands"
                    },
                    {
                        "subject_code": "SC030405",
                        "subject_code_description": "Water conservation"
                    },
                    {
                        "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": "SC020000",
                        "subject_code_description": "Climate change"
                    },
                    {
                        "subject_code": "SC000000",
                        "subject_code_description": "Environment"
                    },
                    {
                        "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": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB010000",
                        "subject_code_description": "Equal opportunity in education"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description": "Education"
                    },
                    {
                        "subject_code": "SA090300",
                        "subject_code_description": "Historic preservation"
                    },
                    {
                        "subject_code": "SA090000",
                        "subject_code_description": "Historical activities"
                    },
                    {
                        "subject_code": "SA010500",
                        "subject_code_description": "Arts education"
                    },
                    {
                        "subject_code": "SA010200",
                        "subject_code_description": "Artists' services"
                    },
                    {
                        "subject_code": "SA010000",
                        "subject_code_description": "Arts services"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "population_served_codes": [
                    {
                        "population_served_code": "PG060000",
                        "population_served_description": "Victims and oppressed people"
                    },
                    {
                        "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": "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": "T90",
                        "ntee_code_description": "Named Trusts/Foundations N.E.C."
                    }
                ],
                "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": 2021,
                    "total_revenue": 5826538.0,
                    "total_expenses": 3198667.0,
                    "total_assets": 66684854.0
                },
                "bmf_gross_receipts": 5826538.0,
                "bmf_assets": 49221567.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-01-12T17:20:29.0000000",
                "profile_last_modified": "2023-01-12T17:20:29.0000000",
                "dei_last_modified": "2023-01-12T16:12:21.0000000",
                "financials_last_modified": "2023-05-18T17:02:28.0000000",
                "last_modified": "2023-06-13T13:54: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": 134,
    "time": "2023-08-29 18:33:40Z",
    "results_count": 9478,
    "page_count": 380,
    "errors": [],
    "hits": [
        {
            "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": "B28",
                        "ntee_code_description": "Specialized Education Institutions/Schools for Visually or Hearing Impaired, Learning Disabled"
                    }
                ],
                "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": "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": true,
                "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": "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=9406183&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": "274",
                "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": 2022,
                    "total_revenue": 65462690.0,
                    "total_expenses": 57653861.0,
                    "total_assets": 104347608.0
                },
                "bmf_gross_receipts": 116375267.0,
                "bmf_assets": 104347608.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-08-28T09:08:34.0000000",
                "dei_last_modified": "2023-08-28T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T15:24:48.0000000",
                "last_modified": "2023-08-28T09:08:34.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": "8266381",
                "ein": "85-0325494",
                "organization_name": "Santa Fe Institute",
                "also_known_as": "SFI",
                "group_exemption": "0000",
                "mission": "The Santa Fe Institute is the world headquarters for complexity science, operated as an independent, not-for-profit research and education center located in Santa Fe, New Mexico.Our researchers endeavor to understand and unify the underlying, shared patterns in complex physical, biological, social, cultural, technological, and even possible astrobiological worlds. Our global research network of scholars spans borders, departments, and disciplines, unifying curious minds steeped in rigorous logical, mathematical, and computational reasoning. As we reveal the unseen mechanisms and processes that shape these evolving worlds, we seek to use this understanding to promote the well-being of humankind and of life on earth.",
                "website_url": "http://www.santafe.edu",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8843801&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-0325494",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "David Krakauer",
                "leader_title": "President and William H. Miller Professor of Complex Systems",
                "contact_name": "Janet Gunn",
                "contact_email": "[email protected]",
                "contact_phone": "(505) 946-3678",
                "contact_title": "",
                "number_of_employees": "89",
                "ruling_year": 1984
            },
            "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": "1399 Hyde Park Rd",
                "address_line_2": "",
                "city": "Santa Fe",
                "state": "NM",
                "zip": "87501",
                "msa": "NM - Santa Fe",
                "congressional_district": "District 1, NM",
                "county": "Santa Fe, NM",
                "latitude": 35.6917,
                "longitude": -105.9393
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SG090000",
                        "subject_code_description": "Interdisciplinary studies"
                    },
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SF000000",
                        "subject_code_description": "Science"
                    },
                    {
                        "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": "PA020000",
                        "population_served_description": "Adults"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "U05",
                        "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": "11",
                    "foundation_code_description": "School"
                }
            },
            "financials": {
                "most_recent_year": {
                    "form_type": "990",
                    "fiscal_year": 2021,
                    "total_revenue": 57773982.0,
                    "total_expenses": 12028658.0,
                    "total_assets": 95101684.0
                },
                "bmf_gross_receipts": 60995428.0,
                "bmf_assets": 95101684.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-03-20T15:57:17.0000000",
                "profile_last_modified": "2023-03-21T13:16:48.0000000",
                "dei_last_modified": "2023-03-20T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-05-18T17:01:04.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": "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": "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": "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": 2021,
                    "total_revenue": 84238191.0,
                    "total_expenses": 2631045.0,
                    "total_assets": 122977549.0
                },
                "bmf_gross_receipts": 176651303.0,
                "bmf_assets": 114461876.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-05-18T15:30:05.0000000",
                "last_modified": "2023-05-18T15:30:05.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=8579218&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/38-1359513",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-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": "1244",
                "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": 2021,
                    "total_revenue": 88893387.0,
                    "total_expenses": 63176100.0,
                    "total_assets": 598342638.0
                },
                "bmf_gross_receipts": 138692689.0,
                "bmf_assets": 598342638.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-01-24T15:56:39.0000000",
                "profile_last_modified": "2023-01-24T15:56:39.0000000",
                "dei_last_modified": "2023-01-20T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2023-05-18T18:57:25.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"
            }
        },
        {
            "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": "7102257",
                "ein": "23-1352647",
                "organization_name": "The Hill School",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Hill School prepares students from across the United States and around the world for excellence in school, college, careers, and life. The Hill School combines a challenging liberal arts curriculum with clear moral direction and leadership training in a structured residential community. Dedicated to the development of the minds, bodies, and souls of all Hill students, the School professes not only to describe the world in which they live but also to prescribe the best ways to live. The Hill School is committed to inculcating fundamental traditions while developing the practical skills and core knowledge on which further learning must be based, then to leading students to a global perspective on the world and their places in it.",
                "website_url": "www.thehill.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9094364&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/23-1352647",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Zachary Lehman",
                "leader_title": "Headmaster",
                "contact_name": "Mr. Scott Faulkingham",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Assistant Treasurer",
                "number_of_employees": "358",
                "ruling_year": 1938
            },
            "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": "860 Beech St",
                "address_line_2": "",
                "city": "Pottstown",
                "state": "PA",
                "zip": "19464",
                "msa": "PA - Philadelphia, PA-NJ",
                "congressional_district": "District 4, PA",
                "county": "Montgomery, PA",
                "latitude": 40.2472,
                "longitude": -75.6309
            },
            "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": "PD010000",
                        "population_served_description": "Families"
                    },
                    {
                        "population_served_code": "PD000000",
                        "population_served_description": "Family relationships"
                    },
                    {
                        "population_served_code": "PC050104",
                        "population_served_description": "Adolescent boys"
                    },
                    {
                        "population_served_code": "PC050100",
                        "population_served_description": "Boys"
                    },
                    {
                        "population_served_code": "PC050000",
                        "population_served_description": "Men and boys"
                    },
                    {
                        "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": 62962335.0,
                    "total_expenses": 51587225.0,
                    "total_assets": 320010649.0
                },
                "bmf_gross_receipts": 83044355.0,
                "bmf_assets": 320010649.0,
                "required_to_file_990t": true,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-06-07T15:19:43.0000000",
                "profile_last_modified": "2023-06-07T15:19:43.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2023-06-23T11:00:41.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": "6926840",
                "ein": "13-3850158",
                "organization_name": "TNTP, Inc.",
                "also_known_as": "TNTP",
                "group_exemption": "0000",
                "mission": "Since 1997, TNTP has worked side-by-side with teachers, school leaders, and school system leaders across the United States to ensure students have access to great teaching, rigorous academic content, and supportive environments that help them succeed. We offer innovative ideas and practical solutions at every level of the education system to improve studentsโ€™ daily experiencesโ€”especially for those who have historically been denied access to educational opportunity. We envision a just and equitable education system that supports the full identity and potential of every young person, and our mission is to achieve justice in education by providing every K-12 student with equitable opportunities that lead to pathways for economic and social mobility.",
                "website_url": "http://tntp.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9289564&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/13-3850158",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Tequilla Brownie",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Dr. Tequilla Brownie",
                "contact_email": "[email protected]",
                "contact_phone": "(718) 233-2800",
                "contact_title": "Chief Executive Officer",
                "number_of_employees": "1045",
                "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": "500 Fashion Ave Fl 8",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10018",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 10, NY",
                "county": "New York, NY",
                "latitude": 40.7529,
                "longitude": -73.9892
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB060500",
                        "subject_code_description": "Teacher education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM education"
                    },
                    {
                        "subject_code": "SB030800",
                        "subject_code_description": "Special needs education"
                    },
                    {
                        "subject_code": "SB030500",
                        "subject_code_description": "Bilingual 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": "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": "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": "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": "PA010000",
                        "population_served_description": "Children and youth"
                    },
                    {
                        "population_served_code": "PA000000",
                        "population_served_description": "Age groups"
                    }
                ],
                "ntee_codes": [
                    {
                        "ntee_code": "B02",
                        "ntee_code_description": "Management & Technical Assistance"
                    }
                ],
                "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": 144637728.0,
                    "total_expenses": 127020746.0,
                    "total_assets": 74584093.0
                },
                "bmf_gross_receipts": 144637728.0,
                "bmf_assets": 74584093.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-07-24T16:55:56.0000000",
                "profile_last_modified": "2023-07-24T16:55:56.0000000",
                "dei_last_modified": "2023-07-24T00:00:00.0000000",
                "financials_last_modified": "2023-05-18T18:49:03.0000000",
                "last_modified": "2023-07-24T16:55:56.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "6878185",
                "ein": "06-1576405",
                "organization_name": "EL Education, Inc.",
                "also_known_as": "EL Education",
                "group_exemption": "0000",
                "mission": "EL Education is a national nonprofit that partners with educators to transform K-12 schools and districts into hubs of equitable opportunity. Our mission is to create classrooms where teachers can fulfill their highest aspirations, and students achieve more than they think possible, becoming active contributors to building a better world.",
                "website_url": "www.eleducation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9336240&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/06-1576405",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Scott Hartl",
                "leader_title": "President & CEO",
                "contact_name": "Meghan McCormick",
                "contact_email": "[email protected]",
                "contact_phone": "(212) 239-4455",
                "contact_title": "Managing Director of Development",
                "number_of_employees": "157",
                "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": "247 W 35th St Fl 8",
                "address_line_2": "",
                "city": "New York City",
                "state": "NY",
                "zip": "10001",
                "msa": "NY - New York, NY-NJ",
                "congressional_district": "District 10, NY",
                "county": "New York, NY",
                "latitude": 40.7522,
                "longitude": -73.9915
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "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": "SB060500",
                        "subject_code_description": "Teacher education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional 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": "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": "B20",
                        "ntee_code_description": "Elementary, Secondary Ed"
                    }
                ],
                "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": 41458493.0,
                    "total_expenses": 33337644.0,
                    "total_assets": 36539179.0
                },
                "bmf_gross_receipts": 41526166.0,
                "bmf_assets": 36539179.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-02-03T07:20:55.0000000",
                "profile_last_modified": "2023-08-09T12:15:53.0000000",
                "dei_last_modified": "2023-08-09T00:00:00.0000000",
                "financials_last_modified": "2023-08-24T13:00:37.0000000",
                "last_modified": "2023-08-24T13:00:37.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "7633601",
                "ein": "42-1495980",
                "organization_name": "Community Foundation of Greater Muscatine",
                "also_known_as": "Community Foundation of Greater Muscatine",
                "group_exemption": "0000",
                "mission": "The Community Foundation of Greater Muscatine actively works to improve the quality of life in Muscatine County through philanthropy.",
                "website_url": "https://www.muscatinecommunityfoundation.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9211796&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/42-1495980",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Charla Schafer",
                "leader_title": "Executive Director",
                "contact_name": "Charla Schafer",
                "contact_email": "[email protected]",
                "contact_phone": "(563) 571-5430",
                "contact_title": "Executive Director",
                "number_of_employees": "14",
                "ruling_year": 2000
            },
            "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": "215 W Mississippi Dr",
                "address_line_2": "",
                "city": "Muscatine",
                "state": "IA",
                "zip": "52761",
                "msa": "",
                "congressional_district": "District 2, IA",
                "county": "Muscatine, IA",
                "latitude": 41.4335,
                "longitude": -91.0547
            },
            "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": "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": "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": "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": 2021,
                    "total_revenue": 10914284.0,
                    "total_expenses": 3458420.0,
                    "total_assets": 66591017.0
                },
                "bmf_gross_receipts": 30278107.0,
                "bmf_assets": 66591017.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-06-28T15:51:28.0000000",
                "profile_last_modified": "2023-06-28T15:51:28.0000000",
                "dei_last_modified": "2020-06-24T14:40:16.0000000",
                "financials_last_modified": "2023-05-18T18:57:25.0000000",
                "last_modified": "2023-06-28T15:51:28.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8549908",
                "ein": "20-5470086",
                "organization_name": "Colorado Early Colleges",
                "also_known_as": "Colorado Early Colleges",
                "group_exemption": "0000",
                "mission": "All students, regardless of background or skill level, will have the opportunity to pursue a growth mindset that will allow them to achieve mastery and to demonstrate that they can succeed in school, in college, and in their chosen career.No exceptions. No excuses.",
                "website_url": "www.coloradoearlycolleges.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8788585&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/20-5470086",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Sandi Brown",
                "leader_title": "Chief Executive Administrator",
                "contact_name": "Jennifer Malenky",
                "contact_email": "[email protected]",
                "contact_phone": "(970) 377-0044",
                "contact_title": "Director of Philanthropy and Strategic Partnerships",
                "number_of_employees": "577",
                "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": false
                }
            },
            "geography": {
                "address_line_1": "4424 Innovation Dr",
                "address_line_2": "",
                "city": "Fort Collins",
                "state": "CO",
                "zip": "80525",
                "msa": "CO - Fort Collins-Loveland",
                "congressional_district": "District 2, CO",
                "county": "Larimer, CO",
                "latitude": 40.5251,
                "longitude": -105.0461
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050600",
                        "subject_code_description": "Economics for youth"
                    },
                    {
                        "subject_code": "SS050000",
                        "subject_code_description": "Youth development"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human 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": "SB050000",
                        "subject_code_description": "Higher 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": [],
                "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": 50408994.0,
                    "total_expenses": 45602287.0,
                    "total_assets": 30394080.0
                },
                "bmf_gross_receipts": 50408994.0,
                "bmf_assets": 30394080.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-03-07T12:46:23.0000000",
                "profile_last_modified": "2023-03-07T12:46:23.0000000",
                "dei_last_modified": "",
                "financials_last_modified": "2023-06-23T11:00:41.0000000",
                "last_modified": "2023-06-23T11:00:41.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "8423163",
                "ein": "94-3311088",
                "organization_name": "Aspire Public Schools",
                "also_known_as": "Aspire Public Schools Foundation",
                "group_exemption": "0000",
                "mission": "Aspireโ€™s Mission:Provide a rigorous, joyful academic experience that cultivates our scholarsโ€™ skills, talents, and gifts, such that they may pursue and persist in college or any post-secondary pathway that is authentic to their identities;Promote inclusivity and disrupt systems that have historically oppressed marginalized communities, including Black, Latino/a/x, Indigenous, and People of Color; andNurture our scholarsโ€™ pride in their abilities, identities, and communities.",
                "website_url": "http://www.aspirepublicschools.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8706357&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/94-3311088",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Mala Batra",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Ms. Mari Bennett",
                "contact_email": "[email protected]",
                "contact_phone": "(510) 434-5500",
                "contact_title": "Director of Development",
                "number_of_employees": "2609",
                "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": "1001 22nd Ave Ste 100",
                "address_line_2": "",
                "city": "Oakland",
                "state": "CA",
                "zip": "94606",
                "msa": "CA - Oakland",
                "congressional_district": "District 13, CA",
                "county": "Alameda, CA",
                "latitude": 37.7973,
                "longitude": -122.2423
            },
            "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": "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": "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"
                    },
                    {
                        "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": 2021,
                    "total_revenue": 233476749.0,
                    "total_expenses": 211117883.0,
                    "total_assets": 207841845.0
                },
                "bmf_gross_receipts": 238208597.0,
                "bmf_assets": 207841845.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-17T13:17:44.0000000",
                "profile_last_modified": "2023-02-17T13:17:44.0000000",
                "dei_last_modified": "2021-05-07T11:39:43.0000000",
                "financials_last_modified": "2023-05-18T17:01:04.0000000",
                "last_modified": "2023-05-18T17:01:04.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": "651",
                "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": 2022,
                    "total_revenue": 57395711.0,
                    "total_expenses": 51568558.0,
                    "total_assets": 86428214.0
                },
                "bmf_gross_receipts": 74314060.0,
                "bmf_assets": 86428214.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-05-18T15:24:48.0000000",
                "last_modified": "2023-05-18T15:24:48.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-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": "aba[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-05-18T18:49:03.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": "8581836",
                "ein": "92-0184898",
                "organization_name": "Palisades Charter High School",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "PALISADES CHARTER HIGH SCHOOL WILL EMPOWER OUR DIVERSE STUDENT POPULATION TO MAKE POSITIVE CONTRIBUTIONS TO THE GLOBAL COMMUNITY BY DEDICATING OUR RESOURCES TO ENSURE EDUCATIONAL EXCELLENCE, CIVIC RESPONSIBILTY, AND PERSONAL GROWTH.",
                "website_url": "www.palihigh.org",
                "logo_url": "",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/92-0184898",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Pamela Magee",
                "leader_title": "Executive Director/Principal",
                "contact_name": "Michael Rawson",
                "contact_email": "[email protected]",
                "contact_phone": "(310) 230-7272",
                "contact_title": "Director of Development",
                "number_of_employees": "371",
                "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": "15777 Bowdoin St",
                "address_line_2": "",
                "city": "Pacific Palisades",
                "state": "CA",
                "zip": "90272",
                "msa": "CA - Los Angeles-Long Beach",
                "congressional_district": "",
                "county": "Los Angeles, CA",
                "latitude": 34.0469,
                "longitude": -118.5318
            },
            "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": "PA010400",
                        "population_served_description": "Adolescents"
                    },
                    {
                        "population_served_code": "PE070000",
                        "population_served_description": "Multiracial people"
                    },
                    {
                        "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": "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": 41146615.0,
                    "total_expenses": 39736198.0,
                    "total_assets": 27090937.0
                },
                "bmf_gross_receipts": 41576797.0,
                "bmf_assets": 27090937.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-06-26T17:44:44.0000000",
                "profile_last_modified": "2023-06-26T17:44:44.0000000",
                "dei_last_modified": "2022-06-01T14:13:06.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-26T17:44:44.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=9084715&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/33-0542733",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-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": "2023-06-06T11:31:26.0000000",
                "profile_last_modified": "2023-06-06T11:31:26.0000000",
                "dei_last_modified": "2023-02-27T00:00:00.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.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": 40,
    "time": "2023-08-29 18:34:06Z",
    "results_count": 234,
    "page_count": 10,
    "errors": [],
    "hits": [
        {
            "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": "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": "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=8293379&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/94-3187806",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2022-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": "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": "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": "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": 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": "2022-11-03T18:24:11.0000000",
                "profile_last_modified": "2022-11-03T18:24:11.0000000",
                "dei_last_modified": "2022-11-03T00: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=8740282&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/34-1580038",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Michael Oister",
                "leader_title": "CEO",
                "contact_name": "Hannah Paulin",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "249",
                "ruling_year": 1988
            },
            "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": "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": "SA070800",
                        "subject_code_description": "Science museums"
                    },
                    {
                        "subject_code": "SA070000",
                        "subject_code_description": "Museums"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    },
                    {
                        "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": 2021,
                    "total_revenue": 39073824.0,
                    "total_expenses": 29398870.0,
                    "total_assets": 44107247.0
                },
                "bmf_gross_receipts": 46582594.0,
                "bmf_assets": 52514312.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": true
            },
            "dates": {
                "seal_last_modified": "2023-02-24T06:31:30.0000000",
                "profile_last_modified": "2023-02-24T06:31:30.0000000",
                "dei_last_modified": "2022-08-26T00:00:00.0000000",
                "financials_last_modified": "2023-05-10T20:45:21.0000000",
                "last_modified": "2023-08-15T15:54:00.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": "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": "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": "240",
                "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": 2021,
                    "total_revenue": 33725316.0,
                    "total_expenses": 23252059.0,
                    "total_assets": 137527136.0
                },
                "bmf_gross_receipts": 48302842.0,
                "bmf_assets": 137527136.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-05-18T18:49:03.0000000",
                "last_modified": "2023-05-18T18:49:03.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9250464",
                "ein": "46-1314848",
                "organization_name": "uAspire",
                "also_known_as": "Previously known as ACCESS",
                "group_exemption": "0000",
                "mission": "uAspire is a nonprofit organization ensuring that all young people have the financial information and resources necessary to find an affordable path to and through college. Our singular focus is on college affordability and removing financial barriers so that every student has an equitable opportunity to graduate from college and succeed in life.Through student advising, counselor training, and policy and systems change, we work to remove the financial barriers to higher education. Collectively, our three models impacted over 690,000 students nationwide in 2018-19. Headquartered in Boston, we have a team of 65 full-time staff in California, Massachusetts, and New York.",
                "website_url": "http://www.uaspire.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8762212&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/46-1314848",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Jaclyn Piรฑero",
                "leader_title": "Chief Executive Officer",
                "contact_name": "Carrie Fefthe Fethe",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Senior Director, Marketing and Communications",
                "number_of_employees": "87",
                "ruling_year": 2013
            },
            "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": "31 Milk St Ste 900",
                "address_line_2": "",
                "city": "Boston",
                "state": "MA",
                "zip": "02109",
                "msa": "MA - Boston",
                "congressional_district": "District 8, MA",
                "county": "Suffolk, MA",
                "latitude": 42.3568,
                "longitude": -71.058
            },
            "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": "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": "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": "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": 11001635.0,
                    "total_expenses": 7683195.0,
                    "total_assets": 9973087.0
                },
                "bmf_gross_receipts": 13454450.0,
                "bmf_assets": 9973087.0,
                "required_to_file_990t": false,
                "a_133_audit_performed": false
            },
            "dates": {
                "seal_last_modified": "2023-02-28T16:45:16.0000000",
                "profile_last_modified": "2023-02-28T16:45:16.0000000",
                "dei_last_modified": "2021-03-25T10:17:31.0000000",
                "financials_last_modified": "2023-06-23T09:00:47.0000000",
                "last_modified": "2023-06-23T09:00:47.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": "205",
                "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": 2022,
                    "total_revenue": 16370625.0,
                    "total_expenses": 15256211.0,
                    "total_assets": 3470956.0
                },
                "bmf_gross_receipts": 16370625.0,
                "bmf_assets": 3470956.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-05-18T17:01:04.0000000",
                "last_modified": "2023-07-10T17:03: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": "9907570",
                "ein": "85-0902650",
                "organization_name": "TECH FORWARD INC",
                "also_known_as": "HBCU FORCE",
                "group_exemption": "0000",
                "mission": "Tech Forward is a nonprofit organization that exposes marginalized communities tocloud and SAAS (software-as-a-service) based technologies and career paths to helpparticipants be more marketable, and obtain higher-paying jobs and career opportunities.",
                "website_url": "http://www.hbcuforce.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8934059&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-0902650",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Tiffany Spencer",
                "leader_title": "Founder and Executive Director",
                "contact_name": "Mrs Tiffany Spencer",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Founder and 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": "5829 Campbellton Rd SW # 104-168",
                "address_line_2": "",
                "city": "Atlanta",
                "state": "GA",
                "zip": "30331",
                "msa": "GA - Atlanta",
                "congressional_district": "District 5, GA",
                "county": "Fulton, GA",
                "latitude": 33.6992,
                "longitude": -84.578
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS080000",
                        "subject_code_description": "Job services"
                    },
                    {
                        "subject_code": "SS000000",
                        "subject_code_description": "Human services"
                    },
                    {
                        "subject_code": "SB090800",
                        "subject_code_description": "E-learning"
                    },
                    {
                        "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": "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"
                    },
                    {
                        "population_served_code": "PE050300",
                        "population_served_description": "People of Caribbean descent"
                    },
                    {
                        "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"
                    },
                    {
                        "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": "2023-04-17T17:54:45.0000000",
                "profile_last_modified": "2023-04-17T17:54:45.0000000",
                "dei_last_modified": "2021-02-07T19:08:50.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-08-15T15:54:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10143492",
                "ein": "92-2404245",
                "organization_name": "Resound Future Bilingual Educators Network",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Creating pathways for future bilingual educators to impact the next generation",
                "website_url": "http://www.resounded.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9222530&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/92-2404245",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Carey French",
                "leader_title": "",
                "contact_name": "Carey French",
                "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": false,
                "revoked": false,
                "defunct_or_merged": false,
                "relationship_type": {
                    "parent": false,
                    "subordinate": false,
                    "independent": true,
                    "headquarters": false
                }
            },
            "geography": {
                "address_line_1": "1047 Forbes Rd",
                "address_line_2": "",
                "city": "Fort Mill",
                "state": "SC",
                "zip": "29707",
                "msa": "SC - Charlotte-Gastonia-Rock Hill, NC-SC",
                "congressional_district": "District 5, SC",
                "county": "Lancaster, SC",
                "latitude": 35.062,
                "longitude": -80.8984
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB060500",
                        "subject_code_description": "Teacher education"
                    },
                    {
                        "subject_code": "SB060000",
                        "subject_code_description": "Graduate and professional education"
                    },
                    {
                        "subject_code": "SB050000",
                        "subject_code_description": "Higher education"
                    },
                    {
                        "subject_code": "SB031100",
                        "subject_code_description": "Multicultural education"
                    },
                    {
                        "subject_code": "SB030500",
                        "subject_code_description": "Bilingual 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"
                    },
                    {
                        "subject_code": "SA080300",
                        "subject_code_description": "Languages"
                    },
                    {
                        "subject_code": "SA080000",
                        "subject_code_description": "Humanities"
                    },
                    {
                        "subject_code": "SA000000",
                        "subject_code_description": "Arts and culture"
                    }
                ],
                "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": "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": "B01",
                        "ntee_code_description": "Alliance/Advocacy 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": "2023-07-02T21:56:34.0000000",
                "profile_last_modified": "2023-07-02T21:56:34.0000000",
                "dei_last_modified": "2023-07-02T21:51:03.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-07-02T21:56:34.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9968776",
                "ein": "85-2923799",
                "organization_name": "Xceleader",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Increase and strengthen Black leadership by providing tools that inspire action and fuel ambition.",
                "website_url": "https://www.xceleader.com",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9019922&approved=True",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-2923799",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Aarian Forman",
                "leader_title": "Co-Founder",
                "contact_name": "Jade Agudosi",
                "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": "1414 N Shepherd Dr Apt 404",
                "address_line_2": "",
                "city": "Houston",
                "state": "TX",
                "zip": "77008",
                "msa": "TX - Houston",
                "congressional_district": "District 2, TX",
                "county": "Harris, TX",
                "latitude": 29.7963,
                "longitude": -95.41
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "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": "SK020000",
                        "subject_code_description": "Leadership development"
                    },
                    {
                        "subject_code": "SK000000",
                        "subject_code_description": "Public affairs"
                    },
                    {
                        "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": "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": "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": "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": "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-03-02T14:03:41.0000000",
                "profile_last_modified": "2023-05-15T15:47:48.0000000",
                "dei_last_modified": "2022-11-29T11:54:57.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-05-15T15:47:48.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9962085",
                "ein": "85-2539829",
                "organization_name": "Gene Xcellence",
                "also_known_as": "Gene Xcellence",
                "group_exemption": "0000",
                "mission": "Our mission is to provide a way for adolescents and young adults to achieve economic mobility by equipping them with life-based skills and resources to overcome their adversities.",
                "website_url": "https://gene-xcellence.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8933280&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": "106 W Georgia Rd",
                "address_line_2": "",
                "city": "Simpsonville",
                "state": "SC",
                "zip": "29681",
                "msa": "SC - Greenville-Spartanburg-Anderson",
                "congressional_district": "District 4, SC",
                "county": "Greenville, SC",
                "latitude": 34.7396,
                "longitude": -82.2583
            },
            "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-04-17T15:46:23.0000000",
                "dei_last_modified": "2022-08-29T18:36:26.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-04-17T15:46:23.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9925672",
                "ein": "84-3478958",
                "organization_name": "Holistic Evolution Inc",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "Our Mission is to encourage the evolution of males of color 16-24 through supporting mentoring, health equity and other prevention efforts in Northwest Indiana; providing resources to remove unforeseen barriers to the evolution of males of color.",
                "website_url": "https://www.holisticevolution.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8983987&approved=True",
                "profile_level": "Bronze",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/84-3478958",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-BRONZE2023-seal.svg",
                "leader_name": "Esther Lewis",
                "leader_title": "CEO",
                "contact_name": "Esther Lewis",
                "contact_email": "[email protected]",
                "contact_phone": "(219) 293-7553",
                "contact_title": "CEO",
                "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": "234 Marcliffe Dr Apt 7",
                "address_line_2": "",
                "city": "Valparaiso",
                "state": "IN",
                "zip": "46385",
                "msa": "IN - Gary-Hammond-East Chicago",
                "congressional_district": "District 1, IN",
                "county": "Porter, IN",
                "latitude": 41.4445,
                "longitude": -87.1127
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SS050400",
                        "subject_code_description": "Youth organizing"
                    },
                    {
                        "subject_code": "SS060602",
                        "subject_code_description": "Aging out of foster care"
                    },
                    {
                        "subject_code": "SS060600",
                        "subject_code_description": "Transition planning"
                    },
                    {
                        "subject_code": "SS060000",
                        "subject_code_description": "Personal 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": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "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": "SJ020000",
                        "subject_code_description": "Abuse prevention"
                    },
                    {
                        "subject_code": "SJ010100",
                        "subject_code_description": "Impaired driving"
                    },
                    {
                        "subject_code": "SJ010000",
                        "subject_code_description": "Crime prevention"
                    },
                    {
                        "subject_code": "SJ000000",
                        "subject_code_description": "Public safety"
                    },
                    {
                        "subject_code": "SE130600",
                        "subject_code_description": "Physical fitness"
                    },
                    {
                        "subject_code": "SE130500",
                        "subject_code_description": "Sexually transmitted disease control"
                    },
                    {
                        "subject_code": "SE130000",
                        "subject_code_description": "Public health"
                    },
                    {
                        "subject_code": "SE120700",
                        "subject_code_description": "Mental health counseling"
                    },
                    {
                        "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": "SE000000",
                        "subject_code_description": "Health"
                    },
                    {
                        "subject_code": "SB091200",
                        "subject_code_description": "Tutoring"
                    },
                    {
                        "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": "SB070000",
                        "subject_code_description": "Adult 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": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "population_served_code": "PG040200",
                        "population_served_description": "Ex-offenders"
                    },
                    {
                        "population_served_code": "PG040000",
                        "population_served_description": "Incarcerated 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": "PD040400",
                        "population_served_description": "Transitioning children"
                    },
                    {
                        "population_served_code": "PD040000",
                        "population_served_description": "Non-adult children"
                    },
                    {
                        "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": "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": "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": "2023-05-03T15:47:54.0000000",
                "profile_last_modified": "2023-05-03T15:47:54.0000000",
                "dei_last_modified": "2023-05-03T14:29:01.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-05-03T15:47:54.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9969095",
                "ein": "85-3339422",
                "organization_name": "Institute for Youth in Policy",
                "also_known_as": "YIP Institute",
                "group_exemption": "0000",
                "mission": "The Institute for Youth in Policy is a youth-run, nonpartisan Institute utilizing discourse to redefine the way youth interacts with policy. Within the Institute, young leaders cultivate curriculum, content, and policy which spurs fundamental innovation through discussional richness and diversity of thought.We are students helping other students succeed and we believe constructive discourse is the key to forging lasting impact, as the movement we are leading continues to grow. Our large membership keeps us on track to ensure the most efficient, innovative, and effective approach.",
                "website_url": "https://yipinstitute.com",
                "logo_url": "",
                "profile_level": "Gold",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-3339422",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-GOLD2023-seal.svg",
                "leader_name": "Paul Kramer",
                "leader_title": "Executive Director",
                "contact_name": "Paul Kramer",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Executive Director",
                "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": "1700 Van Ness Ave # 1143",
                "address_line_2": "",
                "city": "San Francisco",
                "state": "CA",
                "zip": "94109",
                "msa": "CA - San Francisco-Oakland",
                "congressional_district": "District 12, CA",
                "county": "San Francisco, CA",
                "latitude": 37.7913,
                "longitude": -122.4224
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN060300",
                        "subject_code_description": "Corporate social responsibility"
                    },
                    {
                        "subject_code": "SN060000",
                        "subject_code_description": "Business and industry"
                    },
                    {
                        "subject_code": "SN000000",
                        "subject_code_description": "Community and economic development"
                    },
                    {
                        "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": "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": "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": "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": "S05",
                        "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": "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-03-12T16:56:27.0000000",
                "profile_last_modified": "2023-03-12T16:56:27.0000000",
                "dei_last_modified": "2022-10-06T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-05-09T11:30:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9916903",
                "ein": "85-1487665",
                "organization_name": "Charity Achievement Networking and Education Foundation",
                "also_known_as": "CANE Foundation",
                "group_exemption": "0000",
                "mission": "The purpose of CANE is to positively influence the well-being, aspirations, connectedness, and education of youth in the Pearland-Manvel-Fresno, Texas area; with special emphasis on underappreciated and underserved African-American youth. Embedded in this purpose is the uplifting, promotion, support, admiration, and appreciation of often overlooked achievers and difference-makers in the community.",
                "website_url": "www.thecanefoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8686721&approved=True",
                "profile_level": "Silver",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/85-1487665",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2023-seal.svg",
                "leader_name": "Marcus Stevenson",
                "leader_title": "President",
                "contact_name": "Lewis Holley",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "Treasurer",
                "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": "3422 Business Center Dr Ste 106 # 49",
                "address_line_2": "",
                "city": "Pearland",
                "state": "TX",
                "zip": "77584",
                "msa": "TX - Brazoria",
                "congressional_district": "District 22, TX",
                "county": "Brazoria, TX",
                "latitude": 29.5517,
                "longitude": -95.3703
            },
            "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": "SB090500",
                        "subject_code_description": "Student retention"
                    },
                    {
                        "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": "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": "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": "S80",
                        "ntee_code_description": "Community Service Clubs (Kiwanis, Lions, Jaycees, etc.)"
                    }
                ],
                "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-02-13T19:50:48.0000000",
                "profile_last_modified": "2023-02-13T19:50:48.0000000",
                "dei_last_modified": "2020-12-16T17:57:08.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-03-14T12:27:00.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": "9369752",
                "ein": "95-2419408",
                "organization_name": "Rosary Academy",
                "also_known_as": "",
                "group_exemption": "0928",
                "mission": "As a college preparatory diocesan Catholic high school, Rosary Academy empowers the mind, body, and spirit of each young woman in a transformative educational experience. Guided by the Blessed Mother, Rosary Academy embraces and challenges its students with an innovative instructional curriculum to achieve academic success and ignite the call to serve the dear neighbor without distinction.",
                "website_url": "https://www.rosaryacademy.org/",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8460330&approved=True",
                "profile_level": "Silver",
                "profile_year": 2022,
                "profile_link": "https://www.guidestar.org/profile/95-2419408",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-SILVER2022-seal.svg",
                "leader_name": "Shawna Pautsch",
                "leader_title": "Head of School",
                "contact_name": "Stephen Ruszak",
                "contact_email": "[email protected]",
                "contact_phone": "(714) 879-6302 x215",
                "contact_title": "Director of Business Operations",
                "number_of_employees": "",
                "ruling_year": 1965
            },
            "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": "1340 N Acacia Ave",
                "address_line_2": "",
                "city": "Fullerton",
                "state": "CA",
                "zip": "92831",
                "msa": "CA - Orange County",
                "congressional_district": "District 39, CA",
                "county": "Orange, CA",
                "latitude": 33.8867,
                "longitude": -117.8985
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SP030200",
                        "subject_code_description": "Catholicism"
                    },
                    {
                        "subject_code": "SP030000",
                        "subject_code_description": "Christianity"
                    },
                    {
                        "subject_code": "SP000000",
                        "subject_code_description": "Religion"
                    },
                    {
                        "subject_code": "SG000000",
                        "subject_code_description": "Social sciences"
                    },
                    {
                        "subject_code": "SB031000",
                        "subject_code_description": "STEM 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": "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": "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": "10",
                    "foundation_code_description": "Church"
                }
            },
            "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-03T20:34:28.0000000",
                "profile_last_modified": "2023-01-03T20:34:27.0000000",
                "dei_last_modified": "2021-10-11T15:35:49.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-01-03T20:34:27.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "10033984",
                "ein": "87-3741262",
                "organization_name": "Banging Pots Foundation, Inc.",
                "also_known_as": "",
                "group_exemption": "0000",
                "mission": "The Banging Pots Foundation is about that mindset, the belief in new horizons, shifting the paradigm, and following through the journey of our desires, until a thought becomes the thing we wished to create.We know, though, that on this path, itโ€™s difficult to go it alone. The Banging Pots Foundation is about the belief, that no matter the blizzard, there will always be somebody, โ€˜banging potsโ€™ to lead you home. We do that by paying the way forward for kids and teens whose parents cannot afford to send them to school. Every single donation helps us send our kids to school.",
                "website_url": "https://www.summerraininternational.com/banging-pots",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=9412925&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/87-3741262",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Emma Ombogo",
                "leader_title": "President",
                "contact_name": "Emma Ombogo",
                "contact_email": "[email protected]",
                "contact_phone": "",
                "contact_title": "",
                "number_of_employees": "",
                "ruling_year": 2022
            },
            "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": "5434 Deerbrooke Creek Cir Apt 3",
                "address_line_2": "",
                "city": "Tampa",
                "state": "FL",
                "zip": "33624",
                "msa": "FL - Tampa-St. Petersburg-Clearwater",
                "congressional_district": "District 14, FL",
                "county": "Hillsborough, FL",
                "latitude": 28.0619,
                "longitude": -82.5379
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SB030900",
                        "subject_code_description": "Child educational development"
                    },
                    {
                        "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": "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": "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": "T50",
                        "ntee_code_description": "Philanthropy / Charity / Voluntarism Promotion (General)"
                    }
                ],
                "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-06-15T21:50:42.0000000",
                "profile_last_modified": "2023-08-28T22:42:33.0000000",
                "dei_last_modified": "2023-02-05T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-08-28T22:42:33.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9433049",
                "ein": "47-3725518",
                "organization_name": "Poor 2 Glee Foundation",
                "also_known_as": "P2G FOUND / P2G Foundation",
                "group_exemption": "0000",
                "mission": "Poverty ends when we work together to grow our education and finances. For those of us in the SF Bay Area who make less than, $100k are living below the poverty line. In leading the Poor 2 Glee (P2G) Foundation into helping to end poverty by educating youth and adults on basic financial and business education. I and my team know how to help you invest and grow your income.",
                "website_url": "p2gfoundation.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8780458&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/47-3725518",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Mike Fagundes",
                "leader_title": "CEO/President/ Executive Director",
                "contact_name": "Mike Fagundes",
                "contact_email": "[email protected]",
                "contact_phone": "(408) 829-1392",
                "contact_title": "CEO/President/ Executive Director",
                "number_of_employees": "",
                "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": "1775 McLaughlin Ave",
                "address_line_2": "",
                "city": "San Jose",
                "state": "CA",
                "zip": "95122",
                "msa": "CA - San Jose",
                "congressional_district": "District 19, CA",
                "county": "Santa Clara, CA",
                "latitude": 37.3249,
                "longitude": -121.846
            },
            "taxonomies": {
                "subject_codes": [
                    {
                        "subject_code": "SN060000",
                        "subject_code_description": "Business and industry"
                    },
                    {
                        "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": "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": "PG050000",
                        "population_served_description": "At-risk youth"
                    },
                    {
                        "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": "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": "",
                    "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-04T22:40:56.0000000",
                "profile_last_modified": "2023-03-04T22:40:56.0000000",
                "dei_last_modified": "2023-03-05T00:00:00.0000000",
                "financials_last_modified": "",
                "last_modified": "2023-03-14T12:27:00.0000000"
            }
        },
        {
            "organization": {
                "organization_id": "9742285",
                "ein": "82-4458239",
                "organization_name": "MENTEE",
                "also_known_as": "MENTEE Global",
                "group_exemption": "0000",
                "mission": "MENTEE is a non-profit organization aligned with global SDGs that provides access to a global network of mentor specialists who share their skills and support to help create better, healthier lives for marginalized populations living around the world. Using our virtual platform, mentees are given the power of access to choose any specialist they need to help accelerate their success. The program provides trauma and mentorship training for our global mentors as well as additional professional skills training for our mentees. We are partnered with 5 NGOs and institutions globally and are supporting 7 different countries on 4 different continents.",
                "website_url": "www.menteeglobal.org",
                "logo_url": "https://www.guidestar.org/ViewEdoc.aspx?eDocId=8605490&approved=True",
                "profile_level": "Platinum",
                "profile_year": 2023,
                "profile_link": "https://www.guidestar.org/profile/82-4458239",
                "profile_logo": "https://www.guidestar.org/App_Themes/MainSite2/images/ProfilePageSvgs/profile-PLATINUM2023-seal.svg",
                "leader_name": "Letitia Zwickert",
                "leader_title": "Founder & CEO",
                "contact_name": "Mrs. Letitia Zwickert",
                "contact_email": "[email protected]",
                "contact_phone": "(708) 647-1542",
                "contact_title": "Founder & CEO",
                "number_of_employees": "",
                "ruling_year": 2018
            },
            "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": "1320 Dartford Ct",
                "address_line_2": "",
                "city": "Naperville",
                "state": "IL",
                "zip": "60540",
                "msa": "IL - Chicago",
                "congressional_district": "District 6, IL",
                "county": "Dupage, IL",
                "latitude": 41.7575,
                "longitude": -88.115
            },
            "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": "SR040000",
                        "subject_code_description": "Antidiscrimination"
                    },
                    {
                        "subject_code": "SR000000",
                        "subject_code_description": "Human rights"
                    },
                    {
                        "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": "SB090200",
                        "subject_code_description": "College preparation"
                    },
                    {
                        "subject_code": "SB090000",
                        "subject_code_description": "Education services"
                    },
                    {
                        "subject_code": "SB000000",
                        "subject_code_description&q