meal_details_by_id
id) MealDB.meal_details_by_id(
Retrieves the details of a meal by its ID from the MealDB API.
Parameters
Name | Type | Description | Default |
---|---|---|---|
id | str | The ID of the meal to retrieve. (e.g. 52772). | required |
Returns
Name | Type | Description |
---|---|---|
list | list | A list containing the details of the meal. |
Raises
Name | Type | Description |
---|---|---|
httpx.HTTPError | Check httpx’s documentation for all possible exceptions. |