---
title: "Changes to Get Game Blueprint Detail"
method: GET
path: "/api/blueprints/{blueprint}"
---

# Changes to Get Game Blueprint Detail

`GET /api/blueprints/{blueprint}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 9 of 50 revisions.

- **2026-05-24** `1750bd01ea8e` — 8 info
- **2026-05-21** `af03a6ba771d` — 25 warning, 4 info
- **2026-05-05** `38d31059da97` — 2 info
- **2026-05-01** `603697782bff` — 2 info
- **2026-04-24** `c096aa819d11` — 1 info
- **2026-04-22** `4276a69d4550` — 3 info
- **2026-04-19** `4efeaa4b4785` — 3 warning, 2 info
- **2026-04-06** `f578ff9203b8` — 7 info
- **2026-03-29** `8ff40d443bb4` — 1 breaking, 1 warning, 21 info

## Changes

- **2026-05-24** `1750bd01ea8e` — 8 info
  - added the optional property `data/aspects/aspects/items/modifiers/items/value_range_type` to the response with the `200` status
  - added the optional property `data/aspects/aspects/items/modifiers/items/value_segments` to the response with the `200` status
  - added the optional property `data/requirement_groups/items/children/items/modifiers/items/value_range_type` to the response with the `200` status
  - added the optional property `data/requirement_groups/items/children/items/modifiers/items/value_segments` to the response with the `200` status
  - added the optional property `data/requirement_groups/items/modifiers/items/value_range_type` to the response with the `200` status
  - added the optional property `data/requirement_groups/items/modifiers/items/value_segments` to the response with the `200` status
  - added the optional property `data/tiers/items/requirements/oneOf[subschema #1: Blueprint Requirement Node]/modifiers/items/value_range_type` to the response with the `200` status
  - added the optional property `data/tiers/items/requirements/oneOf[subschema #1: Blueprint Requirement Node]/modifiers/items/value_segments` to the response with the `200` status
- **2026-05-21** `af03a6ba771d` — 25 warning, 4 info
  - removed the optional property `aspects` from the response with the `200` status
  - removed the optional property `category_uuid` from the response with the `200` status
  - removed the optional property `craft_time_label` from the response with the `200` status
  - removed the optional property `craft_time_seconds` from the response with the `200` status
  - removed the optional property `dismantle` from the response with the `200` status
  - removed the optional property `dismantle_returns` from the response with the `200` status
  - removed the optional property `game_version` from the response with the `200` status
  - removed the optional property `ingredient_count` from the response with the `200` status
  - removed the optional property `ingredients` from the response with the `200` status
  - removed the optional property `is_available_by_default` from the response with the `200` status
  - removed the optional property `key` from the response with the `200` status
  - removed the optional property `link` from the response with the `200` status
  - removed the optional property `output` from the response with the `200` status
  - removed the optional property `output_class` from the response with the `200` status
  - removed the optional property `output_item_uuid` from the response with the `200` status
  - removed the optional property `output_item_web_url` from the response with the `200` status
  - removed the optional property `output_name` from the response with the `200` status
  - removed the optional property `requirement_groups` from the response with the `200` status
  - removed the optional property `summary_properties` from the response with the `200` status
  - removed the optional property `tiers` from the response with the `200` status
  - removed the optional property `unlocking_missions` from the response with the `200` status
  - removed the optional property `unlocking_missions_count` from the response with the `200` status
  - removed the optional property `unlocking_missions_grouped` from the response with the `200` status
  - removed the optional property `uuid` from the response with the `200` status
  - removed the optional property `web_url` from the response with the `200` status
  - api operation id `977cfa4c847352551a7bcb7cdc7e5364` removed and replaced with `getBlueprint`
  - api tag `In-Game` removed
  - added the media type `application/json` for the response with the status `404`
  - added the optional property `data` to the response with the `200` status
- **2026-05-05** `38d31059da97` — 2 info
  - added the optional property `output/sub_type` to the response with the `200` status
  - response property `output/subtype` deprecated
- **2026-05-01** `603697782bff` — 2 info
  - added the optional property `aspects` to the response with the `200` status
  - added the optional property `unlocking_missions_grouped` to the response with the `200` status
- **2026-04-24** `c096aa819d11` — 1 info
  - added the optional property `output/type_label` to the response with the `200` status
- **2026-04-22** `4276a69d4550` — 3 info
  - added the optional property `ingredients/items/item_uuid` to the response with the `200` status
  - added the optional property `ingredients/items/kind` to the response with the `200` status
  - added the optional property `ingredients/items/quantity` to the response with the `200` status
- **2026-04-19** `4efeaa4b4785` — 3 warning, 2 info
  - removed the optional property `availability` from the response with the `200` status
  - removed the optional property `dismantle/returns` from the response with the `200` status
  - removed the optional property `resources` from the response with the `200` status
  - added the optional property `unlocking_missions` to the response with the `200` status
  - added the optional property `unlocking_missions_count` to the response with the `200` status
- **2026-04-06** `f578ff9203b8` — 7 info
  - added the optional property `craft_time_label` to the response with the `200` status
  - added the optional property `dismantle` to the response with the `200` status
  - added the optional property `dismantle_returns` to the response with the `200` status
  - added the optional property `ingredients/items/link` to the response with the `200` status
  - added the optional property `ingredients/items/quantity_scu` to the response with the `200` status
  - added the optional property `ingredients/items/web_url` to the response with the `200` status
  - added the optional property `resources` to the response with the `200` status
- **2026-03-29** `8ff40d443bb4` — 1 breaking, 1 warning, 21 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the optional property `data` from the response with the `200` status
  - api operation id `getBlueprint` removed and replaced with `977cfa4c847352551a7bcb7cdc7e5364`
  - api tag `In-Game` added
  - added the optional property `availability` to the response with the `200` status
  - added the optional property `category_uuid` to the response with the `200` status
  - added the optional property `craft_time_seconds` to the response with the `200` status
  - added the optional property `game_version` to the response with the `200` status
  - added the optional property `ingredient_count` to the response with the `200` status
  - added the optional property `ingredients` to the response with the `200` status
  - added the optional property `is_available_by_default` to the response with the `200` status
  - added the optional property `key` to the response with the `200` status
  - added the optional property `link` to the response with the `200` status
  - added the optional property `output` to the response with the `200` status
  - added the optional property `output_class` to the response with the `200` status
  - added the optional property `output_item_uuid` to the response with the `200` status
  - added the optional property `output_item_web_url` to the response with the `200` status
  - added the optional property `output_name` to the response with the `200` status
  - added the optional property `requirement_groups` to the response with the `200` status
  - added the optional property `summary_properties` to the response with the `200` status
  - added the optional property `tiers` to the response with the `200` status
  - added the optional property `uuid` to the response with the `200` status
  - added the optional property `web_url` to the response with the `200` status

---

[Operation](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/docs/api/blueprints/:blueprint/get.md) · [API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [Page](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/blueprints/:blueprint/get)
