Specialized Charts

Harmonic Chart

Calculate a harmonic chart by multiplying all planet longitudes by the given harmonic number (H2–H36).

post/harmonics

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
harmonicinteger required

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 2 of the 13 revisions of this API.4426

  • 8ab5a768b5212426See the full diff
    • the response property data/aspects/items/ became nullable for the status 200

      response-property-became-nullable

    • the data/aspects/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • removed the optional property data/harmonic from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/planets/items/harmonicLongitude from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/planets/items/natalLongitude from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/planets/items/sign from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/aspects/items/exactAngle to the response with the 200 status

      response-optional-property-added

    • added the optional property data/aspects/items/isApplying to the response with the 200 status

      response-optional-property-added

    • added the optional property data/aspects/items/orb to the response with the 200 status

      response-optional-property-added

    • added the optional property data/aspects/items/planet1 to the response with the 200 status

      response-optional-property-added

    • added the optional property data/aspects/items/planet1Id to the response with the 200 status

      response-optional-property-added

    • added the optional property data/aspects/items/planet2 to the response with the 200 status

      response-optional-property-added

    • added the optional property data/aspects/items/planet2Id to the response with the 200 status

      response-optional-property-added

    • added the optional property data/aspects/items/type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/chartSect to the response with the 200 status

      response-optional-property-added

    • added the optional property data/harmonicNumber to the response with the 200 status

      response-optional-property-added

    • added the optional property data/houseAspects to the response with the 200 status

      response-optional-property-added

    • added the optional property data/houses to the response with the 200 status

      response-optional-property-added

    • added the optional property data/input to the response with the 200 status

      response-optional-property-added

    • added the optional property data/julianDay to the response with the 200 status

      response-optional-property-added

    • added the optional property data/meta to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/declination to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/distance to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/isRetrograde to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/latitude to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/longitude to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/rightAscension to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/speedDist to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/speedLat to the response with the 200 status

      response-optional-property-added

    • added the optional property data/planets/items/speedLong to the response with the 200 status

      response-optional-property-added

    • added the optional property data/siderealTime to the response with the 200 status

      response-optional-property-added

    • added ChartInput subschema #2 to the request body allOf list

      request-body-all-of-added

    • the request's body type/format changed from object/ to /

      request-body-type-changed