GET/v1/dreams/symbol/{name}
Single dream symbol lookup
Lookup a specific dream symbol by slug or name (case-insensitive). Examples: 'snake', 'eagle', 'childhood-home', 'teeth falling out'. Returns full dual-tradition interpretation including Jungian archetype, Vedic dream tradition meaning, context variants, and related symbols.
Request parameters
namerequired
string
Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.slug
string
URL-safe identifier.
data.name
string
Display name of the symbol.
data.category
string
Symbol category: animals, nature, people, places, objects, actions, body, or abstract.
data.jungian_meaning
string
Jungian/Western psychological interpretation.
data.jungian_archetype
string
Primary Jungian archetype activated by this symbol.
data.vedic_meaning
string
Classical Vedic dream tradition interpretation.
data.vedic_auspicious
boolean | null
True if auspicious (Shubha), False if inauspicious (Ashubha), null if mixed/context-dependent.
data.traditions_agree
string
Whether Jungian and Vedic traditions agree: 'agree', 'conflict', or 'partial'.
data.emotional_tone
string
Primary emotional register: anxiety, transformation, auspicious, warning, grief, power, healing, clarity, confusion, or neutral.
data.themes
array[string]
Thematic keywords used for AI synthesis and search.
data.context_variants
array[object]
Alternative readings depending on dream context.
data.context_variants[].context
string
The specific dream context or variant.
data.context_variants[].meaning
string
The interpretation for this specific context.
data.related_symbols
array[string]
Slugs of related dream symbols.
Errors
Missing or invalid API key.
Upstream ephemeris service error.
API key tier does not include this endpoint.
Unexpected server error.
Too many requests in a short window.
Request body exceeds the size limit.
Referenced resource was not found.
Request body failed schema validation.