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/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "toptier_code": "012",
    "fiscal_year": 2024,
    "page_metadata": {
        "page": 1,
        "total": 572,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "name": "BENEFITS ISSUED",
            "obligated_amount": 42810209423.24,
            "gross_outlay_amount": 40636048133.46
        },
        {
            "name": "BELOW 130 OF POVERTY",
            "obligated_amount": 16248140411.91,
            "gross_outlay_amount": 12973428253.24
        },
        {
            "name": "REIMBURSABLE PROGRAM - INDEMNITIES",
            "obligated_amount": 6837220788.47,
            "gross_outlay_amount": 6618255589.95
        },
        {
            "name": "MARKETING LOANS -- NON-RECOURSE",
            "obligated_amount": 4899554457.87,
            "gross_outlay_amount": 4917487380.67
        },
        {
            "name": "GRANTS TO STATES",
            "obligated_amount": 4391353446.98,
            "gross_outlay_amount": 2835489076.19
        },
        {
            "name": "INDEMNITIES",
            "obligated_amount": 4000000000.0,
            "gross_outlay_amount": 4000000000.0
        },
        {
            "name": "STATE ADMINISTRATION",
            "obligated_amount": 2747601656.0,
            "gross_outlay_amount": 2026180009.68
        },
        {
            "name": "DISASTER SUPPLEMENTAL",
            "obligated_amount": 1812447351.92,
            "gross_outlay_amount": 3025517240.87
        },
        {
            "name": "NUTRITION ASSISTANCE FOR PUERTO RICO",
            "obligated_amount": 1472866797.0,
            "gross_outlay_amount": 1217442667.34
        },
        {
            "name": "WILDLAND FIRE MANAGEMENT",
            "obligated_amount": 1001420745.77,
            "gross_outlay_amount": 1396262015.67
        }
    ],
    "messages": []
}