← Священное Писание

Случайный библейский стих

GET /bible/random

Получение случайного известного библейского стиха из курированной подборки 20 популярных отрывков, включая Иоанна 3:16, Псалом 23, Римлянам 8:28 и другие.

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/bible/random

Ответ в реальном времени

{
  "data": {
    "reference": "Psalms 23:1-6",
    "text": "Yahweh is my shepherd:\nI shall lack nothing.\nHe makes me lie down in green pastures.\nHe leads me beside still waters.\nHe restores my soul.\nHe guides me in the paths of righteousness for his name’s sake.\nEven though I walk through the valley of the shadow of death,\nI will fear no evil, for you are with me.\nYour rod and your staff,\nthey comfort me.\nYou prepare a table before me\nin the presence of my enemies.\nYou anoint my head with oil.\nMy cup runs over.\nSurely goodness and loving kindness shall follow me all the days of my life,\nand I will dwell in Yahweh’s house forever.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Psalms",
        "chapter": 23,
        "text": "Yahweh is my shepherd:\nI shall lack nothing.\n",
        "verse": 1
      },
      {
        "book_name": "Psalms",
        "chapter": 23,
        "text": "He makes me lie down in green pastures.\nHe leads me beside still waters.\n",
        "verse": 2
      },
      {
        "book_name": "Psalms",
        "chapter": 23,
        "text": "He restores my soul.\nHe guides me in the paths of righteousness for his name’s sake.\n",
        "verse": 3
      },
      {
        "book_name": "Psalms",
        "chapter": 23,
        "text": "Even though I walk through the valley of the shadow of death,\nI will fear no evil, for you are with me.\nYour rod and your staff,\nthey comfort me.\n",
        "verse": 4
      },
      {
        "book_name": "Psalms",
        "chapter": 23,
        "text": "You prepare a table before me\nin the presence of my enemies.\nYou anoint my head with oil.\nMy cup runs over.\n",
        "verse": 5
      },
      {
        "book_name": "Psalms",
        "chapter": 23,
        "text": "Surely goodness and loving kindness shall follow me all the days of my life,\nand I will dwell in Yahweh’s house forever.\n",
        "verse": 6
      }
    ]
  },
  "success": true
}