Game data catalogues
open77_dataLook up Open77 game-data records by catalogue and optional query. Returns fields the server answers from Open77.data.*, with paging.
Instructions
Look up game-data names; animation inventories are discovery data, not playback allowlists. Arguments: catalogue (one of vehicles, weapons, items (clothing), npc-templates, props, vfx, sfx, animations, animsets) and an optional query. Query matches the record/path/name; returns the fields the server itself answers Open77.data.* from. Vehicle records a player may spawn end in _player (the others are quest/scene vehicles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows per page, default 25 | |
| query | No | Substring or words to match; omit for the catalogue summary | |
| offset | No | Skip this many matches (paging) | |
| catalogue | Yes | vehicles | weapons | items | npc-templates | props | vfx | sfx | animations | animsets |