bigoven.com

#Documentation This is the documentation for the partner endpoint of the BigOven Recipe and Grocery List API. The update brings with it Swagger-based documentation. Swagger is an emerging standard for describing REST-based APIs, and with this Swagger-compliant endpoint (ab

๐Ÿ”‘ oauth2 66 endpoints
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Indexes this instance.
curl \
  -H "X-BigOven-API-Key: $API_KEY" \
  https://api2.bigoven.com/me
Search for recipes. There are many parameters that you can apply. Starting wiโ€ฆ
curl \
  -H "X-BigOven-API-Key: $API_KEY" \
  https://api2.bigoven.com/recipes
Skinnies this instance.
curl \
  -H "X-BigOven-API-Key: $API_KEY" \
  https://api2.bigoven.com/me/skinny
Endpoints (66 total)
GET
/me
Indexes this instance.
GET
/recipes
Search for recipes. There are many parameters that you can apply. Starting wiโ€ฆ
GET
/me/skinny
Skinnies this instance.
GET
/collections
Get the list of current, seasonal recipe collections. From here, you can use โ€ฆ
GET
/grocerylist
Get the user's grocery list. User is determined by Basic Authentication.
GET
/recipe/{id}
Return full Recipe detail. Returns 403 if the recipe is owned by someone else.
GET
/recipes/{id}
Same as GET recipe but also includes the recipe videos (if any)
GET
/recipes/raves
Get the recipe/comment tuples for those recipes with 4 or 5 star ratings
GET
/recipes/random
Get a random, home-page-quality Recipe.
GET
/collection/{id}
Gets a recipe collection. A recipe collection is a curated set of recipes.
GET
/recipe/{id}/zap
Zaps the recipe.
GET
/recipe/categories
Get a list of recipe categories (the ID field can be used for include_cat in โ€ฆ
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints66
Authoauth2
https://api2.bigoven.com