A RESTful API for Bible

Do not worry about managing the multiple versions of the Bible

RESTful Bible API with 7 versions, 4 languages and multiple features to simplify your day to day.

+11millionrequests

What do we believe?

Our manifesto

Application and site development is still a complex process for churches and religious organizations.

We know that creating unique content ends up competing with basic tasks such as making devotions, verses, comments, social networking nurture, and so many other day-to-day tasks available.

We believe that we can offer many of these services, free of charge, with the professional quality and focused on the word of God.

Content

Multiple versions - NIV, RA, ACF, KJV, BBE, RVR, APEE - from the Holy Bible, devotional and reference comments for study.

Doc

To simplify your integration and keep you up to date.

Availability

Servers stable and prepared for high requests loads

Search

Search for key words with statistics and comments in verses.

How to use?

Options: books, books/gn, verses/nvi/gn/1, verses/acf/gn/1/1and more

{
  • book: {
    • abbrev: {
      • pt: "sl",
      • en: "ps"
      },
    • name: "Salmos",
    • author: "David, Moisés, Salomão",
    • group: "Poéticos",
    • version: "nvi"
    },
  • chapter: {
    • number: 23,
    • verses: 6
    },
  • verses: [
    1. {
      • number: 1,
      • text: "O Senhor é o meu pastor; de nada terei falta."
      },
    2. {
      • number: 2,
      • text: "Em verdes pastagens me faz repousar e me conduz a águas tranqüilas;"
      },
    3. {
      • number: 3,
      • text: "restaura-me o vigor. Guia-me nas veredas da justiça por amor do seu nome."
      },
    4. {
      • number: 4,
      • text: "Mesmo quando eu andar por um vale de trevas e morte, não temerei perigo algum, pois tu estás comigo; a tua vara e o teu cajado me protegem."
      },
    5. {
      • number: 5,
      • text: "Preparas um banquete para mim à vista dos meus inimigos. Tu me honras, ungindo a minha cabeça com óleo e fazendo transbordar o meu cálice."
      },
    6. {
      • number: 6,
      • text: "Sei que a bondade e a fidelidade me acompanharão todos os dias da minha vida, e voltarei à casa do Senhor enquanto eu viver."
      }
    ]
}