Stats
Aggregate coverage counters for the public ShelfBase catalog. Product counts include only non-multipack records with usable nutrition data. Public, no authentication required.
GET
/v1/statsRequest
curl https://shelfbase.app/api/v1/statsResponse
{
"skus": 25318,
"retailers": 7,
"brands": 1842,
"updatedAt": "2026-05-11T12:00:00.000Z"
}Fields
| Field | Type | Description |
|---|---|---|
| skus | integer | Total distinct public non-multipack product records with usable nutrition data. |
| retailers | integer | Number of active catalog data sources. |
| brands | integer | Number of unique normalized brand names across public products with nutrition data. |
| updatedAt | ISO 8601 | When the counts were computed. |
Why no auth?
The numbers are non-sensitive aggregates, and we use them ourselves on the public landing page. Keeping the endpoint public lets you build status widgets or coverage badges without proxying through your own backend.