Converts plain text Bible references to a cleaned, standardized format. Handles book name variations, numbered books, and complex references.
Click any example below to see the live result:
Normalize a basic single-verse reference
Handle numbered books like 1 John correctly
Test with the last verse of the Bible
{
"action": "normalize",
"input": "Genesis 1:1",
"result": [
{
"start": "Genesis 1:1",
"end": "Genesis 1:1"
}
]
}