Get the list of current, seasonal recipe collections. From here, you can use the /collection/{id} endpoint to retrieve the recipes in those collections.
GET
/collections
Collection
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/collections'
Response Response Example
[
{
"Description": "string",
"ID": 0,
"IsFiltered": true,
"IsSponsored": true,
"MobileUrl": "string",
"PRO": true,
"PhotoUrl": "string",
"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"
}
],
"Title": "string",
"Token": "string",
"WebUrl": "string"
}
]
Request
Query Params
test
string
optional
Responses
Modified at 2023-08-15 06:02:32