> ## Documentation Index
> Fetch the complete documentation index at: https://arthur-87.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Ingredient Thumbnail Images

> This gets the thumbnail of a particular ingredient

### Ingredient Image

Endpoint:

`https://www.themealdb.com/images/ingredients/{ingredient}.png`

Replace ingredient with the name of the ingredient

Request Example:

`https://www.themealdb.com/images/ingredients/apple.png`

<Frame caption="Ingredient Image big">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/arthur-87/images/apple.png" />
</Frame>

### Small Ingredient Image

Endpoint:

`www.themealdb.com/images/ingredients/apple{-Small}.png`

Replace ingredient with the name of the ingredient

Request Example

`https://www.themealdb.com/images/ingredients/apple-small.png`

<Frame caption="Ingredient Image small">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/arthur-87/images/apple-small.png" />
</Frame>
