waha-shared 1.0.307 → 1.0.308
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/areas/areas.json +48 -50
- package/dist/data/areas/areas.schema.json +2 -2
- package/dist/data/areas/areas.zod.d.ts +1 -1
- package/dist/data/areas/areas.zod.js +1 -1
- package/dist/data/areas/index.d.ts +1 -1
- package/dist/data/bibleAudios/bibleAudios.json +314 -581
- package/dist/data/bibleAudios/bibleAudios.schema.json +8 -17
- package/dist/data/bibleAudios/bibleAudios.zod.d.ts +2 -43
- package/dist/data/bibleAudios/bibleAudios.zod.js +7 -16
- package/dist/data/bibleAudios/index.d.ts +1 -2
- package/dist/data/bibleBooks/bibleBooks.json +782 -784
- package/dist/data/bibleStatuses/bibleStatuses.json +8284 -7785
- package/dist/data/bibleStatuses/bibleStatuses.schema.json +0 -6
- package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +0 -1
- package/dist/data/bibleStatuses/bibleStatuses.zod.js +0 -4
- package/dist/data/bibleStatuses/index.d.ts +0 -1
- package/dist/data/bibleTexts/bibleTexts.json +184 -269
- package/dist/data/bibleTexts/bibleTexts.schema.json +0 -7
- package/dist/data/bibleTexts/bibleTexts.zod.d.ts +0 -28
- package/dist/data/bibleTexts/bibleTexts.zod.js +3 -10
- package/dist/data/bibleTexts/index.d.ts +0 -2
- package/dist/data/clones/clones.json +0 -2
- package/dist/data/countries/countries.json +480 -480
- package/dist/data/countriesAndLanguages/countriesAndLanguages.json +6798 -6800
- package/dist/data/crowdinLanguages/crowdinLanguages.json +1438 -1440
- package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +3 -3
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +2 -2
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.js +2 -2
- package/dist/data/crowdinLanguages/index.d.ts +2 -2
- package/dist/data/curriculumFoundations/curriculumFoundations.json +69 -86
- package/dist/data/curriculumQuestions/curriculumQuestions.json +192 -194
- package/dist/data/curriculumTopics/curriculumTopics.json +8 -51
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +7 -36
- package/dist/data/dblTextLicenses/dblTextLicenses.json +4 -4
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.json +1 -1
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.json +1 -1
- package/dist/data/languageAssets/index.d.ts +1 -0
- package/dist/data/languageAssets/index.js +7 -0
- package/dist/data/languageAssets/languageAssets.json +45406 -0
- package/dist/data/languageAssets/languageAssets.schema.json +19 -0
- package/dist/data/languageAssets/languageAssets.zod.d.ts +3 -0
- package/dist/data/languageAssets/languageAssets.zod.js +7 -0
- package/dist/data/languages/index.d.ts +10 -20
- package/dist/data/languages/languages.json +2008 -2983
- package/dist/data/languages/languages.schema.json +47 -93
- package/dist/data/languages/languages.zod.d.ts +30 -93
- package/dist/data/languages/languages.zod.js +37 -59
- package/dist/data/lessonPauses/index.d.ts +1 -0
- package/dist/data/lessonPauses/lessonPauses.json +3 -2
- package/dist/data/lessonPauses/lessonPauses.schema.json +11 -1
- package/dist/data/lessonPauses/lessonPauses.zod.d.ts +1 -0
- package/dist/data/lessonPauses/lessonPauses.zod.js +3 -0
- package/dist/data/mediaDurations/mediaDurations.json +4231 -33446
- package/dist/data/mediaDurations/mediaDurations.schema.json +1 -1
- package/dist/data/mediaDurations/mediaDurations.zod.js +1 -1
- package/dist/data/notification/index.d.ts +1 -1
- package/dist/data/notification/notification.json +169 -93
- package/dist/data/phoneLanguages/phoneLanguages.json +635 -637
- package/dist/data/questions/questions.json +147 -149
- package/dist/data/releaseNotes/releaseNotes.json +124 -126
- package/dist/data/screenshots/screenshots.json +1 -1
- package/dist/data/scripts/scripts.json +1 -6
- package/dist/data/sets/index.d.ts +3 -3
- package/dist/data/sets/sets.json +476 -1766
- package/dist/data/sets/sets.schema.json +1 -1
- package/dist/data/sets/sets.zod.d.ts +3 -3
- package/dist/data/sets/sets.zod.js +6 -3
- package/dist/data/translationsApp/index.d.ts +0 -1
- package/dist/data/translationsApp/translationsApp.json +1582 -1623
- package/dist/data/translationsApp/translationsApp.schema.json +0 -1
- package/dist/data/translationsApp/translationsApp.zod.d.ts +0 -2
- package/dist/data/translationsApp/translationsApp.zod.js +0 -1
- package/dist/data/translationsFtb/translationsFtb.json +613 -69
- package/dist/data/translationsIntroduction/translationsIntroduction.json +1 -1
- package/dist/data/translationsQuestion/translationsQuestion.json +33 -65
- package/dist/data/translationsSet/translationsSet.json +19565 -30302
- package/dist/data/translationsSet/translationsSet.schema.json +4 -3
- package/dist/data/translationsSet/translationsSet.zod.js +4 -4
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.json +1 -1
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +33 -65
- package/dist/data/youtubePlaylists/youtubePlaylists.json +10 -10
- package/dist/data/youtubeVideos/youtubeVideos.json +82 -82
- package/dist/functions/languages.d.ts +7 -6
- package/dist/functions/languages.js +53 -51
- package/dist/functions/scripturePassages.d.ts +49 -34
- package/dist/functions/scripturePassages.js +304 -167
- package/dist/functions/sets.d.ts +52 -13
- package/dist/functions/sets.js +205 -193
- package/dist/types/bibleChapters.d.ts +2 -2
- package/dist/types/bibleChapters.js +1 -1
- package/dist/types/languages.d.ts +9 -39
- package/dist/types/languages.js +0 -2
- package/dist/types/sets.d.ts +11 -21
- package/package.json +1 -1
- package/dist/data/firebase.d.ts +0 -1
- package/dist/data/firebase.js +0 -4
- package/dist/functions/bibleBooks.d.ts +0 -16
- package/dist/functions/bibleBooks.js +0 -101
- package/dist/functions/bibles.d.ts +0 -44
- package/dist/functions/bibles.js +0 -291
- package/dist/functions/utils.d.ts +0 -2
- package/dist/functions/utils.js +0 -8
|
@@ -1,23 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./bibleBooks.schema.json",
|
|
3
|
-
"sortKeys": ["order", "id"],
|
|
4
|
-
"sortOrder": "ascending",
|
|
5
3
|
"data": [
|
|
6
4
|
{
|
|
7
|
-
"order": 1,
|
|
8
|
-
"bookId": "GEN",
|
|
9
|
-
"englishDivision": "pentateuch",
|
|
10
|
-
"hebrewDivision": "torah",
|
|
11
|
-
"hebrewOrder": 1,
|
|
12
|
-
"isNt": false,
|
|
13
|
-
"lowercase": "genesis",
|
|
14
|
-
"lowercase_dashes": "genesis",
|
|
15
5
|
"name": "Genesis",
|
|
16
|
-
"number": 1,
|
|
17
|
-
"testament": "old",
|
|
18
6
|
"title": "Genesis",
|
|
19
|
-
"
|
|
20
|
-
"usfm": "GEN",
|
|
7
|
+
"bookId": "GEN",
|
|
21
8
|
"chapters": [
|
|
22
9
|
{
|
|
23
10
|
"id": "GEN.1",
|
|
@@ -219,23 +206,23 @@
|
|
|
219
206
|
"id": "GEN.50",
|
|
220
207
|
"verses": 26
|
|
221
208
|
}
|
|
222
|
-
]
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"order": 2,
|
|
226
|
-
"bookId": "EXO",
|
|
209
|
+
],
|
|
227
210
|
"englishDivision": "pentateuch",
|
|
228
211
|
"hebrewDivision": "torah",
|
|
229
|
-
"hebrewOrder":
|
|
212
|
+
"hebrewOrder": 1,
|
|
230
213
|
"isNt": false,
|
|
231
|
-
"lowercase": "
|
|
232
|
-
"lowercase_dashes": "
|
|
233
|
-
"
|
|
234
|
-
"
|
|
214
|
+
"lowercase": "genesis",
|
|
215
|
+
"lowercase_dashes": "genesis",
|
|
216
|
+
"number": 1,
|
|
217
|
+
"order": 1,
|
|
235
218
|
"testament": "old",
|
|
219
|
+
"title_dashes": "Genesis",
|
|
220
|
+
"usfm": "GEN"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "Exodus",
|
|
236
224
|
"title": "Exodus",
|
|
237
|
-
"
|
|
238
|
-
"usfm": "EXO",
|
|
225
|
+
"bookId": "EXO",
|
|
239
226
|
"chapters": [
|
|
240
227
|
{
|
|
241
228
|
"id": "EXO.1",
|
|
@@ -397,23 +384,23 @@
|
|
|
397
384
|
"id": "EXO.40",
|
|
398
385
|
"verses": 38
|
|
399
386
|
}
|
|
400
|
-
]
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"order": 3,
|
|
404
|
-
"bookId": "LEV",
|
|
387
|
+
],
|
|
405
388
|
"englishDivision": "pentateuch",
|
|
406
389
|
"hebrewDivision": "torah",
|
|
407
|
-
"hebrewOrder":
|
|
390
|
+
"hebrewOrder": 2,
|
|
408
391
|
"isNt": false,
|
|
409
|
-
"lowercase": "
|
|
410
|
-
"lowercase_dashes": "
|
|
411
|
-
"
|
|
412
|
-
"
|
|
392
|
+
"lowercase": "exodus",
|
|
393
|
+
"lowercase_dashes": "exodus",
|
|
394
|
+
"number": 2,
|
|
395
|
+
"order": 2,
|
|
413
396
|
"testament": "old",
|
|
397
|
+
"title_dashes": "Exodus",
|
|
398
|
+
"usfm": "EXO"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "Leviticus",
|
|
414
402
|
"title": "Leviticus",
|
|
415
|
-
"
|
|
416
|
-
"usfm": "LEV",
|
|
403
|
+
"bookId": "LEV",
|
|
417
404
|
"chapters": [
|
|
418
405
|
{
|
|
419
406
|
"id": "LEV.1",
|
|
@@ -523,23 +510,23 @@
|
|
|
523
510
|
"id": "LEV.27",
|
|
524
511
|
"verses": 34
|
|
525
512
|
}
|
|
526
|
-
]
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"order": 4,
|
|
530
|
-
"bookId": "NUM",
|
|
513
|
+
],
|
|
531
514
|
"englishDivision": "pentateuch",
|
|
532
515
|
"hebrewDivision": "torah",
|
|
533
|
-
"hebrewOrder":
|
|
516
|
+
"hebrewOrder": 3,
|
|
534
517
|
"isNt": false,
|
|
535
|
-
"lowercase": "
|
|
536
|
-
"lowercase_dashes": "
|
|
537
|
-
"
|
|
538
|
-
"
|
|
518
|
+
"lowercase": "leviticus",
|
|
519
|
+
"lowercase_dashes": "leviticus",
|
|
520
|
+
"number": 3,
|
|
521
|
+
"order": 3,
|
|
539
522
|
"testament": "old",
|
|
523
|
+
"title_dashes": "Leviticus",
|
|
524
|
+
"usfm": "LEV"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "Numbers",
|
|
540
528
|
"title": "Numbers",
|
|
541
|
-
"
|
|
542
|
-
"usfm": "NUM",
|
|
529
|
+
"bookId": "NUM",
|
|
543
530
|
"chapters": [
|
|
544
531
|
{
|
|
545
532
|
"id": "NUM.1",
|
|
@@ -685,23 +672,23 @@
|
|
|
685
672
|
"id": "NUM.36",
|
|
686
673
|
"verses": 13
|
|
687
674
|
}
|
|
688
|
-
]
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"order": 5,
|
|
692
|
-
"bookId": "DEU",
|
|
675
|
+
],
|
|
693
676
|
"englishDivision": "pentateuch",
|
|
694
677
|
"hebrewDivision": "torah",
|
|
695
|
-
"hebrewOrder":
|
|
678
|
+
"hebrewOrder": 4,
|
|
696
679
|
"isNt": false,
|
|
697
|
-
"lowercase": "
|
|
698
|
-
"lowercase_dashes": "
|
|
699
|
-
"
|
|
700
|
-
"
|
|
680
|
+
"lowercase": "numbers",
|
|
681
|
+
"lowercase_dashes": "numbers",
|
|
682
|
+
"number": 4,
|
|
683
|
+
"order": 4,
|
|
701
684
|
"testament": "old",
|
|
685
|
+
"title_dashes": "Numbers",
|
|
686
|
+
"usfm": "NUM"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "Deuteronomy",
|
|
702
690
|
"title": "Deuteronomy",
|
|
703
|
-
"
|
|
704
|
-
"usfm": "DEU",
|
|
691
|
+
"bookId": "DEU",
|
|
705
692
|
"chapters": [
|
|
706
693
|
{
|
|
707
694
|
"id": "DEU.1",
|
|
@@ -839,23 +826,23 @@
|
|
|
839
826
|
"id": "DEU.34",
|
|
840
827
|
"verses": 12
|
|
841
828
|
}
|
|
842
|
-
]
|
|
829
|
+
],
|
|
830
|
+
"englishDivision": "pentateuch",
|
|
831
|
+
"hebrewDivision": "torah",
|
|
832
|
+
"hebrewOrder": 5,
|
|
833
|
+
"isNt": false,
|
|
834
|
+
"lowercase": "deuteronomy",
|
|
835
|
+
"lowercase_dashes": "deuteronomy",
|
|
836
|
+
"number": 5,
|
|
837
|
+
"order": 5,
|
|
838
|
+
"testament": "old",
|
|
839
|
+
"title_dashes": "Deuteronomy",
|
|
840
|
+
"usfm": "DEU"
|
|
843
841
|
},
|
|
844
842
|
{
|
|
845
|
-
"order": 6,
|
|
846
|
-
"bookId": "JOS",
|
|
847
|
-
"englishDivision": "historical",
|
|
848
|
-
"hebrewDivision": "nevi'im",
|
|
849
|
-
"hebrewOrder": 6,
|
|
850
|
-
"isNt": false,
|
|
851
|
-
"lowercase": "joshua",
|
|
852
|
-
"lowercase_dashes": "joshua",
|
|
853
843
|
"name": "Joshua",
|
|
854
|
-
"number": 6,
|
|
855
|
-
"testament": "old",
|
|
856
844
|
"title": "Joshua",
|
|
857
|
-
"
|
|
858
|
-
"usfm": "JOS",
|
|
845
|
+
"bookId": "JOS",
|
|
859
846
|
"chapters": [
|
|
860
847
|
{
|
|
861
848
|
"id": "JOS.1",
|
|
@@ -953,23 +940,23 @@
|
|
|
953
940
|
"id": "JOS.24",
|
|
954
941
|
"verses": 33
|
|
955
942
|
}
|
|
956
|
-
]
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"order": 7,
|
|
960
|
-
"bookId": "JDG",
|
|
943
|
+
],
|
|
961
944
|
"englishDivision": "historical",
|
|
962
945
|
"hebrewDivision": "nevi'im",
|
|
963
|
-
"hebrewOrder":
|
|
946
|
+
"hebrewOrder": 6,
|
|
964
947
|
"isNt": false,
|
|
965
|
-
"lowercase": "
|
|
966
|
-
"lowercase_dashes": "
|
|
967
|
-
"
|
|
968
|
-
"
|
|
948
|
+
"lowercase": "joshua",
|
|
949
|
+
"lowercase_dashes": "joshua",
|
|
950
|
+
"number": 6,
|
|
951
|
+
"order": 6,
|
|
969
952
|
"testament": "old",
|
|
953
|
+
"title_dashes": "Joshua",
|
|
954
|
+
"usfm": "JOS"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "Judges",
|
|
970
958
|
"title": "Judges",
|
|
971
|
-
"
|
|
972
|
-
"usfm": "JDG",
|
|
959
|
+
"bookId": "JDG",
|
|
973
960
|
"chapters": [
|
|
974
961
|
{
|
|
975
962
|
"id": "JDG.1",
|
|
@@ -1055,23 +1042,23 @@
|
|
|
1055
1042
|
"id": "JDG.21",
|
|
1056
1043
|
"verses": 25
|
|
1057
1044
|
}
|
|
1058
|
-
]
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"order": 8,
|
|
1062
|
-
"bookId": "RUT",
|
|
1045
|
+
],
|
|
1063
1046
|
"englishDivision": "historical",
|
|
1064
|
-
"hebrewDivision": "
|
|
1065
|
-
"hebrewOrder":
|
|
1047
|
+
"hebrewDivision": "nevi'im",
|
|
1048
|
+
"hebrewOrder": 7,
|
|
1066
1049
|
"isNt": false,
|
|
1067
|
-
"lowercase": "
|
|
1068
|
-
"lowercase_dashes": "
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1050
|
+
"lowercase": "judges",
|
|
1051
|
+
"lowercase_dashes": "judges",
|
|
1052
|
+
"number": 7,
|
|
1053
|
+
"order": 7,
|
|
1071
1054
|
"testament": "old",
|
|
1055
|
+
"title_dashes": "Judges",
|
|
1056
|
+
"usfm": "JDG"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Ruth",
|
|
1072
1060
|
"title": "Ruth",
|
|
1073
|
-
"
|
|
1074
|
-
"usfm": "RUT",
|
|
1061
|
+
"bookId": "RUT",
|
|
1075
1062
|
"chapters": [
|
|
1076
1063
|
{
|
|
1077
1064
|
"id": "RUT.1",
|
|
@@ -1089,23 +1076,23 @@
|
|
|
1089
1076
|
"id": "RUT.4",
|
|
1090
1077
|
"verses": 22
|
|
1091
1078
|
}
|
|
1092
|
-
]
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"order": 9,
|
|
1096
|
-
"bookId": "1SA",
|
|
1079
|
+
],
|
|
1097
1080
|
"englishDivision": "historical",
|
|
1098
|
-
"hebrewDivision": "
|
|
1099
|
-
"hebrewOrder":
|
|
1081
|
+
"hebrewDivision": "ketuvim",
|
|
1082
|
+
"hebrewOrder": 31,
|
|
1100
1083
|
"isNt": false,
|
|
1101
|
-
"lowercase": "
|
|
1102
|
-
"lowercase_dashes": "
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1084
|
+
"lowercase": "ruth",
|
|
1085
|
+
"lowercase_dashes": "ruth",
|
|
1086
|
+
"number": 8,
|
|
1087
|
+
"order": 8,
|
|
1105
1088
|
"testament": "old",
|
|
1089
|
+
"title_dashes": "Ruth",
|
|
1090
|
+
"usfm": "RUT"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "1 Samuel",
|
|
1106
1094
|
"title": "1 Samuel",
|
|
1107
|
-
"
|
|
1108
|
-
"usfm": "1SA",
|
|
1095
|
+
"bookId": "1SA",
|
|
1109
1096
|
"chapters": [
|
|
1110
1097
|
{
|
|
1111
1098
|
"id": "1SA.1",
|
|
@@ -1232,23 +1219,23 @@
|
|
|
1232
1219
|
"verses": 13
|
|
1233
1220
|
}
|
|
1234
1221
|
],
|
|
1235
|
-
"nameAlternates": ["First Samuel", "1st Samuel", "I Samuel"]
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"order": 10,
|
|
1239
|
-
"bookId": "2SA",
|
|
1240
1222
|
"englishDivision": "historical",
|
|
1241
1223
|
"hebrewDivision": "nevi'im",
|
|
1242
|
-
"hebrewOrder":
|
|
1224
|
+
"hebrewOrder": 8,
|
|
1243
1225
|
"isNt": false,
|
|
1244
|
-
"lowercase": "
|
|
1245
|
-
"lowercase_dashes": "
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1226
|
+
"lowercase": "1 samuel",
|
|
1227
|
+
"lowercase_dashes": "1-samuel",
|
|
1228
|
+
"number": 9,
|
|
1229
|
+
"order": 9,
|
|
1248
1230
|
"testament": "old",
|
|
1231
|
+
"title_dashes": "1-Samuel",
|
|
1232
|
+
"usfm": "1SA",
|
|
1233
|
+
"nameAlternates": ["First Samuel", "1st Samuel", "I Samuel"]
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "2 Samuel",
|
|
1249
1237
|
"title": "2 Samuel",
|
|
1250
|
-
"
|
|
1251
|
-
"usfm": "2SA",
|
|
1238
|
+
"bookId": "2SA",
|
|
1252
1239
|
"chapters": [
|
|
1253
1240
|
{
|
|
1254
1241
|
"id": "2SA.1",
|
|
@@ -1347,23 +1334,23 @@
|
|
|
1347
1334
|
"verses": 25
|
|
1348
1335
|
}
|
|
1349
1336
|
],
|
|
1350
|
-
"nameAlternates": ["Second Samuel", "2nd Samuel", "II Samuel"]
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"order": 11,
|
|
1354
|
-
"bookId": "1KI",
|
|
1355
1337
|
"englishDivision": "historical",
|
|
1356
1338
|
"hebrewDivision": "nevi'im",
|
|
1357
|
-
"hebrewOrder":
|
|
1339
|
+
"hebrewOrder": 9,
|
|
1358
1340
|
"isNt": false,
|
|
1359
|
-
"lowercase": "
|
|
1360
|
-
"lowercase_dashes": "
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1341
|
+
"lowercase": "2 samuel",
|
|
1342
|
+
"lowercase_dashes": "2-samuel",
|
|
1343
|
+
"number": 10,
|
|
1344
|
+
"order": 10,
|
|
1363
1345
|
"testament": "old",
|
|
1346
|
+
"title_dashes": "2-Samuel",
|
|
1347
|
+
"usfm": "2SA",
|
|
1348
|
+
"nameAlternates": ["Second Samuel", "2nd Samuel", "II Samuel"]
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "1 Kings",
|
|
1364
1352
|
"title": "1 Kings",
|
|
1365
|
-
"
|
|
1366
|
-
"usfm": "1KI",
|
|
1353
|
+
"bookId": "1KI",
|
|
1367
1354
|
"chapters": [
|
|
1368
1355
|
{
|
|
1369
1356
|
"id": "1KI.1",
|
|
@@ -1454,23 +1441,23 @@
|
|
|
1454
1441
|
"verses": 53
|
|
1455
1442
|
}
|
|
1456
1443
|
],
|
|
1457
|
-
"nameAlternates": ["First Kings", "1st Kings", "I Kings"]
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"order": 12,
|
|
1461
|
-
"bookId": "2KI",
|
|
1462
1444
|
"englishDivision": "historical",
|
|
1463
1445
|
"hebrewDivision": "nevi'im",
|
|
1464
|
-
"hebrewOrder":
|
|
1446
|
+
"hebrewOrder": 10,
|
|
1465
1447
|
"isNt": false,
|
|
1466
|
-
"lowercase": "
|
|
1467
|
-
"lowercase_dashes": "
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
"testament": "old",
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1448
|
+
"lowercase": "1 kings",
|
|
1449
|
+
"lowercase_dashes": "1-kings",
|
|
1450
|
+
"number": 11,
|
|
1451
|
+
"order": 11,
|
|
1452
|
+
"testament": "old",
|
|
1453
|
+
"title_dashes": "1-Kings",
|
|
1454
|
+
"usfm": "1KI",
|
|
1455
|
+
"nameAlternates": ["First Kings", "1st Kings", "I Kings"]
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "2 Kings",
|
|
1459
|
+
"title": "2 Kings",
|
|
1460
|
+
"bookId": "2KI",
|
|
1474
1461
|
"chapters": [
|
|
1475
1462
|
{
|
|
1476
1463
|
"id": "2KI.1",
|
|
@@ -1573,23 +1560,23 @@
|
|
|
1573
1560
|
"verses": 30
|
|
1574
1561
|
}
|
|
1575
1562
|
],
|
|
1563
|
+
"englishDivision": "historical",
|
|
1564
|
+
"hebrewDivision": "nevi'im",
|
|
1565
|
+
"hebrewOrder": 11,
|
|
1566
|
+
"isNt": false,
|
|
1567
|
+
"lowercase": "2 kings",
|
|
1568
|
+
"lowercase_dashes": "2-kings",
|
|
1569
|
+
"number": 12,
|
|
1570
|
+
"order": 12,
|
|
1571
|
+
"testament": "old",
|
|
1572
|
+
"title_dashes": "2-Kings",
|
|
1573
|
+
"usfm": "2KI",
|
|
1576
1574
|
"nameAlternates": ["Second Kings", "2nd Kings", "II Kings"]
|
|
1577
1575
|
},
|
|
1578
1576
|
{
|
|
1579
|
-
"order": 13,
|
|
1580
|
-
"bookId": "1CH",
|
|
1581
|
-
"englishDivision": "historical",
|
|
1582
|
-
"hebrewDivision": "ketuvim",
|
|
1583
|
-
"hebrewOrder": 38,
|
|
1584
|
-
"isNt": false,
|
|
1585
|
-
"lowercase": "1 chronicles",
|
|
1586
|
-
"lowercase_dashes": "1-chronicles",
|
|
1587
1577
|
"name": "1 Chronicles",
|
|
1588
|
-
"number": 13,
|
|
1589
|
-
"testament": "old",
|
|
1590
1578
|
"title": "1 Chronicles",
|
|
1591
|
-
"
|
|
1592
|
-
"usfm": "1CH",
|
|
1579
|
+
"bookId": "1CH",
|
|
1593
1580
|
"chapters": [
|
|
1594
1581
|
{
|
|
1595
1582
|
"id": "1CH.1",
|
|
@@ -1708,23 +1695,23 @@
|
|
|
1708
1695
|
"verses": 30
|
|
1709
1696
|
}
|
|
1710
1697
|
],
|
|
1711
|
-
"nameAlternates": ["First Chronicles", "1st Chronicles", "I Chronicles"]
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"order": 14,
|
|
1715
|
-
"bookId": "2CH",
|
|
1716
1698
|
"englishDivision": "historical",
|
|
1717
1699
|
"hebrewDivision": "ketuvim",
|
|
1718
|
-
"hebrewOrder":
|
|
1700
|
+
"hebrewOrder": 38,
|
|
1719
1701
|
"isNt": false,
|
|
1720
|
-
"lowercase": "
|
|
1721
|
-
"lowercase_dashes": "
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1702
|
+
"lowercase": "1 chronicles",
|
|
1703
|
+
"lowercase_dashes": "1-chronicles",
|
|
1704
|
+
"number": 13,
|
|
1705
|
+
"order": 13,
|
|
1724
1706
|
"testament": "old",
|
|
1707
|
+
"title_dashes": "1-Chronicles",
|
|
1708
|
+
"usfm": "1CH",
|
|
1709
|
+
"nameAlternates": ["First Chronicles", "1st Chronicles", "I Chronicles"]
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "2 Chronicles",
|
|
1725
1713
|
"title": "2 Chronicles",
|
|
1726
|
-
"
|
|
1727
|
-
"usfm": "2CH",
|
|
1714
|
+
"bookId": "2CH",
|
|
1728
1715
|
"chapters": [
|
|
1729
1716
|
{
|
|
1730
1717
|
"id": "2CH.1",
|
|
@@ -1871,23 +1858,23 @@
|
|
|
1871
1858
|
"verses": 23
|
|
1872
1859
|
}
|
|
1873
1860
|
],
|
|
1874
|
-
"nameAlternates": ["Second Chronicles", "2nd Chronicles", "II Chronicles"]
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"order": 15,
|
|
1878
|
-
"bookId": "EZR",
|
|
1879
1861
|
"englishDivision": "historical",
|
|
1880
1862
|
"hebrewDivision": "ketuvim",
|
|
1881
|
-
"hebrewOrder":
|
|
1863
|
+
"hebrewOrder": 39,
|
|
1882
1864
|
"isNt": false,
|
|
1883
|
-
"lowercase": "
|
|
1884
|
-
"lowercase_dashes": "
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
1865
|
+
"lowercase": "2 chronicles",
|
|
1866
|
+
"lowercase_dashes": "2-chronicles",
|
|
1867
|
+
"number": 14,
|
|
1868
|
+
"order": 14,
|
|
1887
1869
|
"testament": "old",
|
|
1870
|
+
"title_dashes": "2-Chronicles",
|
|
1871
|
+
"usfm": "2CH",
|
|
1872
|
+
"nameAlternates": ["Second Chronicles", "2nd Chronicles", "II Chronicles"]
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"name": "Ezra",
|
|
1888
1876
|
"title": "Ezra",
|
|
1889
|
-
"
|
|
1890
|
-
"usfm": "EZR",
|
|
1877
|
+
"bookId": "EZR",
|
|
1891
1878
|
"chapters": [
|
|
1892
1879
|
{
|
|
1893
1880
|
"id": "EZR.1",
|
|
@@ -1929,23 +1916,23 @@
|
|
|
1929
1916
|
"id": "EZR.10",
|
|
1930
1917
|
"verses": 44
|
|
1931
1918
|
}
|
|
1932
|
-
]
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"order": 16,
|
|
1936
|
-
"bookId": "NEH",
|
|
1919
|
+
],
|
|
1937
1920
|
"englishDivision": "historical",
|
|
1938
1921
|
"hebrewDivision": "ketuvim",
|
|
1939
|
-
"hebrewOrder":
|
|
1922
|
+
"hebrewOrder": 36,
|
|
1940
1923
|
"isNt": false,
|
|
1941
|
-
"lowercase": "
|
|
1942
|
-
"lowercase_dashes": "
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1924
|
+
"lowercase": "ezra",
|
|
1925
|
+
"lowercase_dashes": "ezra",
|
|
1926
|
+
"number": 15,
|
|
1927
|
+
"order": 15,
|
|
1945
1928
|
"testament": "old",
|
|
1929
|
+
"title_dashes": "Ezra",
|
|
1930
|
+
"usfm": "EZR"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "Nehemiah",
|
|
1946
1934
|
"title": "Nehemiah",
|
|
1947
|
-
"
|
|
1948
|
-
"usfm": "NEH",
|
|
1935
|
+
"bookId": "NEH",
|
|
1949
1936
|
"chapters": [
|
|
1950
1937
|
{
|
|
1951
1938
|
"id": "NEH.1",
|
|
@@ -1999,23 +1986,23 @@
|
|
|
1999
1986
|
"id": "NEH.13",
|
|
2000
1987
|
"verses": 31
|
|
2001
1988
|
}
|
|
2002
|
-
]
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"order": 17,
|
|
2006
|
-
"bookId": "EST",
|
|
1989
|
+
],
|
|
2007
1990
|
"englishDivision": "historical",
|
|
2008
1991
|
"hebrewDivision": "ketuvim",
|
|
2009
|
-
"hebrewOrder":
|
|
1992
|
+
"hebrewOrder": 37,
|
|
2010
1993
|
"isNt": false,
|
|
2011
|
-
"lowercase": "
|
|
2012
|
-
"lowercase_dashes": "
|
|
2013
|
-
"
|
|
2014
|
-
"
|
|
1994
|
+
"lowercase": "nehemiah",
|
|
1995
|
+
"lowercase_dashes": "nehemiah",
|
|
1996
|
+
"number": 16,
|
|
1997
|
+
"order": 16,
|
|
2015
1998
|
"testament": "old",
|
|
1999
|
+
"title_dashes": "Nehemiah",
|
|
2000
|
+
"usfm": "NEH"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"name": "Esther",
|
|
2016
2004
|
"title": "Esther",
|
|
2017
|
-
"
|
|
2018
|
-
"usfm": "EST",
|
|
2005
|
+
"bookId": "EST",
|
|
2019
2006
|
"chapters": [
|
|
2020
2007
|
{
|
|
2021
2008
|
"id": "EST.1",
|
|
@@ -2057,23 +2044,23 @@
|
|
|
2057
2044
|
"id": "EST.10",
|
|
2058
2045
|
"verses": 3
|
|
2059
2046
|
}
|
|
2060
|
-
]
|
|
2061
|
-
|
|
2062
|
-
{
|
|
2063
|
-
"order": 18,
|
|
2064
|
-
"bookId": "JOB",
|
|
2065
|
-
"englishDivision": "wisdom",
|
|
2047
|
+
],
|
|
2048
|
+
"englishDivision": "historical",
|
|
2066
2049
|
"hebrewDivision": "ketuvim",
|
|
2067
|
-
"hebrewOrder":
|
|
2050
|
+
"hebrewOrder": 34,
|
|
2068
2051
|
"isNt": false,
|
|
2069
|
-
"lowercase": "
|
|
2070
|
-
"lowercase_dashes": "
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
2052
|
+
"lowercase": "esther",
|
|
2053
|
+
"lowercase_dashes": "esther",
|
|
2054
|
+
"number": 17,
|
|
2055
|
+
"order": 17,
|
|
2073
2056
|
"testament": "old",
|
|
2057
|
+
"title_dashes": "Esther",
|
|
2058
|
+
"usfm": "EST"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"name": "Job",
|
|
2074
2062
|
"title": "Job",
|
|
2075
|
-
"
|
|
2076
|
-
"usfm": "JOB",
|
|
2063
|
+
"bookId": "JOB",
|
|
2077
2064
|
"chapters": [
|
|
2078
2065
|
{
|
|
2079
2066
|
"id": "JOB.1",
|
|
@@ -2243,23 +2230,24 @@
|
|
|
2243
2230
|
"id": "JOB.42",
|
|
2244
2231
|
"verses": 17
|
|
2245
2232
|
}
|
|
2246
|
-
]
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"order": 19,
|
|
2250
|
-
"bookId": "PSA",
|
|
2233
|
+
],
|
|
2251
2234
|
"englishDivision": "wisdom",
|
|
2252
2235
|
"hebrewDivision": "ketuvim",
|
|
2253
|
-
"hebrewOrder":
|
|
2236
|
+
"hebrewOrder": 29,
|
|
2254
2237
|
"isNt": false,
|
|
2255
|
-
"lowercase": "
|
|
2256
|
-
"lowercase_dashes": "
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2238
|
+
"lowercase": "job",
|
|
2239
|
+
"lowercase_dashes": "job",
|
|
2240
|
+
"number": 18,
|
|
2241
|
+
"order": 18,
|
|
2259
2242
|
"testament": "old",
|
|
2243
|
+
"title_dashes": "Job",
|
|
2244
|
+
"usfm": "JOB"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"name": "Psalms",
|
|
2248
|
+
"nameAlternates": ["Psalm"],
|
|
2260
2249
|
"title": "Psalms",
|
|
2261
|
-
"
|
|
2262
|
-
"usfm": "PSA",
|
|
2250
|
+
"bookId": "PSA",
|
|
2263
2251
|
"chapters": [
|
|
2264
2252
|
{
|
|
2265
2253
|
"id": "PSA.1",
|
|
@@ -2862,23 +2850,22 @@
|
|
|
2862
2850
|
"verses": 6
|
|
2863
2851
|
}
|
|
2864
2852
|
],
|
|
2865
|
-
"nameAlternates": ["Psalm"]
|
|
2866
|
-
},
|
|
2867
|
-
{
|
|
2868
|
-
"order": 20,
|
|
2869
|
-
"bookId": "PRO",
|
|
2870
2853
|
"englishDivision": "wisdom",
|
|
2871
2854
|
"hebrewDivision": "ketuvim",
|
|
2872
|
-
"hebrewOrder":
|
|
2855
|
+
"hebrewOrder": 27,
|
|
2873
2856
|
"isNt": false,
|
|
2874
|
-
"lowercase": "
|
|
2875
|
-
"lowercase_dashes": "
|
|
2876
|
-
"
|
|
2877
|
-
"
|
|
2857
|
+
"lowercase": "psalms",
|
|
2858
|
+
"lowercase_dashes": "psalms",
|
|
2859
|
+
"number": 19,
|
|
2860
|
+
"order": 19,
|
|
2878
2861
|
"testament": "old",
|
|
2862
|
+
"title_dashes": "Psalms",
|
|
2863
|
+
"usfm": "PSA"
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"name": "Proverbs",
|
|
2879
2867
|
"title": "Proverbs",
|
|
2880
|
-
"
|
|
2881
|
-
"usfm": "PRO",
|
|
2868
|
+
"bookId": "PRO",
|
|
2882
2869
|
"chapters": [
|
|
2883
2870
|
{
|
|
2884
2871
|
"id": "PRO.1",
|
|
@@ -3004,23 +2991,23 @@
|
|
|
3004
2991
|
"id": "PRO.31",
|
|
3005
2992
|
"verses": 31
|
|
3006
2993
|
}
|
|
3007
|
-
]
|
|
3008
|
-
},
|
|
3009
|
-
{
|
|
3010
|
-
"order": 21,
|
|
3011
|
-
"bookId": "ECC",
|
|
2994
|
+
],
|
|
3012
2995
|
"englishDivision": "wisdom",
|
|
3013
2996
|
"hebrewDivision": "ketuvim",
|
|
3014
|
-
"hebrewOrder":
|
|
2997
|
+
"hebrewOrder": 28,
|
|
3015
2998
|
"isNt": false,
|
|
3016
|
-
"lowercase": "
|
|
3017
|
-
"lowercase_dashes": "
|
|
3018
|
-
"
|
|
3019
|
-
"
|
|
2999
|
+
"lowercase": "proverbs",
|
|
3000
|
+
"lowercase_dashes": "proverbs",
|
|
3001
|
+
"number": 20,
|
|
3002
|
+
"order": 20,
|
|
3020
3003
|
"testament": "old",
|
|
3004
|
+
"title_dashes": "Proverbs",
|
|
3005
|
+
"usfm": "PRO"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "Ecclesiastes",
|
|
3021
3009
|
"title": "Ecclesiastes",
|
|
3022
|
-
"
|
|
3023
|
-
"usfm": "ECC",
|
|
3010
|
+
"bookId": "ECC",
|
|
3024
3011
|
"chapters": [
|
|
3025
3012
|
{
|
|
3026
3013
|
"id": "ECC.1",
|
|
@@ -3070,23 +3057,23 @@
|
|
|
3070
3057
|
"id": "ECC.12",
|
|
3071
3058
|
"verses": 14
|
|
3072
3059
|
}
|
|
3073
|
-
]
|
|
3074
|
-
},
|
|
3075
|
-
{
|
|
3076
|
-
"order": 22,
|
|
3077
|
-
"bookId": "SNG",
|
|
3060
|
+
],
|
|
3078
3061
|
"englishDivision": "wisdom",
|
|
3079
3062
|
"hebrewDivision": "ketuvim",
|
|
3080
|
-
"hebrewOrder":
|
|
3063
|
+
"hebrewOrder": 33,
|
|
3081
3064
|
"isNt": false,
|
|
3082
|
-
"lowercase": "
|
|
3083
|
-
"lowercase_dashes": "
|
|
3084
|
-
"
|
|
3085
|
-
"
|
|
3065
|
+
"lowercase": "ecclesiastes",
|
|
3066
|
+
"lowercase_dashes": "ecclesiastes",
|
|
3067
|
+
"number": 21,
|
|
3068
|
+
"order": 21,
|
|
3086
3069
|
"testament": "old",
|
|
3070
|
+
"title_dashes": "Ecclesiastes",
|
|
3071
|
+
"usfm": "ECC"
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
"name": "Song of Songs",
|
|
3087
3075
|
"title": "Song of Solomon",
|
|
3088
|
-
"
|
|
3089
|
-
"usfm": "SNG",
|
|
3076
|
+
"bookId": "SNG",
|
|
3090
3077
|
"chapters": [
|
|
3091
3078
|
{
|
|
3092
3079
|
"id": "SNG.1",
|
|
@@ -3121,6 +3108,17 @@
|
|
|
3121
3108
|
"verses": 14
|
|
3122
3109
|
}
|
|
3123
3110
|
],
|
|
3111
|
+
"englishDivision": "wisdom",
|
|
3112
|
+
"hebrewDivision": "ketuvim",
|
|
3113
|
+
"hebrewOrder": 30,
|
|
3114
|
+
"isNt": false,
|
|
3115
|
+
"lowercase": "song of solomon",
|
|
3116
|
+
"lowercase_dashes": "song-of-solomon",
|
|
3117
|
+
"number": 22,
|
|
3118
|
+
"order": 22,
|
|
3119
|
+
"testament": "old",
|
|
3120
|
+
"title_dashes": "Song-of-Solomon",
|
|
3121
|
+
"usfm": "SNG",
|
|
3124
3122
|
"nameAlternates": [
|
|
3125
3123
|
"Song of Solomon",
|
|
3126
3124
|
"Song of Songs",
|
|
@@ -3129,20 +3127,9 @@
|
|
|
3129
3127
|
]
|
|
3130
3128
|
},
|
|
3131
3129
|
{
|
|
3132
|
-
"
|
|
3130
|
+
"name": "Isaiah",
|
|
3131
|
+
"title": "Isaiah",
|
|
3133
3132
|
"bookId": "ISA",
|
|
3134
|
-
"englishDivision": "majorProphets",
|
|
3135
|
-
"hebrewDivision": "nevi'im",
|
|
3136
|
-
"hebrewOrder": 12,
|
|
3137
|
-
"isNt": false,
|
|
3138
|
-
"lowercase": "isaiah",
|
|
3139
|
-
"lowercase_dashes": "isaiah",
|
|
3140
|
-
"name": "Isaiah",
|
|
3141
|
-
"number": 23,
|
|
3142
|
-
"testament": "old",
|
|
3143
|
-
"title": "Isaiah",
|
|
3144
|
-
"title_dashes": "Isaiah",
|
|
3145
|
-
"usfm": "ISA",
|
|
3146
3133
|
"chapters": [
|
|
3147
3134
|
{
|
|
3148
3135
|
"id": "ISA.1",
|
|
@@ -3408,23 +3395,23 @@
|
|
|
3408
3395
|
"id": "ISA.66",
|
|
3409
3396
|
"verses": 24
|
|
3410
3397
|
}
|
|
3411
|
-
]
|
|
3412
|
-
},
|
|
3413
|
-
{
|
|
3414
|
-
"order": 24,
|
|
3415
|
-
"bookId": "JER",
|
|
3398
|
+
],
|
|
3416
3399
|
"englishDivision": "majorProphets",
|
|
3417
3400
|
"hebrewDivision": "nevi'im",
|
|
3418
|
-
"hebrewOrder":
|
|
3401
|
+
"hebrewOrder": 12,
|
|
3419
3402
|
"isNt": false,
|
|
3420
|
-
"lowercase": "
|
|
3421
|
-
"lowercase_dashes": "
|
|
3422
|
-
"
|
|
3423
|
-
"
|
|
3403
|
+
"lowercase": "isaiah",
|
|
3404
|
+
"lowercase_dashes": "isaiah",
|
|
3405
|
+
"number": 23,
|
|
3406
|
+
"order": 23,
|
|
3424
3407
|
"testament": "old",
|
|
3408
|
+
"title_dashes": "Isaiah",
|
|
3409
|
+
"usfm": "ISA"
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"name": "Jeremiah",
|
|
3425
3413
|
"title": "Jeremiah",
|
|
3426
|
-
"
|
|
3427
|
-
"usfm": "JER",
|
|
3414
|
+
"bookId": "JER",
|
|
3428
3415
|
"chapters": [
|
|
3429
3416
|
{
|
|
3430
3417
|
"id": "JER.1",
|
|
@@ -3634,23 +3621,23 @@
|
|
|
3634
3621
|
"id": "JER.52",
|
|
3635
3622
|
"verses": 34
|
|
3636
3623
|
}
|
|
3637
|
-
]
|
|
3638
|
-
},
|
|
3639
|
-
{
|
|
3640
|
-
"order": 25,
|
|
3641
|
-
"bookId": "LAM",
|
|
3624
|
+
],
|
|
3642
3625
|
"englishDivision": "majorProphets",
|
|
3643
|
-
"hebrewDivision": "
|
|
3644
|
-
"hebrewOrder":
|
|
3626
|
+
"hebrewDivision": "nevi'im",
|
|
3627
|
+
"hebrewOrder": 13,
|
|
3645
3628
|
"isNt": false,
|
|
3646
|
-
"lowercase": "
|
|
3647
|
-
"lowercase_dashes": "
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3629
|
+
"lowercase": "jeremiah",
|
|
3630
|
+
"lowercase_dashes": "jeremiah",
|
|
3631
|
+
"number": 24,
|
|
3632
|
+
"order": 24,
|
|
3650
3633
|
"testament": "old",
|
|
3634
|
+
"title_dashes": "Jeremiah",
|
|
3635
|
+
"usfm": "JER"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Lamentations",
|
|
3651
3639
|
"title": "Lamentations",
|
|
3652
|
-
"
|
|
3653
|
-
"usfm": "LAM",
|
|
3640
|
+
"bookId": "LAM",
|
|
3654
3641
|
"chapters": [
|
|
3655
3642
|
{
|
|
3656
3643
|
"id": "LAM.1",
|
|
@@ -3672,23 +3659,23 @@
|
|
|
3672
3659
|
"id": "LAM.5",
|
|
3673
3660
|
"verses": 22
|
|
3674
3661
|
}
|
|
3675
|
-
]
|
|
3676
|
-
},
|
|
3677
|
-
{
|
|
3678
|
-
"order": 26,
|
|
3679
|
-
"bookId": "EZK",
|
|
3662
|
+
],
|
|
3680
3663
|
"englishDivision": "majorProphets",
|
|
3681
|
-
"hebrewDivision": "
|
|
3682
|
-
"hebrewOrder":
|
|
3664
|
+
"hebrewDivision": "ketuvim",
|
|
3665
|
+
"hebrewOrder": 32,
|
|
3683
3666
|
"isNt": false,
|
|
3684
|
-
"lowercase": "
|
|
3685
|
-
"lowercase_dashes": "
|
|
3686
|
-
"
|
|
3687
|
-
"
|
|
3667
|
+
"lowercase": "lamentations",
|
|
3668
|
+
"lowercase_dashes": "lamentations",
|
|
3669
|
+
"number": 25,
|
|
3670
|
+
"order": 25,
|
|
3688
3671
|
"testament": "old",
|
|
3672
|
+
"title_dashes": "Lamentations",
|
|
3673
|
+
"usfm": "LAM"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"name": "Ezekiel",
|
|
3689
3677
|
"title": "Ezekiel",
|
|
3690
|
-
"
|
|
3691
|
-
"usfm": "EZK",
|
|
3678
|
+
"bookId": "EZK",
|
|
3692
3679
|
"chapters": [
|
|
3693
3680
|
{
|
|
3694
3681
|
"id": "EZK.1",
|
|
@@ -3882,23 +3869,23 @@
|
|
|
3882
3869
|
"id": "EZK.48",
|
|
3883
3870
|
"verses": 35
|
|
3884
3871
|
}
|
|
3885
|
-
]
|
|
3886
|
-
},
|
|
3887
|
-
{
|
|
3888
|
-
"order": 27,
|
|
3889
|
-
"bookId": "DAN",
|
|
3872
|
+
],
|
|
3890
3873
|
"englishDivision": "majorProphets",
|
|
3891
|
-
"hebrewDivision": "
|
|
3892
|
-
"hebrewOrder":
|
|
3874
|
+
"hebrewDivision": "nevi'im",
|
|
3875
|
+
"hebrewOrder": 14,
|
|
3893
3876
|
"isNt": false,
|
|
3894
|
-
"lowercase": "
|
|
3895
|
-
"lowercase_dashes": "
|
|
3896
|
-
"
|
|
3897
|
-
"
|
|
3877
|
+
"lowercase": "ezekiel",
|
|
3878
|
+
"lowercase_dashes": "ezekiel",
|
|
3879
|
+
"number": 26,
|
|
3880
|
+
"order": 26,
|
|
3898
3881
|
"testament": "old",
|
|
3882
|
+
"title_dashes": "Ezekiel",
|
|
3883
|
+
"usfm": "EZK"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"name": "Daniel",
|
|
3899
3887
|
"title": "Daniel",
|
|
3900
|
-
"
|
|
3901
|
-
"usfm": "DAN",
|
|
3888
|
+
"bookId": "DAN",
|
|
3902
3889
|
"chapters": [
|
|
3903
3890
|
{
|
|
3904
3891
|
"id": "DAN.1",
|
|
@@ -3948,23 +3935,23 @@
|
|
|
3948
3935
|
"id": "DAN.12",
|
|
3949
3936
|
"verses": 13
|
|
3950
3937
|
}
|
|
3951
|
-
]
|
|
3938
|
+
],
|
|
3939
|
+
"englishDivision": "majorProphets",
|
|
3940
|
+
"hebrewDivision": "ketuvim",
|
|
3941
|
+
"hebrewOrder": 35,
|
|
3942
|
+
"isNt": false,
|
|
3943
|
+
"lowercase": "daniel",
|
|
3944
|
+
"lowercase_dashes": "daniel",
|
|
3945
|
+
"number": 27,
|
|
3946
|
+
"order": 27,
|
|
3947
|
+
"testament": "old",
|
|
3948
|
+
"title_dashes": "Daniel",
|
|
3949
|
+
"usfm": "DAN"
|
|
3952
3950
|
},
|
|
3953
3951
|
{
|
|
3954
|
-
"order": 28,
|
|
3955
|
-
"bookId": "HOS",
|
|
3956
|
-
"englishDivision": "minorProphets",
|
|
3957
|
-
"hebrewDivision": "nevi'im",
|
|
3958
|
-
"hebrewOrder": 15,
|
|
3959
|
-
"isNt": false,
|
|
3960
|
-
"lowercase": "hosea",
|
|
3961
|
-
"lowercase_dashes": "hosea",
|
|
3962
3952
|
"name": "Hosea",
|
|
3963
|
-
"number": 28,
|
|
3964
|
-
"testament": "old",
|
|
3965
3953
|
"title": "Hosea",
|
|
3966
|
-
"
|
|
3967
|
-
"usfm": "HOS",
|
|
3954
|
+
"bookId": "HOS",
|
|
3968
3955
|
"chapters": [
|
|
3969
3956
|
{
|
|
3970
3957
|
"id": "HOS.1",
|
|
@@ -4022,23 +4009,23 @@
|
|
|
4022
4009
|
"id": "HOS.14",
|
|
4023
4010
|
"verses": 9
|
|
4024
4011
|
}
|
|
4025
|
-
]
|
|
4026
|
-
},
|
|
4027
|
-
{
|
|
4028
|
-
"order": 29,
|
|
4029
|
-
"bookId": "JOL",
|
|
4012
|
+
],
|
|
4030
4013
|
"englishDivision": "minorProphets",
|
|
4031
4014
|
"hebrewDivision": "nevi'im",
|
|
4032
|
-
"hebrewOrder":
|
|
4015
|
+
"hebrewOrder": 15,
|
|
4033
4016
|
"isNt": false,
|
|
4034
|
-
"lowercase": "
|
|
4035
|
-
"lowercase_dashes": "
|
|
4036
|
-
"
|
|
4037
|
-
"
|
|
4017
|
+
"lowercase": "hosea",
|
|
4018
|
+
"lowercase_dashes": "hosea",
|
|
4019
|
+
"number": 28,
|
|
4020
|
+
"order": 28,
|
|
4038
4021
|
"testament": "old",
|
|
4022
|
+
"title_dashes": "Hosea",
|
|
4023
|
+
"usfm": "HOS"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "Joel",
|
|
4039
4027
|
"title": "Joel",
|
|
4040
|
-
"
|
|
4041
|
-
"usfm": "JOL",
|
|
4028
|
+
"bookId": "JOL",
|
|
4042
4029
|
"chapters": [
|
|
4043
4030
|
{
|
|
4044
4031
|
"id": "JOL.1",
|
|
@@ -4052,23 +4039,23 @@
|
|
|
4052
4039
|
"id": "JOL.3",
|
|
4053
4040
|
"verses": 21
|
|
4054
4041
|
}
|
|
4055
|
-
]
|
|
4056
|
-
},
|
|
4057
|
-
{
|
|
4058
|
-
"order": 30,
|
|
4059
|
-
"bookId": "AMO",
|
|
4042
|
+
],
|
|
4060
4043
|
"englishDivision": "minorProphets",
|
|
4061
4044
|
"hebrewDivision": "nevi'im",
|
|
4062
|
-
"hebrewOrder":
|
|
4045
|
+
"hebrewOrder": 16,
|
|
4063
4046
|
"isNt": false,
|
|
4064
|
-
"lowercase": "
|
|
4065
|
-
"lowercase_dashes": "
|
|
4066
|
-
"
|
|
4067
|
-
"
|
|
4047
|
+
"lowercase": "joel",
|
|
4048
|
+
"lowercase_dashes": "joel",
|
|
4049
|
+
"number": 29,
|
|
4050
|
+
"order": 29,
|
|
4068
4051
|
"testament": "old",
|
|
4052
|
+
"title_dashes": "Joel",
|
|
4053
|
+
"usfm": "JOL"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "Amos",
|
|
4069
4057
|
"title": "Amos",
|
|
4070
|
-
"
|
|
4071
|
-
"usfm": "AMO",
|
|
4058
|
+
"bookId": "AMO",
|
|
4072
4059
|
"chapters": [
|
|
4073
4060
|
{
|
|
4074
4061
|
"id": "AMO.1",
|
|
@@ -4106,45 +4093,45 @@
|
|
|
4106
4093
|
"id": "AMO.9",
|
|
4107
4094
|
"verses": 15
|
|
4108
4095
|
}
|
|
4109
|
-
]
|
|
4096
|
+
],
|
|
4097
|
+
"englishDivision": "minorProphets",
|
|
4098
|
+
"hebrewDivision": "nevi'im",
|
|
4099
|
+
"hebrewOrder": 17,
|
|
4100
|
+
"isNt": false,
|
|
4101
|
+
"lowercase": "amos",
|
|
4102
|
+
"lowercase_dashes": "amos",
|
|
4103
|
+
"number": 30,
|
|
4104
|
+
"order": 30,
|
|
4105
|
+
"testament": "old",
|
|
4106
|
+
"title_dashes": "Amos",
|
|
4107
|
+
"usfm": "AMO"
|
|
4110
4108
|
},
|
|
4111
4109
|
{
|
|
4112
|
-
"
|
|
4110
|
+
"name": "Obadiah",
|
|
4111
|
+
"title": "Obadiah",
|
|
4113
4112
|
"bookId": "OBA",
|
|
4113
|
+
"chapters": [
|
|
4114
|
+
{
|
|
4115
|
+
"id": "OBA.1",
|
|
4116
|
+
"verses": 21
|
|
4117
|
+
}
|
|
4118
|
+
],
|
|
4114
4119
|
"englishDivision": "minorProphets",
|
|
4115
4120
|
"hebrewDivision": "nevi'im",
|
|
4116
4121
|
"hebrewOrder": 18,
|
|
4117
4122
|
"isNt": false,
|
|
4118
4123
|
"lowercase": "obadiah",
|
|
4119
4124
|
"lowercase_dashes": "obadiah",
|
|
4120
|
-
"name": "Obadiah",
|
|
4121
4125
|
"number": 31,
|
|
4126
|
+
"order": 31,
|
|
4122
4127
|
"testament": "old",
|
|
4123
|
-
"title": "Obadiah",
|
|
4124
4128
|
"title_dashes": "Obadiah",
|
|
4125
|
-
"usfm": "OBA"
|
|
4126
|
-
"chapters": [
|
|
4127
|
-
{
|
|
4128
|
-
"id": "OBA.1",
|
|
4129
|
-
"verses": 21
|
|
4130
|
-
}
|
|
4131
|
-
]
|
|
4129
|
+
"usfm": "OBA"
|
|
4132
4130
|
},
|
|
4133
4131
|
{
|
|
4134
|
-
"order": 32,
|
|
4135
|
-
"bookId": "JON",
|
|
4136
|
-
"englishDivision": "minorProphets",
|
|
4137
|
-
"hebrewDivision": "nevi'im",
|
|
4138
|
-
"hebrewOrder": 19,
|
|
4139
|
-
"isNt": false,
|
|
4140
|
-
"lowercase": "jonah",
|
|
4141
|
-
"lowercase_dashes": "jonah",
|
|
4142
4132
|
"name": "Jonah",
|
|
4143
|
-
"number": 32,
|
|
4144
|
-
"testament": "old",
|
|
4145
4133
|
"title": "Jonah",
|
|
4146
|
-
"
|
|
4147
|
-
"usfm": "JON",
|
|
4134
|
+
"bookId": "JON",
|
|
4148
4135
|
"chapters": [
|
|
4149
4136
|
{
|
|
4150
4137
|
"id": "JON.1",
|
|
@@ -4162,23 +4149,23 @@
|
|
|
4162
4149
|
"id": "JON.4",
|
|
4163
4150
|
"verses": 11
|
|
4164
4151
|
}
|
|
4165
|
-
]
|
|
4166
|
-
},
|
|
4167
|
-
{
|
|
4168
|
-
"order": 33,
|
|
4169
|
-
"bookId": "MIC",
|
|
4152
|
+
],
|
|
4170
4153
|
"englishDivision": "minorProphets",
|
|
4171
4154
|
"hebrewDivision": "nevi'im",
|
|
4172
|
-
"hebrewOrder":
|
|
4155
|
+
"hebrewOrder": 19,
|
|
4173
4156
|
"isNt": false,
|
|
4174
|
-
"lowercase": "
|
|
4175
|
-
"lowercase_dashes": "
|
|
4176
|
-
"
|
|
4177
|
-
"
|
|
4157
|
+
"lowercase": "jonah",
|
|
4158
|
+
"lowercase_dashes": "jonah",
|
|
4159
|
+
"number": 32,
|
|
4160
|
+
"order": 32,
|
|
4178
4161
|
"testament": "old",
|
|
4162
|
+
"title_dashes": "Jonah",
|
|
4163
|
+
"usfm": "JON"
|
|
4164
|
+
},
|
|
4165
|
+
{
|
|
4166
|
+
"name": "Micah",
|
|
4179
4167
|
"title": "Micah",
|
|
4180
|
-
"
|
|
4181
|
-
"usfm": "MIC",
|
|
4168
|
+
"bookId": "MIC",
|
|
4182
4169
|
"chapters": [
|
|
4183
4170
|
{
|
|
4184
4171
|
"id": "MIC.1",
|
|
@@ -4208,23 +4195,23 @@
|
|
|
4208
4195
|
"id": "MIC.7",
|
|
4209
4196
|
"verses": 20
|
|
4210
4197
|
}
|
|
4211
|
-
]
|
|
4212
|
-
},
|
|
4213
|
-
{
|
|
4214
|
-
"order": 34,
|
|
4215
|
-
"bookId": "NAM",
|
|
4198
|
+
],
|
|
4216
4199
|
"englishDivision": "minorProphets",
|
|
4217
4200
|
"hebrewDivision": "nevi'im",
|
|
4218
|
-
"hebrewOrder":
|
|
4201
|
+
"hebrewOrder": 20,
|
|
4219
4202
|
"isNt": false,
|
|
4220
|
-
"lowercase": "
|
|
4221
|
-
"lowercase_dashes": "
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4203
|
+
"lowercase": "micah",
|
|
4204
|
+
"lowercase_dashes": "micah",
|
|
4205
|
+
"number": 33,
|
|
4206
|
+
"order": 33,
|
|
4224
4207
|
"testament": "old",
|
|
4208
|
+
"title_dashes": "Micah",
|
|
4209
|
+
"usfm": "MIC"
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
"name": "Nahum",
|
|
4225
4213
|
"title": "Nahum",
|
|
4226
|
-
"
|
|
4227
|
-
"usfm": "NAM",
|
|
4214
|
+
"bookId": "NAM",
|
|
4228
4215
|
"chapters": [
|
|
4229
4216
|
{
|
|
4230
4217
|
"id": "NAM.1",
|
|
@@ -4238,23 +4225,23 @@
|
|
|
4238
4225
|
"id": "NAM.3",
|
|
4239
4226
|
"verses": 19
|
|
4240
4227
|
}
|
|
4241
|
-
]
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
"order": 35,
|
|
4245
|
-
"bookId": "HAB",
|
|
4228
|
+
],
|
|
4246
4229
|
"englishDivision": "minorProphets",
|
|
4247
4230
|
"hebrewDivision": "nevi'im",
|
|
4248
|
-
"hebrewOrder":
|
|
4231
|
+
"hebrewOrder": 21,
|
|
4249
4232
|
"isNt": false,
|
|
4250
|
-
"lowercase": "
|
|
4251
|
-
"lowercase_dashes": "
|
|
4252
|
-
"
|
|
4253
|
-
"
|
|
4233
|
+
"lowercase": "nahum",
|
|
4234
|
+
"lowercase_dashes": "nahum",
|
|
4235
|
+
"number": 34,
|
|
4236
|
+
"order": 34,
|
|
4254
4237
|
"testament": "old",
|
|
4238
|
+
"title_dashes": "Nahum",
|
|
4239
|
+
"usfm": "NAM"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"name": "Habakkuk",
|
|
4255
4243
|
"title": "Habakkuk",
|
|
4256
|
-
"
|
|
4257
|
-
"usfm": "HAB",
|
|
4244
|
+
"bookId": "HAB",
|
|
4258
4245
|
"chapters": [
|
|
4259
4246
|
{
|
|
4260
4247
|
"id": "HAB.1",
|
|
@@ -4268,23 +4255,23 @@
|
|
|
4268
4255
|
"id": "HAB.3",
|
|
4269
4256
|
"verses": 19
|
|
4270
4257
|
}
|
|
4271
|
-
]
|
|
4272
|
-
},
|
|
4273
|
-
{
|
|
4274
|
-
"order": 36,
|
|
4275
|
-
"bookId": "ZEP",
|
|
4258
|
+
],
|
|
4276
4259
|
"englishDivision": "minorProphets",
|
|
4277
4260
|
"hebrewDivision": "nevi'im",
|
|
4278
|
-
"hebrewOrder":
|
|
4261
|
+
"hebrewOrder": 22,
|
|
4279
4262
|
"isNt": false,
|
|
4280
|
-
"lowercase": "
|
|
4281
|
-
"lowercase_dashes": "
|
|
4282
|
-
"
|
|
4283
|
-
"
|
|
4263
|
+
"lowercase": "habakkuk",
|
|
4264
|
+
"lowercase_dashes": "habakkuk",
|
|
4265
|
+
"number": 35,
|
|
4266
|
+
"order": 35,
|
|
4284
4267
|
"testament": "old",
|
|
4268
|
+
"title_dashes": "Habakkuk",
|
|
4269
|
+
"usfm": "HAB"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"name": "Zephaniah",
|
|
4285
4273
|
"title": "Zephaniah",
|
|
4286
|
-
"
|
|
4287
|
-
"usfm": "ZEP",
|
|
4274
|
+
"bookId": "ZEP",
|
|
4288
4275
|
"chapters": [
|
|
4289
4276
|
{
|
|
4290
4277
|
"id": "ZEP.1",
|
|
@@ -4298,23 +4285,23 @@
|
|
|
4298
4285
|
"id": "ZEP.3",
|
|
4299
4286
|
"verses": 20
|
|
4300
4287
|
}
|
|
4301
|
-
]
|
|
4302
|
-
},
|
|
4303
|
-
{
|
|
4304
|
-
"order": 37,
|
|
4305
|
-
"bookId": "HAG",
|
|
4288
|
+
],
|
|
4306
4289
|
"englishDivision": "minorProphets",
|
|
4307
4290
|
"hebrewDivision": "nevi'im",
|
|
4308
|
-
"hebrewOrder":
|
|
4291
|
+
"hebrewOrder": 23,
|
|
4309
4292
|
"isNt": false,
|
|
4310
|
-
"lowercase": "
|
|
4311
|
-
"lowercase_dashes": "
|
|
4312
|
-
"
|
|
4313
|
-
"
|
|
4293
|
+
"lowercase": "zephaniah",
|
|
4294
|
+
"lowercase_dashes": "zephaniah",
|
|
4295
|
+
"number": 36,
|
|
4296
|
+
"order": 36,
|
|
4314
4297
|
"testament": "old",
|
|
4298
|
+
"title_dashes": "Zephaniah",
|
|
4299
|
+
"usfm": "ZEP"
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "Haggai",
|
|
4315
4303
|
"title": "Haggai",
|
|
4316
|
-
"
|
|
4317
|
-
"usfm": "HAG",
|
|
4304
|
+
"bookId": "HAG",
|
|
4318
4305
|
"chapters": [
|
|
4319
4306
|
{
|
|
4320
4307
|
"id": "HAG.1",
|
|
@@ -4324,23 +4311,23 @@
|
|
|
4324
4311
|
"id": "HAG.2",
|
|
4325
4312
|
"verses": 23
|
|
4326
4313
|
}
|
|
4327
|
-
]
|
|
4328
|
-
},
|
|
4329
|
-
{
|
|
4330
|
-
"order": 38,
|
|
4331
|
-
"bookId": "ZEC",
|
|
4314
|
+
],
|
|
4332
4315
|
"englishDivision": "minorProphets",
|
|
4333
4316
|
"hebrewDivision": "nevi'im",
|
|
4334
|
-
"hebrewOrder":
|
|
4317
|
+
"hebrewOrder": 24,
|
|
4335
4318
|
"isNt": false,
|
|
4336
|
-
"lowercase": "
|
|
4337
|
-
"lowercase_dashes": "
|
|
4338
|
-
"
|
|
4339
|
-
"
|
|
4319
|
+
"lowercase": "haggai",
|
|
4320
|
+
"lowercase_dashes": "haggai",
|
|
4321
|
+
"number": 37,
|
|
4322
|
+
"order": 37,
|
|
4340
4323
|
"testament": "old",
|
|
4324
|
+
"title_dashes": "Haggai",
|
|
4325
|
+
"usfm": "HAG"
|
|
4326
|
+
},
|
|
4327
|
+
{
|
|
4328
|
+
"name": "Zechariah",
|
|
4341
4329
|
"title": "Zechariah",
|
|
4342
|
-
"
|
|
4343
|
-
"usfm": "ZEC",
|
|
4330
|
+
"bookId": "ZEC",
|
|
4344
4331
|
"chapters": [
|
|
4345
4332
|
{
|
|
4346
4333
|
"id": "ZEC.1",
|
|
@@ -4398,23 +4385,23 @@
|
|
|
4398
4385
|
"id": "ZEC.14",
|
|
4399
4386
|
"verses": 21
|
|
4400
4387
|
}
|
|
4401
|
-
]
|
|
4402
|
-
},
|
|
4403
|
-
{
|
|
4404
|
-
"order": 39,
|
|
4405
|
-
"bookId": "MAL",
|
|
4388
|
+
],
|
|
4406
4389
|
"englishDivision": "minorProphets",
|
|
4407
4390
|
"hebrewDivision": "nevi'im",
|
|
4408
|
-
"hebrewOrder":
|
|
4391
|
+
"hebrewOrder": 25,
|
|
4409
4392
|
"isNt": false,
|
|
4410
|
-
"lowercase": "
|
|
4411
|
-
"lowercase_dashes": "
|
|
4412
|
-
"
|
|
4413
|
-
"
|
|
4393
|
+
"lowercase": "zechariah",
|
|
4394
|
+
"lowercase_dashes": "zechariah",
|
|
4395
|
+
"number": 38,
|
|
4396
|
+
"order": 38,
|
|
4414
4397
|
"testament": "old",
|
|
4398
|
+
"title_dashes": "Zechariah",
|
|
4399
|
+
"usfm": "ZEC"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "Malachi",
|
|
4415
4403
|
"title": "Malachi",
|
|
4416
|
-
"
|
|
4417
|
-
"usfm": "MAL",
|
|
4404
|
+
"bookId": "MAL",
|
|
4418
4405
|
"chapters": [
|
|
4419
4406
|
{
|
|
4420
4407
|
"id": "MAL.1",
|
|
@@ -4432,23 +4419,23 @@
|
|
|
4432
4419
|
"id": "MAL.4",
|
|
4433
4420
|
"verses": 6
|
|
4434
4421
|
}
|
|
4435
|
-
]
|
|
4422
|
+
],
|
|
4423
|
+
"englishDivision": "minorProphets",
|
|
4424
|
+
"hebrewDivision": "nevi'im",
|
|
4425
|
+
"hebrewOrder": 26,
|
|
4426
|
+
"isNt": false,
|
|
4427
|
+
"lowercase": "malachi",
|
|
4428
|
+
"lowercase_dashes": "malachi",
|
|
4429
|
+
"number": 39,
|
|
4430
|
+
"order": 39,
|
|
4431
|
+
"testament": "old",
|
|
4432
|
+
"title_dashes": "Malachi",
|
|
4433
|
+
"usfm": "MAL"
|
|
4436
4434
|
},
|
|
4437
4435
|
{
|
|
4438
|
-
"order": 40,
|
|
4439
|
-
"bookId": "MAT",
|
|
4440
|
-
"englishDivision": "gospels",
|
|
4441
|
-
"hebrewDivision": null,
|
|
4442
|
-
"hebrewOrder": null,
|
|
4443
|
-
"isNt": true,
|
|
4444
|
-
"lowercase": "matthew",
|
|
4445
|
-
"lowercase_dashes": "matthew",
|
|
4446
4436
|
"name": "Matthew",
|
|
4447
|
-
"number": 40,
|
|
4448
|
-
"testament": "new",
|
|
4449
4437
|
"title": "Matthew",
|
|
4450
|
-
"
|
|
4451
|
-
"usfm": "MAT",
|
|
4438
|
+
"bookId": "MAT",
|
|
4452
4439
|
"chapters": [
|
|
4453
4440
|
{
|
|
4454
4441
|
"id": "MAT.1",
|
|
@@ -4563,6 +4550,17 @@
|
|
|
4563
4550
|
"verses": 20
|
|
4564
4551
|
}
|
|
4565
4552
|
],
|
|
4553
|
+
"englishDivision": "gospels",
|
|
4554
|
+
"hebrewDivision": null,
|
|
4555
|
+
"hebrewOrder": null,
|
|
4556
|
+
"isNt": true,
|
|
4557
|
+
"lowercase": "matthew",
|
|
4558
|
+
"lowercase_dashes": "matthew",
|
|
4559
|
+
"number": 40,
|
|
4560
|
+
"order": 40,
|
|
4561
|
+
"testament": "new",
|
|
4562
|
+
"title_dashes": "Matthew",
|
|
4563
|
+
"usfm": "MAT",
|
|
4566
4564
|
"nameAlternates": [
|
|
4567
4565
|
"Gospel of Matthew",
|
|
4568
4566
|
"Gospel according to Matthew",
|
|
@@ -4570,20 +4568,9 @@
|
|
|
4570
4568
|
]
|
|
4571
4569
|
},
|
|
4572
4570
|
{
|
|
4573
|
-
"order": 41,
|
|
4574
|
-
"bookId": "MRK",
|
|
4575
|
-
"englishDivision": "gospels",
|
|
4576
|
-
"hebrewDivision": null,
|
|
4577
|
-
"hebrewOrder": null,
|
|
4578
|
-
"isNt": true,
|
|
4579
|
-
"lowercase": "mark",
|
|
4580
|
-
"lowercase_dashes": "mark",
|
|
4581
4571
|
"name": "Mark",
|
|
4582
|
-
"number": 41,
|
|
4583
|
-
"testament": "new",
|
|
4584
4572
|
"title": "Mark",
|
|
4585
|
-
"
|
|
4586
|
-
"usfm": "MRK",
|
|
4573
|
+
"bookId": "MRK",
|
|
4587
4574
|
"chapters": [
|
|
4588
4575
|
{
|
|
4589
4576
|
"id": "MRK.1",
|
|
@@ -4650,6 +4637,17 @@
|
|
|
4650
4637
|
"verses": 20
|
|
4651
4638
|
}
|
|
4652
4639
|
],
|
|
4640
|
+
"englishDivision": "gospels",
|
|
4641
|
+
"hebrewDivision": null,
|
|
4642
|
+
"hebrewOrder": null,
|
|
4643
|
+
"isNt": true,
|
|
4644
|
+
"lowercase": "mark",
|
|
4645
|
+
"lowercase_dashes": "mark",
|
|
4646
|
+
"number": 41,
|
|
4647
|
+
"order": 41,
|
|
4648
|
+
"testament": "new",
|
|
4649
|
+
"title_dashes": "Mark",
|
|
4650
|
+
"usfm": "MRK",
|
|
4653
4651
|
"nameAlternates": [
|
|
4654
4652
|
"Gospel of Mark",
|
|
4655
4653
|
"Gospel according to Mark",
|
|
@@ -4657,20 +4655,9 @@
|
|
|
4657
4655
|
]
|
|
4658
4656
|
},
|
|
4659
4657
|
{
|
|
4660
|
-
"order": 42,
|
|
4661
|
-
"bookId": "LUK",
|
|
4662
|
-
"englishDivision": "gospels",
|
|
4663
|
-
"hebrewDivision": null,
|
|
4664
|
-
"hebrewOrder": null,
|
|
4665
|
-
"isNt": true,
|
|
4666
|
-
"lowercase": "luke",
|
|
4667
|
-
"lowercase_dashes": "luke",
|
|
4668
4658
|
"name": "Luke",
|
|
4669
|
-
"number": 42,
|
|
4670
|
-
"testament": "new",
|
|
4671
4659
|
"title": "Luke",
|
|
4672
|
-
"
|
|
4673
|
-
"usfm": "LUK",
|
|
4660
|
+
"bookId": "LUK",
|
|
4674
4661
|
"chapters": [
|
|
4675
4662
|
{
|
|
4676
4663
|
"id": "LUK.1",
|
|
@@ -4769,6 +4756,17 @@
|
|
|
4769
4756
|
"verses": 53
|
|
4770
4757
|
}
|
|
4771
4758
|
],
|
|
4759
|
+
"englishDivision": "gospels",
|
|
4760
|
+
"hebrewDivision": null,
|
|
4761
|
+
"hebrewOrder": null,
|
|
4762
|
+
"isNt": true,
|
|
4763
|
+
"lowercase": "luke",
|
|
4764
|
+
"lowercase_dashes": "luke",
|
|
4765
|
+
"number": 42,
|
|
4766
|
+
"order": 42,
|
|
4767
|
+
"testament": "new",
|
|
4768
|
+
"title_dashes": "Luke",
|
|
4769
|
+
"usfm": "LUK",
|
|
4772
4770
|
"nameAlternates": [
|
|
4773
4771
|
"Gospel of Luke",
|
|
4774
4772
|
"Gospel according to Luke",
|
|
@@ -4776,20 +4774,9 @@
|
|
|
4776
4774
|
]
|
|
4777
4775
|
},
|
|
4778
4776
|
{
|
|
4779
|
-
"order": 43,
|
|
4780
|
-
"bookId": "JHN",
|
|
4781
|
-
"englishDivision": "gospels",
|
|
4782
|
-
"hebrewDivision": null,
|
|
4783
|
-
"hebrewOrder": null,
|
|
4784
|
-
"isNt": true,
|
|
4785
|
-
"lowercase": "john",
|
|
4786
|
-
"lowercase_dashes": "john",
|
|
4787
4777
|
"name": "John",
|
|
4788
|
-
"number": 43,
|
|
4789
|
-
"testament": "new",
|
|
4790
4778
|
"title": "John",
|
|
4791
|
-
"
|
|
4792
|
-
"usfm": "JHN",
|
|
4779
|
+
"bookId": "JHN",
|
|
4793
4780
|
"chapters": [
|
|
4794
4781
|
{
|
|
4795
4782
|
"id": "JHN.1",
|
|
@@ -4876,6 +4863,17 @@
|
|
|
4876
4863
|
"verses": 25
|
|
4877
4864
|
}
|
|
4878
4865
|
],
|
|
4866
|
+
"englishDivision": "gospels",
|
|
4867
|
+
"hebrewDivision": null,
|
|
4868
|
+
"hebrewOrder": null,
|
|
4869
|
+
"isNt": true,
|
|
4870
|
+
"lowercase": "john",
|
|
4871
|
+
"lowercase_dashes": "john",
|
|
4872
|
+
"number": 43,
|
|
4873
|
+
"order": 43,
|
|
4874
|
+
"testament": "new",
|
|
4875
|
+
"title_dashes": "John",
|
|
4876
|
+
"usfm": "JHN",
|
|
4879
4877
|
"nameAlternates": [
|
|
4880
4878
|
"Gospel of John",
|
|
4881
4879
|
"Gospel according to John",
|
|
@@ -4883,20 +4881,9 @@
|
|
|
4883
4881
|
]
|
|
4884
4882
|
},
|
|
4885
4883
|
{
|
|
4886
|
-
"order": 44,
|
|
4887
|
-
"bookId": "ACT",
|
|
4888
|
-
"englishDivision": "acts",
|
|
4889
|
-
"hebrewDivision": null,
|
|
4890
|
-
"hebrewOrder": null,
|
|
4891
|
-
"isNt": true,
|
|
4892
|
-
"lowercase": "acts",
|
|
4893
|
-
"lowercase_dashes": "acts",
|
|
4894
4884
|
"name": "Acts",
|
|
4895
|
-
"number": 44,
|
|
4896
|
-
"testament": "new",
|
|
4897
4885
|
"title": "Acts",
|
|
4898
|
-
"
|
|
4899
|
-
"usfm": "ACT",
|
|
4886
|
+
"bookId": "ACT",
|
|
4900
4887
|
"chapters": [
|
|
4901
4888
|
{
|
|
4902
4889
|
"id": "ACT.1",
|
|
@@ -5011,23 +4998,23 @@
|
|
|
5011
4998
|
"verses": 31
|
|
5012
4999
|
}
|
|
5013
5000
|
],
|
|
5014
|
-
"
|
|
5015
|
-
},
|
|
5016
|
-
{
|
|
5017
|
-
"order": 45,
|
|
5018
|
-
"bookId": "ROM",
|
|
5019
|
-
"englishDivision": "epistles",
|
|
5001
|
+
"englishDivision": "acts",
|
|
5020
5002
|
"hebrewDivision": null,
|
|
5021
5003
|
"hebrewOrder": null,
|
|
5022
5004
|
"isNt": true,
|
|
5023
|
-
"lowercase": "
|
|
5024
|
-
"lowercase_dashes": "
|
|
5025
|
-
"
|
|
5026
|
-
"
|
|
5005
|
+
"lowercase": "acts",
|
|
5006
|
+
"lowercase_dashes": "acts",
|
|
5007
|
+
"number": 44,
|
|
5008
|
+
"order": 44,
|
|
5027
5009
|
"testament": "new",
|
|
5010
|
+
"title_dashes": "Acts",
|
|
5011
|
+
"usfm": "ACT",
|
|
5012
|
+
"nameAlternates": ["Acts of the Apostles", "The Acts of the Apostles"]
|
|
5013
|
+
},
|
|
5014
|
+
{
|
|
5015
|
+
"name": "Romans",
|
|
5028
5016
|
"title": "Romans",
|
|
5029
|
-
"
|
|
5030
|
-
"usfm": "ROM",
|
|
5017
|
+
"bookId": "ROM",
|
|
5031
5018
|
"chapters": [
|
|
5032
5019
|
{
|
|
5033
5020
|
"id": "ROM.1",
|
|
@@ -5093,23 +5080,23 @@
|
|
|
5093
5080
|
"id": "ROM.16",
|
|
5094
5081
|
"verses": 27
|
|
5095
5082
|
}
|
|
5096
|
-
]
|
|
5097
|
-
},
|
|
5098
|
-
{
|
|
5099
|
-
"order": 46,
|
|
5100
|
-
"bookId": "1CO",
|
|
5083
|
+
],
|
|
5101
5084
|
"englishDivision": "epistles",
|
|
5102
5085
|
"hebrewDivision": null,
|
|
5103
5086
|
"hebrewOrder": null,
|
|
5104
5087
|
"isNt": true,
|
|
5105
|
-
"lowercase": "
|
|
5106
|
-
"lowercase_dashes": "
|
|
5107
|
-
"
|
|
5108
|
-
"
|
|
5088
|
+
"lowercase": "romans",
|
|
5089
|
+
"lowercase_dashes": "romans",
|
|
5090
|
+
"number": 45,
|
|
5091
|
+
"order": 45,
|
|
5109
5092
|
"testament": "new",
|
|
5093
|
+
"title_dashes": "Romans",
|
|
5094
|
+
"usfm": "ROM"
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "1 Corinthians",
|
|
5110
5098
|
"title": "1 Corinthians",
|
|
5111
|
-
"
|
|
5112
|
-
"usfm": "1CO",
|
|
5099
|
+
"bookId": "1CO",
|
|
5113
5100
|
"chapters": [
|
|
5114
5101
|
{
|
|
5115
5102
|
"id": "1CO.1",
|
|
@@ -5176,6 +5163,17 @@
|
|
|
5176
5163
|
"verses": 24
|
|
5177
5164
|
}
|
|
5178
5165
|
],
|
|
5166
|
+
"englishDivision": "epistles",
|
|
5167
|
+
"hebrewDivision": null,
|
|
5168
|
+
"hebrewOrder": null,
|
|
5169
|
+
"isNt": true,
|
|
5170
|
+
"lowercase": "1 corinthians",
|
|
5171
|
+
"lowercase_dashes": "1-corinthians",
|
|
5172
|
+
"number": 46,
|
|
5173
|
+
"order": 46,
|
|
5174
|
+
"testament": "new",
|
|
5175
|
+
"title_dashes": "1-Corinthians",
|
|
5176
|
+
"usfm": "1CO",
|
|
5179
5177
|
"nameAlternates": [
|
|
5180
5178
|
"First Corinthians",
|
|
5181
5179
|
"1st Corinthians",
|
|
@@ -5183,20 +5181,9 @@
|
|
|
5183
5181
|
]
|
|
5184
5182
|
},
|
|
5185
5183
|
{
|
|
5186
|
-
"order": 47,
|
|
5187
|
-
"bookId": "2CO",
|
|
5188
|
-
"englishDivision": "epistles",
|
|
5189
|
-
"hebrewDivision": null,
|
|
5190
|
-
"hebrewOrder": null,
|
|
5191
|
-
"isNt": true,
|
|
5192
|
-
"lowercase": "2 corinthians",
|
|
5193
|
-
"lowercase_dashes": "2-corinthians",
|
|
5194
5184
|
"name": "2 Corinthians",
|
|
5195
|
-
"number": 47,
|
|
5196
|
-
"testament": "new",
|
|
5197
5185
|
"title": "2 Corinthians",
|
|
5198
|
-
"
|
|
5199
|
-
"usfm": "2CO",
|
|
5186
|
+
"bookId": "2CO",
|
|
5200
5187
|
"chapters": [
|
|
5201
5188
|
{
|
|
5202
5189
|
"id": "2CO.1",
|
|
@@ -5251,6 +5238,17 @@
|
|
|
5251
5238
|
"verses": 14
|
|
5252
5239
|
}
|
|
5253
5240
|
],
|
|
5241
|
+
"englishDivision": "epistles",
|
|
5242
|
+
"hebrewDivision": null,
|
|
5243
|
+
"hebrewOrder": null,
|
|
5244
|
+
"isNt": true,
|
|
5245
|
+
"lowercase": "2 corinthians",
|
|
5246
|
+
"lowercase_dashes": "2-corinthians",
|
|
5247
|
+
"number": 47,
|
|
5248
|
+
"order": 47,
|
|
5249
|
+
"testament": "new",
|
|
5250
|
+
"title_dashes": "2-Corinthians",
|
|
5251
|
+
"usfm": "2CO",
|
|
5254
5252
|
"nameAlternates": [
|
|
5255
5253
|
"Second Corinthians",
|
|
5256
5254
|
"2nd Corinthians",
|
|
@@ -5258,20 +5256,9 @@
|
|
|
5258
5256
|
]
|
|
5259
5257
|
},
|
|
5260
5258
|
{
|
|
5261
|
-
"order": 48,
|
|
5262
|
-
"bookId": "GAL",
|
|
5263
|
-
"englishDivision": "epistles",
|
|
5264
|
-
"hebrewDivision": null,
|
|
5265
|
-
"hebrewOrder": null,
|
|
5266
|
-
"isNt": true,
|
|
5267
|
-
"lowercase": "galatians",
|
|
5268
|
-
"lowercase_dashes": "galatians",
|
|
5269
5259
|
"name": "Galatians",
|
|
5270
|
-
"number": 48,
|
|
5271
|
-
"testament": "new",
|
|
5272
5260
|
"title": "Galatians",
|
|
5273
|
-
"
|
|
5274
|
-
"usfm": "GAL",
|
|
5261
|
+
"bookId": "GAL",
|
|
5275
5262
|
"chapters": [
|
|
5276
5263
|
{
|
|
5277
5264
|
"id": "GAL.1",
|
|
@@ -5297,23 +5284,23 @@
|
|
|
5297
5284
|
"id": "GAL.6",
|
|
5298
5285
|
"verses": 18
|
|
5299
5286
|
}
|
|
5300
|
-
]
|
|
5301
|
-
},
|
|
5302
|
-
{
|
|
5303
|
-
"order": 49,
|
|
5304
|
-
"bookId": "EPH",
|
|
5287
|
+
],
|
|
5305
5288
|
"englishDivision": "epistles",
|
|
5306
5289
|
"hebrewDivision": null,
|
|
5307
5290
|
"hebrewOrder": null,
|
|
5308
5291
|
"isNt": true,
|
|
5309
|
-
"lowercase": "
|
|
5310
|
-
"lowercase_dashes": "
|
|
5311
|
-
"
|
|
5312
|
-
"
|
|
5292
|
+
"lowercase": "galatians",
|
|
5293
|
+
"lowercase_dashes": "galatians",
|
|
5294
|
+
"number": 48,
|
|
5295
|
+
"order": 48,
|
|
5313
5296
|
"testament": "new",
|
|
5297
|
+
"title_dashes": "Galatians",
|
|
5298
|
+
"usfm": "GAL"
|
|
5299
|
+
},
|
|
5300
|
+
{
|
|
5301
|
+
"name": "Ephesians",
|
|
5314
5302
|
"title": "Ephesians",
|
|
5315
|
-
"
|
|
5316
|
-
"usfm": "EPH",
|
|
5303
|
+
"bookId": "EPH",
|
|
5317
5304
|
"chapters": [
|
|
5318
5305
|
{
|
|
5319
5306
|
"id": "EPH.1",
|
|
@@ -5339,23 +5326,23 @@
|
|
|
5339
5326
|
"id": "EPH.6",
|
|
5340
5327
|
"verses": 24
|
|
5341
5328
|
}
|
|
5342
|
-
]
|
|
5343
|
-
},
|
|
5344
|
-
{
|
|
5345
|
-
"order": 50,
|
|
5346
|
-
"bookId": "PHP",
|
|
5329
|
+
],
|
|
5347
5330
|
"englishDivision": "epistles",
|
|
5348
5331
|
"hebrewDivision": null,
|
|
5349
5332
|
"hebrewOrder": null,
|
|
5350
5333
|
"isNt": true,
|
|
5351
|
-
"lowercase": "
|
|
5352
|
-
"lowercase_dashes": "
|
|
5353
|
-
"
|
|
5354
|
-
"
|
|
5334
|
+
"lowercase": "ephesians",
|
|
5335
|
+
"lowercase_dashes": "ephesians",
|
|
5336
|
+
"number": 49,
|
|
5337
|
+
"order": 49,
|
|
5355
5338
|
"testament": "new",
|
|
5339
|
+
"title_dashes": "Ephesians",
|
|
5340
|
+
"usfm": "EPH"
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"name": "Philippians",
|
|
5356
5344
|
"title": "Philippians",
|
|
5357
|
-
"
|
|
5358
|
-
"usfm": "PHP",
|
|
5345
|
+
"bookId": "PHP",
|
|
5359
5346
|
"chapters": [
|
|
5360
5347
|
{
|
|
5361
5348
|
"id": "PHP.1",
|
|
@@ -5373,23 +5360,23 @@
|
|
|
5373
5360
|
"id": "PHP.4",
|
|
5374
5361
|
"verses": 23
|
|
5375
5362
|
}
|
|
5376
|
-
]
|
|
5377
|
-
},
|
|
5378
|
-
{
|
|
5379
|
-
"order": 51,
|
|
5380
|
-
"bookId": "COL",
|
|
5363
|
+
],
|
|
5381
5364
|
"englishDivision": "epistles",
|
|
5382
5365
|
"hebrewDivision": null,
|
|
5383
5366
|
"hebrewOrder": null,
|
|
5384
5367
|
"isNt": true,
|
|
5385
|
-
"lowercase": "
|
|
5386
|
-
"lowercase_dashes": "
|
|
5387
|
-
"
|
|
5388
|
-
"
|
|
5368
|
+
"lowercase": "philippians",
|
|
5369
|
+
"lowercase_dashes": "philippians",
|
|
5370
|
+
"number": 50,
|
|
5371
|
+
"order": 50,
|
|
5389
5372
|
"testament": "new",
|
|
5373
|
+
"title_dashes": "Philippians",
|
|
5374
|
+
"usfm": "PHP"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"name": "Colossians",
|
|
5390
5378
|
"title": "Colossians",
|
|
5391
|
-
"
|
|
5392
|
-
"usfm": "COL",
|
|
5379
|
+
"bookId": "COL",
|
|
5393
5380
|
"chapters": [
|
|
5394
5381
|
{
|
|
5395
5382
|
"id": "COL.1",
|
|
@@ -5407,23 +5394,23 @@
|
|
|
5407
5394
|
"id": "COL.4",
|
|
5408
5395
|
"verses": 18
|
|
5409
5396
|
}
|
|
5410
|
-
]
|
|
5411
|
-
},
|
|
5412
|
-
{
|
|
5413
|
-
"order": 52,
|
|
5414
|
-
"bookId": "1TH",
|
|
5397
|
+
],
|
|
5415
5398
|
"englishDivision": "epistles",
|
|
5416
5399
|
"hebrewDivision": null,
|
|
5417
5400
|
"hebrewOrder": null,
|
|
5418
5401
|
"isNt": true,
|
|
5419
|
-
"lowercase": "
|
|
5420
|
-
"lowercase_dashes": "
|
|
5421
|
-
"
|
|
5422
|
-
"
|
|
5402
|
+
"lowercase": "colossians",
|
|
5403
|
+
"lowercase_dashes": "colossians",
|
|
5404
|
+
"number": 51,
|
|
5405
|
+
"order": 51,
|
|
5423
5406
|
"testament": "new",
|
|
5407
|
+
"title_dashes": "Colossians",
|
|
5408
|
+
"usfm": "COL"
|
|
5409
|
+
},
|
|
5410
|
+
{
|
|
5411
|
+
"name": "1 Thessalonians",
|
|
5424
5412
|
"title": "1 Thessalonians",
|
|
5425
|
-
"
|
|
5426
|
-
"usfm": "1TH",
|
|
5413
|
+
"bookId": "1TH",
|
|
5427
5414
|
"chapters": [
|
|
5428
5415
|
{
|
|
5429
5416
|
"id": "1TH.1",
|
|
@@ -5446,6 +5433,17 @@
|
|
|
5446
5433
|
"verses": 28
|
|
5447
5434
|
}
|
|
5448
5435
|
],
|
|
5436
|
+
"englishDivision": "epistles",
|
|
5437
|
+
"hebrewDivision": null,
|
|
5438
|
+
"hebrewOrder": null,
|
|
5439
|
+
"isNt": true,
|
|
5440
|
+
"lowercase": "1 thessalonians",
|
|
5441
|
+
"lowercase_dashes": "1-thessalonians",
|
|
5442
|
+
"number": 52,
|
|
5443
|
+
"order": 52,
|
|
5444
|
+
"testament": "new",
|
|
5445
|
+
"title_dashes": "1-Thessalonians",
|
|
5446
|
+
"usfm": "1TH",
|
|
5449
5447
|
"nameAlternates": [
|
|
5450
5448
|
"First Thessalonians",
|
|
5451
5449
|
"1st Thessalonians",
|
|
@@ -5453,20 +5451,9 @@
|
|
|
5453
5451
|
]
|
|
5454
5452
|
},
|
|
5455
5453
|
{
|
|
5456
|
-
"order": 53,
|
|
5457
|
-
"bookId": "2TH",
|
|
5458
|
-
"englishDivision": "epistles",
|
|
5459
|
-
"hebrewDivision": null,
|
|
5460
|
-
"hebrewOrder": null,
|
|
5461
|
-
"isNt": true,
|
|
5462
|
-
"lowercase": "2 thessalonians",
|
|
5463
|
-
"lowercase_dashes": "2-thessalonians",
|
|
5464
5454
|
"name": "2 Thessalonians",
|
|
5465
|
-
"number": 53,
|
|
5466
|
-
"testament": "new",
|
|
5467
5455
|
"title": "2 Thessalonians",
|
|
5468
|
-
"
|
|
5469
|
-
"usfm": "2TH",
|
|
5456
|
+
"bookId": "2TH",
|
|
5470
5457
|
"chapters": [
|
|
5471
5458
|
{
|
|
5472
5459
|
"id": "2TH.1",
|
|
@@ -5481,6 +5468,17 @@
|
|
|
5481
5468
|
"verses": 18
|
|
5482
5469
|
}
|
|
5483
5470
|
],
|
|
5471
|
+
"englishDivision": "epistles",
|
|
5472
|
+
"hebrewDivision": null,
|
|
5473
|
+
"hebrewOrder": null,
|
|
5474
|
+
"isNt": true,
|
|
5475
|
+
"lowercase": "2 thessalonians",
|
|
5476
|
+
"lowercase_dashes": "2-thessalonians",
|
|
5477
|
+
"number": 53,
|
|
5478
|
+
"order": 53,
|
|
5479
|
+
"testament": "new",
|
|
5480
|
+
"title_dashes": "2-Thessalonians",
|
|
5481
|
+
"usfm": "2TH",
|
|
5484
5482
|
"nameAlternates": [
|
|
5485
5483
|
"Second Thessalonians",
|
|
5486
5484
|
"2nd Thessalonians",
|
|
@@ -5488,20 +5486,9 @@
|
|
|
5488
5486
|
]
|
|
5489
5487
|
},
|
|
5490
5488
|
{
|
|
5491
|
-
"order": 54,
|
|
5492
|
-
"bookId": "1TI",
|
|
5493
|
-
"englishDivision": "epistles",
|
|
5494
|
-
"hebrewDivision": null,
|
|
5495
|
-
"hebrewOrder": null,
|
|
5496
|
-
"isNt": true,
|
|
5497
|
-
"lowercase": "1 timothy",
|
|
5498
|
-
"lowercase_dashes": "1-timothy",
|
|
5499
5489
|
"name": "1 Timothy",
|
|
5500
|
-
"number": 54,
|
|
5501
|
-
"testament": "new",
|
|
5502
5490
|
"title": "1 Timothy",
|
|
5503
|
-
"
|
|
5504
|
-
"usfm": "1TI",
|
|
5491
|
+
"bookId": "1TI",
|
|
5505
5492
|
"chapters": [
|
|
5506
5493
|
{
|
|
5507
5494
|
"id": "1TI.1",
|
|
@@ -5528,23 +5515,23 @@
|
|
|
5528
5515
|
"verses": 21
|
|
5529
5516
|
}
|
|
5530
5517
|
],
|
|
5531
|
-
"nameAlternates": ["First Timothy", "1st Timothy", "I Timothy"]
|
|
5532
|
-
},
|
|
5533
|
-
{
|
|
5534
|
-
"order": 55,
|
|
5535
|
-
"bookId": "2TI",
|
|
5536
5518
|
"englishDivision": "epistles",
|
|
5537
5519
|
"hebrewDivision": null,
|
|
5538
5520
|
"hebrewOrder": null,
|
|
5539
5521
|
"isNt": true,
|
|
5540
|
-
"lowercase": "
|
|
5541
|
-
"lowercase_dashes": "
|
|
5542
|
-
"
|
|
5543
|
-
"
|
|
5522
|
+
"lowercase": "1 timothy",
|
|
5523
|
+
"lowercase_dashes": "1-timothy",
|
|
5524
|
+
"number": 54,
|
|
5525
|
+
"order": 54,
|
|
5544
5526
|
"testament": "new",
|
|
5527
|
+
"title_dashes": "1-Timothy",
|
|
5528
|
+
"usfm": "1TI",
|
|
5529
|
+
"nameAlternates": ["First Timothy", "1st Timothy", "I Timothy"]
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
"name": "2 Timothy",
|
|
5545
5533
|
"title": "2 Timothy",
|
|
5546
|
-
"
|
|
5547
|
-
"usfm": "2TI",
|
|
5534
|
+
"bookId": "2TI",
|
|
5548
5535
|
"chapters": [
|
|
5549
5536
|
{
|
|
5550
5537
|
"id": "2TI.1",
|
|
@@ -5563,23 +5550,23 @@
|
|
|
5563
5550
|
"verses": 22
|
|
5564
5551
|
}
|
|
5565
5552
|
],
|
|
5566
|
-
"nameAlternates": ["Second Timothy", "2nd Timothy", "II Timothy"]
|
|
5567
|
-
},
|
|
5568
|
-
{
|
|
5569
|
-
"order": 56,
|
|
5570
|
-
"bookId": "TIT",
|
|
5571
5553
|
"englishDivision": "epistles",
|
|
5572
5554
|
"hebrewDivision": null,
|
|
5573
5555
|
"hebrewOrder": null,
|
|
5574
5556
|
"isNt": true,
|
|
5575
|
-
"lowercase": "
|
|
5576
|
-
"lowercase_dashes": "
|
|
5577
|
-
"
|
|
5578
|
-
"
|
|
5557
|
+
"lowercase": "2 timothy",
|
|
5558
|
+
"lowercase_dashes": "2-timothy",
|
|
5559
|
+
"number": 55,
|
|
5560
|
+
"order": 55,
|
|
5579
5561
|
"testament": "new",
|
|
5562
|
+
"title_dashes": "2-Timothy",
|
|
5563
|
+
"usfm": "2TI",
|
|
5564
|
+
"nameAlternates": ["Second Timothy", "2nd Timothy", "II Timothy"]
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"name": "Titus",
|
|
5580
5568
|
"title": "Titus",
|
|
5581
|
-
"
|
|
5582
|
-
"usfm": "TIT",
|
|
5569
|
+
"bookId": "TIT",
|
|
5583
5570
|
"chapters": [
|
|
5584
5571
|
{
|
|
5585
5572
|
"id": "TIT.1",
|
|
@@ -5593,45 +5580,45 @@
|
|
|
5593
5580
|
"id": "TIT.3",
|
|
5594
5581
|
"verses": 15
|
|
5595
5582
|
}
|
|
5596
|
-
]
|
|
5597
|
-
},
|
|
5598
|
-
{
|
|
5599
|
-
"order": 57,
|
|
5600
|
-
"bookId": "PHM",
|
|
5583
|
+
],
|
|
5601
5584
|
"englishDivision": "epistles",
|
|
5602
5585
|
"hebrewDivision": null,
|
|
5603
5586
|
"hebrewOrder": null,
|
|
5604
5587
|
"isNt": true,
|
|
5605
|
-
"lowercase": "
|
|
5606
|
-
"lowercase_dashes": "
|
|
5607
|
-
"
|
|
5608
|
-
"
|
|
5588
|
+
"lowercase": "titus",
|
|
5589
|
+
"lowercase_dashes": "titus",
|
|
5590
|
+
"number": 56,
|
|
5591
|
+
"order": 56,
|
|
5609
5592
|
"testament": "new",
|
|
5593
|
+
"title_dashes": "Titus",
|
|
5594
|
+
"usfm": "TIT"
|
|
5595
|
+
},
|
|
5596
|
+
{
|
|
5597
|
+
"name": "Philemon",
|
|
5610
5598
|
"title": "Philemon",
|
|
5611
|
-
"
|
|
5612
|
-
"usfm": "PHM",
|
|
5599
|
+
"bookId": "PHM",
|
|
5613
5600
|
"chapters": [
|
|
5614
5601
|
{
|
|
5615
5602
|
"id": "PHM.1",
|
|
5616
5603
|
"verses": 25
|
|
5617
5604
|
}
|
|
5618
|
-
]
|
|
5619
|
-
},
|
|
5620
|
-
{
|
|
5621
|
-
"order": 58,
|
|
5622
|
-
"bookId": "HEB",
|
|
5605
|
+
],
|
|
5623
5606
|
"englishDivision": "epistles",
|
|
5624
5607
|
"hebrewDivision": null,
|
|
5625
5608
|
"hebrewOrder": null,
|
|
5626
5609
|
"isNt": true,
|
|
5627
|
-
"lowercase": "
|
|
5628
|
-
"lowercase_dashes": "
|
|
5629
|
-
"
|
|
5630
|
-
"
|
|
5610
|
+
"lowercase": "philemon",
|
|
5611
|
+
"lowercase_dashes": "philemon",
|
|
5612
|
+
"number": 57,
|
|
5613
|
+
"order": 57,
|
|
5631
5614
|
"testament": "new",
|
|
5615
|
+
"title_dashes": "Philemon",
|
|
5616
|
+
"usfm": "PHM"
|
|
5617
|
+
},
|
|
5618
|
+
{
|
|
5619
|
+
"name": "Hebrews",
|
|
5632
5620
|
"title": "Hebrews",
|
|
5633
|
-
"
|
|
5634
|
-
"usfm": "HEB",
|
|
5621
|
+
"bookId": "HEB",
|
|
5635
5622
|
"chapters": [
|
|
5636
5623
|
{
|
|
5637
5624
|
"id": "HEB.1",
|
|
@@ -5685,23 +5672,23 @@
|
|
|
5685
5672
|
"id": "HEB.13",
|
|
5686
5673
|
"verses": 25
|
|
5687
5674
|
}
|
|
5688
|
-
]
|
|
5689
|
-
},
|
|
5690
|
-
{
|
|
5691
|
-
"order": 59,
|
|
5692
|
-
"bookId": "JAS",
|
|
5675
|
+
],
|
|
5693
5676
|
"englishDivision": "epistles",
|
|
5694
5677
|
"hebrewDivision": null,
|
|
5695
5678
|
"hebrewOrder": null,
|
|
5696
5679
|
"isNt": true,
|
|
5697
|
-
"lowercase": "
|
|
5698
|
-
"lowercase_dashes": "
|
|
5699
|
-
"
|
|
5700
|
-
"
|
|
5680
|
+
"lowercase": "hebrews",
|
|
5681
|
+
"lowercase_dashes": "hebrews",
|
|
5682
|
+
"number": 58,
|
|
5683
|
+
"order": 58,
|
|
5701
5684
|
"testament": "new",
|
|
5685
|
+
"title_dashes": "Hebrews",
|
|
5686
|
+
"usfm": "HEB"
|
|
5687
|
+
},
|
|
5688
|
+
{
|
|
5689
|
+
"name": "James",
|
|
5702
5690
|
"title": "James",
|
|
5703
|
-
"
|
|
5704
|
-
"usfm": "JAS",
|
|
5691
|
+
"bookId": "JAS",
|
|
5705
5692
|
"chapters": [
|
|
5706
5693
|
{
|
|
5707
5694
|
"id": "JAS.1",
|
|
@@ -5723,23 +5710,23 @@
|
|
|
5723
5710
|
"id": "JAS.5",
|
|
5724
5711
|
"verses": 20
|
|
5725
5712
|
}
|
|
5726
|
-
]
|
|
5727
|
-
},
|
|
5728
|
-
{
|
|
5729
|
-
"order": 60,
|
|
5730
|
-
"bookId": "1PE",
|
|
5713
|
+
],
|
|
5731
5714
|
"englishDivision": "epistles",
|
|
5732
5715
|
"hebrewDivision": null,
|
|
5733
5716
|
"hebrewOrder": null,
|
|
5734
5717
|
"isNt": true,
|
|
5735
|
-
"lowercase": "
|
|
5736
|
-
"lowercase_dashes": "
|
|
5737
|
-
"
|
|
5738
|
-
"
|
|
5718
|
+
"lowercase": "james",
|
|
5719
|
+
"lowercase_dashes": "james",
|
|
5720
|
+
"number": 59,
|
|
5721
|
+
"order": 59,
|
|
5739
5722
|
"testament": "new",
|
|
5723
|
+
"title_dashes": "James",
|
|
5724
|
+
"usfm": "JAS"
|
|
5725
|
+
},
|
|
5726
|
+
{
|
|
5727
|
+
"name": "1 Peter",
|
|
5740
5728
|
"title": "1 Peter",
|
|
5741
|
-
"
|
|
5742
|
-
"usfm": "1PE",
|
|
5729
|
+
"bookId": "1PE",
|
|
5743
5730
|
"chapters": [
|
|
5744
5731
|
{
|
|
5745
5732
|
"id": "1PE.1",
|
|
@@ -5762,23 +5749,23 @@
|
|
|
5762
5749
|
"verses": 14
|
|
5763
5750
|
}
|
|
5764
5751
|
],
|
|
5765
|
-
"nameAlternates": ["First Peter", "1st Peter", "I Peter"]
|
|
5766
|
-
},
|
|
5767
|
-
{
|
|
5768
|
-
"order": 61,
|
|
5769
|
-
"bookId": "2PE",
|
|
5770
5752
|
"englishDivision": "epistles",
|
|
5771
5753
|
"hebrewDivision": null,
|
|
5772
5754
|
"hebrewOrder": null,
|
|
5773
5755
|
"isNt": true,
|
|
5774
|
-
"lowercase": "
|
|
5775
|
-
"lowercase_dashes": "
|
|
5776
|
-
"
|
|
5777
|
-
"
|
|
5756
|
+
"lowercase": "1 peter",
|
|
5757
|
+
"lowercase_dashes": "1-peter",
|
|
5758
|
+
"number": 60,
|
|
5759
|
+
"order": 60,
|
|
5778
5760
|
"testament": "new",
|
|
5761
|
+
"title_dashes": "1-Peter",
|
|
5762
|
+
"usfm": "1PE",
|
|
5763
|
+
"nameAlternates": ["First Peter", "1st Peter", "I Peter"]
|
|
5764
|
+
},
|
|
5765
|
+
{
|
|
5766
|
+
"name": "2 Peter",
|
|
5779
5767
|
"title": "2 Peter",
|
|
5780
|
-
"
|
|
5781
|
-
"usfm": "2PE",
|
|
5768
|
+
"bookId": "2PE",
|
|
5782
5769
|
"chapters": [
|
|
5783
5770
|
{
|
|
5784
5771
|
"id": "2PE.1",
|
|
@@ -5793,23 +5780,23 @@
|
|
|
5793
5780
|
"verses": 18
|
|
5794
5781
|
}
|
|
5795
5782
|
],
|
|
5796
|
-
"nameAlternates": ["Second Peter", "2nd Peter", "II Peter"]
|
|
5797
|
-
},
|
|
5798
|
-
{
|
|
5799
|
-
"order": 62,
|
|
5800
|
-
"bookId": "1JN",
|
|
5801
5783
|
"englishDivision": "epistles",
|
|
5802
5784
|
"hebrewDivision": null,
|
|
5803
5785
|
"hebrewOrder": null,
|
|
5804
5786
|
"isNt": true,
|
|
5805
|
-
"lowercase": "
|
|
5806
|
-
"lowercase_dashes": "
|
|
5807
|
-
"
|
|
5808
|
-
"
|
|
5787
|
+
"lowercase": "2 peter",
|
|
5788
|
+
"lowercase_dashes": "2-peter",
|
|
5789
|
+
"number": 61,
|
|
5790
|
+
"order": 61,
|
|
5809
5791
|
"testament": "new",
|
|
5792
|
+
"title_dashes": "2-Peter",
|
|
5793
|
+
"usfm": "2PE",
|
|
5794
|
+
"nameAlternates": ["Second Peter", "2nd Peter", "II Peter"]
|
|
5795
|
+
},
|
|
5796
|
+
{
|
|
5797
|
+
"name": "1 John",
|
|
5810
5798
|
"title": "1 John",
|
|
5811
|
-
"
|
|
5812
|
-
"usfm": "1JN",
|
|
5799
|
+
"bookId": "1JN",
|
|
5813
5800
|
"chapters": [
|
|
5814
5801
|
{
|
|
5815
5802
|
"id": "1JN.1",
|
|
@@ -5832,91 +5819,91 @@
|
|
|
5832
5819
|
"verses": 21
|
|
5833
5820
|
}
|
|
5834
5821
|
],
|
|
5822
|
+
"englishDivision": "epistles",
|
|
5823
|
+
"hebrewDivision": null,
|
|
5824
|
+
"hebrewOrder": null,
|
|
5825
|
+
"isNt": true,
|
|
5826
|
+
"lowercase": "1 john",
|
|
5827
|
+
"lowercase_dashes": "1-john",
|
|
5828
|
+
"number": 62,
|
|
5829
|
+
"order": 62,
|
|
5830
|
+
"testament": "new",
|
|
5831
|
+
"title_dashes": "1-John",
|
|
5832
|
+
"usfm": "1JN",
|
|
5835
5833
|
"nameAlternates": ["First John", "1st John", "I John"]
|
|
5836
5834
|
},
|
|
5837
5835
|
{
|
|
5838
|
-
"
|
|
5836
|
+
"name": "2 John",
|
|
5837
|
+
"title": "2 John",
|
|
5839
5838
|
"bookId": "2JN",
|
|
5839
|
+
"chapters": [
|
|
5840
|
+
{
|
|
5841
|
+
"id": "2JN.1",
|
|
5842
|
+
"verses": 13
|
|
5843
|
+
}
|
|
5844
|
+
],
|
|
5840
5845
|
"englishDivision": "epistles",
|
|
5841
5846
|
"hebrewDivision": null,
|
|
5842
5847
|
"hebrewOrder": null,
|
|
5843
5848
|
"isNt": true,
|
|
5844
5849
|
"lowercase": "2 john",
|
|
5845
5850
|
"lowercase_dashes": "2-john",
|
|
5846
|
-
"name": "2 John",
|
|
5847
5851
|
"number": 63,
|
|
5852
|
+
"order": 63,
|
|
5848
5853
|
"testament": "new",
|
|
5849
|
-
"title": "2 John",
|
|
5850
5854
|
"title_dashes": "2-John",
|
|
5851
5855
|
"usfm": "2JN",
|
|
5852
|
-
"chapters": [
|
|
5853
|
-
{
|
|
5854
|
-
"id": "2JN.1",
|
|
5855
|
-
"verses": 13
|
|
5856
|
-
}
|
|
5857
|
-
],
|
|
5858
5856
|
"nameAlternates": ["Second John", "2nd John", "II John"]
|
|
5859
5857
|
},
|
|
5860
5858
|
{
|
|
5861
|
-
"
|
|
5859
|
+
"name": "3 John",
|
|
5860
|
+
"title": "3 John",
|
|
5862
5861
|
"bookId": "3JN",
|
|
5862
|
+
"chapters": [
|
|
5863
|
+
{
|
|
5864
|
+
"id": "3JN.1",
|
|
5865
|
+
"verses": 15
|
|
5866
|
+
}
|
|
5867
|
+
],
|
|
5863
5868
|
"englishDivision": "epistles",
|
|
5864
5869
|
"hebrewDivision": null,
|
|
5865
5870
|
"hebrewOrder": null,
|
|
5866
5871
|
"isNt": true,
|
|
5867
5872
|
"lowercase": "3 john",
|
|
5868
5873
|
"lowercase_dashes": "3-john",
|
|
5869
|
-
"name": "3 John",
|
|
5870
5874
|
"number": 64,
|
|
5875
|
+
"order": 64,
|
|
5871
5876
|
"testament": "new",
|
|
5872
|
-
"title": "3 John",
|
|
5873
5877
|
"title_dashes": "3-John",
|
|
5874
5878
|
"usfm": "3JN",
|
|
5875
|
-
"chapters": [
|
|
5876
|
-
{
|
|
5877
|
-
"id": "3JN.1",
|
|
5878
|
-
"verses": 15
|
|
5879
|
-
}
|
|
5880
|
-
],
|
|
5881
5879
|
"nameAlternates": ["Third John", "3rd John", "III John"]
|
|
5882
5880
|
},
|
|
5883
5881
|
{
|
|
5884
|
-
"
|
|
5882
|
+
"name": "Jude",
|
|
5883
|
+
"title": "Jude",
|
|
5885
5884
|
"bookId": "JUD",
|
|
5885
|
+
"chapters": [
|
|
5886
|
+
{
|
|
5887
|
+
"id": "JUD.1",
|
|
5888
|
+
"verses": 25
|
|
5889
|
+
}
|
|
5890
|
+
],
|
|
5886
5891
|
"englishDivision": "epistles",
|
|
5887
5892
|
"hebrewDivision": null,
|
|
5888
5893
|
"hebrewOrder": null,
|
|
5889
5894
|
"isNt": true,
|
|
5890
5895
|
"lowercase": "jude",
|
|
5891
5896
|
"lowercase_dashes": "jude",
|
|
5892
|
-
"name": "Jude",
|
|
5893
5897
|
"number": 65,
|
|
5898
|
+
"order": 65,
|
|
5894
5899
|
"testament": "new",
|
|
5895
|
-
"title": "Jude",
|
|
5896
5900
|
"title_dashes": "Jude",
|
|
5897
|
-
"usfm": "JUD"
|
|
5898
|
-
"chapters": [
|
|
5899
|
-
{
|
|
5900
|
-
"id": "JUD.1",
|
|
5901
|
-
"verses": 25
|
|
5902
|
-
}
|
|
5903
|
-
]
|
|
5901
|
+
"usfm": "JUD"
|
|
5904
5902
|
},
|
|
5905
5903
|
{
|
|
5906
|
-
"order": 66,
|
|
5907
|
-
"bookId": "REV",
|
|
5908
|
-
"englishDivision": "revelation",
|
|
5909
|
-
"hebrewDivision": null,
|
|
5910
|
-
"hebrewOrder": null,
|
|
5911
|
-
"isNt": true,
|
|
5912
|
-
"lowercase": "revelation",
|
|
5913
|
-
"lowercase_dashes": "revelation",
|
|
5914
5904
|
"name": "Revelation",
|
|
5915
|
-
"number": 66,
|
|
5916
|
-
"testament": "new",
|
|
5917
5905
|
"title": "Revelation",
|
|
5918
|
-
"
|
|
5919
|
-
"usfm": "REV",
|
|
5906
|
+
"bookId": "REV",
|
|
5920
5907
|
"chapters": [
|
|
5921
5908
|
{
|
|
5922
5909
|
"id": "REV.1",
|
|
@@ -6007,6 +5994,17 @@
|
|
|
6007
5994
|
"verses": 21
|
|
6008
5995
|
}
|
|
6009
5996
|
],
|
|
5997
|
+
"englishDivision": "revelation",
|
|
5998
|
+
"hebrewDivision": null,
|
|
5999
|
+
"hebrewOrder": null,
|
|
6000
|
+
"isNt": true,
|
|
6001
|
+
"lowercase": "revelation",
|
|
6002
|
+
"lowercase_dashes": "revelation",
|
|
6003
|
+
"number": 66,
|
|
6004
|
+
"order": 66,
|
|
6005
|
+
"testament": "new",
|
|
6006
|
+
"title_dashes": "Revelation",
|
|
6007
|
+
"usfm": "REV",
|
|
6010
6008
|
"nameAlternates": [
|
|
6011
6009
|
"Revelation of John",
|
|
6012
6010
|
"The Revelation of John",
|