Our API handles the complex mathematics of celestial movements so you can focus on building the
best user experience.
Complete D1 to D60 divisional charts with high-precision calculation of ascendant and house systems.
Comprehensive algorithmic analysis of Manglik, Kalsarp, Pitra Dosha, and Sade Sati periods with remediation suggestions.
Real-time astronomical ephemeris data for all nine planets, Rahu/Ketu, and specialized upagrahas.
Integrate our JSON-based API in minutes. We provide robust SDKs for Node.js, Python, and Ruby, or you can call our REST endpoints directly.
99.9% API Uptime SLA
Global City Database (2M+ Locations)
Automatic Daylight Savings Correction
import requests
import json
url = "https://api.astrobeans.com/horoscope/v1/daily"
payload = json.dumps({
"date": "2026-02-15",
"sign": "aries",
"language": "hindi"
})
headers = {
'Merchant-Id': '123456',
'API-Key': '54511asd16sxxxxxxxxxxx',
'Content-Type': 'application/json'
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
Provides the essential input details and explains the core astrological calculations and outputs generated by the system.
| Field | Type | Required |
|---|---|---|
| dob | String (YYYY-MM-DD) | Yes |
| tob | String (HH:MM:SS) | Yes |
| lat/lon | Float | Yes |
| ayanamsa | String (lahiri, kp, etc) | Optional |
Degrees, Nakshatras, Zodiac Signs, and House placements for 9 planets.
Detailed numerical strengths for houses and signs (SAV and BAV tables).
Complete breakdown of Mahadasha, Antardasha, and Pratyantardasha periods.
Start for free with 500 requests per month. No credit card required to begin testing.