GET food/customFoods/search

spoonacular.com

Summary: Search Custom Foods
Operation ID: searchCustomFoods
Auth: unknown
Description

Search custom foods in a user's account.

Parameters (5)

hash (string, query, required)

The private hash for the username.

number (integer, query, optional, default: 10)

The maximum number of items to return (between 1 and 100). Defaults to 10.

Constraints: {'minimum': 1, 'maximum': 100}

offset (integer, query, optional)

The number of results to skip (between 0 and 900).

Constraints: {'minimum': 0, 'maximum': 900}

query (string, query, optional)

The (natural language) search query.

username (string, query, required)

The username.

No probe data for this endpoint yet.