Filter Meals
Learn how to filter the meals to get lists of specific types of meals.
The base URI https://www.themealdb.com/api/json/v1/1/filter.php
provides us the names, IDs, and the link for the images of meals. The information obtained from this endpoint can be used to search for the recipes for the meals.
We use these criteria to filter the meals:
- Categories
- Cuisines
- Ingredients
Note: We use the endpoint discussed in the previous lesson to get all the available ...