API.Bible
api_bibleAPI.Bible allows developers to integrate Scripture content into their applications or websites for non-commercial purposes.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get All BooksAPI_BIBLE_GET_ALL_BOOKSAcciónTool to retrieve a list of all books in the bible. use when you need a catalog of every biblical book.
API_BIBLE_GET_ALL_BOOKSAcciónTool to retrieve a list of all books in the bible. use when you need a catalog of every biblical book.
Parámetros de entrada
bibleIdstringObligatorioUnique identifier of the Bible version to retrieve books from (e.g., 'de4e12af7f28f599-01')
Parámetros de salida
dataobject[]ObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Bible by IDAPI_BIBLE_GET_BIBLEAcciónTool to retrieve details of a specific bible version by its id. use when you need full metadata after listing versions. example prompt: 'get metadata for bibleid de4e12af7f28f599-01'.
API_BIBLE_GET_BIBLEAcciónTool to retrieve details of a specific bible version by its id. use when you need full metadata after listing versions. example prompt: 'get metadata for bibleid de4e12af7f28f599-01'.
Parámetros de entrada
bibleIdstringObligatorioUnique identifier of the Bible version to retrieve (e.g., 'de4e12af7f28f599-01')
Parámetros de salida
dataobjectObligatorioSchema for a specific Bible version.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SectionAPI_BIBLE_GET_SECTIONAcciónTool to retrieve detailed content for a single section by id. use after listing sections.
API_BIBLE_GET_SECTIONAcciónTool to retrieve detailed content for a single section by id. use after listing sections.
Parámetros de entrada
bibleIdstringObligatorioID of the Bible whose section is to be fetched.
parallelsstringComma-separated list of Bible IDs for parallel content comparison.
sectionIdstringObligatorioID of the section to retrieve.
content-typestringenumFormat of section content: 'html' (default), 'json', or 'text'.
htmljsontextinclude-notesbooleanInclude footnotes in content.
include-titlesbooleanInclude section titles in content.
include-verse-spansbooleanInclude verse spans in content.
include-verse-numbersbooleanInclude verse numbers in content.
include-chapter-numbersbooleanInclude chapter numbers in content.
Parámetros de salida
dataobjectObligatorioThe requested section details.
metaobjectObligatorioEmbedding metadata for the section.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SectionsAPI_BIBLE_GET_SECTIONSAcciónTool to retrieve a list of sections for a specific book in a bible version. use after obtaining the bible and book ids to view sectional breakdown.
API_BIBLE_GET_SECTIONSAcciónTool to retrieve a list of sections for a specific book in a bible version. use after obtaining the bible and book ids to view sectional breakdown.
Parámetros de entrada
bookIdstringObligatorioThe ID or abbreviation of the desired book (e.g., 'MAT').
bibleIdstringObligatorioThe ID of the desired Bible version (e.g., '61fd76eafa1577c2-03').
Parámetros de salida
dataobject[]ObligatorioList of section metadata for the given book.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Supported Bible VersionsAPI_BIBLE_GET_SUPPORTED_VERSIONSAcciónTool to retrieve supported bible versions. use when you need to list all available bible translations.
API_BIBLE_GET_SUPPORTED_VERSIONSAcciónTool to retrieve supported bible versions. use when you need to list all available bible translations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search VersesAPI_BIBLE_SEARCH_VERSESAcciónTool to search for verses containing a specified query within a version.
API_BIBLE_SEARCH_VERSESAcciónTool to search for verses containing a specified query within a version.
Parámetros de entrada
qstringObligatorioSearch query string to find verses containing this text.
pageintegerPage offset for results (positive integer).
takeintegerNumber of results to return (positive integer).
versionstringObligatorioBible version identifier to search within (e.g., 'nvi').
Parámetros de salida
dataanyObligatorioSearch results and metadata.
metaanyObligatorioMetadata for the response.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not