---
title: "GET /api/sheets/all-sheets/{limiter}/{offset}"
method: GET
path: "/api/sheets/all-sheets/{limiter}/{offset}"
tags: ["Sheets"]
---

# GET /api/sheets/all-sheets/{limiter}/{offset}

`GET /api/sheets/all-sheets/{limiter}/{offset}`

Returns a paginated list of all public Sheets.

## Path parameters

- `limiter` integer, required
- `offset` integer, required

## Response `200`

Successful Response

- AllSheetsJSON — Paginated list of public sheets.
  - `sheets` object[] — Page of public sheets, each as a summary object.
    - `id` integer — Numeric sheet ID.
    - `title` string — Sheet title.
    - `summary` string — Short description of the sheet.
    - `status` string — Visibility of the sheet. Typically `"public"`.
    - `author` integer — Numeric user ID of the sheet owner.
    - `ownerName` string — Display name of the sheet owner.
    - `ownerImageUrl` string — Profile picture URL for the sheet owner. May be an empty string.
    - `ownerProfileUrl` string — Relative URL to the owner's profile page (e.g. `/profile/username`).
    - `ownerOrganization` string — Organization the owner is affiliated with. May be an empty string.
    - `sheetUrl` string — Relative URL to the sheet (e.g. `/sheets/123`).
    - `views` integer — Number of times the sheet has been viewed.
    - `displayedCollection` string — Slug of the collection this sheet is displayed under, if any. Empty string when not in a collection.
    - `modified` string — Date the sheet was last modified, formatted as `MM/DD/YYYY`.
    - `created` string, date-time — ISO 8601 datetime when the sheet was created.
    - `published` string, date-time — ISO 8601 datetime when the sheet was made public.
    - `topics` object[] — Topic tags attached to the sheet.
      - `asTyped` string — The tag label as the author typed it.
      - `slug` string — Canonical topic slug.
      - `en` string — English display name for the topic.
      - `he` string — Hebrew display name for the topic. May be an empty string.
    - `tags` string[] — Flat list of tag labels (the `asTyped` value for each topic).
    - `options` unknown[] — Sheet display options. Empty array when none are set.
      - unknown

---

[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)
