Market insights & stats
GET /stats/facets Public
Facet distribution snapshot: countries, skills, seniority, work mode.
Served from the facet rollup rather than a live Meilisearch facet count, so a page can show "what's inside" without paying search for it.
curl "https://freehire.me/api/v1/stats/facets"{ "data": { "countries": [ { "value": "de", "count": 18420 } ], "skills": [ { "value": "go", "count": 4210 } ], "seniority": [ … ], "work_mode": [ … ] } }