Prognostics

Primary Directions

Calculate primary directions (Ptolemaic or Regiomontanus) up to a maximum age. Returns a timeline of directed aspect hits.

post/primary-directions

Request body

datestring required
timestring required
timezoneOffsetnumber 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.

latitudenumber required
longitudenumber required
houseSystemstring
namestring
citystring
zodiacType'tropical' | 'sidereal'
ayanamsaIdnumber 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.

cosmogramboolean
keynumber
maxAgeinteger
aspectAnglesnumber[]

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 4 of the 13 revisions of this API.41111

  • 8ab5a768b52158See the full diff
    • removed the optional property data/directions/items/age from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/directions/items/date from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/directions/items/directedPlanet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/directions/items/natalPlanet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/directions/items/type from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/directions/items/ageYears to the response with the 200 status

      response-optional-property-added

    • added the optional property data/directions/items/arc to the response with the 200 status

      response-optional-property-added

    • added the optional property data/directions/items/aspectAngle to the response with the 200 status

      response-optional-property-added

    • added the optional property data/directions/items/isDirect to the response with the 200 status

      response-optional-property-added

    • added the optional property data/directions/items/promissor to the response with the 200 status

      response-optional-property-added

    • added the optional property data/directions/items/promissorId to the response with the 200 status

      response-optional-property-added

    • added the optional property data/directions/items/significator to the response with the 200 status

      response-optional-property-added

    • added the optional property data/directions/items/significatorId to the response with the 200 status

      response-optional-property-added

    • added the new optional request property allOf[ChartInput]/ayanamsa

      new-optional-request-property

    • the allOf[ChartInput]/timezoneOffset request property's max was set to 14.00

      request-property-max-set

    • the allOf[ChartInput]/timezoneOffset request property's min was set to -14.00

      request-property-min-set

  • b0533bcc12c0442See the full diff
    • the request property allOf[ChartInput]/latitude became not nullable

      request-property-became-not-nullable

    • the request property allOf[ChartInput]/longitude became not nullable

      request-property-became-not-nullable

    • the request property allOf[ChartInput]/latitude became required

      request-property-became-required

    • the request property allOf[ChartInput]/longitude became required

      request-property-became-required

    • the allOf[ChartInput]/latitude request property's max was set to 90.00

      request-property-max-set

    • the allOf[ChartInput]/longitude request property's max was set to 180.00

      request-property-max-set

    • the allOf[ChartInput]/latitude request property's min was set to -90.00

      request-property-min-set

    • the allOf[ChartInput]/longitude request property's min was set to -180.00

      request-property-min-set

    • the latitude request property default value 0 was removed

      request-property-default-value-removed

    • the longitude request property default value 0 was removed

      request-property-default-value-removed