In-Game Clothes Overview
Alias for /api/items scoped to clothing (FPS.Clothing.* classification). Results are scoped to the requested or default game version. Returns clothing items with manufacturer, game version, and description data.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Comma-separated list of relationships to include. Available includes vary per endpoint, see each endpoint's description for supported values.
Game version code to scope results to. Omit to use the current default version. Use GET /api/game-versions to list available versions and GET /api/game-versions/default to discover the default.
Comma-separated sort fields. Prefix with - for descending. Supported fields vary per endpoint.
Manufacturer name or code. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: Fiore
Partial match on item display name. Example: Jacket
Partial match on item classification (dot-notation, e.g. FPS.Clothing). (see GET /api/items/filters for valid values). Example: FPS.Clothing.Torso
Search items by name or class name. Example: Jacket
When set to true, includes items flagged as not player-relevant (test, placeholder, dev items). Default shows only relevant items.
Response
List of Clothes