Kundli API Documentation for STARTUP PLAN

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

Kundli API Details

Kundli.Click REST Web Service Interface

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.

API Endpoint

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

RESTful

All Kundli.Click Kundli APIs are RESTful APIs. Following are the known caveats -

  1. All API calls should be made with HTTPS POST unless mentioned otherwise.
  2. Response status other than HTTP 200 can be considered as an error.
  3. BOTH userid & authcode parameters are Must for every API call.

Passing Requested Data RESTfully

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.

Output Format

Response data for each and every Kundli.Click Kundli API will be encoded in JSON format.

Authentication

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.

1. Ascendant / Lagn Chart APIs

Provides data points for Kundli elements ascendant chart at provided date, time, latitude, longitude & timezone combination. (see response section for complete list)

API Endpoint

					
	https://api.kundli.click/v0.4/chart-asc
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/chart-asc

Input Variables

Ascendant Lagn Chart at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

  8. Language (optional)
    Variable Name : lang
    FORMAT : Alphabet
    Example : en | hi
    {en for English Language. hi for Hindi Language.}

  9. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/chart-asc
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi
					
					

Response Data

					
{
    "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"
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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

  2. Image as base64 Data String
    Variable Name : datastring
    FORMAT : Image encoded as a base64 Data String
    Example Value : data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVA.......




2. Planetary Status

Provides saayan planetary degrees as per the astrological needs ranging from 0 - 359.99 . (see response section for complete list)

API Endpoint

					
	https://api.kundli.click/v0.4/planets
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/planets

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

  8. Language
    Variable Name : lang
    FORMAT : Alphabet
    Example : en | hi
    {en for English Language. hi for Hindi Language.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/planets
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi
					
					

Response Data

					
{
    "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
    }
}

					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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
        }
    




3. Planet Chart APIs (moon chart)

Provides data points for Kundli element of Planetary charts at provided date, time, latitude, longitude & timezone combination. (see response section for complete list)

API Endpoint

					
	https://api.kundli.click/v0.4/chart-planet
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/chart-planet

Input Variables

Planet Chart at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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

  7. 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.}

  8. 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.}

  9. Language
    Variable Name : lang
    FORMAT : Alphabet
    Example : en | hi
    {en for English Language. hi for Hindi Language.}

  10. Planet Name; MOON Chart for your case
    Variable Name : plnt_no
    FORMAT : Number
    Example : 2
    {2 is the only value it will take}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/chart-planet
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&plnt_no=2&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi&plnt_no=2
					
					

Response Data

					
{
    "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"
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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

  2. Image as base64 Data String
    Variable Name : datastring
    FORMAT : Image encoded as a base64 Data String
    Example Value : data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVA.......




4. Divisional / Dx Charts APIs

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)

API Endpoint

					
	https://api.kundli.click/v0.4/chart-dx
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/chart-dx

Input Variables

Divisional / Dx Chart at specified date, time, lat, lon & timezone
All the Input Variable Listed here are Compulsary for the API to work.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

  8. Language
    Variable Name : lang
    FORMAT : Alphabet
    Example : en | hi
    {en for English Language. hi for Hindi Language.}

  9. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/chart-dx
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi&div=10
					
					

Response Data

					
{
    "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"
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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

  2. Image as base64 Data String
    Variable Name : datastring
    FORMAT : Image encoded as a base64 Data String
    Example Value : data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVA.......




5. House (bhav) Degrees

Provides House start-mid-end degrees as per the astrological needs ranging from 0 - 359.99 . (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/house
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/house

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/house
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
[
    {
        "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
    },
    .
    .
    .
    .
    
]
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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
        },
        .
        .
    ]
    




6. Panchdaha Maitri Table

Provides Panchdaha Maitri Table as per the planetary placement of chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/panchdaha-maitri-chakra
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/panchdaha-maitri-chakra

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/panchdaha-maitri-chakra
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
[
    {
        "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"
        ]
    },
    .
    .
    .
]
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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
    




7. Avakhada Chakra

Provides Avakhada Chakra as per the Moon's placement in chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/avakhada-chakra
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/avakhada-chakra

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/avakhada-chakra
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
{
    "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"
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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"
    }
    




8. Ghaat Chakra

Provides Ghaat Chakra as per the Moon's placement in chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/ghaat-chakra
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/ghaat-chakra

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/ghaat-chakra
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
{
    "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"
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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"
    }
    




9. Sarvashtakvarga

Provides Sarvashtakvarga Table as per the Chart of the input given. (see response section for complete list)

