Horoscopes | Tarot Daily | Numerology | Panchang | Moon Phase | Affirmations
White-label daily astrology content for your app, website, or newsletter. All 12 zodiac horoscopes, card of the day, daily number, panchang, moon phase, and more. One API call, full day's content.
Everything a content publisher needs, updated daily
AI-generated daily horoscope for all 12 zodiac signs. Career, love, health, and lucky number/color. White-label ready.
/v2/content/daily/horoscopeDaily tarot card with upright meaning, guidance message, and AI interpretation. Date-seeded for consistency across your user base.
/v2/content/daily/tarotUniversal day number with meaning and guidance. Personal day number when birth date is provided.
/v2/content/daily/numerologyTithi, Nakshatra, Yoga, Karana, Rahu Kaal, Abhijit Muhurta. Essential Hindu calendar data updated daily.
/v2/content/daily/panchangCurrent moon phase, illumination percentage, moonrise/moonset times, and astrological significance of today's lunar position.
/v2/content/daily/moonAstrologically-aligned daily affirmation based on current planetary transits. Perfect for push notifications and morning content.
/v2/content/daily/affirmationcurl https://api.vedika.io/v2/content/daily/horoscope?sign=aries \
-H "Authorization: Bearer your_api_key"
# Get all 12 signs at once
curl https://api.vedika.io/v2/content/daily/horoscope?all=true \
-H "Authorization: Bearer your_api_key"// Get full daily bundle
const [horoscopes, tarot, moon] = await Promise.all([
fetch('/v2/content/daily/horoscope?all=true', opts),
fetch('/v2/content/daily/tarot', opts),
fetch('/v2/content/daily/moon', opts)
]);
// White-label: no Vedika branding in response
// Just raw content ready for your UIAll endpoints included in every plan.
12 signs. White-label. Auto-updating. Plans from $12/month.