Pet Astrology

Best Names by Sign

Sign-aligned name suggestions; optional gender filter.

post/pet/best-names

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
gender'masculine' | 'feminine'

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

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

      response-property-became-nullable

    • the data/names/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

    • 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