Compare Revisions

Revision: 2
Title: Bible Search
Author: admin
Date: 03/24/2010 16:43:49

Bible Search

Searches the text of a Bible.

http://api.biblia.com/v1/bible/search/{bible}

http://api.biblia.com/v1/bible/search/LEB

Request

bibleThe ID of the Bible to search (e.g. “KJV”).
queryThe query text.
passagesThe passages to search in (e.g. “Matthew-John”).
startThe zero-based index of the first result to return (default 0).
limitThe maximum number of results to return (all if unspecified).
formatOutput format (details).
previewnone, text, or html; default text.
sortThe sort order (relevance or passage)

Response

{
  "results" : [
    {
      "passage" : "John 1:1",
      "preview" : "In the beginning was the Word, and the Word was with God, and the Word was God."
    },
    ...
  ]
}

Revision: 3
Title: Bible Search
Author: admin
Date: 03/24/2010 16:52:03

Bible Search

Searches the text of a Bible.

http://api.biblia.com/v1/bible/search/{bible}

http://api.biblia.com/v1/bible/search/LEB

Request Parameters

bibleThe ID of the Bible to search (e.g. “KJV”).
queryThe query text.
passagesThe passages to search in (e.g. “Matthew-John”).
startThe zero-based index of the first result to return (default 0).
limitThe maximum number of results to return (all if unspecified).
formatOutput format (details).
previewnone, text, or html; default text.
sortThe sort order (relevance or passage)

Response

{
  "results" : [
    {
      "passage" : "John 1:1",
      "preview" : "In the beginning was the Word, and the Word was with God, and the Word was God."
    },
    ...
  ]
}


API.Biblia.com Documentation

Welcome, Guest! (sign in)