Samples

Code Samples

FastBibleSearch

http://api.biblia.com/samples/fastbiblesearch/

FastBibleSearch is a Silverlight 3 application that uses several Biblia.com services to search the Bible of your choice and display passage content.

Download the source code

Request Samples

The following examples demonstrate how to use various services.

These samples use “abc123” in place of a real API key.

Get a list of all available Bibles and their metadata in JSON or XML format

http://api.biblia.com/v1/bible/find?key=abc123
http://api.biblia.com/v1/bible/find.xml?key=abc123

Search the LEB for “bread”, and return the top 20 results in JSON format

http://api.biblia.com/v1/bible/search/LEB.js?query=bread&mode=verse&start=0&limit=20&key=abc123

Locate Bible references in the text “My favorite Bible verse is Jn 3:16. John 3:17 is good too.”

http://api.biblia.com/v1/bible/scan.js?text=My favorite Bible verse is Jn 3:16. John 3:17 is good too.&key=abc123


API.Biblia.com Documentation

Welcome, Guest! (sign in)