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": 496,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "name": "BENEFITS ISSUED",
            "obligated_amount": 51259511386.4,
            "gross_outlay_amount": 51064087016.58
        },
        {
            "name": "BELOW 130 OF POVERTY",
            "obligated_amount": 15293536625.62,
            "gross_outlay_amount": 9991275004.2
        },
        {
            "name": "CONSERVATION RESERVE PROGRAM FINANCIAL ASSISTANCE",
            "obligated_amount": 15094646402.79,
            "gross_outlay_amount": 1786050439.06
        },
        {
            "name": "REIMBURSABLE PROGRAM - INDEMNITIES",
            "obligated_amount": 5443577738.94,
            "gross_outlay_amount": 5336766747.16
        },
        {
            "name": "MARKETING LOANS -- NON-RECOURSE",
            "obligated_amount": 4557462567.54,
            "gross_outlay_amount": 4530587413.25
        },
        {
            "name": "INDEMNITIES",
            "obligated_amount": 4070000000.0,
            "gross_outlay_amount": 4070000000.0
        },
        {
            "name": "GRANTS TO STATES",
            "obligated_amount": 3709155819.85,
            "gross_outlay_amount": 2115502240.74
        },
        {
            "name": "TITLE II GRANTS",
            "obligated_amount": 2031988710.9,
            "gross_outlay_amount": 697085134.69
        },
        {
            "name": "STATE ADMINISTRATION",
            "obligated_amount": 1768192741.47,
            "gross_outlay_amount": 1553234527.62
        },
        {
            "name": "DISASTER RELIEF SUPPLEMENTAL",
            "obligated_amount": 1696906013.66,
            "gross_outlay_amount": 864828816.15
        }
    ],
    "messages": []
}