---
title: "Browse the public library"
method: GET
path: "/publications"
---

# Browse the public library

`GET /publications`

Returns publications with `visibility=public_library` from every team. Publications are user-owned resources that span workspaces, so there's no workspace-scoped listing — if you need your own publication UIDs, grab them from the dashboard at publish time and hit `/publications/{uid}` or `/publications/{uid}/install` directly.

## Query parameters

- `page` integer

## Response `200`

Paginated list of public library publications

- object[]
  - `uid` string
  - `name` string
  - `description` string, nullable
  - `tags` string[]
  - `visibility` 'unpublished' | 'published' | 'public_library' — unpublished, published, or public_library
  - `preview` string, uri, nullable — Preview image or gif URL
  - `install_count` integer — Number of times this publication has been installed into a workspace
  - `template_kind` 'image' — Whether the publication came from an image template
  - `published_at` string, date-time, nullable
  - `created_at` string, date-time

---

[API](https://skmtc.dev/bannerbear/apis/bannerbear-v5-api.md) · [All operations](https://skmtc.dev/bannerbear/apis/bannerbear-v5-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bannerbear/bannerbear-v5-api/revisions/6aa425420a10/schema)
