Skip to content

Panchang

http
POST /v1/panchang

Returns the daily Vedic panchang (five-limbed almanac) for the profile's birth location, calculated for the current day in Asia/Kathmandu timezone.

Cost: 2 credits

Request body: { "profileId": "..." }

Example

bash
curl -X POST https://api.askvedicguru.com/api/v1/panchang \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{ "profileId": "683abc123def456" }'

Response

json
{
  "success": true,
  "data": {
    "date": "2026-05-14",
    "bsDate": {
      "year": 2083,
      "month": 1,
      "day": 31,
      "monthName": "Baisakh"
    },
    "tithi": "Purnima",
    "paksha": "Shukla",
    "nakshatra": "Vishakha",
    "yoga": "Shiva",
    "karana": "Bava",
    "vara": "Guruvara",
    "sunrise": "05:41",
    "sunset": "18:52",
    "choghadiya": [
      {
        "name": "Labh",
        "nature": "auspicious",
        "startTime": "05:41",
        "endTime": "07:12"
      },
      {
        "name": "Amrit",
        "nature": "auspicious",
        "startTime": "07:12",
        "endTime": "08:43"
      }
    ]
  }
}

Response fields

FieldDescription
dateGregorian date (YYYY-MM-DD)
bsDateBikram Sambat date with month name
tithiLunar day (1 of 30 tithis)
pakshaLunar fortnight — Shukla (waxing) or Krishna (waning)
nakshatraCurrent moon nakshatra
yogaLuni-solar yoga (1 of 27)
karanaHalf-tithi (1 of 11 karanas)
varaWeekday in Sanskrit (e.g. Guruvara = Thursday)
sunriseSunrise time in HH:MM (Kathmandu time)
sunsetSunset time in HH:MM (Kathmandu time)
choghadiyaArray of day choghadiya muhurta slots

Choghadiya natures

NameNature
AmritAuspicious
ShubhAuspicious
LabhAuspicious
CharNeutral
RogInauspicious
KalInauspicious
UdvegInauspicious