Get Recipe Categories
This endpoint allows getting all available categories for a specific language.
Get Recipe Categories
POST
https://graph.whisk.com/v1/recipes/categories
Path Parameters
Name
Type
Description
country
string
Country ISO code. Default is gb
limit
number
Number of categories
Sample Request
Response
The result is a list of all available categories corresponding to the required region. You can use these categories for filtering recipes in search.
ATTRIBUTE
TYPE
DESCRIPTION
categories*
paging
RecipeCategory
ATTRIBUTE
TYPE
DESCRIPTION
id*
string
displayName*
string
image
ResponsiveImage
Paging
ATTRIBUTE
TYPE
DESCRIPTION
cursors*
Cursors
ATTRIBUTE
TYPE
DESCRIPTION
after
string
before
string
Last updated