GET/v1/numerology/meaning/{number}
Get number meaning by context
Returns interpretation details for a specific number within a numerology context. Query context defaults to general (same meanings as life path). Requires authenticated API key access (Core tier or above in product terms). Returns meaning text and optional thematic guidance fields.
Request parameters
numberrequired
integer
contextoptional
string
Interpretation family.
general defaults to life_path meanings; other values select that specific table.Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.number
integer
Number being interpreted
data.context
string
Numerology context for interpretation (
general uses life_path meanings)data.interpretation
string
Narrative meaning for the number in context
data.keywords
array[string]
Keywords for number-context meaning
data.theme
string | null
Optional theme label for this meaning
data.opportunities
array[string]
Opportunity highlights for this meaning
data.challenges
array[string]
Challenge highlights for this meaning
data.advice
string | null
Optional advice associated with this meaning
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.