# Get Scripture Text for Sermon Notes

**Use case:** 

Retrieve structured Bible passage data for sermon notes, teaching outlines, preaching prep, worship slides, and ministry handouts.

## Input

```json
{
  "mode": "passage",
  "translationId": "en-lsv",
  "reference": "Romans 8:28-30",
  "book": "yohana",
  "chapter": 3,
  "verse": 2,
  "endVerse": 30,
  "languageCode": "eng",
  "search": "Douay",
  "fullBibleOnly": false,
  "includeMetadata": true,
  "maxResults": 100
}
```

## Output

```json
{
  "reference": {
    "label": "Reference",
    "format": "string"
  },
  "translationName": {
    "label": "Translation name",
    "format": "string"
  },
  "text": {
    "label": "Scripture text",
    "format": "string"
  },
  "translationId": {
    "label": "Translation ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ScriptureFlow Bible Data](https://apify.com/exnav29/scriptureflow) with a specific input configuration. Visit the [Actor detail page](https://apify.com/exnav29/scriptureflow) to learn more, explore other use cases, and run it yourself.