Skip to content
AstroWay/api v2.19.0 · docs
all systems operational
UA EN

Horoscope & AI Interpretations API

10 AI endpoints — part of the 700+ endpoint AstroWay platform (16 categories). 5 for horoscopes (daily, weekly, monthly, yearly, compatibility) and 5 for interpretations (natal, synastry, transits, element, placement). All built on real Swiss Ephemeris calculations (the same engine that powers Solar Fire and Astrodienst) — not on templates and not on raw LLM hallucinations.

  1. The API calculates a real astrological chart (transits, natal, synastry) via Swiss Ephemeris
  2. The result is passed through our AI gateway sitting on top of best-of-breed market models (Google Gemini → Groq Llama 3.3 → OpenRouter with GPT-4 / Claude / DeepSeek → Cerebras → SambaNova → Mistral) with an astrology system prompt and automatic failover
  3. The LLM generates text with built-in safety guardrails (no medical/legal/financial advice)
  4. Response includes a disclaimer and audit trail
EndpointCreditsWhat it generates
/v1/horoscope/daily20Daily horoscope based on current transits
/v1/horoscope/weekly20Weekly overview
/v1/horoscope/monthly20Monthly forecast
/v1/horoscope/yearly50Annual forecast
/v1/horoscope/compatibility50Text compatibility analysis
EndpointCreditsWhat it interprets
/v1/interpret/natal50Full natal chart interpretation
/v1/interpret/synastry50Synastry interpretation
/v1/interpret/transits50Current transit interpretation
/v1/interpret/element20Single element (planet in sign, aspect)
/v1/interpret/placement20Placement (planet in house)
Terminal window
curl -X POST https://api.astroway.info/v1/horoscope/daily \
-H "X-Api-Key: aw_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-07-14",
"time": "14:30:00",
"timezoneOffset": 3,
"latitude": 50.4501,
"longitude": 30.5234
}'

All AI endpoints have built-in protections:

  • System prompt explicitly forbidding medical, legal, and financial advice
  • Auto-injected disclaimer in every response
  • Content filter — post-filtering on keywords
  • Audit trail — logging of prompts and responses (90-day retention)
  • disclaimer_inline: true — parameter for enterprise wanting disclaimer in the text body
  • Content platforms — daily horoscopes for an audience
  • Astrology apps — personalized interpretations instead of generic text
  • AI agents — via MCP server or direct API call
  • Media — astrology content generated from real data

Daily horoscope — 20 credits. Full natal chart interpretation — 50 credits. On the Free tier — 250 daily horoscopes or 100 interpretations per month.

Was this helpful?
Suggest an edit

Last updated: