research preview · v0

Astro Research Labs

Computational astrology infrastructure and practitioner-guided intelligence systems. Free API access is open now. A domain-adapted prediction model is in training.

Built from deterministic astrological calculations, anonymized prediction corpora, and experienced practitioner review.

arl/console · ephemeris stream
lat 28.6139 · lon 77.2090 · ayanamsa lahiri
SUNLeo 28°41′+00°59′12″
MOONSco 12°08′−05°22′47″
MARSCap 03°55′−21°14′03″
MERCVir 09°37′+04°48′55″
JUPTau 17°22′+18°02′41″
VENLib 05°14′−01°33′10″
SATAqu 24°09′−13°27′36″
RAHUAri 18°51′+11°41′27″
KETULib 18°51′−11°41′27″
URATau 22°18′+18°59′02″
SUNLeo 28°41′+00°59′12″
MOONSco 12°08′−05°22′47″
MARSCap 03°55′−21°14′03″
MERCVir 09°37′+04°48′55″
JUPTau 17°22′+18°02′41″
VENLib 05°14′−01°33′10″
SATAqu 24°09′−13°27′36″
RAHUAri 18°51′+11°41′27″
KETULib 18°51′−11°41′27″
URATau 22°18′+18°59′02″
consistency
0.92
specificity
0.81
empathy
0.87
contradict
0.04
safety
ok
↓ live now · open APIs↓ in training · intelligence preview
Live now

Astrology APIs, open for builders.

Generate charts, Panchang data, Dashas, transits, matching inputs, and structured astrological outputs through a developer-friendly API layer.

POST/v1/chart
Birth chart calculations

Rasi, Navamsa, and divisional charts with deterministic planetary positions.

GET/v1/panchang
Panchang and lunar data

Tithi, vara, nakshatra, yoga, karana, and sunrise/sunset for any location.

POST/v1/positions
Nakshatra and planetary positions

Sidereal positions, retrogrades, declinations, and nakshatra padas.

POST/v1/dasha
Vimshottari Dasha

Mahadasha, antardasha, and pratyantardasha periods with precise transitions.

POST/v1/transits
Transit calculations

Current and forward planetary transits relative to a natal chart.

POST/v1/match
Compatibility inputs

Structured inputs for Ashtakoot, Dashakoot, and other matching frameworks.

In training

A practitioner-guided intelligence system.

We are training and evaluating a domain-adapted model on a large historical prediction corpus, supported by review from senior traditional practitioners. The system is being designed for structured reasoning, empathetic language, and tradition-consistent interpretation.

Corpus
Anonymized historical predictions with practitioner annotations.
Review
Sampling-based human review for tradition consistency.
Evaluation
Chart consistency, specificity, empathy, contradiction rate, safety.
Method

Built as a measurable system.

Our work separates deterministic chart computation from interpretive generation. Outputs are evaluated for chart consistency, specificity, empathy, contradiction rate, and safety boundaries.

  1. 01
    Deterministic chart context
    Calculation layer is the source of truth. All interpretive output is grounded in structured chart facts.
  2. 02
    Anonymized training corpus
    Historical predictions reviewed for traditional consistency, with personal identifiers removed.
  3. 03
    Practitioner review loops
    Senior traditional practitioners review samples for tradition-consistent interpretation.
  4. 04
    Model evaluation
    Outputs scored on chart consistency, specificity, empathy, contradiction rate, and refusal behavior.
  5. 05
    Safety and refusal boundaries
    Defined boundaries for medical, legal, financial, and emergency-adjacent topics.
Quickstart

First API call in minutes.

Generate a token, send a single request, receive structured chart output. The same endpoints power our internal evaluation harness.

curl · /v1/chart
curl https://api.astroresearchlabs.com/v1/chart \
  -H "Authorization: Bearer arl_test_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "date": "1994-08-21",
    "time": "14:35:00",
    "timezone": "Asia/Kolkata",
    "latitude": 28.6139,
    "longitude": 77.2090,
    "ayanamsa": "lahiri"
  }'
Notes from the lab

Notes from the lab.

Short technical writeups on the choices behind the calculation layer, the evaluation framework, and the practitioner review loop.

research note

Why deterministic chart context matters for astrology AI

On separating calculation from generation — and why grounding matters more than scale.

Coming soon
research note

Evaluating astrology model outputs without overclaiming accuracy

A pragmatic evaluation framework: consistency, specificity, empathy, contradiction.

Coming soon
research note

Building APIs for traditional systems with modern reliability

Notes from designing endpoints around Panchang, Dasha, and transit semantics.

Coming soon