In-Game
Blueprints

Get Game Blueprint Detail

Returns full detail for a single crafting blueprint, including ingredients, crafted item, dismantle returns, and associated missions. Scoped to the requested or default game version.

get/api/blueprints/{blueprint}

Path parameters

blueprintstring required

Blueprint UUID

Query parameters

versionstring

Game version to get data from, if omitted uses default version.

Response

Blueprint detail

uuidstring uuid

Unique blueprint identifier

keystring

Internal blueprint key (e.g. BP_CRAFT_behr_pistol_ballistic_01)

category_uuidstring uuid

UUID of the blueprint category

output_item_uuidstring uuid

UUID of the item this blueprint crafts

output_namestring nullable

Display name of the crafted item

output_classstring nullable

Internal class identifier of the crafted item

craft_time_secondsinteger nullable

Crafting duration in seconds

craft_time_labelstring nullable

Human-readable crafting duration

is_available_by_defaultboolean

Whether this blueprint is available without unlocking

game_versionstring nullable

Game version code this data applies to

ingredient_countinteger

Total number of distinct ingredients across all requirement groups

unlocking_missions_countinteger

Number of missions that can unlock this blueprint

linkstring uri

API URL for this blueprint

web_urlstring uri

Web URL for the blueprint detail page

output_item_web_urlstring uri nullable

Web URL for the crafted item detail page

Changes