---
title: "Retrieve a list of available print providers"
method: GET
path: "/v1/catalog/print_providers.json"
tags: ["Catalog"]
---

# Retrieve a list of available print providers

`GET /v1/catalog/print_providers.json`

Retrieves the list of blueprints in the catalog to explore from

## Response `200`

Successful operation

- PrintProvider[]
  - `id` integer
  - `title` string
  - `location` Location
    - `address1` string, nullable
    - `address2` string, nullable
    - `city` string
    - `country` string
    - `region` string
    - `zip` string
  - `blueprints` 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)
