592,800+ dockets from 28 state utility commissions — searchable by state, docket number, industry, status, and filing date. Track data-center load, interconnection cases, and rate activity without logging into 28 different state portals.
Every plan includes the full corpus. Higher tiers add seats, throughput, and delivery channels. No contracts — cancel anytime.
Free tier: 100 API calls/day, no card required. Trade press and academics: reply to your digest for comped access.
Every docket is one GET away. Filter by what matters — here's this week's interconnection filings in New York:
# Weekly NY interconnection matters
curl "https://api.pucdocs.com/api/dockets?state=NY&industry=interconnection&filed_after=2026-09-03" \
-H "Authorization: Bearer pk_YOUR_KEY"
# One docket, full metadata
curl "https://api.pucdocs.com/api/dockets/NY/26-01853" -H "Authorization: Bearer pk_YOUR_KEY"
Docket number, title, filing dates, status, industry classification, and source URL for every record — normalized across states into one schema.
Start on the free tier instantly. Upgrades are manual while we're in early access — reply to your digest email and we'll flip your key the same day.
# Free key, 100 calls/day
curl -X POST https://api.pucdocs.com/api/signup \
-H "content-type: application/json" \
-d '{"email":"you@firm.com","name":"Your Name"}'