Skip to main content

Angel Number

asterwise_get_angel_number

Lookup the meaning of a specific angel number by its sequence. Supported: 000, 111–999 (single repeating digit), 911, 1010, 1111, 1122, 1212, 1234, 2222–9999 (double repeating digit).

Parameters

ParameterTypeRequiredDescription
numberstringyes
response_formatenum: markdown, jsonno

What it covers

Returns the theme, primary message, actionable guidance, and associated life areas for a specific angel number sequence. Each sequence carries distinct meaning in modern numerological tradition. 111 = manifestation portal. 444 = angelic protection. 999 = cycle completion. 1111 = awakening gateway. 555 = transformation in progress. Pass the number as a string exactly as it appears (e.g. '444' not 444).

Workflow

BEFORE: None — standalone.
AFTER: None.

Input

number: string — the angel number sequence to look up. Examples: '111', '444', '1111', '911'.

Output contract

data.number (string)
data.theme (string)
data.message (string)
data.guidance (string)
data.areas[] (string array)

Response format

response_format=json — structured JSON. response_format=markdown — human-readable. Both return identical data.

Compute class

FAST_LOOKUP

Errors

INVALID_PARAMS (upstream): Unsupported number → 404, surfaces as MCP INTERNAL_ERROR.
INTERNAL_ERROR: Any upstream API failure → MCP INTERNAL_ERROR

Do not confuse with

asterwise_get_angel_number_today — today's collective daily angel number.
asterwise_get_angel_number_personal — personal angel number from birth date.
asterwise_get_number_meaning — Pythagorean numerology meaning for 1–33; different tradition.

Connect

Remote MCP endpoint: https://mcp.asterwise.com/mcp. Authenticate with Authorization: Bearer <API key> or OAuth. See the MCP setup guide.