Look up Meals Using Database IDs

Learn how we can use the database IDs to look up meals.

We'll cover the following

TheMealDB API provides an endpoint with which we can search for the recipes for the meals using the database IDs. The base URI for this endpoint is https://www.themealdb.com/api/json/v1/1/lookup.php.

Note: The database IDs of the meals can be obtained using the endpoints that we discussed in the previous lesson.

Query parameter

This endpoint has only one query parameter, which is as follows:

Get hands-on with 1200+ tech skills courses.