Back to catalog
🍕

Tasty

API Key

API to query data about recipe, plan, ingredients

🍕Food & DrinkHTTPS

Classic Beef Lasagna

Tasty Recipe

NameClassic Beef Lasagna
Prep Time30 min
Cook Time1 hour
Servings8
Rating4.8/5

Sample Response

response.json
1{
2 "name": "Classic Beef Lasagna",
3 "prep_time": "30 min",
4 "cook_time": "1 hour",
5 "servings": 8,
6 "rating": "4.8/5"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://rapidapi.com/apidojo/api/tasty/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs