← Back to All Endpoints

Numeric Reference

Converts plain text Bible references to numeric verse reference codes. These codes can be used with the text endpoint to retrieve verse content.

Parameters

Working Examples

Click any example below to see the live result:

Single Verse

Convert John 3:16 to its numeric code

Try it: https://verseapi.memorize.live/?action=numeric&reference=John%203:16

Verse Range

Convert a range of verses to numeric codes

Try it: https://verseapi.memorize.live/?action=numeric&reference=Matthew%201:1-5

Chapter Reference

Convert an entire chapter reference

Try it: https://verseapi.memorize.live/?action=numeric&reference=Psalm%2023

Response Format

{
  "action": "numeric",
  "input": "John 3:16",
  "result": [
    {
      "start": "43003016",
      "end": "43003016"
    }
  ]
}