ScriptureFlow Bible Data
Pricing
Pay per usage
ScriptureFlow Bible Data
Retrieve structured, multilingual Bible data as JSON. Look up passages, discover translations, and validate Scripture references for n8n, AI agents, and apps.
ScriptureFlow Bible Data
Pricing
Pay per usage
Retrieve structured, multilingual Bible data as JSON. Look up passages, discover translations, and validate Scripture references for n8n, AI agents, and apps.
Record type
recordType
Required
The kind of row written by the Actor.
Mode
mode
Required
The Actor mode that produced this row.
Source
source
Required
ScriptureFlow source metadata for the row, including endpoint, documentation URL, CTA URL, and retrieval time.
{ "provider": "ScriptureFlow", "endpoint": "/api/verse", "docsUrl": "https://scriptureflow-dev-docs.pages.dev", "apiCtaUrl": "https://scriptureflow-dev-docs.pages.dev?utm_source=apify&utm_medium=actor&utm_campaign=scriptureflow_bible_data", "retrievedAt": "2026-06-13T00:00:00.000Z"}Translation ID
translationId
Optional
ScriptureFlow translation key, such as en-kjv.
Reference
reference
Optional
Resolved Scripture reference for verse rows.
Input reference
inputReference
Optional
Reference string originally supplied by the user.
Normalized reference
normalizedReference
Optional
Reference resolved by ScriptureFlow validation mode.
Book
book
Optional
Resolved Bible book identifier returned by ScriptureFlow.
Book slug
bookSlug
Optional
Book slug returned by ScriptureFlow when available.
Canonical book
canonicalBook
Optional
Canonical book key returned by ScriptureFlow when available.
Chapter
chapter
Optional
Resolved chapter number.
Verse
verse
Optional
Resolved verse number.
Scripture text
text
Optional
Verse text returned by ScriptureFlow for passage mode.
Valid
valid
Optional
Whether the row represents a valid resolved reference or user-error result.
Error code
errorCode
Optional
Structured error code for user/input error rows.
Message
message
Optional
Human-readable error message for error rows.
Status
status
Optional
Translation status for catalog rows, or HTTP status for error rows.
Metadata
metadata
Optional
Optional non-text metadata such as source path, API path, ID, and input reference.
Language code
languageCode
Optional
Language code returned in catalog rows.
Translation name
translationName
Optional
Human-readable translation name returned in catalog rows.
Books found
booksFound
Optional
Number of books found in catalog metadata.
Chapters found
chaptersFound
Optional
Number of chapters found in catalog metadata or for a book metadata row.
First chapter
firstChapter
Optional
Lowest chapter number found for a book metadata row.
Last chapter
lastChapter
Optional
Highest chapter number found for a book metadata row.
Total verses
totalVerses
Optional
Sum of chapter verse counts for a book metadata row when available.
Verses found
versesFound
Optional
Number of verses found in catalog metadata.
Verse index type
versesIndexType
Optional
Catalog metadata describing the available ScriptureFlow index format.
Total translations
totalTranslations
Optional
Total number of ready translations the Actor read from the catalog for a catalogSummary row.
Discovered translations
discoveredTranslations
Optional
Total discovered translation records reported by ScriptureFlow status metadata when available.
Ready translations
readyTranslations
Optional
Ready translations currently exposed through the Actor catalog.
Language count
languageCount
Optional
Number of unique catalog language codes for a catalogSummary row.
Full Bible count
fullBibleCount
Optional
Number of translations whose catalog metadata indicates at least 66 books and 1,189 chapters.
Partial translation count
partialTranslationCount
Optional
Number of catalog translations not classified as full Bible by the available coverage metadata.
New Testament only count
newTestamentOnlyCount
Optional
Number of translations whose catalog metadata indicates exactly 27 books and 260 chapters.
Top languages
topLanguages
Optional
Most represented catalog language codes, sorted by translation count.
Error details
details
Optional
Raw details returned with a structured user/input error when available.