Skip to main content
POST/v1/numerology/soul-urge

Soul Urge (Heart's Desire) Number

Calculates the Soul Urge number from vowels (A, E, I, O, U) in the full name. Reduces each name part separately. Y is treated as a consonant in this implementation.

Request parameters

namerequired
string
Full name (first and last)

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.number
integer
data.is_master_number
boolean
data.karmic_debt_number
integer | null

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.