Obtain the list of program activity categories for a specific agency in a single fiscal year based on whether or not that program activity has ever been submitted in File B.

Documentation for this endpoint can be found here.

GET /api/v2/agency/012/program_activity/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "toptier_code": "012",
    "fiscal_year": 2023,
    "page_metadata": {
        "page": 1,
        "total": 569,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "name": "BENEFITS ISSUED",
            "obligated_amount": 109205341146.29,
            "gross_outlay_amount": 107215682314.17
        },
        {
            "name": "BELOW 130 OF POVERTY",
            "obligated_amount": 27404699718.93,
            "gross_outlay_amount": 24813519746.03
        },
        {
            "name": "REIMBURSABLE PROGRAM - INDEMNITIES",
            "obligated_amount": 9157060834.76,
            "gross_outlay_amount": 9244308798.11
        },
        {
            "name": "GRANTS TO STATES",
            "obligated_amount": 7246423175.78,
            "gross_outlay_amount": 5528811978.97
        },
        {
            "name": "INDEMNITIES",
            "obligated_amount": 6730000000.0,
            "gross_outlay_amount": 6730000000.0
        },
        {
            "name": "STATE ADMINISTRATION",
            "obligated_amount": 5046097980.05,
            "gross_outlay_amount": 3968803324.03
        },
        {
            "name": "MARKETING LOANS -- NON-RECOURSE",
            "obligated_amount": 4988277109.38,
            "gross_outlay_amount": 5027604923.45
        },
        {
            "name": "WILDLAND FIRE MANAGEMENT",
            "obligated_amount": 3087214069.6,
            "gross_outlay_amount": 2543926241.08
        },
        {
            "name": "NUTRITION ASSISTANCE FOR PUERTO RICO",
            "obligated_amount": 2815630000.0,
            "gross_outlay_amount": 2272484638.11
        },
        {
            "name": "PARTNERSHIPS FOR CLIMATE-SMART COMMODITIES",
            "obligated_amount": 2352559701.34,
            "gross_outlay_amount": 12523562.31
        }
    ],
    "messages": []
}