Lagn Chart |
Planetary Degrees |
House (bhav) Start-Mid-End Degrees |
Planet Chart APIs (moon chart) |
Divisional / Dx Chart |
Vinshottari Mahadasha |
Vinshottari Antardasha |
Panchdaha Maitri Table |
Avakhada Chakra |
Ghaat Chakra |
Sarvashtakvarga |
Shadbal Total |
Kaalsarp Yog Brief Report |
Manglik Yog Brief Report |
Sadesati Running Brief Report
Since the Kundli.Click Kundli API is based on REST principles, its very easy to write and test applications. You can use your browser to access URLs, and you can use pretty much any HTTP client in any programming language to interact with our Kundli API.
All API URLs listed in this documentation are relative to https://api.kundli.click/v0.4/
For example - the /planets API call is reachable at-
https://api.kundli.click/v0.4/planets
All Kundli.Click Kundli APIs are RESTful APIs. Following are the known caveats -
Request data is passed to the API by POST parameters OR by CURL POST method to the API endpoints with the appropriate parameters. The documentation for each API call will contain more detail on the parameters accepted by the call. As an alternative, you can also use HTTP POST parameters, just like submitting an HTML FORM.
Response data for each and every Kundli.Click Kundli API will be encoded in JSON format.
This version of Kundli.Click doesnt Require Authentication by header authentication Call, But userid & authcode BOTH parameters are Compulsarily required in all Requests for successfull Response.
AuthCode and UserId has been mailed to you and your Plan has already been Activate. Please Check your Registered mail for details.
Provides data points for Kundli elements ascendant chart at provided date, time, latitude, longitude & timezone combination. (see response section for complete list)
https://api.kundli.click/v0.4/chart-asc
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/chart-asc |
Ascendant Lagn Chart at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Language (optional)
Variable Name : lang
FORMAT : Alphabet
Example : en | hi
{en for English Language. hi for Hindi Language.}
Chart Style (optional)
Variable Name : chartstyle
FORMAT : Alphabet
Example : south | north
{south for South Indian Style. north for North Indian Style. Default is North Indian Style. South Indian style Chart will not be available in hindi as they dont follow hindi.}
POST URL : https://api.kundli.click/v0.4/chart-asc
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}&lang={Language}
POST URL : https://api.kundli.click/v0.4/chart-asc
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi
{
"url": "https://api.kundli.click/v0.4/graphics/getchart?w=400&h=300&chart=1,8,5,11,8,8,7,9,4,10",
"datastring": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVAAAV9klEQVR4nO2dPZIjx7VGEy9mAzRoUyugSxPUHuQiniWbS9BwCWPTegGZ2sMIplytYGjTmCXgGTnMrs76QVVW/tyfc2JCQqObQ3T34XfvzUpkXb4EAAAd/M/oFwAAsJcP8f++/Pvf8cH1e..........b5bTTAAAAAElFTkSuQmCC"
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Image Access URL
Variable Name : url
FORMAT : url string
Example Value : https://api.kundli.click/v0.4/graphics/getchart?w=400&h=300&chart=1,8,5,11,8,8,7,9,4,10
Image as base64 Data String
Variable Name : datastring
FORMAT : Image encoded as a base64 Data String
Example Value : data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVA.......
Provides saayan planetary degrees as per the astrological needs ranging from 0 - 359.99 . (see response section for complete list)
https://api.kundli.click/v0.4/planets
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/planets |
Planetary degrees based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Language
Variable Name : lang
FORMAT : Alphabet
Example : en | hi
{en for English Language. hi for Hindi Language.}
POST URL : https://api.kundli.click/v0.4/planets
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}&lang={Language}
POST URL : https://api.kundli.click/v0.4/planets
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi
{
"planets_assoc": {
"ASCENDENT": 250.99910012003,
"SUN": 28.532502655904,
"MOON": 140.32594702442,
"MARS": 64.447234542535,
"MERCURY": 19.722763675942,
"JUPITER": 238.57837860854,
"VENUS": 3.8132816295344,
"SATURN": 266.29754661369,
"RAHU": 86.41247921848,
"KETU": 266.41247921848
}
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Planetary Degrees
Variable Name : "planets_assoc"
FORMAT : JSON Key-Value Set
Example Value : "planets_assoc": {
"ASCENDENT": 250.99910012003,
"SUN": 28.532502655904,
"MOON": 140.32594702442,
"MARS": 64.447234542535,
"MERCURY": 19.722763675942,
"JUPITER": 238.57837860854,
"VENUS": 3.8132816295344,
"SATURN": 266.29754661369,
"RAHU": 86.41247921848,
"KETU": 266.41247921848
}
Provides data points for Kundli element of Planetary charts at provided date, time, latitude, longitude & timezone combination. (see response section for complete list)
https://api.kundli.click/v0.4/chart-planet
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/chart-planet |
Planet Chart at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
Planet Number
Variable Name : plnt_no
FORMAT : Text String
Default Value : 2 (for moon chart)
Example : 2 (for moon chart)1=sun, 2=moon, 3=mars, 4=mercury, 5=jupiter, 6=venus, 7=saturn, 8=rahu, 9=ketu
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/fb/twitter.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/fb/twitter.}
Language
Variable Name : lang
FORMAT : Alphabet
Example : en | hi
{en for English Language. hi for Hindi Language.}
Planet Name; MOON Chart for your case
Variable Name : plnt_no
FORMAT : Number
Example : 2
{2 is the only value it will take}
POST URL : https://api.kundli.click/v0.4/chart-planet
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&plnt_no={PlanetNumber}&userid={userid}&authcode={authcode}&lang={Language}&plnt_no={2}
POST URL : https://api.kundli.click/v0.4/chart-planet
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&plnt_no=2&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi&plnt_no=2
{
"url": "https://api.kundli.click/v0.4/graphics/getchart?w=400&h=300&chart=5,4,2,7,2,3,4,1,1,7,8,8,8",
"datastring": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVAAAV9klEQVR4nO2dPZIjx7VGEy9mAzRoUyugSxPUHuQiniWbS9BwCWPTegGZ2sMIplytYGjTmCXgGTnMrs76QVVW/tyfc2JCQqObQ3T34XfvzUpkXb4EAAAd/M/oFwAAsJcP8f++/Pvf8cH1e..........b5bTTAAAAAElFTkSuQmCC"
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Image Access URL
Variable Name : url
FORMAT : url string
Example Value : https://api.kundli.click/v0.4/graphics/getchart?w=400&h=300&chart=5,4,2,7,2,3,4,1,1,7,8,8,8
Image as base64 Data String
Variable Name : datastring
FORMAT : Image encoded as a base64 Data String
Example Value : data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVA.......
Provides data points for Kundli Matching element of Divisional / Dx chart at provided date, time, latitude, longitude & timezone combination. (see response section for complete list)
https://api.kundli.click/v0.4/chart-dx
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/chart-dx |
Divisional / Dx Chart at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/fb/twitter.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/fb/twitter.}
Language
Variable Name : lang
FORMAT : Alphabet
Example : en | hi
{en for English Language. hi for Hindi Language.}
Division Number
Variable Name : div
FORMAT : Number
Example : 10
{2, 3, 4, 7, 9, 10, 12, 16, 20, 24, 27, 30, 40, 45, 60 for different Divisional Charts.}
POST URL : https://api.kundli.click/v0.4/chart-dx
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}&lang={Language}&div={DivisionNumber}
POST URL : https://api.kundli.click/v0.4/chart-dx
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi&div=10
{
"url": "https://api.kundli.click/v0.4/graphics/getchart?w=400&h=300&chart=5,4,2,7,2,3,4,1,1,7,8,8,8",
"datastring": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVAAAV9klEQVR4nO2dPZIjx7VGEy9mAzRoUyugSxPUHuQiniWbS9BwCWPTegGZ2sMIplytYGjTmCXgGTnMrs76QVVW/tyfc2JCQqObQ3T34XfvzUpkXb4EAAAd/M/oFwAAsJcP8f++/Pvf8cH1e..........b5bTTAAAAAElFTkSuQmCC"
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Image Access URL
Variable Name : url
FORMAT : url string
Example Value : https://api.kundli.click/v0.4/graphics/getchart?w=400&h=300&chart=5,4,2,7,2,3,4,1,1,7,8,8,8
Image as base64 Data String
Variable Name : datastring
FORMAT : Image encoded as a base64 Data String
Example Value : data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVA.......
Provides House start-mid-end degrees as per the astrological needs ranging from 0 - 359.99 . (see response section for compete list)
https://api.kundli.click/v0.4/house
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/house |
House degrees based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/house
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/house
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
[
{
"no": 1,
"start_sign": 5,
"start": "21:47:05",
"start_dec": 141.78486190393,
"mid_sign": 6,
"mid": "06:46:51",
"mid_dec": 156.78100359319,
"end_sign": 6,
"end": "21:47:05",
"end_dec": 171.78486190393
},
{
"no": 2,
"start_sign": 6,
"start": "21:47:05",
"start_dec": 171.78486190393,
"mid_sign": 7,
"mid": "06:47:19",
"mid_dec": 186.78872021467,
"end_sign": 7,
"end": "21:47:33",
"end_dec": 201.79257852541
},
{
"no": 3,
"start_sign": 7,
"start": "21:47:33",
"start_dec": 201.79257852541,
"mid_sign": 8,
"mid": "06:47:47",
"mid_dec": 216.79643683615,
"end_sign": 8,
"end": "21:48:01",
"end_dec": 231.80029514689
},
.
.
.
.
]
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
House Degrees
Variable Name : "no"
FORMAT : Array of JSON Objects of 12 objects, each of 1 house of chart
Example Value : [
{
"no": 1, //this is house number
"start_sign": 5, //this is sign of first house start
"start": "21:47:05", //this is ansh:kala:vikla of first house start
"start_dec": 141.78486190393, //this is cumulative decimal degree of first house start
"mid_sign": 6, //this is sign of first house Mid
"mid": "06:46:51", //this is ansh:kala:vikla of first house mid
"mid_dec": 156.78100359319, //this is cumulative decimal degree of first house mid
"end_sign": 6, //this is sign of first house end
"end": "21:47:05", //this is ansh:kala:vikla of first house end
"end_dec": 171.78486190393 //this is cumulative decimal degree of first house end
},
.
.
]
Provides Panchdaha Maitri Table as per the planetary placement of chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/panchdaha-maitri-chakra
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/panchdaha-maitri-chakra |
Panchdaha Maitri Chakra Table based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/panchdaha-maitri-chakra
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/panchdaha-maitri-chakra
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
[
{
"name": "SUN",
"val": [
"--",
"GF",
"N",
"F",
"N",
"N",
"GE"
]
},
{
"name": "MOON",
"val": [
"GF",
"--",
"F",
"N",
"F",
"F",
"F"
]
},
{
"name": "MARS",
"val": [
"N",
"GF",
"--",
"N",
"N",
"F",
"E"
]
},
.
.
.
]
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Panchdaha Maitri Chakra Table
Variable Name : "name";"val"
FORMAT : Array of JSON Objects of 9 objects, each of 9 Planets
LEGENDS : GF = Greater Friend; F = Friend; N = Neutral; E = Enemy; GE = Greater Enemy; -- = self Planet, is not calculated;
Example Value : [
{
"name": "SUN", //this is Planet name
"val": [ //these depict the relationship/maitri values with outher Planets
"--", //this is this planets relation with Planet SUN
"GF", //this is this planets relation with Planet MOON
"N", //this is this planets relation with Planet MARS
"F", //this is this planets relation with Planet MERCURY
"N", //this is this planets relation with Planet JUPITER
"N", //this is this planets relation with Planet VENUS
"GE" //this is this planets relation with Planet SATURN
]
},
... and so for other planets
Provides Avakhada Chakra as per the Moon's placement in chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/avakhada-chakra
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/avakhada-chakra |
Avakhada Chakra Table based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/avakhada-chakra
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/avakhada-chakra
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
{
"Lagn/Asc": "Aries",
"Lagn/Asc Lord": "Mars",
"Rashi": "Capricorn",
"Rashi Lord": "Saturn",
"Tithi": "Ekadashi, Krishna",
"Nakshatra": "Sravana",
"Nakshatra Lord": "Moon",
"Nakshatra Charan": "1",
"Nakshatra Diety": "Hari",
"Yoga": "Paridha",
"Karan": "Kaulava",
"Varna": "Vaishya",
"Yoni": "Vaanar",
"Gana": "Dev",
"Naadi": "Antya (Kapha)",
"Vashya": "Chatushpada",
"Varga": "Marjar",
"Janm Naamakshar": "Ju/Khi"
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Avakhada Chakra Data
Variable Name : NONE self explainatory
FORMAT : JSON Objects of 18 objects as defined in avakhada chakra
Example Value : {
"Lagn/Asc": "Aries",
"Lagn/Asc Lord": "Mars",
"Rashi": "Capricorn",
"Rashi Lord": "Saturn",
"Tithi": "Ekadashi, Krishna",
"Nakshatra": "Sravana",
"Nakshatra Lord": "Moon",
"Nakshatra Charan": "1",
"Nakshatra Diety": "Hari",
"Yoga": "Paridha",
"Karan": "Kaulava",
"Varna": "Vaishya",
"Yoni": "Vaanar",
"Gana": "Dev",
"Naadi": "Antya (Kapha)",
"Vashya": "Chatushpada",
"Varga": "Marjar",
"Janm Naamakshar": "Ju/Khi"
}
Provides Ghaat Chakra as per the Moon's placement in chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/ghaat-chakra
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/ghaat-chakra |
Ghaat Chakra based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/ghaat-chakra
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/ghaat-chakra
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
{
"Ghat Month": "Vaishakh",
"Ghat Tithi": "4-9-14",
"Ghat Day": "Tuesday",
"Ghat Nakshatr": "Rohini",
"Ghat Yoga": "Vaidhriti",
"Ghat Karana": "Shakuni",
"Ghat Prahar": "4",
"Ghat Varga": "Mushak",
"Ghat Lagn(As)": "Aquarius",
"Ghat Surya": "Aquarius",
"Ghat Chandra": "Leo",
"Ghat Mangal": "Pisces",
"Ghat Budh": "Sagittarius",
"Ghat Guru": "Aries",
"Ghat Shukra": "Taurus",
"Ghat Shani": "Capricorn",
"Ghat Rahu": "Gemini"
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Ghaat Chakra Data
Variable Name : NONE self explainatory
FORMAT : JSON Objects of 18 objects as defined in Ghaat chakra
Example Value : {
"Ghat Month": "Vaishakh",
"Ghat Tithi": "4-9-14",
"Ghat Day": "Tuesday",
"Ghat Nakshatr": "Rohini",
"Ghat Yoga": "Vaidhriti",
"Ghat Karana": "Shakuni",
"Ghat Prahar": "4",
"Ghat Varga": "Mushak",
"Ghat Lagn(As)": "Aquarius",
"Ghat Surya": "Aquarius",
"Ghat Chandra": "Leo",
"Ghat Mangal": "Pisces",
"Ghat Budh": "Sagittarius",
"Ghat Guru": "Aries",
"Ghat Shukra": "Taurus",
"Ghat Shani": "Capricorn",
"Ghat Rahu": "Gemini"
}
Provides Sarvashtakvarga Table as per the Chart of the input given. (see response section for complete list)
https://api.kundli.click/v0.4/sarvashtakvarga
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/sarvashtakvarga |
Vinshottari Mahadasha based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Language
Variable Name : lang
FORMAT : Alphabet
Example : en | hi
{en for English Language. hi for Hindi Language.}
POST URL : https://api.kundli.click/v0.4/sarvashtakvarga
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}&lang={Language}
POST URL : https://api.kundli.click/v0.4/sarvashtakvarga
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi
{
"planet": [
"Planet",
"Aries",
"Taurus",
"Gemini",
"Cancer",
"Leo",
"Virgo",
"Libra",
"Scorpio",
"Sagittarius",
"Capricorn",
"Aquarius",
"Pisces",
"Total"
],
"house": [
"H",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"."
],
"lagn": [
"Ascendant",
6,
3,
5,
5,
2,
1,
4,
7,
4,
4,
5,
3,
49
],
"sun": [
"Sun",
0,
4,
4,
1,
5,
6,
5,
5,
4,
1,
6,
7,
48
],
"moon": [
"Moon",
5,
3,
5,
7,
3,
4,
4,
5,
4,
5,
1,
3,
49
],
"mars": [
"Mars",
2,
3,
4,
2,
4,
4,
2,
5,
3,
2,
4,
4,
39
],
"mercury": [
"Mercury",
3,
6,
4,
3,
4,
5,
6,
6,
4,
4,
4,
5,
54
],
"jupiter": [
"Jupiter",
6,
6,
2,
5,
5,
5,
4,
6,
5,
5,
5,
2,
56
],
"venus": [
"Venus",
5,
7,
5,
4,
3,
4,
3,
5,
6,
4,
3,
3,
52
],
"saturn": [
"Saturn",
3,
1,
5,
3,
4,
4,
1,
4,
4,
3,
4,
3,
39
],
"total": [
"Total",
"30",
"33",
"34",
"30",
"30",
"33",
"29",
"43",
"34",
"28",
"32",
"30",
"386"
]
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Sarvashtakvarga Data
Variable Name : NONE self explainatory
FORMAT : JSON Objects of 11 Array as Rows of Table, 14 columns as Array
Example Value :
{
"planet": [
"Planet",
"Aries",
"Taurus",
"Gemini",
"Cancer",
"Leo",
"Virgo",
"Libra",
"Scorpio",
"Sagittarius",
"Capricorn",
"Aquarius",
"Pisces",
"Total"
],
"house": [
"H",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"."
],
"lagn": [
"Ascendant",
6,
3,
5,
5,
2,
1,
4,
7,
4,
4,
5,
3,
49
],
"sun": [
"Sun",
0,
4,
4,
1,
5,
6,
5,
5,
4,
1,
6,
7,
48
],
.
.
.
,
"total": [
"Total",
"30",
"33",
"34",
"30",
"30",
"33",
"29",
"43",
"34",
"28",
"32",
"30",
"386"
]
}
Provides Vinshottari Mahadasha as per the Chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/vinshottari-mahadasha
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/vinshottari-mahadasha |
Vinshottari Mahadasha based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/vinshottari-mahadasha
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/vinshottari-mahadasha
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
[
{
"planet": "Moon",
"from": "08-03-1994 19:20",
"to": "06-03-2003 09:40"
},
{
"planet": "Mars",
"from": "06-03-2003 09:40",
"to": "05-03-2010 09:40"
},
{
"planet": "Rahu",
"from": "05-03-2010 09:40",
"to": "04-03-2028 09:40"
},
.
.
.
]
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Vinshottari Mahadasha Data
Variable Name : NONE self explainatory
FORMAT : Array of JSON Objects of 10 objects complete of 8 planets, 2 partial of 1 planets
Example Value :
[
{
"planet": "Moon", //this is name of planet whose Vinshottari Mahadasha is
"from": "08-03-1994 19:20", //this is From Date of Start of Vinshottari Mahadasha of Planet
"to": "06-03-2003 09:40" //this is To Date of End of Vinshottari Mahadasha of Planet
},
.
.
.
]
Provides Vinshottari Antardasha as per the Chart of the input given. (see response section for complete list)
https://api.kundli.click/v0.4/vinshottari-antardasha
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/vinshottari-antardasha |
Vinshottari antardasha based upon birth details at specified date, time, lat, lon, timezone & mahadasha
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Language
Variable Name : lang
FORMAT : Alphabet
Example : en | hi
{en for English Language. hi for Hindi Language.}
Mahadasha
Variable Name : mahadasha
FORMAT : Numeric
Example : 0-8
{Mahadasha serial number to which antardasha is required to be fetched.}
POST URL : https://api.kundli.click/v0.4/vinshottari-antardasha
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}&lang={Language}&mahadasha={SNoMahadasha}
POST URL : https://api.kundli.click/v0.4/vinshottari-antardasha
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi&mahadasha=2
[
{
"planet": "Moon",
"from": "08-03-1994 19:20",
"to": "06-03-2003 09:40"
},
{
"planet": "Mars",
"from": "06-03-2003 09:40",
"to": "05-03-2010 09:40"
},
{
"planet": "Rahu",
"from": "05-03-2010 09:40",
"to": "04-03-2028 09:40"
},
.
.
.
]
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Vinshottari antardasha Data
Variable Name : NONE self explainatory
FORMAT : Array of JSON Objects of 9 objects complete of 8 planets
Example Value :
[
{
"planet": "Moon", //this is name of planet whose Vinshottari antardasha is
"from": "08-03-1994 19:20", //this is From Date of Start of Vinshottari antardasha of Planet
"to": "06-03-2003 09:40" //this is To Date of End of Vinshottari antardasha of Planet
},
.
.
.
]
Provides Shadbal Total Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/shadbal-total
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/shadbal-total |
Shadbal Total based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/shadbal-total
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/shadbal-total
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
{
"status": "success",
"data": {
"1": 702.5760000000000218278728425502777099609375,
"2": 631.9319999999999026840669102966785430908203125,
"3": 724.683999999999969077180139720439910888671875,
"4": 863.1999999999998181010596454143524169921875,
"5": 621.377502250225006719119846820831298828125,
"6": 810.9930000000000518411980010569095611572265625,
"7": 599.0644977497750005568377673625946044921875
}
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Status
Variable Name : "status"
FORMAT : string value having
LEGENDS : success|errorXYZ___|fail
Example Value : "status": "success"
Shadbal Total
Variable Name : "data"
FORMAT : JSON Objects
LEGENDS : N/A
Example Value : "data": {
"1": 702.5760000000000218278728425502777099609375,
"2": 631.9319999999999026840669102966785430908203125,
"3": 724.683999999999969077180139720439910888671875,
"4": 863.1999999999998181010596454143524169921875,
"5": 621.377502250225006719119846820831298828125,
"6": 810.9930000000000518411980010569095611572265625,
"7": 599.0644977497750005568377673625946044921875
}
Provides Kaalsarp Yog Brief Report Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/kaalsarpyog-report
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/kaalsarpyog-report |
Kaalsarp Yog Brief Report based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/kaalsarpyog-report
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/kaalsarpyog-report
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
{
"status": "success",
"data": {
"title": "Kaalsarp Yog Report",
"present": "Kaalsarp Yog is NOT PRESENT in this Chart.",
"reason": "As Degrees of Some of the planets are Not in between Rahu and Ketu.",
"note": ""
}
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Status
Variable Name : "status"
FORMAT : string value having
LEGENDS : success|errorXYZ___|fail
Example Value : "status": "success"
Kaalsarp Yog Brief Report
Variable Name : "data"
FORMAT : JSON Objects
LEGENDS : N/A
Example Value : "data": {
"title": "Kaalsarp Yog Report",
"present": "Kaalsarp Yog is NOT PRESENT in this Chart.",
"reason": "As Degrees of Some of the planets are Not in between Rahu and Ketu.",
"note": ""
}
Provides Manglik Yog Brief Report Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/manglikyog-report
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/manglikyog-report |
Manglik Yog Brief Report based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/manglikyog-report
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/manglikyog-report
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
{
"status": "success",
"data": {
"title": "Manglik Yog",
"result": "This Chart is MANGLIK.",
"reason": "As One or More conditions for being Manglik are Successfully Satisfied in this Chart.",
"percentage": "Manglik Percentage : 100 %",
"note": ""
}
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Status
Variable Name : "status"
FORMAT : string value having
LEGENDS : success|errorXYZ___|fail
Example Value : "status": "success"
Manglik Yog Brief Report
Variable Name : "data"
FORMAT : JSON Objects
LEGENDS : N/A
Example Value : "data": {
"title": "Manglik Yog",
"result": "This Chart is MANGLIK.",
"reason": "As One or More conditions for being Manglik are Successfully Satisfied in this Chart.",
"percentage": "Manglik Percentage : 100 %",
"note": ""
}
Provides Sadesati Brief Report Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)
https://api.kundli.click/v0.4/sadesati
Method | Full URL |
---|---|
POST | https://api.kundli.click/v0.4/sadesati |
Sadesati Brief Report based upon birth details at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.
Date
Variable Name : d
FORMAT : DD/MM/YYYY
Example : 21/11/2024
Time
Variable Name : t
FORMAT : HH:MM:SS
Example : 10:17:20
Latitude
Variable Name : lat
FORMAT : decimal
Default Value : +25.15
Example : +28.70 {For Delhi}
Longitude
Variable Name : lon
FORMAT : decimal
Default Value : +82.50
Example : +77.10 {For Delhi}
TimeZone (OPTIONAL for IST/India Timezone)
Variable Name : tz
FORMAT : decimal
Example : +5.5 {For INDIA}
UserID
Variable Name : userid
FORMAT : Text String
Example : myXYZUserid
{UserId has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
Authorization Code
Variable Name : authcode
FORMAT : Alpha Numeric Text String
Example : AuthCodeString00110011ABCXYZdefuvw
{AuthCode has been provided to you via Email on Activation of your API Account. If not Please Contact us via Email/Call.}
POST URL : https://api.kundli.click/v0.4/sadesati
POST DATA: d={DateOfBirth}&t={TimeOfBirth}&lat={LatitudeOfBirth}&lon={LongitudeOfBirth}&tz={TimeZoneOfBirth}&userid={userid}&authcode={authcode}
POST URL : https://api.kundli.click/v0.4/sadesati
POST DATA: d=21/11/2024&t=10:17:20&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
{
"status": "success",
"data": {
"title": "SadeSati Report",
"present": "Sadesati is NOT Currently Running for this Chart. As of 22-02-2022 14:28:46 UTC",
"reason": "The Birth Chandra is in Rashi Number 1 AND Saturn Currently is in Rashi Number 10.",
"note": ""
}
}
What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.
Status
Variable Name : "status"
FORMAT : string value having
LEGENDS : success|errorXYZ___|fail
Example Value : "status": "success"
Sadesati Brief Report
Variable Name : "data"
FORMAT : JSON Objects
LEGENDS : N/A
Example Value : "data": {
"title": "SadeSati Report",
"present": "Sadesati is NOT Currently Running for this Chart. As of 22-02-2022 14:28:46 UTC",
"reason": "The Birth Chandra is in Rashi Number 1 AND Saturn Currently is in Rashi Number 10.",
"note": ""
}