← Pühakiri

Piibli salmi otsing

GET /bible/:reference

Otsige mis tahes Piibli salmi või lõiku viite järgi. Toetab raamatute nimesid koos peatüki ja salmi numbritega (nt 'john 3:16', 'psalm 23:1-6', 'genesis 1:1-10'). Tagastab täisteksti, tõlke üksikasjad ja iga salmi eraldi.

Näidispäringud

Põhikasutus
curl "https://nordapi.ee/api/v1/bible/john+3:16"

Reaalajas vastus

{
  "data": {
    "reference": "John 3:16",
    "text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "John",
        "chapter": 3,
        "text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
        "verse": 16
      }
    ]
  },
  "success": true
}