Core

Natal Chart

Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment. When the birth time is unknown, send timeUnknown: true instead of time and the response carries planets and aspects with houses, angles and sect set to null, plus a timeUnknown block giving the range the Moon covers that day.

post/chart

Request body

datestring required
timestring
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
timeUnknownboolean

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 5 of the 13 revisions of this API.51217

  • 8ab5a768b52116See the full diff
    • the data/antisciaAspects/items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property data/antisciaAspects/items/orb from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/antisciaAspects/items/planet1 from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/antisciaAspects/items/planet1Id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/antisciaAspects/items/planet2 from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/antisciaAspects/items/planet2Id from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/aspects/items/type/orb 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/houseAspects to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/houses/polarAsc 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/meta to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the new optional request property ayanamsa

      new-optional-request-property

    • the timezoneOffset request property's max was set to 14.00

      request-property-max-set

    • the timezoneOffset request property's min was set to -14.00

      request-property-min-set

  • b0533bcc12c0442See the full diff
    • the request property latitude became not nullable

      request-property-became-not-nullable

    • the request property longitude became not nullable

      request-property-became-not-nullable

    • the request property latitude became required

      request-property-became-required

    • the request property longitude became required

      request-property-became-required

    • the latitude request property's max was set to 90.00

      request-property-max-set

    • the longitude request property's max was set to 180.00

      request-property-max-set

    • the latitude request property's min was set to -90.00

      request-property-min-set

    • the 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