Search for recipes. There are many parameters that you can apply. Starting with the most common, use title_kw to search within a title. Use any_kw to search across the entire recipe. If you'd like to limit by course, set the para
GET
/recipes/top25random
Recipe
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipes/top25random'
Response Response Example
{
"ResultCount": 0,
"Results": [
{
"Category": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"Cuisine": "string",
"HasVideos": true,
"IsBookmark": true,
"IsPrivate": true,
"IsRecipeScan": true,
"Microcategory": "string",
"PhotoUrl": "string",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
},
"RecipeID": 0,
"ReviewCount": 0,
"Servings": 0,
"StarRating": 0,
"Subcategory": "string",
"Title": "string",
"TotalTries": 0,
"WebURL": "string"
}
],
"SpellSuggest": "string"
}
Request
Query Params
any_kw
stringÂ
optional
folder
stringÂ
optional
coll
integerÂ
optional
filter
stringÂ
optional
title_kw
stringÂ
optional
userId
integerÂ
optional
username
stringÂ
optional
token
stringÂ
optional
photos
stringÂ
optional
boostmine
stringÂ
optional
include_cat
stringÂ
optional
exclude_cat
stringÂ
optional
include_primarycat
stringÂ
optional
exclude_primarycat
stringÂ
optional
include_ing
stringÂ
optional
exclude_ing
stringÂ
optional
cuisine
stringÂ
optional
db
stringÂ
optional
userset
stringÂ
optional
servingsMin
numberÂ
optional
totalMins
integerÂ
optional
maxIngredients
integerÂ
optional
minIngredients
integerÂ
optional
vtn
integerÂ
optional
vgn
integerÂ
optional
chs
integerÂ
optional
glf
integerÂ
optional
ntf
integerÂ
optional
dyf
integerÂ
optional
sff
integerÂ
optional
slf
integerÂ
optional
tnf
integerÂ
optional
wmf
integerÂ
optional
rmf
integerÂ
optional
cps
integerÂ
optional
champion
integerÂ
optional
synonyms
stringÂ
optional
Responses
Modified at 2022-09-11 17:38:59