Back to catalog
🍕

Zestful

API Key

Parse recipe ingredients

🍕Food & DrinkHTTPSCORS enabled

Zestful

Ingredient Parsing

Ingredient Raw2 cups all-purpose flour, sifted
ProductAll-purpose flour
Quantity2
UnitCup
PreparationSifted

Sample Response

response.json
1{
2 "ingredientRaw": "2 cups all-purpose flour, sifted",
3 "product": "all-purpose flour",
4 "quantity": 2,
5 "unit": "cup",
6 "preparation": "sifted"
7}

Code Snippets

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

Similar APIs