---
title: "Get Blueprint Filter Options"
method: GET
path: "/api/blueprints/filters"
tags: ["Blueprints"]
---

# Get Blueprint Filter Options

`GET /api/blueprints/filters`

Returns available filter facets for blueprints (crafted item types, ingredient and resource UUIDs), optionally scoped to the requested or default game version.

## Query parameters

- `version` string

## Response `200`

Filter facets for blueprints

- object
  - `filters` object
    - `output.type` FilterValue[] — Crafted item types (e.g. WeaponPersonal, Char_Armor_Torso, WeaponAttachment)
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `ingredient.uuid` FilterValue[] — Ingredient commodity UUIDs with names and counts
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `resource.uuid` FilterValue[] — Combined ingredient and dismantle return resource UUIDs with names and counts
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.

---

[API](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/versions/8b259bb9a44c/schema)
