This Api Provides Astrological Birth Chart According to North Indian vedic Astrology.Developers May Build Astrological chats or choose to display their the data according to their need.
API End Pointhttps://kundali.mainak.tech/api/getchart,
Method: POST,
headers: {
'Content-Type': 'application/json'
},
body: " {
"username": "XXXX",
"password": "XXXXXXXX",
"date": "1994-10-13",
"time": "14:30",
"latitude": 22.5744,
"longitude": 88.3629
}"
To use this Api you need a UserName And Password which will be provided by the tech Team.For development Purpose this Api is free to use for Students.For Comercial use it is chargeable at a minimum of 500Rs per month.To get a Valid UserName and password just contact the tech team by clicking the Contact button at bottom of the Page.
This Api provides the Following Data:
SVG Houchart
Planet Details : longitude of th planet , longitude of Planet in the house where it is placed, zodiac where it is Placed,Nakshatra Placement of the planet,Pada
Create a div container in your html page with id="svg-container".Fetch data from apiadd the following javascript code to your javascript.js file linked with the html