Query equipment with filters
query_equipmentFilters and sorts the equipment table — by category, weapon/armor type, cost, and stat thresholds. Use this instead of paging through get_records when shopping for "best X under Y gil". Free while this deployment runs unmetered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | en | |
| limit | No | ||
| sortBy | No | Stat name to sort by, descending. Falls back to cost. | |
| maxCost | No | Maximum shop cost in gil. | |
| minStat | No | Minimum values per stat, e.g. { weaponPower: 10, magicAttack: 2 }. | |
| version | Yes | Which release to read. psx = original PlayStation, wotl = War of the Lions, ic = The Ivalice Chronicles. Data differs meaningfully between them. | |
| category | No | ||
| subCategory | No | Narrower type, e.g. 'katana', 'robe', 'hat'. |