---
title: "GET /api/collections/{slug}"
method: GET
path: "/api/collections/{slug}"
tags: ["Collections"]
---

# GET /api/collections/{slug}

`GET /api/collections/{slug}`

Returns the full content of a single Sheet Collection, including its member Sheets. For unauthenticated callers, only public Collections are accessible through this endpoint.

## Path parameters

- `slug` string, required

## Response `200`

Successful Response

- CollectionDetailJSON — Full content of a single Sefaria collection, including its member sheets.
  - `name` string — Display name of the collection.
  - `slug` string — URL slug for the collection.
  - `privateSlug` string — Private slug used for collaborator-only access.
  - `description` string, nullable — Free-text description of the collection.
  - `lastModified` string, nullable — Timestamp of the most recent change.
  - `admins` object[] — Admin members of the collection.
    - `uid` integer
    - `name` string
    - `profileUrl` string
    - `imageUrl` string
    - `position` string
    - `organization` string
    - `isStaff` boolean
  - `members` object[] — Members of the collection.
    - `uid` integer
    - `name` string
    - `profileUrl` string
    - `imageUrl` string
    - `position` string
    - `organization` string
    - `isStaff` boolean
  - `sheets` object[] — Sheets contained in the collection.

---

[API](https://skmtc.net/sefaria/apis/sefaria-api.md) · [All operations](https://skmtc.net/sefaria/apis/sefaria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sefaria/sefaria-api/revisions/d29296717011/schema)
