# Get Scripture for a Multilingual Bible Study

**Use case:** 

Retrieve localized Scripture data for multilingual Bible studies, ministry groups, teaching workflows, and study handouts.

## Input

```json
{
  "mode": "passage",
  "translationId": "swh-onen",
  "reference": "John 3:16",
  "book": "yohana",
  "chapter": 3,
  "verse": 16,
  "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"
  },
  "book": {
    "label": "Book",
    "format": "string"
  },
  "chapter": {
    "label": "Chapter",
    "format": "number"
  },
  "verse": {
    "label": "Verse",
    "format": "number"
  },
  "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.