Book of Mormon API (Hosted at christianfurr.dev)
A simple and efficient API for accessing Book of Mormon verses, providing daily verses, random verses, and specific verse lookups.
- 📖 Daily Verse - Get a new verse every day
- 🎲 Random Verse - Get a random verse from the Book of Mormon
- 🔍 Specific Verse Lookup - Get verses by book, chapter, and verse number
- 📚 Book List - Get a list of all available books and their chapters
GET /daily
Returns a different verse each day, cycling through all verses.
GET /random
Returns a random verse from the Book of Mormon.
GET /:book/:chapter/:verse
Example: /nephi1/3/7
Note: For books of Nephi, you can use the following formats:
nephi1
or1nephi
for 1 Nephinephi2
or2nephi
for 2 Nephinephi3
or3nephi
for 3 Nephinephi4
or4nephi
for 4 Nephi
GET /books
Returns a list of all available books and their chapter counts.
- Clone the repository
- Install dependencies:
npm install
- Start the server:
npm start
The server will run on port 3000 by default. You can change this by setting the PORT
environment variable.
To run the server in development mode with auto-reload:
npm run dev
- Node.js
- Express.js
- CORS
Created by Christian Furr (@MakashiDev)
This project is open source and available under the MIT License.