Tomorrow's reading for one rashi, with every life aspect.
EVERY ASPECT IS RETURNED ON EVERY CALL - general, career and business, love and relationships, money and finances, health, education and student, family, travel, business, and professionals. That is the difference from /api/astro/rashifal/, which returns a rotating sample of three or four aspects chosen by the date, so a page for one fixed aspect could not be built from it. Send `aspect` to get just one.
Readings are deterministic: the same sign, period, aspect and date always return the same words, so a page can be cached and will not contradict itself when someone refreshes. `rashi` and `aspect` are case-insensitive. `date` defaults to today; for tomorrow and yesterday the offset is applied to the date you send.
This is a sun-sign reading keyed to the Moon's transit, not a birth chart - it takes no birth time or place, and it is not a horoscope.
Request fields
Field
Type
Required
Notes
rashi
string
required
Western sign name. Case-insensitive: Aries, aries and ARIES are all accepted.
Return only this aspect, in any case. Omit for all ten.
* `general` - general
* `career_business` - career_business
* `love_relationships` - love_relationships
* `money_finances` - money_finances
* `health` - health
* `education_student` - education_student
* `family` - family
* `travel` - travel
* `business` - business
* `professionals` - professionals
date
string (date)
optional
The day to read from. Defaults to today. For `tomorrow` and `yesterday` the offset is applied to this date, so sending 2026-09-16 to /tomorrow/ reads 2026-09-17.