---
title: "Composite Chart"
method: GET
path: "/astrology/composite-chart"
tags: ["Western Astrology"]
---

# Composite Chart

`GET /astrology/composite-chart`

**Credits Required:** 800

## Query parameters

- `primary_profile` object, required
  - `datetime` string, required — Date and time should be in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ eg:`2004-02-12T15:19:21+05:30`.
  - `coordinates` string, required — Coordinates is accepted in the form of latitude and longitude eg: `10.214747,78.097626`.
  - `birth_time_unknown` boolean — Default is `false`. If exact time of birth is unknown value is `true`.
- `secondary_profile` object, required
  - `datetime` string, required — Date and time should be in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ eg:`2004-02-12T15:19:21+05:30`.
  - `coordinates` string, required — Coordinates is accepted in the form of latitude and longitude eg: `10.214747,78.097626`.
  - `birth_time_unknown` boolean — Default is `false`. If exact time of birth is unknown value is `true`.
- `transit_datetime` string, required
- `current_coordinates` string, required
- `house_system` string, required
- `orb` string, required
- `birth_time_rectification` string
- `aspect_filter` string
- `la` string
- `ayanamsa` integer

## Response `200`

OK

---

[API](https://skmtc.dev/prokerala/apis/astrology-api.md) · [All operations](https://skmtc.dev/prokerala/apis/astrology-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prokerala/astrology-api/revisions/b015dc1d8744/schema)
