In-Game Item Search (Deprecated)
Deprecated. Use GET /api/items?filter[name]={value} for name search. Note: OR search across name/uuid/type is no longer supported. This endpoint will be removed in a future version.
Query parameters
Page number for pagination (starts at 1).
Page number for pagination (starts at 1).
Number of results to return per page.
Locale code for translated fields (e.g. en, de, zh).
Comma-separated list of relationships to include (e.g. manufacturer,translations).
Comma-separated list of fields to sort by. Prefix with - for descending order (e.g. -name,size).
When false, excludes variant items and returns only base items. When true or omitted, returns all items.
Item category to scope results. Accepts: weapons, weapon-attachments, clothes, armor, food, medical, mining-modifiers, fps-items, vehicle-weapons, vehicle-items, vehicle-flair-items, vehicle-components.
Exact match on item type. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values)
Exact match on item sub-type. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values)
Manufacturer name or code. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values)
Same as filter[manufacturer]. Accepts comma-separated values for OR matching.
Partial match on item class name.
Partial match on item display name.
Partial match on item classification (dot-notation, e.g. FPS.Armor). (see GET /api/items/filters for valid values)
Exact item size (0–12).
Exact item grade (1–7, mapped to A–G).
Exact match on item class. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values)
Request body
Response
A List of matching Items