Calculates the specific verse at a given 1-indexed offset within a range. Useful for calculating verse positions for notifications or sequential reading plans.
Click any example below to see the live result:
Find the 6th verse in Genesis 1:1-1:21
Find the 35th verse in Genesis 1:1-2:10
{
"action": "verse_at_position",
"result": {
"reference": "Genesis 2:4",
"numeric": "01002004",
"components": {
"book_num": 1,
"book": "Genesis",
"chapter": 2,
"verse": 4,
"calculation": {
"position_in_range": 35,
"position_in_chapter": 4,
"total_verses": 56
}
}
}
}