Skip to content
AstroWay/api v2.202.7 · docs
all systems operational

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 several leading LLM providers 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/daily50Daily horoscope based on current transits
/v1/horoscope/weekly50Weekly overview
/v1/horoscope/monthly50Monthly forecast
/v1/horoscope/yearly100Annual forecast
/v1/horoscope/compatibility50Text compatibility analysis
EndpointCreditsWhat it interprets
/v1/interpret/natal100Full natal chart interpretation
/v1/interpret/synastry100Synastry interpretation
/v1/interpret/transits100Current transit interpretation
/v1/interpret/element100Single element (planet in sign, aspect)
/v1/interpret/placement100Placement (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 '{
"sign": "cancer",
"date": "2026-08-17",
"language": "uk"
}'

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 (/v1/horoscope/daily) - 50 credits. Full natal chart interpretation (/v1/interpret/natal) - 100 credits. On the Free tier that is 200 daily horoscopes or 100 interpretations per month.

Was this helpful?
Suggest an edit

Last updated: