---
title: "Prashna Kundali (Horary Astrology)"
slug: "prashna-kundali"
canonical_url: "https://mahadasha.com/prashna-kundali"
type: "calculator"
description: "Horary astrology — cast and interpret a chart for the exact moment a question is asked, to answer that question without a birth chart."
---

# Prashna Kundali (Horary Astrology)

Horary astrology — cast and interpret a chart for the exact moment a question is asked, to answer that question without a birth chart.


## Inputs

- **question** — the question being asked
- **date** — moment of asking (`YYYY-MM-DD`)
- **time** — moment of asking (`HH:MM`, 24-hour, local)
- **latitude** / **longitude** / **timezone** — location of the querent

## 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/prashna`
- **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/prashna`.

> Human UI: [Prashna Kundali (Horary Astrology)](https://mahadasha.com/prashna-kundali)
