π¦ ClawHub
Birth Chart
by @krishnakumarmahadevan-cmd
Generates comprehensive astrological birth charts from personal birth data and supports multiple languages for cultural accessibility.
π‘ Examples
Example Request:
{
"name": "Arjun Sharma",
"birth_date": "1990-05-15",
"birth_time": "14:30:00",
"birth_location": "Mumbai, India",
"language": "en"
}
Example Response:
{
"name": "Arjun Sharma",
"birth_date": "1990-05-15",
"birth_time": "14:30:00",
"birth_location": "Mumbai, India",
"ascendant": {
"sign": "Libra",
"degree": 12.45
},
"sun": {
"sign": "Taurus",
"degree": 24.32
},
"moon": {
"sign": "Gemini",
"degree": 18.67
},
"planets": [
{
"name": "Mercury",
"sign": "Aries",
"degree": 5.12
},
{
"name": "Venus",
"sign": "Gemini",
"degree": 9.88
},
{
"name": "Mars",
"sign": "Leo",
"degree": 15.42
}
],
"houses": {
"1st": "Libra",
"2nd": "Scorpio",
"3rd": "Sagittarius"
},
"chart_interpretation": "Your chart shows a balanced Libran ascendant with strong Taurus Sun, indicating diplomatic nature combined with stability and material focus."
}
TERMINAL
clawhub install birth-chart