# Discover Spanish Bible Book Names

**Use case:** 

List Spanish Bible book metadata for bilingual ministry apps, forms, Bible studies, Scripture tools, and automation workflows.

## Input

```json
{
  "mode": "translation_books",
  "translationId": "es-vbl",
  "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"
  },
  "canonicalBook": {
    "label": "Canonical book",
    "format": "string"
  },
  "bookSlug": {
    "label": "Book slug",
    "format": "string"
  },
  "book": {
    "label": "Book",
    "format": "string"
  },
  "chaptersFound": {
    "label": "Chapters found",
    "format": "number"
  }
}
```

## 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.