---
title: "Star-planet parans (Brady)"
method: POST
path: "/parans/star"
tags: ["Astro-Geography"]
---

# Star-planet parans (Brady)

`POST /parans/star`

Latitudes where a fixed star and a planet are angular at the same moment, which is how Brady tabulates a paran: not a place, a latitude. Twelve event pairs per star and planet (rise, set, culminate, anticulminate, minus meridian against meridian, which is a shared right ascension rather than a paran). Each row carries the houses of the technique in plain form: which body does what, the latitude, and the meridian where it happens at this chart moment. Solved on hour angles rather than by intersecting map polylines, so the latitude is exact rather than quantised to the polyline step. `horizon` selects the geometric horizon (default) or the apparent one at -34 arcmin, measured at about two degrees of paran latitude at mid-latitudes.

## Request body

- StarParans — Birth data for star-planet parans. Coordinates are not used: a paran is a latitude, and which latitudes exist depends on the moment, not on where the native was born.
  - `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
  - `longitude` number, required
  - `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
  - `stars` string[] — Star names from the Swiss Ephemeris catalogue. Default: the 36-star astrological set.
  - `planets` integer[] — Swiss Ephemeris planet ids. Default: 0-9, Sun through Pluto.
  - `latitudeLimit` number — Search range either side of the equator, degrees. Default 60, which is the range Brady tabulates.
  - `horizon` 'geometric' | 'apparent' — Which horizon counts as rising. `geometric` (default) is altitude 0, the semi-diurnal arc as written in Meeus. `apparent` puts it at -34 arcmin, where refraction lifts a body into view first. Worth about two degrees of paran latitude at mid-latitudes, and refraction also breaks the equator mirror that the geometric horizon has, so it is a choice rather than a detail.

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `type` string, nullable
    - `gmst` number, nullable
    - `obliquity` number, nullable
    - `latitudeLimit` number, nullable
    - `horizon` string, nullable
    - `count` number, nullable
    - `stars` object[], nullable
      - `name` string, nullable
      - `magnitude` number, nullable
      - `rightAscension` number, nullable
      - `declination` number, nullable
    - `starsWithNoParans` unknown[], nullable
      - unknown
    - `parans` object[], nullable
      - `star` string, nullable
      - `starEvent` string, nullable
      - `planetId` number, nullable
      - `planetName` string, nullable
      - `planetEvent` string, nullable
      - `latitude` number, nullable
      - `longitude` number, nullable
      - `lst` number, 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/6828e5609564/schema)
