Market insights & stats
GET /status Public
Ingest-fleet health, per provider.
Sanitized: which boards are healthy, cooled or failing, without error text or internal identifiers.
curl "https://freehire.me/api/v1/status"{ "data": { "providers": [ { "source": "greenhouse", "boards": 812, "failing": 14, "last_run_at": "2026-07-28T18:00:00Z" } ] } }