Skip to content

Commit

Permalink
Merge pull request #13 from typekpb/bible-versions
Browse files Browse the repository at this point in the history
adding sk + cz + (some) en + de bible versions
  • Loading branch information
Glowstudent777 authored Dec 30, 2024
2 parents 1153320 + e439905 commit 98eced0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/api/v1/db/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
{
"ASV": 12,
"AMP": 1588,
"AMPC": 8,
"CPDV": 42,

"ICL00D": 1196,
"KJV": 1,
"NIV": 111,
"NLT": 116,
"NR06": 122,
"VULG": 823
"VULG": 823,


"B21": 15,
"BKR": 44,
"SNC": 162,
"CSP": 509,

"bibel.heute": 877,
"Hfa": 73,
"DELUT": 51,
"LUTheute": 3100,

"SLB": 644,
"NPK": 3835,
"SEB": 465,
"SEBDT": 464,
"SSV": 163
}
1 change: 1 addition & 0 deletions src/api/v1/verse/verse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const router: Router = express.Router();
* - in: query
* name: version
* required: false
* description: For the list of Bible versions available, see <a href="https://www.bible.com/versions">https://www.bible.com/versions</a>
* schema:
* type: string
* default: KJV
Expand Down

0 comments on commit 98eced0

Please sign in to comment.