Download OpenAPI specification:
For all queries of Bible information in our database.
reference | string Default: "(none)" Example: reference=Psalm 63:1-2 A Bible passage reference. |
search | string Default: "(none)" Example: search=Peace A keyword that can be found in the Bible. |
request | string Default: "(none)" Example: request=John 3:16 Keywords or Bible passasge references. Cannot be both. If a passage, the response format looks like the |
data_format | string Default: "passage" Formats the structure of the response. Parameter values can either be:
|
bible | string Default: "kjv" Translation of the bible. Can be a:
|
whole_words | boolean Default: false Sets the search and keyword parameters to search for whole words. |
exact_case | boolean Default: false Sets the search and keyword parameters to search for exact case. |
highlight | string Default: false Setting to true will wrap the highlight tag around the keyword. |
highlight_tag | string Default: "b" The HTML tag used to highlight keywords. |
page | string Default: 1 The number of the page to show. |
page_limit | integer Default: 1 The results per page. |
page_all | boolean Default: false Shows all results. |
context | boolean Default: false Shows the verses surrounding the given verse. |
context_range | integer Default: 5 The amount of verses pulled by the context parameter. |
search_type | string Default: "and" Example: search_type=or The type of search when using the keyword search. The options include:
|
keyword_limit | integer Default: 5 Sets the minimum amount of keywords for keyword searches. |
proximity_limit | integer Default: 5 Sets the range of verses of allowable verses between keywords. |
markup | string Default: "none" Formats the markup for Strongs numbers or red letters. The options include:
|
parallel_search_error_suppress | boolean Default: false The verses from this Bible have been included for comparison errors won't show. |
callback | string Default: "(none)" Name of callback for JSONP. |
curl "https://api.biblesupersearch.com/api?reference=Psalm+63:1-2"
Response for a reference query in a passage data_format
(e.g. Psalm63:1-2).
{- "hash": "pgvu7cuok3",
- "disambiguation": [ ],
- "strongs": [ ],
- "paging": [ ],
- "errors": [ ],
- "error_level": 0,
- "results": [
- {
- "book_id": 19,
- "book_name": "Psalms",
- "book_short": "Ps",
- "book_raw": "Psalm",
- "chapter_verse": "63:1 - 2",
- "chapter_verse_raw": null,
- "verse_index": {
- "63": [
- 1,
- 2
]
}, - "verses": {
- "kjv": {
- "63": {
- "1": {
- "id": 14841,
- "book": 19,
- "chapter": 63,
- "verse": 1,
- "text": "¶ A Psalm of David, when he was in the wilderness of Judah. O God, thou art my God; early will I seek thee: my soul thirsteth for thee, my flesh longeth for thee in a dry and thirsty land, where no water is;",
- "italics": "",
- "claimed": true
}, - "2": {
- "id": 14842,
- "book": 19,
- "chapter": 63,
- "verse": 2,
- "text": "To see thy power and thy glory, so as I have seen thee in the sanctuary.",
- "italics": "",
- "claimed": true
}
}
}
}, - "verses_count": 2,
- "single_verse": false,
- "nav": {
- "prev_book": "Job",
- "next_book": "Proverbs",
- "next_chapter": "Psalms 64",
- "ncb_name": "Psalms",
- "prev_chapter": "Psalms 62",
- "pcb_name": "Psalms",
- "curr_chapter": "Psalms 63",
- "ccb_name": "Psalms",
- "ncb": 19,
- "ncc": 64,
- "pcb": 19,
- "pcc": 62,
- "ccb": 19,
- "ccc": 63,
- "nb": 20,
- "pb": 18
}
}
]
}