search_recipes
Find Satisfactory recipes by name, consumed item, or produced item. Filter by recipe kind and see which recipes are locked or available.
Instructions
Search recipes by name, or by what they consume/produce. Marks HAVE/LOCKED.
consumes="Rubber" is the reverse lookup: every recipe that eats an item.
kind is "part" (default), "building" (build-gun costs), "manual" or "all" --
and the header counts EVERY kind over the whole recipe table whatever kind
is set to, so a part-only view still says how many buildings eat the item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | part | |
| save | No | ||
| limit | No | max rows (hard cap 25) | |
| query | No | ||
| offset | No | ||
| consumes | No | ||
| produces | No | ||
| include_events | No | ||
| only_alternates | No |