GET/v1/numerology/lucky-numbers
Generate lucky numbers
Generates a deterministic lucky number set from name and date query params (BirthInput-aligned). Requires authenticated API key access (Core tier or above in product terms). Returns lucky numbers with supporting numerology context.
Request parameters
namerequired
string
daterequired
string (date)
Birth date (YYYY-MM-DD)
countoptional
integer
Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.lucky_numbers
array[integer]
Generated lucky numbers
data.power_number
integer
Most powerful number for the person
data.date_specific
boolean
Whether numbers are specific to a date
data.interpretation
string
How to use these numbers
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.