Converts plain text Bible references to numeric verse reference codes. These codes can be used with the text endpoint to retrieve verse content.
Click any example below to see the live result:
Convert John 3:16 to its numeric code
Convert a range of verses to numeric codes
Convert an entire chapter reference
{
"action": "numeric",
"input": "John 3:16",
"result": [
{
"start": "43003016",
"end": "43003016"
}
]
}