Skip to main content
GET/v1/numerology/angel/{number}

Angel number meaning

Look up the meaning of a specific angel number. Supported numbers: 000, 111–999 (single repeating digit), 1010, 1111, 1122, 1212, 1234, 2222–9999 (double repeating digit), 911. Pass the number as a string path parameter, e.g. /v1/numerology/angel/444.

Request parameters

numberrequired
string

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.

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.