Object Class List
Obtain the list of object classes for a specific agency in a single fiscal year based on whether or not that object class has ever been submitted in File B.
Documentation for this endpoint can be found here.
GET /api/v2/agency/012/object_class/?format=api
{
"toptier_code": "012",
"fiscal_year": 2021,
"page_metadata": {
"page": 1,
"total": 57,
"limit": 10,
"next": 2,
"previous": null,
"hasNext": true,
"hasPrevious": false
},
"results": [
{
"name": "Grants, subsidies, and contributions",
"obligated_amount": 44456432209.18,
"gross_outlay_amount": 32039657469.48
},
{
"name": "Insurance claims and indemnities",
"obligated_amount": 1114036242.71,
"gross_outlay_amount": 1644854232.26
},
{
"name": "Supplies and materials",
"obligated_amount": 1018623133.1,
"gross_outlay_amount": 1853718902.53
},
{
"name": "Full-time permanent",
"obligated_amount": 927962349.56,
"gross_outlay_amount": 1147616374.69
},
{
"name": "Research and development contracts",
"obligated_amount": 878835513.63,
"gross_outlay_amount": 1155061421.84
},
{
"name": "Investments and loans",
"obligated_amount": 693499610.08,
"gross_outlay_amount": 498431002.28
},
{
"name": "Civilian personnel benefits",
"obligated_amount": 433674809.68,
"gross_outlay_amount": 501614143.49
},
{
"name": "Other goods and services from Federal sources",
"obligated_amount": 183928610.5,
"gross_outlay_amount": 178243418.33
},
{
"name": "Other personnel compensation",
"obligated_amount": 179154326.85,
"gross_outlay_amount": 180528434.85
},
{
"name": "Rental payments to others",
"obligated_amount": 102366385.51,
"gross_outlay_amount": 60460796.12
}
],
"messages": []
}