Get recipes related to the given recipeId
GET
/recipe/{recipeId}/related
Recipe
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipe//related'
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
Path Params
recipeId
integer
required
Query Params
pg
integer
optional
rpp
integer
optional
Responses
Modified at 2023-08-15 06:02:32