Recipe
GET /search/recipeParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/search/recipe?q=pasta"Response
{
"success": true,
"meals": [
{
"id": "52772",
"name": "Teriyaki Chicken Casserole",
"category": "Chicken",
"area": "Japanese",
"instructions": "Preheat oven to 350...",
"thumbnail": "https://www.themealdb.com/images/media/meals/...",
"tags": ["Meat", "Casserole"],
"youtube": "https://www.youtube.com/watch?v=...",
"ingredients": [
{ "name": "soy sauce", "measure": "3/4 cup" }
]
}
]
}Notes
Last updated
Was this helpful?
