---
title: "Parashah Topic"
method: GET
path: "/api/calendars/topics/parasha"
tags: ["Calendars"]
---

# Parashah Topic

`GET /api/calendars/topics/parasha`

Returns topic metadata for the current week's parashah. These include title, ref, category ordering, and bilingual display values.

## Response `200`

Successful Response

- CalendarParashaTopicJSON — Topic metadata for the current week's parasha.
  - `title` object — Bilingual title of the parasha topic.
  - `displayValue` object — Bilingual display value.
  - `url` string
  - `ref` string — A string representing a citation to a Jewish text. A valid `Ref` consists of a title string followed optionally by a section string or a segment string. A title string is any one of the known text titles or title variants in the Sefaria Database.
  - `heRef` string
  - `order` integer
  - `category` string
  - `extraDetails` object

---

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