Getting Recipes, Ingredients, Menus

These base entities provide a wealth of information and serve as the foundation for nearly all Apicbase modules. Learn how to fetch them from the API here.

The list endpoints return a simplified version of these objects, without all the related fields and calculated fields. This is done for optimisation purposes.

To obtain certain information that is not available in the list endpoints, such as a recipe's cost price, you will need to query that object specifically by following the url in the url field of the list objects, or by querying the detail endpoint with the object's ID.

Also read up on how pagination works to get the most out of the list endpoints.