Category breakdown by month
GET https://api.rewind.rest/v1/places/categories
Per-month venue-category buckets for the stacked monthly chart. Each check-in counts under its venue category. Returns { period (YYYY-MM), categories: {name: count} with the top limit kept and the rest folded into "Other", total }. Supports date filtering.
Authorization
AuthorizationrequiredAPI key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Query Parameters
limitdateSingle day (YYYY-MM-DD). Overrides from/to.
fromRange start, inclusive (ISO 8601)
toRange end, inclusive (ISO 8601)
Response
application/json
Category buckets by month
datarequired