Testing Kundali API - KP Planetary Positions API Using Postman

Unlock the precision of Krishnamurti Paddhati with our 'KP Planetary Positions' API, delivering accurate real-time planetary placements for nuanced astrological analyses within the Indian astrological context.

 Last updated : 12 Dec, 2024
 Guide

1. Securing Your API Key

To start, you need an API key. Head over to https://divineapi.com/ and register to initiate your 7-day trial.

  • Select the APIs you are interested in; you can change these selections at any time. You can add or remove APIs in the future.
  • Click on checkout, fill out the sign-up form, and enter your payment details on the next page.

Your trial will begin immediately. You won't be charged during the trial period, and you can cancel anytime without incurring any charges.

  • After logging in, your API key will be visible on your dashboard on the API Key page ( https://divineapi.com/api-keys)

 

2. Importing the Postman Collection

Import our Postman collection to facilitate your API testing:

  • After logging into your Postman account:
  • Open This link: https://documenter.getpostman.com/view/27195761/2sA3Qs8rfV 
  • Click “Run in Postman” and then select “Run in Web”.
  • Select your workspace and then select ‘import’.

 

3. Configuring Your API Request

Once the collection is imported:

  • Locate the "KP Planetary Position" API request.
  • Ensure the method is set to POST.
  • Use this request URL: https://astroapi-3.divineapi.com/indian-api/v1/kp/planetary-positions 

 

4. Setting Request Parameters

This API call necessitates only your API key. To find your API key.

  • Go to your DivineAPI dashboard > API Key page.
  • Click on “Copy” next to the API key

 Notice the difference between the key, and the Access Token.

 

Go back to Postman to set the parameters.

  • Navigate to “Authorization”, select “Bearer Token” in the Auth type, and then add the token from your Divine API profile.
  • Navigate to 'Body', select 'form_data', and then add:
    • api_key: “<Your_API_Key>” - Your unique API subscription identifier.
    • full_name: “Your name” - Enter name.
    • day: “24” - Enter the date of birth.
    • month: “05” - Enter the month of birth.
    • year: "2023" - The year of interest.
    • hour: “14” - Enter the hour.
    • min: “40” - Enter the minute.
    • sec: “43” - Enter the second.
    • gender: “male” - Enter the gender.
    • place: "New Delhi" - The name of the city.
    • lat: "28.6139" - Latitude for location-specific details.
    • lon: "77.2090" - Longitude for accurate location insights.
    • tzone: "5.5" - Timezone offset from UTC.
    • lan: “en” - Enter the language.
  • Please ensure that the bearer token is exactly the same as in your profile, with no changes in spacing or formatting.

 

5. Making the Request

Hit the 'Send' button to submit your request.

 

6. Deciphering the Response

The API's response will be structured as follows:

{

{
    "success": 1,
    "data": {
        "date": "2023-05-24",
        "time": "14:40:43",
        "latitude": "28.7041",
        "longitude": "77.1025",
        "timezone": "5.5",
        "planets": [
            {
                "name": "Sun",
                "full_degree": "38.8831562",
                "speed": "0.9613735",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "8:52:59",
                "sign": "Taurus",
                "sign_no": 2,
                "rashi_lord": "Venus",
                "nakshatra": "Krittika",
                "nakshatra_pada": 4,
                "nakshatra_no": 3,
                "nakshatra_lord": "Sun",
                "sub_lord": "Venus",
                "sub_sub_lord": "Rahu",
                "house": 9
            },
            {
                "name": "Moon",
                "full_degree": "93.2166188",
                "speed": "12.0106988",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "3:12:59",
                "sign": "Cancer",
                "sign_no": 4,
                "rashi_lord": "Moon",
                "nakshatra": "Punarvasu",
                "nakshatra_pada": 4,
                "nakshatra_no": 7,
                "nakshatra_lord": "Jupiter",
                "sub_lord": "Rahu",
                "sub_sub_lord": "Moon",
                "house": 11
            },
            {
                "name": "Mercury",
                "full_degree": "14.9423499",
                "speed": "0.6655159",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "14:56:32",
                "sign": "Aries",
                "sign_no": 1,
                "rashi_lord": "Mars",
                "nakshatra": "Bharani",
                "nakshatra_pada": 1,
                "nakshatra_no": 2,
                "nakshatra_lord": "Venus",
                "sub_lord": "Venus",
                "sub_sub_lord": "Saturn",
                "house": 8
            },
            {
                "name": "Venus",
                "full_degree": "83.8181299",
                "speed": "1.0290943",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "23:49:5",
                "sign": "Gemini",
                "sign_no": 3,
                "rashi_lord": "Mercury",
                "nakshatra": "Punarvasu",
                "nakshatra_pada": 2,
                "nakshatra_no": 7,
                "nakshatra_lord": "Jupiter",
                "sub_lord": "Saturn",
                "sub_sub_lord": "Jupiter",
                "house": 10
            },
            {
                "name": "Mars",
                "full_degree": "98.0522878",
                "speed": "0.5735704",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "8:3:8",
                "sign": "Cancer",
                "sign_no": 4,
                "rashi_lord": "Moon",
                "nakshatra": "Pushya",
                "nakshatra_pada": 2,
                "nakshatra_no": 8,
                "nakshatra_lord": "Saturn",
                "sub_lord": "Ketu",
                "sub_sub_lord": "Mercury",
                "house": 11
            },
            {
                "name": "Jupiter",
                "full_degree": "7.6443233",
                "speed": "0.2224227",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "7:38:39",
                "sign": "Aries",
                "sign_no": 1,
                "rashi_lord": "Mars",
                "nakshatra": "Aswini",
                "nakshatra_pada": 3,
                "nakshatra_no": 1,
                "nakshatra_lord": "Ketu",
                "sub_lord": "Jupiter",
                "sub_sub_lord": "Jupiter",
                "house": 8
            },
            {
                "name": "Saturn",
                "full_degree": "312.6419906",
                "speed": "0.0393139",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "12:38:31",
                "sign": "Aquarius",
                "sign_no": 11,
                "rashi_lord": "Saturn",
                "nakshatra": "Shatabhisha",
                "nakshatra_pada": 2,
                "nakshatra_no": 24,
                "nakshatra_lord": "Rahu",
                "sub_lord": "Mercury",
                "sub_sub_lord": "Mercury",
                "house": 6
            },
            {
                "name": "Uranus",
                "full_degree": "25.6895889",
                "speed": "0.0567459",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "25:41:22",
                "sign": "Aries",
                "sign_no": 1,
                "rashi_lord": "Mars",
                "nakshatra": "Bharani",
                "nakshatra_pada": 4,
                "nakshatra_no": 2,
                "nakshatra_lord": "Venus",
                "sub_lord": "Mercury",
                "sub_sub_lord": "Saturn",
                "house": 8
            },
            {
                "name": "Neptune",
                "full_degree": "333.2265685",
                "speed": "0.0196194",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "3:13:35",
                "sign": "Pisces",
                "sign_no": 12,
                "rashi_lord": "Jupiter",
                "nakshatra": "Purva Bhadrapada",
                "nakshatra_pada": 4,
                "nakshatra_no": 25,
                "nakshatra_lord": "Jupiter",
                "sub_lord": "Rahu",
                "sub_sub_lord": "Mars",
                "house": 7
            },
            {
                "name": "Pluto",
                "full_degree": "276.1622624",
                "speed": "-0.0102537",
                "is_retro": "true",
                "is_combusted": "false",
                "longitude": "6:9:44",
                "sign": "Capricorn",
                "sign_no": 10,
                "rashi_lord": "Saturn",
                "nakshatra": "Uttara Ashada",
                "nakshatra_pada": 3,
                "nakshatra_no": 21,
                "nakshatra_lord": "Sun",
                "sub_lord": "Mercury",
                "sub_sub_lord": "Rahu",
                "house": 5
            },
            {
                "name": "Rahu",
                "full_degree": "8.5268564",
                "speed": "-0.0529920",
                "is_retro": "true",
                "is_combusted": "false",
                "longitude": "8:31:36",
                "sign": "Aries",
                "sign_no": 1,
                "rashi_lord": "Mars",
                "nakshatra": "Aswini",
                "nakshatra_pada": 3,
                "nakshatra_no": 1,
                "nakshatra_lord": "Ketu",
                "sub_lord": "Jupiter",
                "sub_sub_lord": "Venus",
                "house": 8
            },
            {
                "name": "ketu",
                "full_degree": "188.52686",
                "speed": "-0.0529920",
                "is_retro": "true",
                "is_combusted": "false",
                "longitude": "8:31:36",
                "sign": "Libra",
                "sign_no": 7,
                "rashi_lord": "Venus",
                "nakshatra": "Swati",
                "nakshatra_pada": 1,
                "nakshatra_no": 15,
                "nakshatra_lord": "Rahu",
                "sub_lord": "Rahu",
                "sub_sub_lord": "Moon",
                "house": 2
            },
            {
                "name": "Ascendant",
                "full_degree": "161.6351614",
                "speed": "317.7084886",
                "is_retro": "false",
                "is_combusted": "false",
                "longitude": "11:38:6",
                "sign": "Virgo",
                "sign_no": 6,
                "rashi_lord": "Mercury",
                "nakshatra": "Hasta",
                "nakshatra_pada": 1,
                "nakshatra_no": 13,
                "nakshatra_lord": "Moon",
                "sub_lord": "Mars",
                "sub_sub_lord": "Ketu",
                "house": 1
            }
        ]
    }
}
  • The KP Planetary Position API response provides details about planetary positions in a Kundali (Vedic birth chart) at a specific date, time, and location. 
  • Each planet entry includes its name, degree in the zodiac sign, speed, retrograde status, combustion status, longitude in degrees, zodiac sign, sign number, ruling planet of the zodiac sign, nakshatra (lunar mansion), nakshatra pada (part), nakshatra number, nakshatra lord, sub-lord, sub-sub-lord, and house placement.

7. Error Resolution

Ensure your API key is correctly entered if you encounter errors, as most issues are due to invalid or missing API keys.

8. Further Assistance

For additional support or inquiries, feel free to contact our customer service team at admin@divineapi.com.