Divisional Charts API

Overview

All divisional charts - Navamsa, Dasamsa, Dwadasamsa. Detailed life analysis.

Quick Start

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

Response Format

{
  "success": true,
  "data": {
    // Response data here
  },
  "credits_used": 1
}

Try it Free

Test this endpoint in our sandbox - no API key required

Open Sandbox

Get Started Free

Try our sandbox API with no authentication required

Try Sandbox Read Docs