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). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Locale code for translated fields. Supported values depend on available translations (e.g. en, de, zh).
Comma-separated list of relationships to include. Available includes vary per endpoint, see each endpoint's description for supported values.
Comma-separated sort fields. Prefix with - for descending. Supported fields vary per endpoint.
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. Example: weapons
Exact match on item type. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: WeaponPersonal
Exact match on item sub-type. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: Barrel
Manufacturer name or code. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: KnightBridge Arms
Same as filter[manufacturer]. Accepts comma-separated values for OR matching. Example: Anvil Aerospace
Partial match on item class name. Example: MGA_Assault
Partial match on item display name. Example: Arrow
Partial match on item classification (dot-notation, e.g. FPS.Armor). (see GET /api/items/filters for valid values). Example: FPS.Armor.Torso
Exact item size (0-12). Example: 3
Exact item grade (1-7, mapped to A-G). Example: 3
Exact match on item class. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: Military
When set to true, includes items flagged as not player-relevant (test, placeholder, dev items). Default shows only relevant items.
Request body
Response
A List of matching Items