Insights & data
The WUUUH data API
Member-verified, forward-looking layoff and household-hardship data. Aggregates only, k-anonymized, never seed data.
Insights Lite
$99.00/mo
25,000 API calls included, then $0.02 per call.
Insights Pro
$499.00/mo
250,000 API calls included, then $0.02 per call.
Insights Enterprise
$2,499.00/mo
2,000,000 API calls included, then $0.02 per call.
Endpoints
| Method | Path | Scope | Notes |
|---|---|---|---|
| GET | /api/v1/layoff-index | public | Monthly WUUUH Layoff Index (free, cached). |
| GET | /api/v1/companies/{slug}/risk | risk:read | Score, band and 90-day history. |
| GET | /api/v1/companies/{slug}/layoffs | layoffs:read | Verified layoff rollup, n ≥ 5. |
| GET | /api/v1/layoffs?region=&industry=&month= | layoffs:read | Metro/industry feed from the monthly snapshot. |
| GET | /api/v1/benchmarks/severance?role=&industry=&size= | benchmarks:read | p25/p50/p75 severance weeks with sample size. |
| GET | /api/v1/hardship-demand?month= | hardship:read | Aggregated hardship requests by creditor category. |
How to authenticate
Create a key in your organization's Insights console and send it as a bearer token. Keys are shown once, scoped per data family, rate-limited per minute and billed monthly per call above your plan.
curl -H "Authorization: Bearer wk_live_…" \
https://wuuuh.com/api/v1/companies/acme-corp/riskData rules
- Every bucket is gated at n ≥ 5; thin buckets are dropped, never merged.
- Seed/demo rows and attributed member records are excluded from every endpoint.
- No names, emails, rosters, IP addresses or individual submissions are ever returned.
- Endpoints read precomputed aggregates, so p95 latency does not depend on member traffic.
Subscribing or licensing bulk data? Talk to us. WUUUH publishes the monthly index for free — you can also embed it.