Recipe search and discovery powered by TheMealDB. Search meals by name or ingredient, browse categories. Free, no API key required. Ideal for agents building meal planning, grocery, or cooking apps.
https://api.apiclearinghouse.com/v1/call/meal-recipesAuthenticate with X-Api-Key: chk_live_... header.
/search| Name | Type | Required | Description |
|---|---|---|---|
| s | string | required | Meal name to search (e.g. "pasta", "chicken") |
curl -s "https://api.apiclearinghouse.com/v1/call/meal-recipes/search?s={s}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"meals": "example"
}
}/by-ingredient| Name | Type | Required | Description |
|---|---|---|---|
| i | string | required | Main ingredient (e.g. "chicken", "salmon") |
curl -s "https://api.apiclearinghouse.com/v1/call/meal-recipes/by-ingredient?i={i}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"meals": "example"
}
}/categoriescurl -s "https://api.apiclearinghouse.com/v1/call/meal-recipes/categories" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"categories": "example"
}
}No setup required. Sign in and run Meal Recipes directly from your browser.
Open in Explorer →Monthly limits also apply per plan.