Pet Astrology

Pet Personality Profile

Full personality breakdown.

post/pet/personality

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 2 of the 13 revisions of this API.611

  • 8ab5a768b52123See the full diff
    • the response property data/quirks/items/ became nullable for the status 200

      response-property-became-nullable

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

      response-property-type-changed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

  • 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