/
/1,000,000+ Recipe and Grocery List API (v2)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7h ago · Updated 1mo ago
Collection3
GroceryList10
  • postDepartmentalize a list of strings -- used for ad-hoc grocery list item addition
  • getGet the user's grocery list. User is determined by Basic Authentication.
  • deleteDelete all the items on a grocery list; faster operation than a sync with deleted items.
  • postAdd 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.
  • postAdd a single line item to the grocery list
  • postAdd a single line item to the grocery list
  • postSynchronize the grocery list. Call this with a POST to /grocerylist/sync
  • putUpdate a grocery item by GUID
  • delete/grocerylist/item/{guid} DELETE will delete this item assuming you own it.
  • postClears the checked lines.
Images6
Me7
Note5
Recipe23
Review12
    GroceryList

    Get the user's grocery list. User is determined by Basic Authentication.

    get/grocerylist

    Response

    OK

    LastModifiedstring date-time
    VersionGuidstring