Skip to content
POST/api/astro/numerology/isopsephy/1 credit

Greek isopsephy

Greek text scored by the Milesian numerals, 1-900. The three obsolete numeral letters are included - digamma or stigma at 6, koppa at 90, sampi at 900 - because classical isopsephy counts them even though they are not in the 24-letter alphabet. Final sigma has the same value as sigma. Accents and breathings are stripped first; they are diacritics, not letters. EXPECTS GREEK SCRIPT. Latin text scores 0 and is listed in `unscored`.

https://api.occultapi.com/api/astro/numerology/isopsephy/
Test Request

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/json

Request fields

FieldTypeRequiredNotes
textstringrequired

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/isopsephy/ \
  -H "X-API-Key: $OCCULT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"string"}'

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.