---
title: "Get food suggestion based on the reference date's food consumption. This API only considers the given date's consumption data, and it returns 404 NOT FOUND when there's no meal consumption or no suggestion to give."
method: GET
path: "/patients/{patient_id}/food_suggestion"
tags: ["substitution suggestion"]
---

# Get food suggestion based on the reference date's food consumption. This API only considers the given date's consumption data, and it returns 404 NOT FOUND when there's no meal consumption or no suggestion to give.

`GET /patients/{patient_id}/food_suggestion`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `date` string, required — reference date (today's date) in format YYYY-MM-DD

## Response `200`

successful operation

- FoodSuggestionResponse
  - `description` string, required
  - `food_name_to_replace` string, required
  - `suggestion` string, required

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/2991fb51502d?raw)
