PlanetPermanentRelationshipWithPlanet
PlanetPermanentRelationshipWithPlanet(PlanetNamemainPlanet,PlanetNamesecondaryPlanet)
Returns the permanent natural relationship between two planets. The method uses fixed classical friendship neutrality and enmity tables for the seven classical planets.
Parameters
| Name | Type | Description |
|---|---|---|
mainPlanet |
PlanetName |
The planet whose perspective is being used. |
secondaryPlanet |
PlanetName |
The planet being judged from the main planets perspective. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/PlanetPermanentRelationshipWithPlanet
Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.
Loading try-it widget…