Get a list of recipes that the authenticated user has most recently viewed
GET
/recipes/recentviews
Recipe
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipes/recentviews'
Response Response Example
[
{
"date": "2019-08-24T14:15:22Z",
"recipeInfo": {
"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"
}
}
]
Request
Query Params
pg
integer
optional
rpp
integer
optional
Responses
Modified at 2023-08-15 06:02:32
Previous
Get the recipe/comment tuples for those recipes with 4 or 5 star ratings
Next
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