Retrieves King James Version Bible text for specified verses. Accepts numeric verse reference codes (use the numeric endpoint to convert plain text references).
Click any example below to see the live result:
Get Genesis 1:1 text
Get John 3:16-18 text
Get multiple non-contiguous verses
{
"action": "text",
"input": "01001001",
"result": [
{
"book": 1,
"chapter": 1,
"verse": 1,
"text": "In the beginning God created..."
}
]
}