v1

latestOpenAPI 3.0.0MIT (code only)2026-07-1783284693.9 KB
Items

In-Game Item Detail

Retrieve a specific item by UUID, slug, name, or class name (case-insensitive). Results are scoped to the requested or default game version. Always includes manufacturer, game version, description data, entity tags, commodities, and variant group data. Supports includes: shops, variants, related_items, blueprints, vehicles, shops.items. Items with a matching vehicle record automatically redirect to GET /api/vehicles/{uuid}.

get/api/items/{identifier}

Path parameters

identifierstring required

Item name, slug, class name, or UUID

Example:Scourge Railgun

Query parameters

localestring

Locale code for translated fields. Supported values depend on available translations (e.g. en, de, zh).

includestring
Example:blueprints

Comma-separated relationships to include. Available: blueprints (full crafting blueprint data including ingredients, missions, tiers), variants (item variants), related_items (related items from variant groups and sets), vehicles (vehicles this item is installed on), shops (shop availability data), shops.items (shop items).

versionstring

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.

Response

An Item