Browse recipes matching all given ingredients (What's in my fridge?)

自宅にある材料を入力して、調理できるレシピをすべて発見しましょう。一致率で順位付けされます。材料が1つだけ足りない場合、APIがそれをフラグして代替案を提案します。食品廃棄物に対抗する究極の武器: 買わされるものではなく、持っているもので料理を。

POST
/recipes/browse-by-ingredients
Recipes
コスト: 5 クレジット

リクエスト

application/json
object

ページャーと成分フィルターを含むリクエスト

BrowseRecipesByIngredientsRequest

認証済みアカウントで指定された全ての材料に一致するレシピを閲覧するリクエスト

object

ingredients

string[]
string

recipeTypeId?

レシピの種類でのオプションフィルター

integer<int16> | null

isPublished?

公開状況によるオプションフィルター(true = 公開済み、false = 非公開)

boolean | null

isDeleted?

ソフト削除状態でのフィルターはオプション(true=削除済み、false=アクティブ)

boolean | null

page

ゼロベースページ番号

integer<int32> | null

size?

ページあたりの商品数

integer<int32>

デモ