API Endpoint

					
	https://api.kundli.click/v0.4/sarvashtakvarga
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/sarvashtakvarga

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

  8. Language
    Variable Name : lang
    FORMAT : Alphabet
    Example : en | hi
    {en for English Language. hi for Hindi Language.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/sarvashtakvarga
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi
					
					

Response Data

					
{
    "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"
    ]
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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"
        ]
    }
                                




10. Vinshottari Mahadasha

Provides Vinshottari Mahadasha as per the Chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/vinshottari-mahadasha
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/vinshottari-mahadasha

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/vinshottari-mahadasha
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
[
    {
        "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"
    },
    .
    .
    .
    
]
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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
        },
        .
        .
        .
    ]
                                




11. Vinshottari Antardasha

Provides Vinshottari Antardasha as per the Chart of the input given. (see response section for complete list)

API Endpoint

					
	https://api.kundli.click/v0.4/vinshottari-antardasha
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/vinshottari-antardasha

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

  8. Language
    Variable Name : lang
    FORMAT : Alphabet
    Example : en | hi
    {en for English Language. hi for Hindi Language.}

  9. Mahadasha
    Variable Name : mahadasha
    FORMAT : Numeric
    Example : 0-8
    {Mahadasha serial number to which antardasha is required to be fetched.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/vinshottari-antardasha
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw&lang=hi&mahadasha=2
					
					

Response Data

					
[
    {
        "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"
    },
    .
    .
    .
    
]
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. 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
        },
        .
        .
        .
    ]
                                




12. Shadbal Total

Provides Shadbal Total Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/shadbal-total
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/shadbal-total

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/shadbal-total
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
{
    "status": "success",
    "data": {
        "1": 702.5760000000000218278728425502777099609375,
        "2": 631.9319999999999026840669102966785430908203125,
        "3": 724.683999999999969077180139720439910888671875,
        "4": 863.1999999999998181010596454143524169921875,
        "5": 621.377502250225006719119846820831298828125,
        "6": 810.9930000000000518411980010569095611572265625,
        "7": 599.0644977497750005568377673625946044921875
    }
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. Status
    Variable Name : "status"
    FORMAT : string value having
    LEGENDS : success|errorXYZ___|fail
    Example Value : "status": "success"

  2. 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
        }
    




13. Kaalsarp Yog Brief Report

Provides Kaalsarp Yog Brief Report Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/kaalsarpyog-report
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/kaalsarpyog-report

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/kaalsarpyog-report
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
{
    "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": ""
    }
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. Status
    Variable Name : "status"
    FORMAT : string value having
    LEGENDS : success|errorXYZ___|fail
    Example Value : "status": "success"

  2. 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": ""
        }
    




14. Manglik Yog Brief Report

Provides Manglik Yog Brief Report Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/manglikyog-report
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/manglikyog-report

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/manglikyog-report
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
{
    "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": ""
    }
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. Status
    Variable Name : "status"
    FORMAT : string value having
    LEGENDS : success|errorXYZ___|fail
    Example Value : "status": "success"

  2. 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": ""
        }
    




15. Sadesati Brief Report

Provides Sadesati Brief Report Points obtained as per the planetary placement of chart of the input given. (see response section for compete list)

API Endpoint

					
	https://api.kundli.click/v0.4/sadesati
					

Method & URL

MethodFull URL
POST https://api.kundli.click/v0.4/sadesati

Input Variables

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.

  1. Date
    Variable Name : d
    FORMAT : DD/MM/YYYY
    Example : 03/05/2024

  2. Time
    Variable Name : t
    FORMAT : HH:MM:SS
    Example : 23:11:26

  3. Latitude
    Variable Name : lat
    FORMAT : decimal
    Default Value : +25.15
    Example : +28.70 {For Delhi}

  4. Longitude
    Variable Name : lon
    FORMAT : decimal
    Default Value : +82.50
    Example : +77.10 {For Delhi}

  5. TimeZone (OPTIONAL for IST/India Timezone)
    Variable Name : tz
    FORMAT : decimal
    Example : +5.5 {For INDIA}

  6. 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.}

  7. 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.}

Request String

					
	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}
					
					
Example
					
	POST URL : https://api.kundli.click/v0.4/sadesati
	POST DATA: d=03/05/2024&t=23:11:26&lat=+28.70&lon=+77.10&tz=+5.5&userid=youruserid&authcode=AuthCodeString00110011ABCXYZdefuvw
					
					

Response Data

					
{
    "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": ""
    }
}
					
					

Response Explained

What the Response is this!! Ok Let us Explain. Here are all the Output Responses Explained.

  1. Status
    Variable Name : "status"
    FORMAT : string value having
    LEGENDS : success|errorXYZ___|fail
    Example Value : "status": "success"

  2. 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": ""
        }