/api/astro/numerology/angel/1 creditAngel numbers
The meaning of a repeating or sequential number, and the angel number of a birth date. Send `sequence` (the number seen, e.g. "1111" - non-digits are ignored), a `date_time`, or both. A longer run of one digit reads as its triple, so 11111 takes the meaning of 111. A sequence that is not a recognised pattern returns its digit root and a note saying so, rather than a meaning invented for it. Labelled in the response for what it is: a contemporary devotional practice popularised in the twentieth century, not a classical system.
https://api.occultapi.com/api/astro/numerology/angel/Authentication
Send your key in the X-API-Key header. Keys are server-side credentials — never put one in browser JavaScript or a mobile app.
X-API-Key: yt_live_a1b2c3d4_…
Content-Type: application/jsonRequest fields
| Field | Type | Required | Notes |
|---|---|---|---|
| date_time | string (date-time) | optional | The moment to calculate for, ISO 8601. ALWAYS include an offset or a trailing Z - a value with no zone is read as Asia/Kolkata (UTC+05:30), not UTC, and can return the previous day's result with a 200. '2026-09-01T06:00:00Z' and '2026-09-01 06:00:00' are different instants and give different answers. |
| sequence | string | optional | The number seen, e.g. "1111". Non-digits are ignored. |
Example request
This example is not yet verified
The field names and types below are taken from the API definition and are accurate, but this particular body has not returned a success when we last ran it — it may need a value we cannot infer. Treat it as a starting point rather than a working command.
curl -X POST https://api.occultapi.com/api/astro/numerology/angel/ \
-H "X-API-Key: $OCCULT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"date_time":"2026-09-01 06:00:00"}'Response
A verified example response is not available for this endpoint yet. The request shape above is generated from the API definition and is accurate; we publish response samples only once we have proven them against a live call.
Errors
Metering errors return { "error": "…", "message": "<code>", "is_error": true }. Show error to people and branch on message. See the error reference.