AstroAsk Docs
API referenceVedic astrologyV1PlanetsRelationships

POST /v1/planets/relationships

The full Panchadha Maitri (5-fold planetary friendship) matrix: natural (Naisargika), temporary (Tatkalika, from the birth chart) and compound relationship for every planet pair.

POST
/v1/planets/relationships

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/planets/relationships" \  -H "Content-Type: application/json" \  -d '{    "date": "1990-01-15T10:30:00",    "lat": 28.6139,    "lng": 77.209  }'
{  "success": true,  "data": {    "planets": [      {        "planet": "Sun",        "sign": 9,        "signName": "Capricorn",        "relationships": [          {            "planet": "Moon",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Mars",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Mercury",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Jupiter",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Venus",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Saturn",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          },          {            "planet": "Rahu",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Ketu",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          }        ]      },      {        "planet": "Moon",        "sign": 4,        "signName": "Leo",        "relationships": [          {            "planet": "Sun",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Mars",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Mercury",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Jupiter",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Venus",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Saturn",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Rahu",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Ketu",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          }        ]      },      {        "planet": "Mars",        "sign": 7,        "signName": "Scorpio",        "relationships": [          {            "planet": "Sun",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Moon",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Mercury",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          },          {            "planet": "Jupiter",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Venus",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Saturn",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Rahu",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          },          {            "planet": "Ketu",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          }        ]      },      {        "planet": "Mercury",        "sign": 8,        "signName": "Sagittarius",        "relationships": [          {            "planet": "Sun",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Moon",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Mars",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Jupiter",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Venus",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Saturn",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Rahu",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Ketu",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          }        ]      },      {        "planet": "Jupiter",        "sign": 2,        "signName": "Gemini",        "relationships": [          {            "planet": "Sun",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Moon",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Mars",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Mercury",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Venus",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Saturn",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Rahu",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Ketu",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          }        ]      },      {        "planet": "Venus",        "sign": 9,        "signName": "Capricorn",        "relationships": [          {            "planet": "Sun",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Moon",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Mars",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Mercury",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Jupiter",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Saturn",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Rahu",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Ketu",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          }        ]      },      {        "planet": "Saturn",        "sign": 8,        "signName": "Sagittarius",        "relationships": [          {            "planet": "Sun",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          },          {            "planet": "Moon",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Mars",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          },          {            "planet": "Mercury",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Jupiter",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Venus",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Rahu",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Ketu",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          }        ]      },      {        "planet": "Rahu",        "sign": 9,        "signName": "Capricorn",        "relationships": [          {            "planet": "Sun",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Moon",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Mars",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          },          {            "planet": "Mercury",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Jupiter",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Venus",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Saturn",            "natural": "Friend",            "temporary": "Friend",            "compound": "Great Friend"          },          {            "planet": "Ketu",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          }        ]      },      {        "planet": "Ketu",        "sign": 3,        "signName": "Cancer",        "relationships": [          {            "planet": "Sun",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Moon",            "natural": "Enemy",            "temporary": "Friend",            "compound": "Neutral"          },          {            "planet": "Mars",            "natural": "Enemy",            "temporary": "Enemy",            "compound": "Great Enemy"          },          {            "planet": "Mercury",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          },          {            "planet": "Jupiter",            "natural": "Neutral",            "temporary": "Friend",            "compound": "Friend"          },          {            "planet": "Venus",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Saturn",            "natural": "Friend",            "temporary": "Enemy",            "compound": "Neutral"          },          {            "planet": "Rahu",            "natural": "Neutral",            "temporary": "Enemy",            "compound": "Enemy"          }        ]      }    ]  }}