← Back to catalog
spending.geography
mock data$0.001 / callFederal Spending by State
Get total US federal spending by state for contracts, grants, or all awards in a fiscal year. Returns all 50+ states sorted by spending amount. Useful for regional economic analysis and policy research. Source: USAspending.gov.
Input schema
award_type
stringFilter by award type: contracts, grants, or all (default: all)
fiscal_year
integerFiscal year (e.g. 2025). Default: current year.
Call via REST
curl -X POST https://unifyapi.pro/api/call/spending.geography \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"award_type":"<award_type>","fiscal_year":0}'