/v1/text
A passage in Hebrew & English
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
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_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"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
…