State Award Breakdown
This endpoint returns the award amounts and totals, based on award
type, of a specific state or territory, given its USAspending.gov id
.
Documentation for this endpoint can be found here.
GET /api/v2/recipient/state/awards/51/
[
{
"type": "contracts",
"amount": 58916105959.99,
"count": 372374
},
{
"type": "direct_payments",
"amount": 40998346559.72,
"count": 213882
},
{
"type": "grants",
"amount": 23333410254.35,
"count": 8882
},
{
"type": "loans",
"amount": 16477007945.4,
"count": 261104
},
{
"type": "other_financial_assistance",
"amount": 1387684237.48,
"count": 21040
}
]