← Tools Reference

API.Bible

API.Bible integration (Data). Imported from open-connector.

API key8 toolshttps://api.scripture.api.bible
GET
api_bible_list_bibles
List Bible versions from API.Bible with optional language, abbreviation, or name filters.

/v1/bibles

3 parameters
ParamTypeRequiredDescription
languagestringoptionalThe ISO language code used to filter Bible versions.
abbreviationstringoptionalThe Bible abbreviation used to filter Bible versions.
namestringoptionalThe Bible name filter used to narrow the result set.
GET
api_bible_list_books
List books for one Bible version from API.Bible.

/v1/bibles/{bibleId}/books

1 parameter
ParamTypeRequiredDescription
bibleIdstringrequiredThe Bible identifier used to list books.
GET
api_bible_list_chapters
List chapters for one book in one Bible version from API.Bible.

/v1/bibles/{bibleId}/books/{bookId}/chapters

2 parameters
ParamTypeRequiredDescription
bibleIdstringrequiredThe Bible identifier used to list chapters.
bookIdstringrequiredThe book identifier used to list chapters.
GET
api_bible_get_chapter
Retrieve one chapter with configurable display options from API.Bible.

/v1/bibles/{bibleId}/chapters/{chapterId}

10 parameters
ParamTypeRequiredDescription
bibleIdstringrequiredThe Bible identifier used to retrieve the chapter.
chapterIdstringrequiredThe chapter identifier used to retrieve the chapter.
parallelsstringoptionalA comma-separated list of Bible identifiers used for parallel content compariso…
contentTypestringoptionalThe content format requested from API.Bible.
includeNotesbooleanoptionalWhether to include footnotes in the returned content.
includeTitlesbooleanoptionalWhether to include section titles in the returned content.
includeVerseSpansbooleanoptionalWhether to include verse span wrappers in the returned content.
includeVerseNumbersbooleanoptionalWhether to include verse numbers in the returned content.
includeChapterNumbersbooleanoptionalWhether to include chapter numbers in the returned content.
useOrgIdbooleanoptionalWhether the supplied identifier should match the upstream organization-specific…
GET
api_bible_list_verses
List verses for one chapter in one Bible version from API.Bible.

/v1/bibles/{bibleId}/chapters/{chapterId}/verses

2 parameters
ParamTypeRequiredDescription
bibleIdstringrequiredThe Bible identifier used to list verses.
chapterIdstringrequiredThe chapter identifier used to list verses.
GET
api_bible_get_verse
Retrieve one verse with configurable display options from API.Bible.

/v1/bibles/{bibleId}/verses/{verseId}

10 parameters
ParamTypeRequiredDescription
bibleIdstringrequiredThe Bible identifier used to retrieve the verse.
verseIdstringrequiredThe verse identifier used to retrieve the verse.
parallelsstringoptionalA comma-separated list of Bible identifiers used for parallel content compariso…
contentTypestringoptionalThe content format requested from API.Bible.
includeNotesbooleanoptionalWhether to include footnotes in the returned content.
includeTitlesbooleanoptionalWhether to include section titles in the returned content.
includeVerseSpansbooleanoptionalWhether to include verse span wrappers in the returned content.
includeVerseNumbersbooleanoptionalWhether to include verse numbers in the returned content.
includeChapterNumbersbooleanoptionalWhether to include chapter numbers in the returned content.
useOrgIdbooleanoptionalWhether the supplied identifier should match the upstream organization-specific…
GET
api_bible_get_passage
Retrieve one passage with configurable display options from API.Bible.

/v1/bibles/{bibleId}/passages/{passageId}

10 parameters
ParamTypeRequiredDescription
bibleIdstringrequiredThe Bible identifier used to retrieve the passage.
passageIdstringrequiredThe passage identifier used to retrieve the passage.
parallelsstringoptionalA comma-separated list of Bible identifiers used for parallel content compariso…
contentTypestringoptionalThe content format requested from API.Bible.
includeNotesbooleanoptionalWhether to include footnotes in the returned content.
includeTitlesbooleanoptionalWhether to include section titles in the returned content.
includeVerseSpansbooleanoptionalWhether to include verse span wrappers in the returned content.
includeVerseNumbersbooleanoptionalWhether to include verse numbers in the returned content.
includeChapterNumbersbooleanoptionalWhether to include chapter numbers in the returned content.
useOrgIdbooleanoptionalWhether the supplied identifier should match the upstream organization-specific…
GET
api_bible_search_scripture
Search scripture within one Bible version from API.Bible and preserve whether the result is verse-based or passage-based.

/v1/bibles/{bibleId}/search

4 parameters
ParamTypeRequiredDescription
bibleIdstringrequiredThe Bible identifier used for the search request.
querystringrequiredThe keyword or passage reference query sent to API.Bible search.
limitintegeroptionalThe maximum number of results returned by API.Bible.
offsetintegeroptionalThe number of results skipped before the response page.