Browse recipes

Retrieve a comprehensive, paginated catalog of all recipes available to your authenticated shop account. You can filter recipes by type, publication status, and soft-delete status, allowing you to fetch exactly the culinary content your platform needs. This endpoint acts as the core of your Headless Recipe CMS experience, empowering you to build dynamic and engaging food-related applications without the burden of content creation. Use Cases: E-COMMERCE & STOREFRONT • Populate the 'Recipes' or 'Inspiration' section of your e-commerce with professional culinary content. Filter by season or active promotion. NUTRITION & DIET APPS • Fetch batches of recipes classified by type (vegan, keto, high-protein) to feed your internal recommendation engine. RESTAURANTS & CATERING • Offer customers a digital seasonal recipe catalog browsable via QR code at the table or online menu. DIGITAL MAGAZINES & FOOD BLOGS • Automatically populate food blogs or lifestyle apps with structured, professional recipe content.

POST
/recipes/browse
Recipes
No credits required

Request

application/json
object

Request containing pagination and optional recipe type, publication status, and soft-delete status filters

BrowseRecipesRequest

Request for browsing recipes available to the authenticated account

object

recipeTypeId?

Optional filter by recipe type identifier

integer<int16> | null

isPublished?

Optional filter by publication status (true = published, false = unpublished)

boolean | null

isDeleted?

Optional filter by soft-delete status (true = deleted, false = active)

boolean | null

page

Zero-based page number

integer<int32> | null

size?

Number of items per page

integer<int32>