Skip to content

Bible NIV Version: Chapters and verses in JSON format. Each of the 66 books is a separate JSON file.

License

Notifications You must be signed in to change notification settings

aruljohn/Bible-niv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bible-niv

  • This repository contains the NIV version of the Bible in JSON format.
  • There are 66 books. Each book is a separate JSON file.
  • Included is a JSON array of all 66 book names.

Example JSON verse

As an example, this is Psalms 23 verse 1 in JSON format.

{
   "book": "Psalms",
   "count": "150",
   "chapters": [
      {
        .......
         "chapter": 23,
         "verses": [
            {
               "verse": 1,
               "text": "The Lord is my shepherd, I lack nothing."
            },
            .....
         ]
      }
   ]
}

Books.json

Books.json is a JSON array containing all the 66 books of the NIV Bible.

This is a sample of Books.json.

[
   "Genesis",
   "Exodus",
   "Leviticus",
   "Numbers",
   "Deuteronomy",
   "Joshua",
   "Judges",
   "Ruth",
   "1 Samuel",
   "2 Samuel",
    ....
   "2 John",
   "3 John",
   "Jude",
   "Revelation"
]

About

Bible NIV Version: Chapters and verses in JSON format. Each of the 66 books is a separate JSON file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published