Testing Panchang API - Find Panchak Rahita API Using Postman

The Find Panchak Rahita API is a unique feature of the Panchang API suite, aimed at identifying periods free from the influence of Panchak. In Vedic astrology, Panchak refers to a period when the Moon transits through the last five constellations (Nakshatras): Dhanishta, Shatabhisha, Purva Bhadrapada, Uttara Bhadrapada, and Revati. This API details the periods within a day that are considered free from Panchak or categorizes the type of Panchak present, facilitating auspicious timing for various activities and rituals.

 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 "Find Panchak Rahita" API request.
  • Ensure the method is set to POST.
  • Use this request URL: https://astroapi-3.divineapi.com/indian-api/v1/panchak-rahita  

 

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.
    • day: “24” - Enter the date of birth.
    • month: “05” - Enter the month of birth.
    • year: "2023" - The year of interest.
    • place: "New Delhi" - The name of the city.
    • lat: "28.6139" - Latitude for location-specific details.
    • lon: "77.2090" - Longitude for accurate location insights. "New
    • 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",
        "sunrise": "2023-05-24 05:25:56",
        "sunset": "2023-05-24 19:10:28",
        "panchak_rahita": [
            {
                "panchak": "Good Panchak",
                "start_time": "2023-05-24 05:25:56",
                "end_time": "2023-05-24 06:54:56"
            },
            {
                "panchak": "Mrityu Panchak",
                "start_time": "2023-05-24 06:55:56",
                "end_time": "2023-05-24 09:09:56"
            },
            {
                "panchak": "Agni Panchak",
                "start_time": "2023-05-24 09:10:56",
                "end_time": "2023-05-24 11:29:56"
            },
            {
                "panchak": "Good Panchak",
                "start_time": "2023-05-24 11:30:56",
                "end_time": "2023-05-24 13:47:56"
            },
            {
                "panchak": "Raja Panchak",
                "start_time": "2023-05-24 13:48:56",
                "end_time": "2023-05-24 15:05:44"
            },
            {
                "panchak": "Good Panchak",
                "start_time": "2023-05-24 15:06:44",
                "end_time": "2023-05-24 16:03:56"
            },
            {
                "panchak": "Chora Panchak",
                "start_time": "2023-05-24 16:04:56",
                "end_time": "2023-05-24 18:22:56"
            },
            {
                "panchak": "Good Panchak",
                "start_time": "2023-05-24 18:23:56",
                "end_time": "2023-05-24 20:41:56"
            },
            {
                "panchak": "Roga Panchak",
                "start_time": "2023-05-24 20:42:56",
                "end_time": "2023-05-24 22:45:56"
            },
            {
                "panchak": "Good Panchak",
                "start_time": "2023-05-24 22:46:56",
                "end_time": "2023-05-25 00:27:56"
            },
            {
                "panchak": "Mrityu Panchak",
                "start_time": "2023-05-25 00:28:56",
                "end_time": "2023-05-25 01:55:56"
            },
            {
                "panchak": "Agni Panchak",
                "start_time": "2023-05-25 01:56:56",
                "end_time": "2023-05-25 03:00:44"
            },
            {
                "panchak": "Good Panchak",
                "start_time": "2023-05-25 03:01:44",
                "end_time": "2023-05-25 03:20:56"
            },
            {
                "panchak": "Mrityu Panchak",
                "start_time": "2023-05-25 03:21:56",
                "end_time": "2023-05-25 04:55:56"
            },
            {
                "panchak": "Agni Panchak",
                "start_time": "2023-05-25 04:56:56",
                "end_time": "2023-05-25 05:25:35"
            }
        ]
    }
}
  • The response provides a series of "Panchak" periods, each with a specific type (e.g., "Good Panchak," "Mrityu Panchak") and their start and end times. 
  • Each object in the "panchak_rahita" array represents a distinct Panchak period with its associated timing, indicating the auspicious or inauspicious nature of that time slot. 
  • For instance, "Good Panchak" from 05:25:56 to 06:54:56 and "Mrityu Panchak" from 06:55:56 to 09:09:56.

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.