Skip to content

Commit a1160cd

Browse files
authored
Update README.md
1 parent be0b572 commit a1160cd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/github/issues/AlexLamper/bijbel-api?style=for-the-badge" alt="Issues" />
77
</p>
88

9-
**A REST API for retrieving Bible texts from multiple Bible translations.**
9+
**A REST API for retrieving Bible texts and commentaries across multiple translations.**
1010
Supports various languages including Dutch, English, Afrikaans, and more. Developed for developers, theologians, students, and hobby projects who want to use Biblical texts digitally.
1111

1212
---
@@ -17,7 +17,8 @@ Supports various languages including Dutch, English, Afrikaans, and more. Develo
1717
- 🔍 **Text search** across the entire Bible
1818
- 📚 **Structure overview** of books, chapters, and verses
1919
- 📖 **Specific verses or passages** retrieval
20-
- 📅 **Daily texts** generation (optional with seed)
20+
- 📅 **Daily texts** generation (optional with seed)
21+
- 📝 **Commentaries** on chapters and verses (e.g. *Matthew Henry*)
2122

2223
---
2324

@@ -35,6 +36,8 @@ Supports various languages including Dutch, English, Afrikaans, and more. Develo
3536
| GET | `/search?query=...` | Search in Bible text |
3637
| GET | `/daytext?seed=...` | Daily text, optional seed |
3738
| GET | `/versions` | Available translations |
39+
| GET | `/commentary?source=...&book=...&chapter=...` | Get commentary for an entire chapter (e.g. `matthew-henry`) |
40+
| GET | `/commentary?source=...&book=...&chapter=...&verse=...` | Get commentary for a specific verse (e.g. `matthew-henry`) |
3841

3942
👉 All routes are documented via:
4043
- `/docs` – Swagger UI
@@ -61,7 +64,8 @@ This API is licensed under the [MIT License](LICENSE).
6164

6265
- GitHub: [@AlexLamper](https://github.com/AlexLamper)
6366
64-
- Website: [https://www.scriptura-edu.com](https://www.scriptura-edu.com)
67+
- Scriptura API: [https://www.scriptura-api.com](https://www.scriptura-api.com)
68+
- Scriptura: [https://www.scriptura-edu.com](https://www.scriptura-edu.com)
6569

6670
---
6771

0 commit comments

Comments
 (0)