# bible-api A REST API written in Rust for accessing the CPDV Bible ## Documentation `GET bible.youko.dev/` Returns the entire Bible `GET bible.youko.dev/book/` Returns the specified book `GET bible.youko.dev/book//chapter/` Returns the specified chapter of the specified book `GET bible.youko.dev/book//chapter//verse/` Returns the specified verse of the specified chapter of the specified book ## License [MIT](https://choosealicense.com/licenses/mit/)