Copy page
Copy page as Markdown for LLMs
Astrology, tarot, numerology, and horoscope APIs for developers. 193 endpoints, 8 languages, one platform. No domain expertise required.
curl -X POST https://astroapi-5.divineapi.com/api/v5/daily-horoscope -H "Authorization: Bearer YOUR_AUTH_TOKEN" -d "api_key=YOUR_API_KEY&sign=aries&day=21&month=3&year=2026&tzone=5.5&h_day=today"
{ "success": 1, "data": { "sign": "aries", "prediction": { "personal": "Today brings a surge of creative energy...", "health": "Focus on maintaining balance...", "profession": "A new opportunity may arise...", "emotions": "Your emotional intelligence peaks...", "travel": "Short trips are favored...", "luck": "Lucky number: 7, Lucky color: Red" } } }
| Category | What It Covers | Endpoints |
|---|---|---|
| Horoscope & Tarot | Daily/weekly/monthly horoscopes, tarot readings, fortune cookie, angel readings | 20+ |
| Indian / Vedic API | Kundli, planetary positions, dashas, panchang, matching, yogas | 80+ |
| Western Astrology | Natal charts, synastry, transits, progressions, fixed stars | 50+ |
| Lifestyle APIs | Love readings, career guidance, dream interpretation | 15+ |
| Numerology | Core numbers, Lo Shu grid, name analysis, mobile number analysis | 15+ |
| PDF Reports | Kundli Sampoorna, match making, yearly predictions, numerology reports | 10+ |
| Calculators | Love calculator, FLAMES, zodiac compatibility tools | 5+ |
| Language | Install |
|---|---|
| JavaScript / TypeScript | npm install divineapi |
| Python | pip install divineapi |
| PHP | composer require divineapi/divineapi |