---
title: "Divisional Charts (Shodashavarga, D-1 to D-60)"
slug: "divisional-chart"
canonical_url: "https://mahadasha.com/divisional-chart"
type: "calculator"
description: "All 16 Varga (divisional) charts — Hora, Drekkana, Chaturthamsa, Saptamsha, Navamsa, Dashamsha, Shashtiamsa and more — computed from a single set of birth details."
---

# Divisional Charts (Shodashavarga, D-1 to D-60)

All 16 Varga (divisional) charts — Hora, Drekkana, Chaturthamsa, Saptamsha, Navamsa, Dashamsha, Shashtiamsa and more — computed from a single set of birth details.


## Inputs

- **date_of_birth** — birth date (`YYYY-MM-DD`)
- **time_of_birth** — birth time (`HH:MM`, 24-hour, local to the birth place)
- **latitude** — birth-place latitude (decimal degrees, e.g. `28.6139`)
- **longitude** — birth-place longitude (decimal degrees, e.g. `77.2090`)
- **timezone** — IANA timezone (e.g. `Asia/Kolkata`) or UTC offset of the birth place

## Programmatic access (for AI agents)

This calculator is backed by a JSON API — agents should call it directly instead of the HTML form:

- **Endpoint:** `POST https://mahadasha.com/api/v1/divisional-charts`
- **Auth:** JWT Bearer token — register at `https://mahadasha.com/api/v1/auth/register`
- **OpenAPI schema:** https://mahadasha.com/api/v1/openapi.json
- **API catalog:** https://mahadasha.com/.well-known/api-catalog
- **MCP server card:** https://mahadasha.com/.well-known/mcp/server-card.json

Refer to the OpenAPI schema above for the exact request body and response shape of `https://mahadasha.com/api/v1/divisional-charts`.

> Human UI: [Divisional Charts (Shodashavarga, D-1 to D-60)](https://mahadasha.com/divisional-chart)
