calculate_cosmic_score
Compute the Mythsensus Cosmic Score (1-999) for a birth date. Synthesises 26 ancient divination systems including BaZi, Vedic Jyotish, Western astrology, Nine Star Ki, Thai Seven Number, Mayan Tzolk'in, Norse Runes, and 19 others. Returns numeric score, tier (Common→Mythic), percentile, plus a 5-of-26 per-system consensus preview. Deterministic: same input always returns the same output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | Birth day (1-31) | |
| lat | No | Birth latitude (optional; default 13.75 = Bangkok) | |
| lon | No | Birth longitude (optional; default 100.5 = Bangkok) | |
| hour | No | Birth hour (0-23, optional — improves BaZi/Vedic/Western precision; default 12 noon) | |
| lang | No | Output language (optional; default th) | |
| year | Yes | Birth year (4-digit, e.g. 1990) | |
| month | Yes | Birth month (1-12) | |
| minute | No | Birth minute (0-59, optional; default 0) | |
| timezone | No | Timezone offset hours (optional; default +7) |