API.Bible
API.Bible

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

Completely Secure
169769VIEWS
2298USERS

Tools

1 of 4

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 Id

Tool to retrieve details of a specific audio Bible by its ID. Use when you need metadata about an audio Bible version.

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 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 Id

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 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.