# GET /users/:id_or_username/ingredient_feelings/:ingredient_id_or_alias **GET /users/{id_or_username}/ingredient_feelings/{ingredient_id_or_alias}** Returns the active ingredient feeling for a (user, ingredient) pair ## Servers ## Parameters ### Path parameters - **id_or_username** (string) Username or ID of user - **ingredient_id_or_alias** (string) specify an Ingredient by ID or Alias ## Responses ### 200 successful operation #### Body: (object) - **data** (object) ### 400 Bad Request ### 401 Authorization information is missing or invalid. ### 404 User or Ingredient or Feeling Not Found ### 500 Server Error [Powered by Bump.sh](https://bump.sh)