GET/v1/numerology/angel/today
Today's angel number
Compute today's angel number from the current date. The date's digits are summed and reduced to a single digit (1-9), then the triple sequence of that digit is returned (e.g. digit 3 → angel number 333). The same number is returned for all callers on the same date.
Request parameters
No fields documented in the OpenAPI schema.
Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.number
string
Angel number sequence, e.g. '111', '1111'.
data.theme
string
Core theme of this angel number.
data.message
string
Primary message of this angel number.
data.guidance
string
Actionable guidance for this number.
data.areas
array[string]
Life areas associated with this number.
data.date
string
Date for which this number was computed (YYYY-MM-DD).
data.daily_digit
integer
Reduced single digit from today's date (1-9).
data.angel_number
string
The angel number sequence derived from today's date.
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.