/
BI
bigoven
/
1,000,000+ Recipe and Grocery List API (v2)
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 11h ago · Updated 4w ago
View markdown
bigoven
1,000,000+ Recipe and Grocery List API (v2)
post
Synchronize the grocery list. Call this with a POST to /grocerylist/sync
213a69be0728
latest
Swagger 2.0
2026-07-13
66
56
89.1 KB
Collection
3
GroceryList
10
post
Departmentalize a list of strings -- used for ad-hoc grocery list item addition
get
Get the user's grocery list. User is determined by Basic Authentication.
delete
Delete all the items on a grocery list; faster operation than a sync with deleted items.
post
Add a Recipe to the grocery list. In the request data, pass in recipeId, scale (scale=1.0 says to keep the recipe the same size as originally posted), markAsPending (true/false) to indicate that the lines in the recipe should be marked in a "pending" (unconfirmed by user) state.
post
Add a single line item to the grocery list
post
Add a single line item to the grocery list
post
Synchronize the grocery list. Call this with a POST to /grocerylist/sync
put
Update a grocery item by GUID
delete
/grocerylist/item/{guid} DELETE will delete this item assuming you own it.
post
Clears the checked lines.
Images
6
Me
7
Note
5
Recipe
23
Review
12
GroceryList
Synchronize the grocery list. Call this with a POST to /grocerylist/sync
post
/grocerylist/sync
Request body
API2ControllersWebAPIGroceryListControllerPostGroceryListSyncRequest
required
list
BigOvenModelAPIGroceryGroceryList
since
string
Gets or sets the since.
Response
OK
SystemObject
required