# Find Douay-Rheims Bible Data for Catholic Tools

**Use case:** 

Search for Douay-Rheims Bible metadata to support Catholic ministry apps, newsletters, study tools, and Scripture workflows.

## Input

```json
{
  "mode": "catalog",
  "translationId": "en-kjv",
  "reference": "John 3:16",
  "book": "yohana",
  "chapter": 3,
  "verse": 2,
  "endVerse": 30,
  "languageCode": "eng",
  "search": "Douay",
  "fullBibleOnly": true,
  "includeMetadata": true,
  "maxResults": 100
}
```

## Output

```json
{
  "translationId": {
    "label": "Translation ID",
    "format": "string"
  },
  "translationName": {
    "label": "Translation name",
    "format": "string"
  },
  "languageCode": {
    "label": "Language code",
    "format": "string"
  },
  "booksFound": {
    "label": "Books found",
    "format": "number"
  },
  "chaptersFound": {
    "label": "Chapters found",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "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.