---
title: "Retrieve a specific blueprint"
method: GET
path: "/v1/catalog/blueprints/{blueprint_id}.json"
tags: ["Catalog"]
---

# Retrieve a specific blueprint

`GET /v1/catalog/blueprints/{blueprint_id}.json`

Retrieves the list of blueprints in the catalog to explore from

## Response `200`

Successful operation

- Blueprint
  - `id` integer
  - `title` string
  - `description` string, nullable
  - `brand` string
  - `model` string
  - `images` string[]
  - `tags` string[]

## Other responses

- `400` — Error response

## Changes

- **2026-09-04** `59530872533b` — 1 info
  - added the optional property `tags` to the response with the `200` status

[Change history](https://skmtc.dev/printify/apis/printify-public-api/changes/v1/catalog/blueprints/:blueprint_id.json/get.md)

---

[API](https://skmtc.dev/printify/apis/printify-public-api.md) · [All operations](https://skmtc.dev/printify/apis/printify-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/printify/printify-public-api/revisions/59530872533b/schema)
