Owner-Pet Compatibility
pet_owner_pet_compatibilityAssess the compatibility between a pet and its owner using their birth charts, generating a score from 0 to 100 based on zodiac sign and element distances.
Instructions
Compatibility score (0-100) based on element + sign distance.
[Group: Pet Astrology]
Example request body: {"owner":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"pet":{"date":"2020-06-15","time":"12:00:00","timezoneOffset":0,"latitude":40,"longitude":-74}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Birth date YYYY-MM-DD | |
| time | Yes | Birth time HH:mm:ss (local) | |
| timezoneOffset | No | UTC offset in hours (e.g. 3 for UTC+3, -5 for EST) | |
| latitude | No | Birth latitude in decimal degrees | |
| longitude | No | Birth longitude in decimal degrees | |
| houseSystem | No | House system: P=Placidus (default), K=Koch, W=Whole Sign, E=Equal | |
| city | No | City name (display only) |