This api consists of three endpoints, one that will return the whole book, one that will return the whole chapter, and one that will return a single verse.
{"chapters":{
"1":{
"header": "text of header",
"verses": {
"1": "text of verse",
"2": "text fo verse",
...
}
},
"2":{
"header": "text of header",
"verses": {
"1": "text of verse",
"2": "text fo verse",
...
}
},
...
}}
{"verses": {
"1": "text of verse",
"2": "text fo verse",
...
}
}
{"1": "text of verse"}
The books use the following syntax:
| Book | Use |
|---|---|
| 1 Nephi | 1-ne |
| 2 Nephi | 2-ne |
| Jacob | jacob |
| Enos | enos |
| Jarom | jarom |
| Omni | omni |
| Words of Mormon | w-of-m |
| Mosiah | mosiah |
| Alma | alma |
| Heleman | hel |
| 3 Nephi | 3-ne |
| 4 Nephi | 4-ne |
| Mormon | morm |
| Ether | ether |
| Moroni | moro |