API.Bible integration (Data). Imported from open-connector.
https://api.scripture.api.bible/v1/bibles
| Param | Type | Required | Description |
|---|---|---|---|
| language | string | optional | The ISO language code used to filter Bible versions. |
| abbreviation | string | optional | The Bible abbreviation used to filter Bible versions. |
| name | string | optional | The Bible name filter used to narrow the result set. |
/v1/bibles/{bibleId}/books
| Param | Type | Required | Description |
|---|---|---|---|
| bibleId | string | required | The Bible identifier used to list books. |
/v1/bibles/{bibleId}/books/{bookId}/chapters
| Param | Type | Required | Description |
|---|---|---|---|
| bibleId | string | required | The Bible identifier used to list chapters. |
| bookId | string | required | The book identifier used to list chapters. |
/v1/bibles/{bibleId}/chapters/{chapterId}
| Param | Type | Required | Description |
|---|---|---|---|
| bibleId | string | required | The Bible identifier used to retrieve the chapter. |
| chapterId | string | required | The chapter identifier used to retrieve the chapter. |
| parallels | string | optional | A comma-separated list of Bible identifiers used for parallel content compariso… |
| contentType | string | optional | The content format requested from API.Bible. |
| includeNotes | boolean | optional | Whether to include footnotes in the returned content. |
| includeTitles | boolean | optional | Whether to include section titles in the returned content. |
| includeVerseSpans | boolean | optional | Whether to include verse span wrappers in the returned content. |
| includeVerseNumbers | boolean | optional | Whether to include verse numbers in the returned content. |
| includeChapterNumbers | boolean | optional | Whether to include chapter numbers in the returned content. |
| useOrgId | boolean | optional | Whether the supplied identifier should match the upstream organization-specific… |
/v1/bibles/{bibleId}/chapters/{chapterId}/verses
| Param | Type | Required | Description |
|---|---|---|---|
| bibleId | string | required | The Bible identifier used to list verses. |
| chapterId | string | required | The chapter identifier used to list verses. |
/v1/bibles/{bibleId}/verses/{verseId}
| Param | Type | Required | Description |
|---|---|---|---|
| bibleId | string | required | The Bible identifier used to retrieve the verse. |
| verseId | string | required | The verse identifier used to retrieve the verse. |
| parallels | string | optional | A comma-separated list of Bible identifiers used for parallel content compariso… |
| contentType | string | optional | The content format requested from API.Bible. |
| includeNotes | boolean | optional | Whether to include footnotes in the returned content. |
| includeTitles | boolean | optional | Whether to include section titles in the returned content. |
| includeVerseSpans | boolean | optional | Whether to include verse span wrappers in the returned content. |
| includeVerseNumbers | boolean | optional | Whether to include verse numbers in the returned content. |
| includeChapterNumbers | boolean | optional | Whether to include chapter numbers in the returned content. |
| useOrgId | boolean | optional | Whether the supplied identifier should match the upstream organization-specific… |
/v1/bibles/{bibleId}/passages/{passageId}
| Param | Type | Required | Description |
|---|---|---|---|
| bibleId | string | required | The Bible identifier used to retrieve the passage. |
| passageId | string | required | The passage identifier used to retrieve the passage. |
| parallels | string | optional | A comma-separated list of Bible identifiers used for parallel content compariso… |
| contentType | string | optional | The content format requested from API.Bible. |
| includeNotes | boolean | optional | Whether to include footnotes in the returned content. |
| includeTitles | boolean | optional | Whether to include section titles in the returned content. |
| includeVerseSpans | boolean | optional | Whether to include verse span wrappers in the returned content. |
| includeVerseNumbers | boolean | optional | Whether to include verse numbers in the returned content. |
| includeChapterNumbers | boolean | optional | Whether to include chapter numbers in the returned content. |
| useOrgId | boolean | optional | Whether the supplied identifier should match the upstream organization-specific… |
/v1/bibles/{bibleId}/search
| Param | Type | Required | Description |
|---|---|---|---|
| bibleId | string | required | The Bible identifier used for the search request. |
| query | string | required | The keyword or passage reference query sent to API.Bible search. |
| limit | integer | optional | The maximum number of results returned by API.Bible. |
| offset | integer | optional | The number of results skipped before the response page. |