---
title: "Varshaphal: Tajika annual chart"
method: POST
path: "/vedic/varshaphal"
tags: ["Vedic"]
---

# Varshaphal: Tajika annual chart

`POST /vedic/varshaphal`

The Tajika annual chart for one year of life. Cast on the moment the SIDEREAL Sun returns to its natal longitude, which for an adult sits many hours away from the tropical solar return and therefore on a different ascendant: the gap runs 0.4 h at age 1, 3.3 h at 10, 7.0 h at 20, 12.5 h at 36 and 17.2 h at 50. Returns the year entry to the second, the sidereal annual chart, the muntha (the natal lagna advanced one sign per completed year) with its house and lord, Panchavargiya bala for all seven grahas (griha, uchcha, hadda, drekkana, navamsa, summed and quartered into Vishwa out of 20), the five office bearers a year lord is chosen from, and five sahams. The year lord comes back twice, because the sources disagree: `varshesha` follows the Hayanaratna, which requires an aspect to the annual ascendant before strength is consulted and carries the reason it chose; `varsheshaByStrength` is the modern shortcut of taking the strongest candidate outright. Pass `entryLatitude`/`entryLongitude` to enter the year somewhere other than the birthplace, which moves the ascendant and the houses but not the planets or the muntha. Coordinates are required.

## Request body

- Varshaphal — Birth data plus a year, for the Tajika annual chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude, longitude and year. Coordinates do NOT default to 0 here as they do on other chart endpoints. The chart is cast on the SIDEREAL solar return, which for an adult is many hours away from the tropical one and therefore a different ascendant.
  - `date` string, required
  - `time` string, required
  - `timezoneOffset` number, nullable — Hours from UTC at the given moment, not minutes. Fractional zones are hours too: 5.5 for India, 5.75 for Nepal, -3.5 for Newfoundland. Defaults to 0, meaning UTC.
  - `latitude` number, required — Birth latitude. Required: the muntha starts at the natal lagna.
  - `longitude` number, required — Birth longitude. Required: the muntha starts at the natal lagna.
  - `houseSystem` string
  - `name` string
  - `city` string
  - `zodiacType` 'tropical' | 'sidereal'
  - `ayanamsaId` number, nullable
  - `ayanamsa` 'fagan-bradley' | 'lahiri' | 'de-luce' | 'raman' | 'krishnamurti' | 'kp' | 'yukteshwar' | 'jn-bhasin' | 'true-citra' | 'djwhal-khul' — Sidereal school by name. Lahiri when omitted. Equivalent to ayanamsaId; send either.
  - `cosmogram` boolean
  - `year` integer, required — Calendar year of the solar return. The year is entered on the birthday of that year, not on 1 January.
  - `entryLatitude` number — Where the year is entered, if not the birthplace. Classically the residence on the birthday. Moves the annual ascendant and every house with it; the planets and the muntha do not move. Must be sent together with entryLongitude.
  - `entryLongitude` number — Longitude of the year entry. Must be sent together with entryLatitude.

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `year` number, nullable
    - `yearsElapsed` number, nullable
    - `pravesh` object, nullable
      - `julianDay` number, nullable
      - `utc` string, nullable
    - `isDayBirth` boolean, nullable
    - `ayanamsa` number, nullable
    - `ayanamsaName` string, nullable
    - `ascendant` object, nullable
      - `longitude` number, nullable
      - `sign` number, nullable
      - `signName` string, nullable
      - `degreeInSign` number, nullable
    - `cusps` number[], nullable
    - `planets` object[], nullable
      - `id` number, nullable
      - `name` string, nullable
      - `longitude` number, nullable
      - `sign` number, nullable
      - `signName` string, nullable
      - `degreeInSign` number, nullable
      - `house` number, nullable
      - `isRetrograde` boolean, nullable
    - `muntha` object, nullable
      - `sign` number, nullable
      - `signName` string, nullable
      - `degree` number, nullable
      - `house` number, nullable
      - `lord` number, nullable
      - `lordName` string, nullable
    - `bala` object, nullable
      - `3` object, nullable
        - `planet` number, nullable
        - `griha` number, nullable
        - `grihaRelation` string, nullable
        - `uchcha` number, nullable
        - `hadda` number, nullable
        - `haddaLord` number, nullable
        - `drekkana` number, nullable
        - `drekkanaLord` number, nullable
        - `navamsa` number, nullable
        - `navamsaLord` number, nullable
        - `total` number, nullable
        - `vishwa` number, nullable
        - `classification` string, nullable
    - `sahams` object[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `of` string, nullable
      - `longitude` number, nullable
      - `sign` number, nullable
      - `signName` string, nullable
      - `degreeInSign` number, nullable
      - `house` number, nullable
      - `lord` number, nullable
      - `lordName` string, nullable
      - `signAdded` boolean, nullable
    - `candidates` object[], nullable
      - `role` string, nullable
      - `planet` number, nullable
      - `planetName` string, nullable
      - `vishwaBala` number, nullable
      - `aspectToVarshaLagna` object, nullable
        - `kind` string, nullable
        - `strength` string, nullable
        - `nature` string, nullable
        - `signDistance` number, nullable
        - `separation` number, nullable
        - `orb` number, nullable
        - `withinOrb` boolean, nullable
      - `qualifies` boolean, nullable
    - `varshesha` object, nullable
      - `planet` number, nullable
      - `planetName` string, nullable
      - `role` string, nullable
      - `school` string, nullable
      - `reason` string, nullable
    - `varsheshaByStrength` object, nullable
      - `planet` number, nullable
      - `planetName` string, nullable
      - `role` string, nullable
      - `school` string, nullable
    - `note` string, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/529d7d36d7d6/schema)
