Translation
A Bible translation available through the API
type Translation {
abbrev: String
books: [LocalizedBook!]!
concordanceIndexedAt: ISO8601DateTime
hasStemming: Boolean!
hasStrongsTagging: Boolean!
id: ID!
identifier: String!
language: String!
languageName: String
name: String!
note: String
}
Fields
Translation.abbrev ● String scalar
Common abbreviation (e.g. 'WEB', 'KJV')
Translation.books ● [LocalizedBook!]! non-null object
All books available in this translation with localized names
Translation.concordanceIndexedAt ● ISO8601DateTime scalar
When the concordance index was last built. Null means concordance queries will error until rake concordance:index runs.
Translation.hasStemming ● Boolean! non-null scalar
Whether concordance queries apply linguistic stemming for this translation. When false, only exact word forms match.
Translation.hasStrongsTagging ● Boolean! non-null scalar
Whether verses in this translation carry Strong's number annotations (Phase 2 — always false today)
Translation.id ● ID! non-null scalar
Relay global object id
Translation.identifier ● String! non-null scalar
Stable identifier used by every query's translation argument (e.g. 'eng-web', 'spa-rv1909')
Translation.language ● String! non-null scalar
Language code (e.g. 'eng', 'spa')
Translation.languageName ● String scalar
Human-readable language (e.g. 'English (UK)')
Translation.name ● String! non-null scalar
Full translation name (e.g. 'World English Bible')
Translation.note ● String scalar
Licensing or attribution note (e.g. 'Public Domain', 'CC BY 4.0')
Returned By
translation query ● translations query
Member Of
Language object