In-Game Item Overview
Returns paginated in-game items for the requested category and game version. Always includes manufacturer, game version, and description data. Crafting blueprints are loaded automatically. Supports filtering by type, classification, manufacturer, size, grade, and more. Available includes: shops, variants, related_items, blueprints, shops.items. Supports 150+ JSON field sorts. (see GET /api/items/filters for valid filter values)
Query parameters
Page number for pagination (starts at 1).
Page number for pagination (starts at 1).
Number of results to return per page.
Comma-separated list of relationships to include (e.g. manufacturer,translations).
Game version to get data from, if omitted uses default version.
Sort field. Prefix with "-" for descending. Supports 250+ JSON fields. Examples: name, -grade, weapon.damage.alpha_total, -shield_controller.face_type. Use comma for multiple: grade,-name
When false, excludes variant items (base_id IS NOT NULL) and returns only base items. When true or omitted, returns all items including variants.
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.
Search items by name or class 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)
Item rarity. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values)
Response
List of Items