POST V2 $0.005

Akshavedamsa Chart API (D45)

Generate the D45 divisional chart for paternal legacy, character, and moral standing.

/v2/astrology/akshavedamsa
COMING SOON

This endpoint is planned but not yet implemented. Contact us if you need this feature.

Overview

The Akshavedamsa (D45) chart divides each sign into 45 parts. It reveals:

  • Paternal Legacy: Inheritance from father's side
  • Character: Moral and ethical nature
  • Conduct: General behavior patterns
  • Reputation: Social standing and honor

Request

curl -X POST "https://api.vedika.io/v2/astrology/akshavedamsa" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "datetime": "1990-05-15T10:30:00+05:30",
    "latitude": 28.6139,
    "longitude": 77.2090
  }'

Response

{
  "success": true,
  "data": {
    "d45Chart": {
      "ascendant": { "sign": "Leo", "degree": 8.0, "lord": "Sun" },
      "planets": [
        { "name": "Sun", "d45Sign": "Aries", "d45House": 9, "significance": "Strong paternal influence" },
        { "name": "Jupiter", "d45Sign": "Sagittarius", "d45House": 5, "significance": "Righteous character" }
      ]
    },
    "paternalLegacy": {
      "strength": "strong",
      "nature": "Leadership qualities, business acumen",
      "inheritance": "Name, reputation, possibly property",
      "timing": "Sun dasha brings paternal benefits"
    },
    "characterAnalysis": {
      "moralNature": "High ethical standards",
      "conduct": "Dignified and honorable",
      "reputation": "Generally respected",
      "challenges": "Pride may need tempering"
    }
  },
  "metadata": { "cost": 0.005 }
}

Pricing: $0.005 per request