Federal Spending Monitor
Pricing
Pay per usage
Federal Spending Monitor
Monitor US federal government spending by agency via USASpending.gov API � no API key required. Track obligations, contracts, grants, direct payments, and search award recipients by company name.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ramzi TECH
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Track US federal government spending by agency — no API key required.
Pull real-time data from the official USASpending.gov API. Monitor agency budgets, track contracts and grants, search award recipients — all in structured JSON.
⚡ Quick Start
- Enter agency codes (e.g.
075= HHS,097= DoD) and fiscal year - Click Run — get spending breakdown in seconds
- Use output JSON in your dashboard, research, or analysis pipeline
What you get
| Data Type | Description |
|---|---|
| Agency Summary | Total obligations, transaction counts, fiscal year |
| Spending by Category | Breakdown: contracts, grants, direct payments, loans, IDVs |
| Recipient Search | Find federal awards by company name (Google, Lockheed, etc.) |
Example output — HHS FY2024
{"agency_code": "075","fiscal_year": 2024,"total_obligations": "$1.85 Trillion","transaction_count": 378076,"categories": [{ "category": "direct_payments", "amount": "$1.04T", "pct": "55.8%" },{ "category": "grants", "amount": "$778.5B", "pct": "42.0%" },{ "category": "contracts", "amount": "$29.9B", "pct": "1.6%" }]}
Data source
USASpending.gov API v2 — official US Treasury / DATA Act source. Updated daily. No registration, no API key.
Input
{"agencies": [{ "code": "075", "name": "HHS" },{ "code": "097", "name": "DoD" }],"fiscal_years": [2024],"search_recipients": ["Google", "Lockheed Martin"],"include_category_breakdown": true}
Agency codes
| Code | Agency |
|---|---|
| 075 | Dept. of Health & Human Services (HHS) |
| 097 | Dept. of Defense (DoD) |
| 013 | Dept. of Agriculture (USDA) |
| 070 | Dept. of Veterans Affairs |
| 019 | Dept. of Justice |
| 091 | Dept. of Energy |
| 047 | General Services Administration (GSA) |
Use cases
- Federal contractors — track agencies you sell to, monitor competition
- Policy researchers — analyze spending trends by agency and category
- Journalists — investigate government contracts and grant recipients
- Grant writers — identify agencies funding your sector
- Data analysts — build dashboards on federal expenditure
Rate limits
~1,000 requests/hour on USASpending.gov API. Actor includes delays between calls to stay within limits.
Deploy
git clone https://github.com/ramzi-slim201/federal-spending-monitorcd federal-spending-monitorapify push