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

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

GET /bible/random

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

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

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

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

{
  "data": {
    "reference": "Isaiah 40:31",
    "text": "But those who wait for Yahweh will renew their strength.\nThey will mount up with wings like eagles.\nThey will run, and not be weary.\nThey will walk, and not faint.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Isaiah",
        "chapter": 40,
        "text": "But those who wait for Yahweh will renew their strength.\nThey will mount up with wings like eagles.\nThey will run, and not be weary.\nThey will walk, and not faint.\n",
        "verse": 31
      }
    ]
  },
  "success": true
}