← Back to catalog
spending.agency
mock data$0.001 / callFederal Agency Spending
Search federal awards by agency name (e.g. "Defense", "NASA", "Health and Human Services"). Returns top awards by amount for a fiscal year. Source: USAspending.gov — covers all federal agencies.
Input schema
limit
integerNumber of top awards to return (1-25, default 10)
agency_namerequired
stringFederal agency name or keyword (e.g. "Defense", "NASA", "Health and Human Services")
fiscal_year
integerFiscal year (e.g. 2025). Default: current year.
Call via REST
curl -X POST https://unifyapi.pro/api/call/spending.agency \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"agency_name":"<agency_name>","fiscal_year":0}'