Request and Response Structure
Learn the request and response structure of TheMealDB API.
Request structure
The request for TheMealDB API contains the endpoint the user wants to call. Each endpoint serves a different function. Here is the list of the base URLs which can be used:
Function | Base URL |
List all categories, cuisines or ingredients |
|
Filter meals by categories, cuisines, or ingredients |
|
Lookup meal details or ingredient by ID |
|
Search meals by first letter or name |
|
Lookup a random meal |
|
...