{"message":"Family Stack API","version":"1.0.0","endpoints":{"stillprotokoll":{"POST /api/stillprotokoll/entry":"Create a new entry","PATCH /api/stillprotokoll/entry/{id}":"Update entry fields","DELETE /api/stillprotokoll/entry/{id}":"Delete an entry by ID","GET /api/stillprotokoll/history":"Get entry history with pagination"},"shopping":{"GET /api/shopping/list":"Get default shopping list with items","POST /api/shopping/list/item":"Add item to shopping list","PATCH /api/shopping/list/item/{id}":"Rename an item","POST /api/shopping/list/item/{id}/buy":"Mark item as bought (removes from list, adds to history)","DELETE /api/shopping/list/item/{id}":"Delete item (without recording as bought)","GET /api/shopping/history":"Get purchase history with pagination","GET /api/shopping/autocomplete?q=":"Get autocomplete suggestions","GET /api/shopping/suggestions":"Get smart item suggestions"}}}