---
title: "Get meal by id"
method: GET
path: "/public/meals/{mealId}"
tags: ["📢 Public APIs"]
---

# Get meal by id

`GET /public/meals/{mealId}`

The API endpoint retrieves a meal based on the provided meal ID in the path variable.

When accessing this endpoint and specifying a valid meal ID, you will receive a response containing the details and information about the specific meal.

## Response `200`

Get meal by id

- object
  - `data` object
    - `dateModified` unknown
    - `id` number
    - `idMeal` string
    - `strArea` string
    - `strCategory` string
    - `strCreativeCommonsConfirmed` unknown
    - `strDrinkAlternate` unknown
    - `strImageSource` unknown
    - `strIngredient1` string
    - `strIngredient10` string
    - `strIngredient11` string
    - `strIngredient12` string
    - `strIngredient13` string
    - `strIngredient14` string
    - `strIngredient15` string
    - `strIngredient16` string
    - `strIngredient17` string
    - `strIngredient18` string
    - `strIngredient19` string
    - `strIngredient2` string
    - `strIngredient20` string
    - `strIngredient3` string
    - `strIngredient4` string
    - `strIngredient5` string
    - `strIngredient6` string
    - `strIngredient7` string
    - `strIngredient8` string
    - `strIngredient9` string
    - `strInstructions` string
    - `strMeal` string
    - `strMealThumb` string
    - `strMeasure1` string
    - `strMeasure10` string
    - `strMeasure11` string
    - `strMeasure12` string
    - `strMeasure13` string
    - `strMeasure14` string
    - `strMeasure15` string
    - `strMeasure16` string
    - `strMeasure17` string
    - `strMeasure18` string
    - `strMeasure19` string
    - `strMeasure2` string
    - `strMeasure20` string
    - `strMeasure3` string
    - `strMeasure4` string
    - `strMeasure5` string
    - `strMeasure6` string
    - `strMeasure7` string
    - `strMeasure8` string
    - `strMeasure9` string
    - `strSource` string
    - `strTags` string
    - `strYoutube` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
