v1

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

List Game Blueprints

Returns paginated crafting blueprints, including ingredients, crafted items, and dismantle returns. Results are scoped to the requested or default game version.

get/api/blueprints

Query parameters

pageinteger

Page number for pagination (starts at 1). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

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.

sortstring
Example:-craft_time_seconds

Sort field. Prefix with "-" for descending. Supported: craft_time_seconds, ingredient_count, unlocking_missions_count.

filter[query]string

Search blueprints by crafted item name. Example: Shotgun

filter[output.uuid]string uuid

Filter by crafted item UUID (see GET /api/items). Example: 02d4cd2e-fa98-4086-aee1-6b2dfce8ea27

filter[output.name]string

Filter by crafted item name. Example: P4-AR Magazine (40 cap)

filter[output.class]string

Filter by crafted item class. Example: ksar_smg_energy_01_gold01

filter[output.type]string

Filter by crafted item type (see GET /api/blueprints/filters for valid values). Example: WeaponPersonal

filter[default]boolean

Filter by default availability (true/false). Example: true

filter[ingredient]string

Matches ingredient resource type by name, key, or UUID before filtering blueprints. Example: Aluminum

filter[ingredient.uuid]string uuid

Filter by ingredient commodity UUID. Accepts comma-separated values (see GET /api/commodities). Example: fde0cd65-8827-4b23-804d-cc8845dfa7ac

filter[resource.uuid]string uuid

Filter by resource commodity UUID, matching ingredients and dismantle returns. Accepts comma-separated values (see GET /api/commodities). Example: fde0cd65-8827-4b23-804d-cc8845dfa7ac

Response

List of blueprints

All 83 operations