Panchang & muhurat

Daily panchang, choghadiya, and muhurat windows with scores and rejection reasons.

OperationCreditsKey
GET /v1/panchang
Panchang for a date and place
1secret or publishable
GET /v1/panchang/choghadiya
Day and night choghadiya
1secret or publishable
GET /v1/muhurat/activities
Supported muhurat activities
0secret or publishable
GET /v1/muhurat/search
Days rated for an activity, with scores and rejection reasons
2secret
POST /v1/muhurat/personal
Muhurat windows with tara bala and chandra bala for one person
3secret
GET /v1/panchang/hora
Hora: the 24 planetary hours of a day
1secret or publishable

Example: Panchang for a date and place

GET /v1/panchang · 200 OK
{
  "data": {
    "date": "2026-10-02",
    "place": {
      "latitude": 28.6139,
      "longitude": 77.209
    },
    "timezone": {
      "name": "Asia/Kolkata",
      "utc_offset": "+05:30"
    },
    "tithi": {
      "number": 22,
      "name": "saptami",
      "label": "Saptami",
      "paksha": "krishna"
    },
    "nakshatra": {
      "name": "mrigashira",
      "label": "Mrigashira",
      "lord": "mars",
      "next": "ardra"
    },
    "yoga": {
      "name": "vyatipata",
      "label": "Vyatipata",
      "quality": "inauspicious"
    },
    "karana": {
      "number": 43,
      "name": "vishti",
      "label": "Vishti"
    },
    "vara": {
      "name": "shukravara",
      "label": "Shukravara",
      "lord": "venus"
    },
    "sunrise": "2026-10-02T06:15:00+05:30",
    "sunset": "2026-10-02T18:06:00+05:30",
    "rahu_kaal": {
      "start": "2026-10-02T10:41:00+05:30",
      "end": "2026-10-02T12:10:00+05:30"
    },
    "gulika_kaal": {
      "start": "2026-10-02T06:15:00+05:30",
      "end": "2026-10-02T07:43:00+05:30"
    },
    "yamaganda": {
      "start": "2026-10-02T13:39:00+05:30",
      "end": "2026-10-02T15:08:00+05:30"
    },
    "abhijit": {
      "start": "2026-10-02T11:46:00+05:30",
      "end": "2026-10-02T12:34:00+05:30"
    }
  },
  "meta": {
    "request_id": "req_example",
    "api_version": "v1",
    "engine_version": "2026.9.28",
    "mode": "live",
    "credits_charged": 1
  },
  "warnings": []
}

Try it in the playground Full reference