Obligations By Award Category
Returns a breakdown of obligations by award category (contracts, IDVs, grants, loans, direct payments, other) within the requested fiscal year (or current FY).
Documentation for this endpoint can be found here.
GET /api/v2/agency/012/obligations_by_award_category/
{
"total_aggregated_amount": 144503521186.11,
"results": [
{
"category": "contracts",
"aggregated_amount": 5173165161.13
},
{
"category": "direct_payments",
"aggregated_amount": 96564151342.2
},
{
"category": "grants",
"aggregated_amount": 41238046970.97
},
{
"category": "idvs",
"aggregated_amount": 31268363.9
},
{
"category": "loans",
"aggregated_amount": 303691633.74
},
{
"category": "other",
"aggregated_amount": 1193197714.24
}
]
}