---
title: "Next Read"
method: GET
path: "/api/calendars/next-read/{parasha}"
tags: ["Calendars"]
---

# Next Read

`GET /api/calendars/next-read/{parasha}`

Given a Parasha name in English, this API returns the next Hebrew and English dates that it is read, along with details about the Torah and Haftarah readings for that date.

## Path parameters

- `parasha` 'Bereshit' | 'Noach' | 'Lech-Lecha' | 'Vayera' | 'Chayei Sara' | 'Toldot' | 'Vayetzei' | 'Vayishlach' | 'Vayeshev' | 'Miketz' | 'Vayigash' | 'Vayechi' | 'Shemot' | 'Vaera' | 'Bo' | 'Beshalach' | 'Yitro' | 'Mishpatim' | 'Terumah' | 'Tetzaveh' | 'Ki Tisa' | 'Vayakhel' | 'Pekudei' | 'Vayikra' | 'Tzav' | 'Shmini' | 'Tazria' | 'Metzora' | 'Achrei Mot' | 'Kedoshim' | 'Emor' | 'Behar' | 'Bechukotai' | 'Bamidbar' | 'Nasso' | 'Beha’alotcha' | 'Sh’lach' | 'Korach' | 'Chukat' | 'Balak' | 'Pinchas' | 'Matot' | 'Masei' | 'Devarim' | 'Vaetchanan' | 'Eikev' | 'Re’eh' | 'Shoftim' | 'Ki Teitzei' | 'Ki Tavo' | 'Nitzavim' | 'Vayeilech' | 'Ha’azinu' | 'Vezot Haberakhah' | 'Vayakhel-Pekudei' | 'Tazria-Metzora' | 'Achrei Mot-Kedoshim' | 'Behar-Bechukotai' | 'Chukat-Balak' | 'Matot-Masei' | 'Nitzavim-Vayeilech', required

## Response `200`

Successful Response

- CalendarNextReadAPI
  - `parasha` object
    - `title` object — This should always read `Parashat Hashavua`
      - `en` string
      - `he` string
    - `displayValue` object — The name of the Parashah
      - `en` string
      - `he` string
    - `url` string — The url path on Sefaria where this selection can be found
    - `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 — The Hebrew equivalent of the `ref`
    - `order` integer — This is used internally on Sefaria to arrange the learning schedules in the manner we choose.
    - `category` string — Should always return `Tanakh`
    - `extraDetails` object — Additional details about this learning schedule entry
      - `aliyot` string[] — The breakdown of aliyot for a parashah
    - `description` object — A description of this learning schedule entry if it exists in `he` and `en`
      - `en` string
      - `he` string
  - `haftarah` object[]
    - `title` object — This should always read `Haftarah`
      - `en` string
      - `he` string
    - `displayValue` object — The name of the Haftarah
      - `en` string
      - `he` string
    - `url` string — The url path on Sefaria where this selection can be found
    - `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.
    - `order` integer — This is used internally on Sefaria to arrange the learning schedules in the manner we choose.
    - `category` string — Should return `Tanakh`
  - `date` string, date-time
  - `he_date` object
    - `en` string
    - `he` string

---

[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/versions/d29296717011/schema)
