catalog
Browse game reference data: ships, skills, recipes, items, facilities with filtering and pagination (Paginated reference data lookup. type: ships|skills|recipes|items|facilities. id: get one entry by ID (a facility lookup also returns the recipe it runs). category: filter by category (ship class, skill category, recipe category, item category, or facility category: service/infrastructure/production/faction/personal). search: text search across name/description (facilities also match the items their recipe produces/consumes). page/page_size: pagination (default 1/20, max 50). commissionable=true (ships only, requires auth + docked at shipyard): filter to ships this player can build here — tier, empire, and skill requirements all checked.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Get a specific entry by ID | |
| page | No | Page number (default: 1) | |
| tier | No | Ships only: filter by tier 1–5 | |
| type | Yes | Type of reference data to browse | |
| class | No | Ships only: filter by ship role (Miner, Fighter, Hauler, Interceptor, etc.) | |
| empire | No | Ships only: filter by empire (solarian, voidborn, crimson_fleet, nebula_collective, outer_rim) | |
| search | No | Text search across name, description, class, empire, and tier | |
| category | No | Filter by category. Ships: Combat/Industrial/Commercial/Civilian/Covert/Combat Support. Others: their own category. | |
| page_size | No | Results per page (default: 20, max: 50) | |
| session_id | Yes | Your session ID from login/register | |
| commissionable | No | Ships only: filter to ships this player can commission at this shipyard (requires auth + docked at shipyard) |