LAP Registry

1,000,000+ Recipe and Grocery List API (v2) Skill

bigoven-com

Provider: BigOven Version: partner Endpoints: 66 Updated: 2026-04-05

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
GET/collection/{id}
GET/collection/{id}/metaGets a recipe collection. A recipe collection is a curated set of recipes.
GET/collectionsGets a recipe collection metadata. A recipe collection is a curated set of recipes.
POST/grocerylist/departmentGet the list of current, seasonal recipe collections. From here, you can use the /collection/{id} endpoint to retrieve the recipes in those collections.
GET/grocerylistDepartmentalize a list of strings -- used for ad-hoc grocery list item addition
DELETE/grocerylistGet the user's grocery list. User is determined by Basic Authentication.
POST/grocerylist/recipeDelete all the items on a grocery list; faster operation than a sync with deleted items.
POST/grocerylist/lineAdd 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) t...
POST/grocerylist/itemAdd a single line item to the grocery list
POST/grocerylist/syncAdd a single line item to the grocery list
PUT/grocerylist/item/{guid}Synchronize the grocery list. Call this with a POST to /grocerylist/sync
DELETE/grocerylist/item/{guid}Update a grocery item by GUID
POST/grocerylist/clearcheckedlines/grocerylist/item/{guid} DELETE will delete this item assuming you own it.
GET/recipe/{recipeId}/imagesClears the checked lines.
GET/recipe/photos/pendingGet all the images for a recipe. DEPRECATED. Please use /recipe/{recipeId}/photos.
GET/recipe/{recipeId}/photosGets the pending by user.
GET/recipe/{recipeId}/scansGet all the photos for a recipe
POST/recipe/{recipeId}/imageGets a list of RecipeScan images for the recipe. There will be at most 3 per recipe.
POST/image/avatarPOST: /recipe/{recipeId}/image?lat=42&lng=21&caption=this%20is%20my%20caption
GET/mePOST: /image/avatar
PUT/meIndexes this instance.
GET/me/skinnyPuts me.
GET/me/preferences/optionsSkinnies this instance.
PUT/me/profileGets the options.
PUT/me/personalPuts me.
PUT/me/preferencesPuts me personal.
GET/recipe/{recipeId}/note/{noteId}Puts me preferences.
PUT/recipe/{recipeId}/note/{noteId}Get a given note. Make sure you're passing authentication information in the header for the user who owns the note.
DELETE/recipe/{recipeId}/note/{noteId}HTTP PUT (update) a Recipe note (RecipeNote).
GET/recipe/{recipeId}/notesDelete a review

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install bigoven-com

Downloads and installs to ~/.claude/skills/bigoven-com/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)