UnifyAPI
← Back to catalog

spending.geography

mock data$0.001 / call

Federal 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.

Financeprovider: Spending#spending#finance

Input schema

award_type

Filter by award type: contracts, grants, or all (default: all)

string
fiscal_year

Fiscal year (e.g. 2025). Default: current year.

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.