Get the recipe/comment tuples for those recipes with 4 or 5 star ratings
GET
/recipes/raves
Recipe
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipes/raves'
Response Response Example
[
{
"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"
},
"Review": {
"ActiveMinutes": 0,
"Comment": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"FeaturedReply": {
"Comment": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"ID": "string",
"LastModified": "2019-08-24T14:15:22Z",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
},
"ReviewID": "string"
},
"GUID": "string",
"ID": "string",
"LastModified": "2019-08-24T14:15:22Z",
"ParentID": 0,
"Poster": {
"FirstName": "string",
"ImageUrl48": "string",
"IsKitchenHelper": true,
"IsPremium": true,
"IsUsingRecurly": true,
"LastName": "string",
"MemberSince": "2019-08-24T14:15:22Z",
"PhotoUrl": "string",
"PhotoUrl48": "string",
"PremiumExpiryDate": "2019-08-24T14:15:22Z",
"UserID": 0,
"UserName": "string",
"WebUrl": "string"
},
"Replies": [
{}
],
"ReplyCount": 0,
"ReviewID": 0,
"StarRating": 0,
"TotalMinutes": 0
}
}
]
Request
Query Params
pg
integerÂ
optional
rpp
integerÂ
optional