API.Bible

API.Bible allows developers to integrate Scripture content into their applications or websites for non-commercial purposes.

19 actions Integration catalog
Request access
Connect API.Bible once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get All BooksAPI_BIBLE_GET_ALL_BOOKS
Retrieve all books for a specific Bible version. Requires a valid Bible version ID (obtainable from Get Supported Versions). Returns a list of books with their IDs, names, and abbreviations in the Bible's native language.
Get Audio Bible by IDAPI_BIBLE_GET_AUDIO_BIBLE
Tool to retrieve details of a specific audio Bible by its ID. Use when you need metadata about an audio Bible version.
Get Audio BookAPI_BIBLE_GET_AUDIO_BOOK
Tool to retrieve a single audio Book object for a given audio Bible ID and book ID. Use when you need metadata about a specific audio book.
Get Audio ChapterAPI_BIBLE_GET_AUDIO_CHAPTER
Tool to retrieve a single audio chapter with mp3 resource URL. Use when you need to fetch audio content for a specific chapter of an audio Bible. The resourceUrl provided in the response is temporary and expires after a certain time (indicated by expiresAt).
Get Bible by IDAPI_BIBLE_GET_BIBLE
Tool 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'.
Get BookAPI_BIBLE_GET_BOOK
Tool to retrieve a single Book object for a given Bible version and book ID. Use when you need details about a specific book, optionally including its chapters.
Get ChapterAPI_BIBLE_GET_CHAPTER
Retrieve a complete chapter with all verses from a Bible version. Use when you need to fetch an entire chapter's content including all verses, navigation to adjacent chapters, and copyright information. First use Get Supported Versions to obtain valid Bible IDs.
Get PassageAPI_BIBLE_GET_PASSAGE
Retrieve a Bible passage by ID. A passage can represent a chapter, verse, or range of verses. Use when you need to fetch specific scripture content with configurable display options.
Get SectionAPI_BIBLE_GET_SECTION
Retrieve detailed content for a Bible section by ID. A section represents a thematic grouping of verses (e.g., 'The Genealogy of Jesus', 'The Sermon on the Mount'). First use Get Sections to obtain section IDs for a specific book, then use this action to fetch the full content with configurable display options.
Get SectionsAPI_BIBLE_GET_SECTIONS
Tool 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.
Get Supported Bible VersionsAPI_BIBLE_GET_SUPPORTED_VERSIONS
Retrieve a list of available Bible versions (translations) from API.Bible. Use this tool to: - List all available Bible translations before searching for verses - Find Bible versions by language (e.g., English, Spanish, German) - Search for specific translations by name or abbreviation - Get the Bible version ID needed for other API.Bible operations The returned version IDs can be used with other API.Bible tools to access specific Bible content like books, chapters, verses, and sections.
Get VerseAPI_BIBLE_GET_VERSE
Retrieve a specific Bible verse by ID. Use this action when you need to fetch the content of a single verse from a specific Bible version. First use Get Supported Versions to obtain a valid bibleId, then provide the verse ID in format BOOK.CHAPTER.VERSE (e.g., 'JHN.3.16' for John 3:16). Configurable display options allow control over footnotes, titles, and verse numbering.
List Audio BiblesAPI_BIBLE_LIST_AUDIO_BIBLES
Tool to retrieve an array of audio Bible objects authorized for the current API Key. Use when you need to discover available audio Bible versions, filter by language, name, or abbreviation.
List Audio BooksAPI_BIBLE_LIST_AUDIO_BOOKS
Tool to retrieve all books for a specific audio Bible version. Use when you need to list available audio books for a given audio Bible ID. Returns a list of books with their IDs, names, and abbreviations in the Bible's native language.
List Audio ChaptersAPI_BIBLE_LIST_AUDIO_CHAPTERS
Tool to retrieve a list of audio chapters for a specific book in an audio Bible version. Use after obtaining the audio Bible ID and book ID to view available audio chapters.
List ChaptersAPI_BIBLE_LIST_CHAPTERS
Tool to retrieve an array of Chapter objects for a given Bible version and book. Use after obtaining the Bible and book IDs to view all chapters available.
List Chapter SectionsAPI_BIBLE_LIST_CHAPTER_SECTIONS
Tool to retrieve an array of section objects for a specific chapter in a Bible version. Use after obtaining the Bible and chapter IDs to view sectional breakdown of a chapter.
List VersesAPI_BIBLE_LIST_VERSES
Tool to retrieve an array of verses for a specific chapter in a Bible version. Use after obtaining Bible and chapter IDs to get all verses in that chapter.
Search Bible VersesAPI_BIBLE_SEARCH_VERSES
Search for Bible verses containing specified keywords or passage references. This tool searches within a specific Bible version for verses matching your query. For keyword searches, all keywords must be present in a verse to match. You can also search by passage reference (e.g., 'John 3:16-19'). Use API_BIBLE_GET_SUPPORTED_VERSIONS to get valid Bible version IDs.