Ir al contenido
GET /v1/text

A passage in Hebrew & English

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/sefaria-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

curl "https://api.oanor.com/sefaria-api/v1/text" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/sefaria-api/v1/text", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/sefaria-api/v1/text");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/sefaria-api/v1/text",
    headers={"x-oanor-key": "oanor_test_..."}
)

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "data": {
        "text": {
            "ref": "Genesis 1:1",
            "he_ref": "בראשית א׳:א׳",
            "hebrew": "בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים אֵ֥ת הַשָּׁמַ֖יִם וְאֵ֥ת הָאָֽרֶץ׃",
            "english": "When God began to create heaven and earth—",
            "sections": [
                "1",
                "1"
            ],
            "is_spanning": false,
            "hebrew_version": "Miqra according to the Masorah",
            "english_version": "THE JPS TANAKH: Gender-Sensitive Edition",
            "available_versions": [
                {
                    "title": "THE JPS TANAKH: Gender-Sensitive Edition",
                    "language": "en"
                },
                {
                    "title": "The Contemporary Torah, Jewish Publication Society, 2006",
                    "language": "en"
                },
                {
                    "title": "The Five Books of Moses, by Everett Fox. New York, Schocken Books, 1995",
                    "language": "en"
                },
                {
                    "title": "The Koren Jerusalem Bible",
                    "language": "en"
                },
                {
                    "title": "Metsudah Chumash, Metsudah Publications, 2009",
                    "language": "en"
                },
                {
                    "title": "The Kehot Chumash; Chabad House Publications, Los Angeles",
                    "language": "en"
                },
                {
                    "title": "Tanakh: The Holy Scriptures, published by JPS",
                    "language": "en"
                },
                {
                    "title": "The Rashi chumash by Rabbi Shraga Silverstein",
                    "language": "en"
                },
                {
                    "title": "Miqra according to the Masorah",
                    "language": "he"
                },
                {
                    "title": "Russian Torah translation, by Dmitri Slivniak, Ph.D., edited by Dr. Itzhak Streshinsky. Da Project, 2011 [ru]",
                    "language": "en"
                },
                {
                    "title": "The Holy Scriptures: A New Translation (JPS 1917)",
                    "language": "en"
                },
                {
                    "title": "Tanach with Ta'amei Hamikra",
                    "language": "he"
                },
                {
                    "title": "Bible du Rabbinat 1899 [fr]",
                    "language": "en"
                },
                {
                    "title": "Die fünf Bücher Moses, trans. Dr. J. Wohlgemuth, Rödelheim 1899 [de]",
                    "language": "en"
                },
                {
                    "title": "Перевод с иврита Давида Сафронова под редакцией Андрея Графова [ru]",
                    "language": "en"
                },
                {
                    "title": "Sefaria Community Translation
…