Program Activity List
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
{
"toptier_code": "012",
"fiscal_year": 2021,
"page_metadata": {
"page": 1,
"total": 478,
"limit": 10,
"next": 2,
"previous": null,
"hasNext": true,
"hasPrevious": false
},
"results": [
{
"name": "BENEFITS ISSUED",
"obligated_amount": 14685086219.06,
"gross_outlay_amount": 16816252007.22
},
{
"name": "BELOW 130 OF POVERTY",
"obligated_amount": 5850772824.58,
"gross_outlay_amount": 3113507592.84
},
{
"name": "WATER AND WASTE DISPOSAL SYSTEMS GRANTS",
"obligated_amount": 5268348660.66,
"gross_outlay_amount": 245739744.24
},
{
"name": "PRICE LOSS COVERAGE",
"obligated_amount": 4531059181.01,
"gross_outlay_amount": 4485683760.37
},
{
"name": "RENTAL ASSISTANCE PROGRAM",
"obligated_amount": 2979860347.96,
"gross_outlay_amount": 730981278.32
},
{
"name": "CONSERVATION RESERVE PROGRAM FINANCIAL ASSISTANCE",
"obligated_amount": 1715370740.08,
"gross_outlay_amount": 1693478556.77
},
{
"name": "GRANTS",
"obligated_amount": 1593653027.7,
"gross_outlay_amount": 20971491.24
},
{
"name": "GRANTS TO STATES",
"obligated_amount": 1462850661.44,
"gross_outlay_amount": 806269634.82
},
{
"name": "STATE ADMINISTRATION",
"obligated_amount": 1149699314.0,
"gross_outlay_amount": 754955896.45
},
{
"name": "AGRICULTURE RISK COVERAGE",
"obligated_amount": 1131099395.84,
"gross_outlay_amount": 949667682.73
}
],
"messages": []
}