GET /food/customFoods/search

Search Custom Foods

Search custom foods in a user's account.

Request Traces

Request Headers

GET https://api.spoonacular.com/food/customFoods/search
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "customFoods":    [
      {
         "id": 0,
         "imageUrl": "string",
         "price": 0,
         "servings": 0,
         "title": "string",
      },
   ],
   "number": 0,
   "offset": 0,
   "type": "string",
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found