---
title: "Translations"
method: GET
path: "/api/texts/translations/{lang}"
tags: ["Text"]
---

# Translations

`GET /api/texts/translations/{lang}`

Returns a dictionary of texts translated into `lang`, organized by the Sefaria category & secondary category of each title.

## Response `200`

Successful Response

- object
  - `title` string — Title of the book on Sefaria
  - `url` string — Base URL of the book on Sefaria
  - `versionTitle` string — Title of this specific translation of the title
  - `rtlLanguage` 'he' | 'en' — Is this version a RTL text (i.e. `he`) or LTR text (i.e. `en`)

---

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