GET/v1/numerology/life-path
Get life path number
Calculates the life path number for a birth date and returns interpretation details. Query: date (YYYY-MM-DD). Requires authenticated API key access (Core tier or above in product terms). Returns number, master/karmic markers, and guidance keywords.
Request parameters
daterequired
string (date)
Birth date (YYYY-MM-DD)
Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.life_path_number
integer
Computed life path number
data.is_master_number
boolean
Whether life path is a master number
data.karmic_debt_number
integer | null
Karmic debt number if present
data.interpretation
string
Narrative interpretation for life path number
data.keywords
array[string]
Keywords associated with the life path number
Errors
Missing or invalid API key.
Upstream ephemeris service error.
Reserved; product endpoints are not feature-gated by plan (quota differs by tier).
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.