API Key Management
Issue, view, and revoke keys for the GovGreed public API. Closed beta — issuance gated to allowlisted user_ids.
Account
Email—
User ID—
Subscription Tier—
Beta Allowlisted—
Daily Quota Per Key—
Active Keys—
Your Keys
Quick Test
Paste any active key and run from your terminal. The API returns JSON with a data envelope and quota headers.
Health (no auth needed)
curl https://www.govgreed.com/api/v1/status
Donor search
curl -H "Authorization: Bearer YOUR_KEY" \
"https://www.govgreed.com/api/v1/donors/search?q=mercer&limit=5"
Bill intelligence (HR.4521)
curl -H "Authorization: Bearer YOUR_KEY" \
https://www.govgreed.com/api/v1/bills/HR.4521
Your account info
curl -H "Authorization: Bearer YOUR_KEY" https://www.govgreed.com/api/v1/me