ShelfBase

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/stats

Request

curl https://shelfbase.app/api/v1/stats

Response

{
  "skus": 25318,
  "retailers": 7,
  "brands": 1842,
  "updatedAt": "2026-05-11T12:00:00.000Z"
}

Fields

FieldTypeDescription
skusintegerTotal distinct public non-multipack product records with usable nutrition data.
retailersintegerNumber of active catalog data sources.
brandsintegerNumber of unique normalized brand names across public products with nutrition data.
updatedAtISO 8601When 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.