You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**A REST API for retrieving Bible texts from multiple Bible translations.**
9
+
**A REST API for retrieving Bible texts and commentaries across multiple translations.**
10
10
Supports various languages including Dutch, English, Afrikaans, and more. Developed for developers, theologians, students, and hobby projects who want to use Biblical texts digitally.
11
11
12
12
---
@@ -17,7 +17,8 @@ Supports various languages including Dutch, English, Afrikaans, and more. Develo
17
17
- 🔍 **Text search** across the entire Bible
18
18
- 📚 **Structure overview** of books, chapters, and verses
19
19
- 📖 **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*)
21
22
22
23
---
23
24
@@ -35,6 +36,8 @@ Supports various languages including Dutch, English, Afrikaans, and more. Develo
35
36
| GET |`/search?query=...`| Search in Bible text |
36
37
| GET |`/daytext?seed=...`| Daily text, optional seed |
37
38
| 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`) |
38
41
39
42
👉 All routes are documented via:
40
43
-`/docs` – Swagger UI
@@ -61,7 +64,8 @@ This API is licensed under the [MIT License](LICENSE).
0 commit comments