Astro-Geography

Astrocartography (A*C*G)

Calculate ACG lines for all planets: the geodetic map lines where each planet was on an angle at birth.

post/acg

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

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 1 of the 13 revisions of this API.48

  • 5a17388652f348See the full diff
    • added the new required request property date

      new-required-request-property

    • added the new required request property latitude

      new-required-request-property

    • added the new required request property longitude

      new-required-request-property

    • added the new required request property time

      new-required-request-property

    • added the new optional request property ayanamsa

      new-optional-request-property

    • added the new optional request property ayanamsaId

      new-optional-request-property

    • added the new optional request property city

      new-optional-request-property

    • added the new optional request property cosmogram

      new-optional-request-property

    • added the new optional request property houseSystem

      new-optional-request-property

    • added the new optional request property name

      new-optional-request-property

    • added the new optional request property timezoneOffset

      new-optional-request-property

    • added the new optional request property zodiacType

      new-optional-request-property