---
title: "Retrieves list of blueprints in the catalog"
method: GET
path: "/v1/catalog/blueprints.json"
tags: ["Catalog"]
---

# Retrieves list of blueprints in the catalog

`GET /v1/catalog/blueprints.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[]

## Other responses

- `400` — Error response

---

[API](https://skmtc.net/printify/apis/printify-public-api.md) · [All operations](https://skmtc.net/printify/apis/printify-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printify/printify-public-api/versions/376214ac98ff/schema)
