The tables below cover the complete service catalogue. Credit costs and cache behaviour mirror the catalogue exactly and match the values on the pricing page.
Charts
All calculation endpoints including natal, traditional, transit, progressed and two-person charts.
| Endpoint | Service | Credits | Cache |
|---|---|---|---|
POST
/api/v1/chart/natal
|
Natal Chart Produces planet, house and aspect data from a birth date, time and location. | 1 | Yes |
POST
/api/v1/chart/traditional
|
Traditional Chart Calculated with classical rules: seven traditional planets, bounds and dignity scores. | 1 | Yes |
POST
/api/v1/chart/transits
|
Transit Chart Returns the aspects the sky forms with the natal chart on a chosen date. | 1 | Yes |
POST
/api/v1/chart/moment-sky
|
Sky at a Moment Gives a snapshot of the sky for any given moment and location. | 1 | Yes |
POST
/api/v1/chart/solar-return
|
Solar Return Calculates the annual chart for the moment the Sun returns to its natal degree. | 1 | Yes |
POST
/api/v1/chart/progressed
|
Progressed Chart Produces a secondary progressed chart reflecting the current life cycle. | 1 | Yes |
POST
/api/v1/chart/solar-arc
|
Solar Arc Calculates directed planetary positions using solar arc directions. | 1 | Yes |
POST
/api/v1/chart/draconic
|
Draconic Chart Returns the draconic chart realigned to the lunar node axis. | 1 | Yes |
POST
/api/v1/chart/profection
|
Profection Calculates the annual profection house and the ruler of the period. | 1 | Yes |
POST
/api/v1/chart/firdaria
|
Firdaria Lists major and minor periods according to the Persian time-lord system. | 1 | Yes |
POST
/api/v1/chart/horary
|
Horary Chart Returns the horary chart for the moment of the question plus validity checks. | 1 | Yes |
POST
/api/v1/chart/heliocentric
|
Heliocentric Chart Calculates planetary positions in a Sun-centred coordinate system. | 1 | Yes |
POST
/api/v1/chart/local-space
|
Local Space Chart Maps planetary directions onto compass azimuth values. | 1 | Yes |
POST
/api/v1/chart/equatorial
|
Equatorial Chart Gives planetary positions in equatorial coordinates (RA / declination). | 1 | Yes |
POST
/api/v1/chart/uranian
|
Uranian Chart Produces Uranian analysis data with the 90° dial, midpoints and trans-Neptunian points. | 2 | Yes |
POST
/api/v1/chart/harmonic
|
Harmonic Chart Produces the transformed chart for a chosen harmonic number (H5, H7, H9…). | 1 | Yes |
POST
/api/v1/chart/sidereal
|
Sidereal Chart Calculates a chart in the sidereal zodiac with a selectable ayanamsa. | 2 | Yes |
POST
/api/v1/chart/combo
|
Combined Chart Combines natal, transit and progression layers in a single request. | 2 | Yes |
POST
/api/v1/chart/synastry
|
Synastry Extracts inter-chart aspects and house overlays between two charts. | 2 | Yes |
POST
/api/v1/chart/composite
|
Composite Chart Builds a relationship chart from the midpoints of two charts. | 2 | Yes |
POST
/api/v1/chart/davison
|
Davison Chart Calculates a real chart from the time and space midpoint of two births. | 2 | Yes |
POST
/api/v1/chart/relationship-bundle
|
Relationship Bundle Returns synastry, composite and Davison charts together in one call. | 4 | Yes |
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/natal" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "natal",
"chart_key": "natal",
"title": "Doğum Haritası (Natal)",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB5xU1fn/8Wd7oSwdll4FERB2FwRsIPbee489ieaXmH+KKaZqYkxiEpNYEo3d2GMv2BUpSxMp0nvvsL38z/fIHWdnywywwO7s5+3rvGbmzuyybrlz7/ne5znJBgAAAAAAAAAAANSjZAMAAAAAAAAAAADqEQEUAAAAAAAAAAAA6hUBFAAAAAAAAAAAAOoVARQAAAAAAAAAAADqFQEUAAAAAAAAAAAA6hUBFAAAAAAAAAAAAOoVARQAAAAAAAAAAADqFQEUAAAAAAAAAAAA6hUBFAAAAAAAAAAAAOoVARQAAAAAAAAAAADqFQEUAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-d9b08f7caa2d",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/traditional" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "traditional",
"chart_key": "traditional",
"title": "Traditional (Klasik)",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB3xb1dkG8FeS5b2dxCvOns70yiKQhACBJGzCHoGyC7Tla0tbSksHUAqlLS1dzLL3HoEQNmR5ZO842zvee8jfeU5yVcnzOpEd2X7+/A6Srq4dD1nSPc993+MjRERERERERERERERERB7kI0REREREREREREREREQexACKiIiIiIiIiIiIiIiIPIoBFBEREREREREREREREXkUAygiIiIiIiIiIiIiIiLyKAZQRERERERERERERERE5FEMoIiIiIiIiIiIiIiIiMijGEARERERERERERERERGRRzGAIiIiIiIiIiIiIiIiIo9iAEVERE… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-6c42b49cd830",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/transits" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"transit": true
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "transits",
"chart_key": "natal_transit",
"title": "Natal + Transit",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdBWBUV74G8O+OWzwEd3d3LdBSKKVQ6tvtdivbbtvdbl/d3d2py26VGpRCaYGiLe5uwQmBuIzPfefcmUkmRoYSIPL93vvv1ZmkZDK5c757zjGAiIiIiIiIiIiIiIiIqAoZQERERERERERERERERFSFGEARERERERERERERERFRlWIARURERERERERERERERFWKARQRERERERERERERERFVKQZQREREREREREREREREVKUYQBEREREREREREREREVGVYgBFREREREREREREREREVYoBFBEREREREREREREREVUpBlBERERERERERERERE… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-9c2d9219861a",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/moment-sky" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "moment-sky",
"chart_key": "moment_sky",
"title": "Günün Transitleri — 31.07.2026 21:34",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB3gc1dXG8aNuuXdb7hUbY1wk2dj03nszvRPgC4SEkEISSkKAEBLSgBAIoYTeeyeYauOOe++23Ivc1PXd9+JZVtJKu7ZlW7v6/57nPrs7u5JsldmZ+845N9UAAAAAAAAAAACAWpRqAAAAAAAAAAAAQC0igAIAAAAAAAAAAECtIoACAAAAAAAAAABArSKAAgAAAAAAAAAAQK0igAIAAAAAAAAAAECtIoACAAAAAAAAAABArSKAAgAAAAAAAAAAQK0igAIAAAAAAAAAAECtIoACAAAAAAAAAABArSKAAgAAAAAAAAAAQK0igAIAAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-8eb252f2d2fd",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/solar-return" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"target_date": "2026-05-17"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "solar-return",
"chart_key": "solar_return",
"title": "Solar Return (2026)",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB5xU1fn/8Wc7Sy/Se5MidXcRUBQRRUVF1Nh7i8YSE5P8TTQaY4rxZ0lMs/fYe+9iR4EFpIP0DtL79v/5Hrnj7LC7M8DC7sx+3i/Pa2buzK7Lljv3nu99npNqAAAAAAAAAAAAQCVKNQAAAAAAAAAAAKASEUABAAAAAAAAAACgUhFAAQAAAAAAAAAAoFIRQAEAAAAAAAAAAKBSEUABAAAAAAAAAACgUhFAAQAAAAAAAAAAoFIRQAEAAAAAAAAAAKBSEUABAAAAAAAAAACgUhFAAQAAAAAAAAAAoFIRQAEAAAAAAAAAAKBSEUABAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-9bc1ffd765d1",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
method |
string | No | "361": longitudinal 361° method, "naibod": Naibod scale. seçenekler: 361,naibod |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/progressed" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"method": "361"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "progressed",
"chart_key": "secondary_progression_361",
"title": "Secondary Progression 361°",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB3iUVdrG8SeN0HsLHaRJJwmogAJiRcWKYu91d9X1c1fX1dVd19Vdy65bXcvae+8VsYIKoQjSpEgNvbdAynfuA+84mUwyAwbIJP/f5blm5p1JMSQz8577PM9JNQAAAAAAAAAAAKAcpRoAAAAAAAAAAABQjgigAAAAAAAAAAAAUK4IoAAAAAAAAAAAAFCuCKAAAAAAAAAAAABQrgigAAAAAAAAAAAAUK4IoAAAAAAAAAAAAFCuCKAAAAAAAAAAAABQrgigAAAAAAAAAAAAUK4IoAAAAAAAAAAAAFCuCKAAAAAAAAAAAABQrgigAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-77d910570d80",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/solar-arc" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"target_date": "2026-05-17"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "solar-arc",
"chart_key": "solar_arc",
"title": "Solar Arc",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB3xUVdoG8HcmvRNCCCn0HloqvSOioNhQ7Nh72VX3U9fVdYuru5Zddd2169q7YsFKE5CWQu8dkgCB9F6/8xy448ykzAAJmZk8f3/nd2fuTEJMuTP3PPd9j7cQERERERERERERERERtSBvISIiIiIiIiIiIiIiImpBDKCIiIiIiIiIiIiIiIioRTGAIiIiIiIiIiIiIiIiohbFAIqIiIiIiIiIiIiIiIhaFAMoIiIiIiIiIiIiIiIialEMoIiIiIiIiIiIiIiIiKhFMYAiIiIiIiIiIiIiIiKiFsUAioiIiIiIiIiIiIiIiFoUAygiIi… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-c4f4a7806caf",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/draconic" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "draconic",
"chart_key": "draconic",
"title": "Draconic",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB3gc1dXG8aNmSe7dlruNG+6WZGPTjenF9N47CTUkhDQSEkLJByEhjdBCKAESSoDQezVgW+64YOPee1eXvvtee5aVLGnXtmTvrv6/57nP7s6uZFlldua+c85NNQAAAAAAAAAAAKAWpRoAAAAAAAAAAABQiwigAAAAAAAAAAAAUKsIoAAAAAAAAAAAAFCrCKAAAAAAAAAAAABQqwigAAAAAAAAAAAAUKsIoAAAAAAAAAAAAFCrCKAAAAAAAAAAAABQqwigAAAAAAAAAAAAUKsIoAAAAAAAAAAAAFCrCKAAAAAAAAAAAABQqwigAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-202904651717",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/profection" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"target_date": "2026-05-17"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "profection",
"chart_key": "profection",
"title": "Profection (36 Yaş)",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOy9B0Bc55X+fShD770LISQEEiqAepcl9yL3Evd1Eqc52U3btN1kv80m2eSfTTabZLNxmu3Yce+xbNmSrN5QF0IIEKL3PgMDDHzv86KLBpgZBglZ7fnJr++dPky59875veccbyGEEEIIIYQQQgghhBBCCCFkAvEWQgghhBBCCCGEEEIIIYQQQiYQCihCCCGEEEIIIYQQQgghhBAyoVBAEUIIIYQQQgghhBBCCCGEkAmFAooQQgghhBBCCCGEEEIIIYRMKBRQhBBCCCGEEEIIIYQQQgghZEKhgCKEEEIIIYQQQgghhBBCCCETCgUUIYQQQg… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-d704eaea1fe5",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/firdaria" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
{
"success": true,
"data": {
"chart_type": "firdaria",
"input": {
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"transit": false
},
"meta": {
"name": "İsimsiz Harita",
"birth_date": "1990-05-17",
"birth_time": "14:30",
"location": {
"lat": 41.0082,
"lon": 28.9784
},
"house_system": "P",
"target_date": "2026-07-31",
"target_time": "21:35",
"sr_year": 2026
},
"charts": {
"natal": {
"id": "natal",
"title": "Doğum Haritası (Natal)",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 86,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 277.66467689399633,
"y1": 457.08825378788254,
"x2": 115.45710033122111,
"y2": 532.7830495510749,
"is_asc": false,
"is_mc": false
},
{
"x1": 322.15441039295564,
"y1": 510.29534976023075,
"x2": 218.9369249139857,
"y2": 656.5388135163885,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 256.49,
"y": 431.84
},
{
"num": 2,
"x": 287.23,
"y": 494.3
},
{
"num": 3,
"x": 353.39,
"y": 539.41
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.5250600000000532,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 353.1045734770438,
"conflicting_extras": [
"GCP_11"
],
"text_pos": {
"x": 636.9900485144973,
"y": 397.8281562910278,
"rotate": -0.5250600000000532
},
"text_pos_with_extras": {
"x": 635.29,
"y": 428.45,
"rotate": -353.1045734770438
},
"degree_tick": {
"x1": 711.98,
"y1": 396.89,
"x2": 705.98,
"y2": 396.95
},
"sym_pos": {
"x": 547.4926513679544,
"y": 398.52765749532847
},
"inner_point": {
"x": 532.9933737758504,
"y": 398.67239625002503
},
"owner_name": "İsimsiz Harita",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 359.05989322704374,
"conflicting_extras": [
"GCP_10"
],
"text_pos": {
"x": 635.463740921349,
"y": 373.0588286942853,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 636.97,
"y": 403.89,
"rotate": -359.05989322704374
},
"degree_tick": {
"x1": 709.98,
"y1": 364.53,
"x2": 704.02,
"y2": 365.22
},
"sym_pos": {
"x": 546.5438893919788,
"y": 383.2328153266121
},
"inner_point": {
"x": 532.1378799263266,
"y": 384.8811148368774
},
"owner_name": "İsimsiz Harita",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 5.742551627043781,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 630.728832987593,
"y": 345.8409229382239,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 635.81,
"y": 376.29,
"rotate": -5.742551627043781
},
"degree_tick": {
"x1": 703.74,
"y1": 328.7,
"x2": 697.9,
"y2": 330.07
},
"sym_pos": {
"x": 543.5970585049366,
"y": 366.2934014067005
},
"inner_point": {
"x": 529.4807374993666,
"y": 369.60693143790627
},
"owner_name": "İsimsiz Harita",
"house": 7
},
"… +54 more (see full example)"
],
"aspectLines": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 344.3893981529163,
"y2": 279.1841857942217,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Sirius",
"extra_keys": [
"Sirius"
],
"has_extra": true,
"has_asteroid": false
},
"… +246 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 790.9907002687199,
"y2": 325.634199369764
},
"text": {
"x": 727.8018734131783,
"y": 241.75357259384765,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 649.9252336461055,
"y1": 184.50666463451927,
"x2": 701.4249787610606,
"y2": 140.10197734708686
},
"text": {
"x": 604.761536080867,
"y": 99.05363710155291,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 508.69493370154834,
"y1": 88.4146804042013,
"x2": 531.0926776158068,
"y2": 24.20922060870339
},
"text": {
"x": 426.85551051473124,
"y": 36.99203651298069,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 708.4700499607488,
"y2": 341.32949397514045,
"class": "tick-thick"
},
{
"x1": 723.0627767424571,
"y1": 332.6914397460971,
"x2": 717.1889080744124,
"y2": 333.91523175071353,
"class": "tick-thin"
},
{
"x1": 721.83887636651,
"y1": 327.0634682813734,
"x2": 715.9872604325735,
"y2": 328.38958703989385,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": null,
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [
{
"star": {
"key": "Algol",
"name": "Algol",
"sign_name": "Boğa",
"sym": "★",
"color": "#c0392b",
"deg": 56.0305425,
"visualDeg": 66.7994799,
"adjustedDeg": 66.7994799,
"line_1_planet": "★",
"line_2_degree": "26°",
"line_3_sign": "s",
"line_4_min": "01'",
"line_5_sec": "49\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 57,
"speed": 3.21e-5,
"is_asteroid": false,
"is_extra": true,
"is_star": true,
"is_plain": false,
"decl": 40.9195236,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 62.2476466603772,
"conflicting_extras": [
"GCP_14",
"GCP_16",
"GCP_15",
"… +1 more (see full example)"
],
"text_pos": {
"x": 493.36620995783466,
"y": 182.16577211533186,
"rotate": -66.7994799
},
"text_pos_with_extras": {
"x": 510.36,
"y": 190.26,
"rotate": -62.2476466603772
},
"degree_tick": {
"x1": 522.91,
"y1": 113.23,
"x2": 520.55,
"y2": 118.75
},
"sym_pos": {
"x": 458.10766231553004,
"y": 264.428064924099
},
"inner_point": {
"x": 452.3953836472237,
"y": 277.7554754908824
},
"owner_name": "İsimsiz Harita",
"house": 9
},
"planet": {
"key": "Sun",
"name": "Güneş",
"sign_name": "Boğa",
"sym": "Q",
"color": "#D4AF37",
"deg": 56.3037815,
"visualDeg": 67.0727189,
"adjustedDeg": 67.02584389999998,
"line_1_planet": "Q",
"line_2_degree": "26°",
"line_3_sign": "s",
"line_4_min": "18'",
"line_5_sec": "13\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 9,
"speed": 0.9635454,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 19.3286418,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 68.09764666037722,
"conflicting_extras": [
"GCP_16",
"Algol",
"GCP_15",
"… +1 more (see full example)"
],
"text_pos": {
"x": 492.50486469295913,
"y": 181.79860218564747,
"rotate": -67.02584389999998
},
"text_pos_with_extras": {
"x": 488.41,
"y": 180.11,
"rotate": -68.09764666037722
},
"degree_tick": {
"x1": 521.54,
"y1": 112.65,
"x2": 519.21,
"y2": 118.17
},
"sym_pos": {
"x": 457.46047226872025,
"y": 264.152496796387
},
"inner_point": {
"x": 451.81181567281214,
"y": 277.50699711131847
},
"owner_name": "İsimsiz Harita",
"house": 9
},
"orb": 0.2732389999999896
},
{
"star": {
"key": "Sirius",
"name": "Sirius",
"sign_name": "Yengeç",
"sym": "★",
"color": "#3498db",
"deg": 103.947319,
"visualDeg": 114.71625639999999,
"adjustedDeg": 114.71625639999999,
"line_1_planet": "★",
"line_2_degree": "13°",
"line_3_sign": "f",
"line_4_min": "56'",
"line_5_sec": "50\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 60,
"speed": -5.86e-5,
"is_asteroid": false,
"is_extra": true,
"is_star": true,
"is_plain": false,
"decl": -16.7032849,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 132.44764666037747,
"conflicting_extras": [
"GCP_2",
"Vulkanus",
"Ceres"
],
"text_pos": {
"x": 300.90441625745234,
"y": 184.7116694227861,
"rotate": -114.71625639999999
},
"text_pos_with_extras": {
"x": 240.04,
"y": 225.12,
"rotate": -132.44764666037747
},
"degree_tick": {
"x1": 269.55,
"y1": 116.58,
"x2": 272.05,
"y2": 122.03
},
"sym_pos": {
"x": 338.32658817710643,
"y": 266.0125368770504
},
"inner_point": {
"x": 344.3893981529163,
"y": 279.1841857942217
},
"owner_name": "İsimsiz Harita",
"house": 10
},
"planet": {
"key": "Chiron",
"name": "Kiron",
"sign_name": "Yengeç",
"sym": "M",
"color": "#d35400",
"deg": 103.3724362,
"visualDeg": 114.1413736,
"adjustedDeg": 115.41757654999998,
"line_1_planet": "M",
"line_2_degree": "13°",
"line_3_sign": "f",
"line_4_min": "22'",
"line_5_sec": "20\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 19,
"speed": 0.0817366,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 16.4048004,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 126.59764666037745,
"conflicting_extras": [
"GCP_2",
"Sirius",
"Vulkanus",
"… +1 more (see full example)"
],
"text_pos": {
"x": 298.276701921097,
"y": 185.94073103939027,
"rotate": -115.41757654999998
},
"text_pos_with_extras": {
"x": 258.7,
"y": 209.73,
"rotate": -126.59764666037745
},
"degree_tick": {
"x1": 272.4,
"y1": 115.29,
"x2": 274.85,
"y2": 120.76
},
"sym_pos": {
"x": 339.6740463185354,
"y": 265.40048546736216
},
"inner_point": {
"x": 345.6043943075607,
"y": 278.6323021502317
},
"owner_name": "İsimsiz Harita",
"house": 10
},
"orb": -0.5748827999999548
},
{
"star": {
"key": "Vega",
"name": "Vega",
"sign_name": "Oğlak",
"sym": "★",
"color": "#a29bfe",
"deg": 285.1924387,
"visualDeg": 295.96137610000005,
"adjustedDeg": 295.96137610000005,
"line_1_planet": "★",
"line_2_degree": "15°",
"line_3_sign": "z",
"line_4_min": "11'",
"line_5_sec": "32\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 62,
"speed": 0.0001832,
"is_asteroid": false,
"is_extra": true,
"is_star": true,
"is_plain": false,
"decl": 38.7697157,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 293.9299645770438,
"conflicting_extras": [],
"text_pos": {
"x": 503.75034229871704,
"y": 613.0841769651117,
"rotate": -295.96137610000005
},
"text_pos_with_extras": {
"x": 496.13,
"y": 616.63,
"rotate": -293.9299645770438
},
"degree_tick": {
"x1": 536.58,
"y1": 680.52,
"x2": 533.96,
"y2": 675.12
},
"sym_pos": {
"x": 464.5703607133365,
"y": 532.6156797567678
},
"inner_point": {
"x": 458.2227659313475,
"y": 519.5788841196619
},
"owner_name": "İsimsiz Harita",
"house": 4
},
"planet": {
"key": "Neptune",
"name": "Neptün",
"sign_name": "Oğlak",
"sym": "O",
"color": "#8e44ad",
"deg": 284.3228554,
"visualDeg": 295.0917928,
"adjustedDeg": 295.5004511,
"line_1_planet": "O",
"line_2_degree": "14°",
"line_3_sign": "z",
"line_4_min": "19'",
"line_5_sec": "22\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 17,
"speed": -0.0156166,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -21.8042565,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 288.07996457704377,
"conflicting_extras": [
"Vega"
],
"text_pos": {
"x": 502.0328141137473,
"y": 613.9119090748093,
"rotate": -295.5004511
},
"text_pos_with_extras": {
"x": 473.55,
"y": 625.3,
"rotate": -288.07996457704377
},
"degree_tick": {
"x1": 532.31,
"y1": 682.56,
"x2": 529.77,
"y2": 677.12
},
"sym_pos": {
"x": 462.5502810904514,
"y": 533.5803590933394
},
"inner_point": {
"x": 456.40127040698326,
"y": 520.4487305722993
},
"owner_name": "İsimsiz Harita",
"house": 4
},
"orb": -0.8695833000000448
}
],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 228.60110092704383,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 267.3745713126972,
"y": 596.4166379549074,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 243.27,
"y": 577.78,
"rotate": -228.60110092704383
},
"degree_tick": {
"x1": 225.4,
"y1": 658.57,
"x2": 228.76,
"y2": 653.6
},
"sym_pos": {
"x": 317.45885767351405,
"y": 522.2424223559022
},
"inner_point": {
"x": 325.5730716649313,
"y": 510.225370666678
},
"owner_name": "İsimsiz Harita",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.8287293,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 234.45110092704385,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 270.3269706916716,
"y": 598.3781879895101,
"rotate": -236.8287293
},
"text_pos_with_extras": {
"x": 262.21,
"y": 592.83,
"rotate": -234.45110092704385
},
"degree_tick": {
"x1": 229.53,
"y1": 661.31,
"x2": 232.81,
"y2": 656.29
},
"sym_pos": {
"x": 319.4103381971939,
"y": 523.537672029666
},
"inner_point": {
"x": 327.3327117303511,
"y": 511.39329071149547
},
"owner_name": "İsimsiz Harita",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [
{
"planet_a": "Ay",
"planet_b": "Güneş",
"aspect_type": "Kare",
"aspect_degree": "90",
"orb": 4.14
},
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 7.08
},
{
"planet_a": "Mars",
"planet_b": "Güneş",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 6.5
},
"… +511 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#1e88e5"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#1e88e5"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [
{
"text": "Yükselen",
"x": -16,
"y": 400,
"rotate": 0,
"color": "#e74c3c",
"deg_formatted": "19° 13'",
"sign_sym": "h",
"sign_color": "#9d7e61"
},
{
"text": "",
"x": 816,
"y": 400,
"rotate": 0,
"color": "#1e88e5",
"deg_formatted": "19° 13'",
"sign_sym": "c",
"sign_color": "#4AA3DF"
},
{
"text": "",
"x": 412.77,
"y": -15.8,
"rotate": 1.7589600000000019,
"color": "#000",
"deg_formatted": "17° 28'",
"sign_sym": "d",
"sign_color": "#49535c"
},
"… +1 more (see full example)"
],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
}
},
"strong_planets": [
{
"key": "Jupiter",
"name": "Jüpiter",
"score": 9,
"percent": 60,
"details": "Yücelim (+4), Köşe Ev (+5)",
"sym": "Y",
"color": "#d35400",
"sign_idx": 3
},
{
"key": "Saturn",
"name": "Satürn",
"score": 6,
"percent": 40,
"details": "Yönetici (+5), Retro (-2)",
"sym": "U",
"color": "#2c3e50",
"sign_idx": 9
},
{
"key": "Mars",
"name": "Mars",
"score": 5,
"percent": 33.33333333333333,
"details": "Köşe Ev (+5)",
"sym": "T",
"color": "#c0392b",
"sign_idx": 11
},
"… +4 more (see full example)"
],
"dominant_planets": [
{
"key": "Mercury",
"name": "Merkür",
"score": 20,
"breakdown": {
"essential": 4,
"accidental": 0,
"aspectual": 12,
"special": 4
},
"details": "Dost burç (+4), Açılar (+12), ASC burcu yöneticisi (+3), MC burcu yöneticisi (+1)",
"sym": "E",
"color": "#8e44ad",
"sign_idx": 1,
"house": 8,
"aspect_count": 4,
"columns": {
"sign": 4,
"house": 0,
"angle": 0,
"ruler": 4,
"aspects": 12
},
"percent": 13.33
},
{
"key": "Mars",
"name": "Mars",
"score": 19,
"breakdown": {
"essential": 4,
"accidental": 0,
"aspectual": 12,
"special": 3
},
"details": "Dost burç (+4), Açılar (+12), DSC ile kavuşum (+3)",
"sym": "T",
"color": "#c0392b",
"sign_idx": 11,
"house": 7,
"aspect_count": 4,
"columns": {
"sign": 4,
"house": 0,
"angle": 3,
"ruler": 0,
"aspects": 12
},
"percent": 12.67
},
{
"key": "Pluto",
"name": "Plüton",
"score": 19,
"breakdown": {
"essential": 6,
"accidental": 0,
"aspectual": 13,
"special": 0
},
"details": "Yönetici / Eski Yönetici (+6), Açılar (+13)",
"sym": "P",
"color": "#2c3e50",
"sign_idx": 7,
"house": 3,
"aspect_count": 5,
"columns": {
"sign": 6,
"house": 0,
"angle": 0,
"ruler": 0,
"aspects": 13
},
"percent": 12.67
},
"… +8 more (see full example)"
],
"rulership_power": {
"method": "classical",
"planets": [
{
"planet": "Jupiter",
"planet_tr": "Jüpiter",
"degree": 99.92,
"in_sign_index": 3,
"in_sign_name": "Yengeç",
"in_house": 10,
"dignity": "exaltation",
"dignity_tr": "Yücelim (Exaltation)",
"rules_houses": [
4,
7
],
"rules_house_names": [
"4. Ev - Aile, Yuva, Kökler",
"7. Ev - İlişkiler, Evlilik, Ortaklıklar"
],
"rulership_power": 61,
"is_asc_ruler": false,
"is_mc_ruler": false
},
{
"planet": "Mercury",
"planet_tr": "Merkür",
"degree": 37.92,
"in_sign_index": 1,
"in_sign_name": "Boğa",
"in_house": 8,
"dignity": "peregrine",
"dignity_tr": "Yabancı (Peregrine)",
"rules_houses": [
1,
10
],
"rules_house_names": [
"1. Ev - Ben, Kişilik, Fiziksel Görünüm",
"10. Ev - Kariyer, Sosyal Statü, İtibar"
],
"rulership_power": 47,
"is_asc_ruler": true,
"is_mc_ruler": true
},
{
"planet": "Saturn",
"planet_tr": "Satürn",
"degree": 295.21,
"in_sign_index": 9,
"in_sign_name": "Oğlak",
"in_house": 5,
"dignity": "domicile",
"dignity_tr": "Yönetici (Domicile)",
"rules_houses": [
5,
6
],
"rules_house_names": [
"5. Ev - Yaratıcılık, Aşk, Çocuklar",
"6. Ev - Sağlık, Günlük İşler, Hizmet"
],
"rulership_power": 40,
"is_asc_ruler": false,
"is_mc_ruler": false
},
"… +7 more (see full example)"
]
},
"firdaria": [
{
"major_key": "Venus",
"start": "17.05.2000",
"end": "17.05.2008",
"years": 8,
"is_active": false,
"planet_info": {
"name": "Venüs",
"sym": "R",
"color": "#27ae60"
},
"sub_periods": [
{
"sub_key": "Venus",
"start": "17.05.2000",
"end": "16.04.2001",
"is_active": false,
"planet_info": {
"name": "Venüs",
"sym": "R",
"color": "#27ae60"
}
},
{
"sub_key": "Mercury",
"start": "16.04.2001",
"end": "11.10.2002",
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
}
},
{
"sub_key": "Moon",
"start": "11.10.2002",
"end": "21.10.2003",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
"… +4 more (see full example)"
]
},
{
"major_key": "Mercury",
"start": "17.05.2008",
"end": "17.05.2021",
"years": 13,
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
},
"sub_periods": [
{
"sub_key": "Mercury",
"start": "17.05.2008",
"end": "16.10.2010",
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
}
},
{
"sub_key": "Moon",
"start": "16.10.2010",
"end": "17.06.2012",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
{
"sub_key": "Saturn",
"start": "17.06.2012",
"end": "03.07.2014",
"is_active": false,
"planet_info": {
"name": "Satürn",
"sym": "U",
"color": "#2c3e50"
}
},
"… +4 more (see full example)"
]
},
{
"major_key": "Moon",
"start": "17.05.2021",
"end": "17.05.2030",
"years": 9,
"is_active": true,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
},
"sub_periods": [
{
"sub_key": "Moon",
"start": "17.05.2021",
"end": "14.07.2022",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
{
"sub_key": "Saturn",
"start": "14.07.2022",
"end": "12.12.2023",
"is_active": false,
"planet_info": {
"name": "Satürn",
"sym": "U",
"color": "#2c3e50"
}
},
{
"sub_key": "Jupiter",
"start": "12.12.2023",
"end": "28.06.2025",
"is_active": false,
"planet_info": {
"name": "Jüpiter",
"sym": "Y",
"color": "#d35400"
}
},
"… +4 more (see full example)"
]
},
"… +2 more (see full example)"
]
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-0528fe1aa805",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/horary" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "horary",
"chart_key": "horary",
"title": "Horary - 31.07.2026 21:35 (Regiomontanus)",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB3gc1dkF4G+LerEtuUmy5IJ7V3G3wWCwKcZ0ML0HAiQkBEJIQkkI7SeQhBASegu9l5iOabZxkXvvTZIlWb1LW/57rjzLqs/aK3lXOq+f++zO7EiWVruzM/fMd69diIiIiIiIiIiIiIiIiPzILkRERERERERERERERER+xACKiIiIiIiIiIiIiIiI/IoBFBEREREREREREREREfkVAygiIiIiIiIiIiIiIiLyKwZQRERERERERERERERE5FcMoIiIiIiIiIiIiIiIiMivGEARERERERERERERERGRXzGAIiIiIiIiIiIiIiIiIr9iAE… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-6553942839c6",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/heliocentric" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "heliocentric",
"chart_key": "heliocentric",
"title": "Heliocentric (Güneş Merkezli)",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB5iU1dnG8We2L733JiJNQNgFBEUBsRfsvXejiSYmflETTYyJJUajxhg1auyJvfeGFRUWEBSkKtKkSodl23fuA+84O+zODLDL7uz8f9d1rpl5Z2ZZdnfecu7znJNhAAAAAAAAAAAAQBXKMAAAAAAAAAAAAKAKEUABAAAAAAAAAACgShFAAQAAAAAAAAAAoEoRQAEAAAAAAAAAAKBKEUABAAAAAAAAAACgShFAAQAAAAAAAAAAoEoRQAEAAAAAAAAAAKBKEUABAAAAAAAAAACgShFAAQAAAAAAAAAAoEoRQAEAAAAAAAAAAKBKEUABAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-c83d5fbdab53",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/local-space" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
{
"success": true,
"data": {
"chart_type": "local-space",
"input": {
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"transit": false
},
"data": {
"Sun": {
"degree": 56.3029506,
"speed": 0.9527767,
"decl": 19.327721,
"azimuth": 48.0881554,
"altitude": 61.1097939
},
"Moon": {
"degree": 321.363651,
"speed": 14.8113575,
"decl": -13.6716911,
"azimuth": 94.4464538,
"altitude": -26.1206988
},
"Mercury": {
"degree": 37.9203761,
"speed": 0.0156093,
"decl": 11.4340931,
"azimuth": 61.3113852,
"altitude": 44.238568
},
"Venus": {
"degree": 15.0769996,
"speed": 1.1383663,
"decl": 4.2288538,
"azimuth": 73.8945613,
"altitude": 23.8401773
},
"Mars": {
"degree": 349.8013933,
"speed": 0.7411603,
"decl": -5.6492829,
"azimuth": 82.5055078,
"altitude": -0.0011978
},
"Jupiter": {
"degree": 99.9187935,
"speed": 0.1899491,
"decl": 23.2161883,
"azimuth": 303.5179272,
"altitude": 62.8912387
},
"Saturn": {
"degree": 295.212656,
"speed": -0.0193191,
"decl": -20.9453337,
"azimuth": 107.6924962,
"altitude": -50.2147644
},
"Uranus": {
"degree": 279.1338174,
"speed": -0.0254744,
"decl": -23.4422773,
"azimuth": 124.4283388,
"altitude": -63.5819759
},
"Neptune": {
"degree": 284.3227624,
"speed": -0.0154563,
"decl": -21.8042984,
"azimuth": 119.2116682,
"altitude": -58.8835824
},
"Pluto": {
"degree": 226.1126744,
"speed": -0.026998,
"decl": -1.3142687,
"azimuth": 220.0994662,
"altitude": -42.8418047
},
"Chiron": {
"degree": 103.3725784,
"speed": 0.0810268,
"decl": 16.4047005,
"azimuth": 307.9614633,
"altitude": 55.8479123
},
"Lilith": {
"degree": 231.7006459,
"speed": 0.1120201,
"decl": -23.0734746,
"azimuth": 241.9026724,
"altitude": -60.1221619
},
"True Node": {
"degree": 310.2503687,
"speed": 0.0026131,
"decl": -17.6757633,
"azimuth": 98.4400477,
"altitude": -36.7281964
},
"Mean Node": {
"degree": 311.2343587,
"speed": -0.0529581,
"decl": -17.4078201,
"azimuth": 97.9703344,
"altitude": -35.8199865
}
}
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-0faac4b8adbd",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/equatorial" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
{
"success": true,
"data": {
"chart_type": "equatorial",
"input": {
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"transit": false
},
"data": {
"Sun": {
"ra": 53.9892399,
"decl": 19.327721
},
"Moon": {
"ra": 323.4977374,
"decl": -13.6716911
},
"Mercury": {
"ra": 36.5026617,
"decl": 11.4340931
},
"Venus": {
"ra": 14.6006865,
"decl": 4.2288538
},
"Mars": {
"ra": 351.3181055,
"decl": -5.6492829
},
"Jupiter": {
"ra": 100.8027759,
"decl": 23.2161883
},
"Saturn": {
"ra": 297.1368249,
"decl": -20.9453337
},
"Uranus": {
"ra": 279.9634086,
"decl": -23.4422773
},
"Neptune": {
"ra": 285.4510576,
"decl": -21.8042984
},
"Pluto": {
"ra": 228.1943604,
"decl": -1.3142687
},
"Chiron": {
"ra": 103.8627228,
"decl": 16.4047005
},
"Lilith": {
"ra": 227.8529688,
"decl": -23.0734746
},
"True Node": {
"ra": 312.6987838,
"decl": -17.6757633
},
"Mean Node": {
"ra": 313.691769,
"decl": -17.4078201
}
}
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-677e61ac3c55",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
dial |
boolean | No | If true, returns a 90° uranian dial; if false, a uranian natal chart. |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/uranian" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"dial": false
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "uranian",
"chart_key": "uranian_natal",
"title": "Uranyen Doğum Haritası",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB6AAAAegCAYAAABnU0wgAAAQAElEQVR4nOzdB4AU5d3H8f/14+i9d5AuSFMUFRUL9oo1xp7Yo4nG3nuNNZZo7AW72LFgQYoKCoIivfd+xx1X3+f3zMyydxwlbzYJe3w/b55393ZnZ/dmZ4dzf/P/P+kGAAAAAAAAAAAAAEACpBsAAAAAAAAAAAAAAAlAAA0AAAAAAAAAAAAASAgCaAAAAAAAAAAAAABAQhBAAwAAAAAAAAAAAAASggAaAAAAAAAAAAAAAJAQBNAAAAAAAAAAAAAAgIQggAYAAAAAAAAAAAAAJAQBNAAAAAAAAAAAAAAgIQigAQAAAAAAAAAAAAAJQQANAAAAAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-8cff52132aa0",
"credits_charged": 2,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
harmonic |
integer | Yes | Harmonic factor — every longitude is multiplied by this number and wrapped to 360°. 2,180 aralığında |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/harmonic" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"harmonic": 5
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "harmonic",
"chart_key": "harmonic",
"title": "Harmonic H5",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB5xU1dnH8Wcby9J7R3qVtoVqQxALKvbee0mMaUYTozGJNabH5I2x19hj7wpiQYWlSxcB6SC9LFvf8z9yx9nZMoPsws7s7/v5HGfmzuyybrlz7/nf5zmpBgAAAAAAAAAAAFShVAMAAAAAAAAAAACqEAEUAAAAAAAAAAAAqhQBFAAAAAAAAAAAAKoUARQAAAAAAAAAAACqFAEUAAAAAAAAAAAAqhQBFAAAAAAAAAAAAKoUARQAAAAAAAAAAACqFAEUAAAAAAAAAAAAqhQBFAAAAAAAAAAAAKoUARQAAAAAAAAAAACqFAEUAAAAAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-25c994145328",
"credits_charged": 1,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
ayanamsa |
integer | No | Swiss Ephemeris sidereal mode id (0=Fagan/Bradley, 1=Lahiri, …). 0,40 aralığında |
d_chart |
integer | No | Varga (D-chart) division — e.g. 9=Navamsa, 10=Dasamsa. 1,60 aralığında |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/sidereal" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"ayanamsa": 1
}'
Example Response
This endpoint does NOT return raw astrology data (planets/houses/aspects). The data.png_data_uri field is the base64 form of a watermarked PNG image, usable directly in an <img> tag — it's shortened below for readability.
{
"success": true,
"data": {
"chart_type": "sidereal",
"chart_key": "sidereal",
"title": "Sidereal (Vedik) - Lahiri 23° 43' 33\"",
"png_data_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqAAAAagCAYAAAAAqphUAAAQAElEQVR4nOzdB3zU9f3H8U8WEPaGsJG9IQkgiCLuvfeoe9Q6W1tbd2vVtlr/rbVa655V66h7ixuBJExB9t57E7L+3/dXfuclJLlDE7i7vJ4+vo+7+90lhoy7333f38/nm2oAAAAAAAAAAABAFUo1AAAAAAAAAAAAoAoRQAEAAAAAAAAAAKBKEUABAAAAAAAAAACgShFAAQAAAAAAAAAAoEoRQAEAAAAAAAAAAKBKEUABAAAAAAAAAACgShFAAQAAAAAAAAAAoEoRQAEAAAAAAAAAAKBKEUABAAAAAAAAAACgShFAAQAAAAAAAAAAoEoRQAEAAAAAAA… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-1fd127310d94",
"credits_charged": 2,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleExample Image
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
inner |
string | Yes | Chart type for the inner wheel (see supported types). seçenekler: "natal","solar_return","solar_arc","solar_arc_single","draconic","traditional","profection","secondary_progression_361","secondary_progression_naibod","horary","sidereal","heliocentric","harmonic","uranian_natal" · outer alanından farklı olmalı |
outer |
string | Yes | Chart type for the outer wheel; cannot equal inner. seçenekler: "natal","solar_return","solar_arc","solar_arc_single","draconic","traditional","profection","secondary_progression_361","secondary_progression_naibod","horary","sidereal","heliocentric","harmonic","uranian_natal" |
add_transit |
boolean | No | If true, adds a third ring for the current transit. |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/combo" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"inner": "natal",
"outer": "draconic"
}'
Example Response
{
"success": true,
"data": {
"chart_type": "combo",
"inner": "natal",
"outer": "draconic",
"input": {
"ayanamsa": 0,
"d_chart": 1,
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"transit": false
},
"charts": {
"combo_natal_draconic": {
"id": "combo_natal_draconic",
"title": "Doğum Haritası (Natal) + Draconic",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 160,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 277.66467689399633,
"y1": 457.08825378788254,
"x2": 182.51498114488237,
"y2": 501.4902289562356,
"is_asc": false,
"is_mc": false
},
{
"x1": 322.15441039295564,
"y1": 510.29534976023075,
"x2": 261.6078406985878,
"y2": 596.0806217959657,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 256.49,
"y": 431.84
},
{
"num": 2,
"x": 287.23,
"y": 494.3
},
{
"num": 3,
"x": 353.39,
"y": 539.41
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.52506000000011,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 342.06958808102627,
"conflicting_extras": [
"GCP_11",
"GCP_10"
],
"text_pos": {
"x": 567.9929457824285,
"y": 398.46046521895624,
"rotate": -0.52506000000011
},
"text_pos_with_extras": {
"x": 559.84,
"y": 451.72,
"rotate": -342.06958808102627
},
"degree_tick": {
"x1": 711.98,
"y1": 396.89,
"x2": 705.98,
"y2": 396.95
},
"sym_pos": {
"x": 547.4926513679544,
"y": 398.52765749532847
},
"inner_point": {
"x": 532.9933737758504,
"y": 398.67239625002503
},
"owner_name": "",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 350.4952789044225,
"conflicting_extras": [
"GCP_10",
"GCP_7"
],
"text_pos": {
"x": 566.9110062227284,
"y": 380.90246084658196,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 565.69,
"y": 427.74,
"rotate": -350.4952789044225
},
"degree_tick": {
"x1": 709.98,
"y1": 364.53,
"x2": 704.02,
"y2": 365.22
},
"sym_pos": {
"x": 546.5438893919788,
"y": 383.2328153266121
},
"inner_point": {
"x": 532.1378799263266,
"y": 384.8811148368774
},
"owner_name": "",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 357.28771286668666,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 563.5546157886736,
"y": 361.60875550051315,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 567.81,
"y": 407.95,
"rotate": -357.28771286668666
},
"degree_tick": {
"x1": 703.74,
"y1": 328.7,
"x2": 697.9,
"y2": 330.07
},
"sym_pos": {
"x": 543.5970585049366,
"y": 366.2934014067005
},
"inner_point": {
"x": 529.4807374993666,
"y": 369.60693143790627
},
"owner_name": "",
"house": 7
},
"… +54 more (see full example)"
],
"aspectLines": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 344.3893981529163,
"y2": 279.1841857942217,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Sirius",
"extra_keys": [
"Sirius"
],
"has_extra": true,
"has_asteroid": false
},
"… +246 more (see full example)"
],
"relationshipAspectLinesA": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(17,17,17)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(17,17,17)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 344.3893981529163,
"y2": 279.1841857942217,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Sirius",
"extra_keys": [
"Sirius"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(17,17,17)",
"owner": "A",
"kind": "soft",
"opacity": 0.55,
"stroke_width": 1.2
},
"… +246 more (see full example)"
],
"relationshipAspectLinesB": [
{
"x1": 342.03410781650456,
"y1": 280.296385420609,
"x2": 523.5794595497214,
"y2": 350.8358140777377,
"color": "red",
"p1_key": "Sun",
"p2_key": "Moon",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 342.03410781650456,
"y1": 280.296385420609,
"x2": 532.4415097658418,
"y2": 412.1756515613922,
"color": "blue",
"p1_key": "Sun",
"p2_key": "Saturn",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "soft",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 342.03410781650456,
"y1": 280.296385420609,
"x2": 448.1722915231355,
"y2": 523.9694733771587,
"color": "red",
"p1_key": "Sun",
"p2_key": "Lilith",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
"… +165 more (see full example)"
],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 790.9907002687199,
"y2": 325.634199369764
},
"text": {
"x": 727.8018734131783,
"y": 241.75357259384765,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 649.9252336461055,
"y1": 184.50666463451927,
"x2": 701.4249787610606,
"y2": 140.10197734708686
},
"text": {
"x": 604.761536080867,
"y": 99.05363710155291,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 508.69493370154834,
"y1": 88.4146804042013,
"x2": 531.0926776158068,
"y2": 24.20922060870339
},
"text": {
"x": 426.85551051473124,
"y": 36.99203651298069,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 708.4700499607488,
"y2": 341.32949397514045,
"class": "tick-thick"
},
{
"x1": 723.0627767424571,
"y1": 332.6914397460971,
"x2": 717.1889080744124,
"y2": 333.91523175071353,
"class": "tick-thin"
},
{
"x1": 721.83887636651,
"y1": 327.0634682813734,
"x2": 715.9872604325735,
"y2": 328.38958703989385,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 56.3037815,
"deg_formatted": "26° 18'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 322.159796,
"deg_formatted": "22° 09'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 37.9227918,
"deg_formatted": "07° 55'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 105.06942280000004,
"deg_formatted": "15° 04'",
"deg_only": "15°",
"min_only": "04'",
"sign": "Yengeç",
"sign_symbol": "f",
"sign_color": "#4AA3DF",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 10.925437299999999,
"deg_formatted": "10° 55'",
"deg_only": "10°",
"min_only": "55'",
"sign": "Koç",
"sign_symbol": "a",
"sign_color": "#e74c3c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 86.6884331,
"deg_formatted": "26° 41'",
"deg_only": "26°",
"min_only": "41'",
"sign": "İkizler",
"sign_symbol": "d",
"sign_color": "#49535c",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
{
"type": 45,
"orb_val": 0.3783442000000008,
"name": "45"
},
{
"type": 30,
"orb_val": 0.3846515999999838,
"name": "30"
},
"… +11 more (see full example)"
],
[
null,
null,
{
"type": 120,
"orb_val": 4.528637100000026,
"name": "Üçgen"
},
"… +11 more (see full example)"
],
[
{
"type": 60,
"orb_val": 7.14663100000007,
"name": "Sekstil"
},
null,
null,
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [
{
"star": {
"key": "Algol",
"name": "Algol",
"sign_name": "Boğa",
"sym": "★",
"color": "#c0392b",
"deg": 56.0305425,
"visualDeg": 66.7994799,
"adjustedDeg": 66.7994799,
"line_1_planet": "★",
"line_2_degree": "26°",
"line_3_sign": "s",
"line_4_min": "01'",
"line_5_sec": "49\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 57,
"speed": 3.21e-5,
"is_asteroid": false,
"is_extra": true,
"is_star": true,
"is_plain": false,
"decl": 40.9195236,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 58.41961852706419,
"conflicting_extras": [
"Admetos",
"GCP_14",
"GCP_16",
"… +3 more (see full example)"
],
"text_pos": {
"x": 466.18364250175625,
"y": 245.58586377795677,
"rotate": -66.7994799
},
"text_pos_with_extras": {
"x": 487.98,
"y": 256.88,
"rotate": -58.41961852706419
},
"degree_tick": {
"x1": 522.91,
"y1": 113.23,
"x2": 520.55,
"y2": 118.75
},
"sym_pos": {
"x": 458.10766231553004,
"y": 264.428064924099
},
"inner_point": {
"x": 452.3953836472237,
"y": 277.7554754908824
},
"owner_name": "",
"house": 9
},
"planet": {
"key": "Sun",
"name": "Güneş",
"sign_name": "Boğa",
"sym": "Q",
"color": "#D4AF37",
"deg": 56.3037815,
"visualDeg": 67.0727189,
"adjustedDeg": 67.02584390000004,
"line_1_planet": "Q",
"line_2_degree": "26°",
"line_3_sign": "s",
"line_4_min": "18'",
"line_5_sec": "13\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 9,
"speed": 0.9635454,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 19.3286418,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 65.21205248932836,
"conflicting_extras": [
"Admetos",
"GCP_14",
"GCP_16",
"… +5 more (see full example)"
],
"text_pos": {
"x": 465.5730686431101,
"y": 245.3255914227374,
"rotate": -67.02584390000004
},
"text_pos_with_extras": {
"x": 470.44,
"y": 247.48,
"rotate": -65.21205248932836
},
"degree_tick": {
"x1": 521.54,
"y1": 112.65,
"x2": 519.21,
"y2": 118.17
},
"sym_pos": {
"x": 457.46047226872025,
"y": 264.152496796387
},
"inner_point": {
"x": 451.81181567281214,
"y": 277.50699711131847
},
"owner_name": "",
"house": 9
},
"orb": 0.2732389999999896
},
{
"star": {
"key": "Sirius",
"name": "Sirius",
"sign_name": "Yengeç",
"sym": "★",
"color": "#3498db",
"deg": 103.947319,
"visualDeg": 114.71625639999999,
"adjustedDeg": 114.71625639999999,
"line_1_planet": "★",
"line_2_degree": "13°",
"line_3_sign": "f",
"line_4_min": "56'",
"line_5_sec": "50\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 60,
"speed": -5.86e-5,
"is_asteroid": false,
"is_extra": true,
"is_star": true,
"is_plain": false,
"decl": -16.7032849,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 139.92882607423422,
"conflicting_extras": [
"GCP_2",
"Vulkanus",
"Ceres"
],
"text_pos": {
"x": 329.75502924578905,
"y": 247.39055047691167,
"rotate": -114.71625639999999
},
"text_pos_with_extras": {
"x": 271.44,
"y": 291.85,
"rotate": -139.92882607423422
},
"degree_tick": {
"x1": 269.55,
"y1": 116.58,
"x2": 272.05,
"y2": 122.03
},
"sym_pos": {
"x": 338.32658817710643,
"y": 266.0125368770504
},
"inner_point": {
"x": 344.3893981529163,
"y": 279.1841857942217
},
"owner_name": "",
"house": 10
},
"planet": {
"key": "Chiron",
"name": "Kiron",
"sign_name": "Yengeç",
"sym": "M",
"color": "#d35400",
"deg": 103.3724362,
"visualDeg": 114.1413736,
"adjustedDeg": 116.01757655000006,
"line_1_planet": "M",
"line_2_degree": "13°",
"line_3_sign": "f",
"line_4_min": "22'",
"line_5_sec": "20\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 19,
"speed": 0.0817366,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 16.4048004,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 133.13639211197005,
"conflicting_extras": [
"GCP_2",
"Sirius",
"Vulkanus",
"… +1 more (see full example)"
],
"text_pos": {
"x": 326.3073295341823,
"y": 249.02519971989895,
"rotate": -116.01757655000006
},
"text_pos_with_extras": {
"x": 285.13,
"y": 277.41,
"rotate": -133.13639211197005
},
"degree_tick": {
"x1": 272.4,
"y1": 115.29,
"x2": 274.85,
"y2": 120.76
},
"sym_pos": {
"x": 339.6740463185354,
"y": 265.40048546736216
},
"inner_point": {
"x": 345.6043943075607,
"y": 278.6323021502317
},
"owner_name": "",
"house": 10
},
"orb": -0.5748827999999548
},
{
"star": {
"key": "Vega",
"name": "Vega",
"sign_name": "Oğlak",
"sym": "★",
"color": "#a29bfe",
"deg": 285.1924387,
"visualDeg": 295.96137610000005,
"adjustedDeg": 295.96137610000005,
"line_1_planet": "★",
"line_2_degree": "15°",
"line_3_sign": "z",
"line_4_min": "11'",
"line_5_sec": "32\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 62,
"speed": 0.0001832,
"is_asteroid": false,
"is_extra": true,
"is_star": true,
"is_plain": false,
"decl": 38.7697157,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 283.2673553311521,
"conflicting_extras": [],
"text_pos": {
"x": 473.5445464395969,
"y": 551.0470115195728,
"rotate": -295.96137610000005
},
"text_pos_with_extras": {
"x": 438.56,
"y": 563.52,
"rotate": -283.2673553311521
},
"degree_tick": {
"x1": 536.58,
"y1": 680.52,
"x2": 533.96,
"y2": 675.12
},
"sym_pos": {
"x": 464.5703607133365,
"y": 532.6156797567678
},
"inner_point": {
"x": 458.2227659313475,
"y": 519.5788841196619
},
"owner_name": "",
"house": 4
},
"planet": {
"key": "Neptune",
"name": "Neptün",
"sign_name": "Oğlak",
"sym": "O",
"color": "#8e44ad",
"deg": 284.3228554,
"visualDeg": 295.0917928,
"adjustedDeg": 296.1004511000001,
"line_1_planet": "O",
"line_2_degree": "14°",
"line_3_sign": "z",
"line_4_min": "19'",
"line_5_sec": "22\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 17,
"speed": -0.0156166,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -21.8042565,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 276.4749213688879,
"conflicting_extras": [
"Vega"
],
"text_pos": {
"x": 473.91096834944375,
"y": 550.8680508180826,
"rotate": -296.1004511000001
},
"text_pos_with_extras": {
"x": 418.95,
"y": 566.93,
"rotate": -276.4749213688879
},
"degree_tick": {
"x1": 532.31,
"y1": 682.56,
"x2": 529.77,
"y2": 677.12
},
"sym_pos": {
"x": 462.5502810904514,
"y": 533.5803590933394
},
"inner_point": {
"x": 456.40127040698326,
"y": 520.4487305722993
},
"owner_name": "",
"house": 4
},
"orb": -0.8695833000000448
}
],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 235.02290154593186,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 305.98703789254483,
"y": 539.232047157909,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 303.69,
"y": 537.66,
"rotate": -235.02290154593186
},
"degree_tick": {
"x1": 225.4,
"y1": 658.57,
"x2": 228.76,
"y2": 653.6
},
"sym_pos": {
"x": 317.45885767351405,
"y": 522.2424223559022
},
"inner_point": {
"x": 325.5730716649313,
"y": 510.225370666678
},
"owner_name": "",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.22872930000005,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 241.81533550819597,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 306.61234939919257,
"y": 539.6522349096551,
"rotate": -236.22872930000005
},
"text_pos_with_extras": {
"x": 320.65,
"y": 548.08,
"rotate": -241.81533550819597
},
"degree_tick": {
"x1": 229.53,
"y1": 661.31,
"x2": 232.81,
"y2": 656.29
},
"sym_pos": {
"x": 319.4103381971939,
"y": 523.537672029666
},
"inner_point": {
"x": 327.3327117303511,
"y": 511.39329071149547
},
"owner_name": "",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": {
"r": 240
},
"relationshipOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Yengeç",
"sym": "Q",
"color": "#D4AF37",
"deg": 105.06942280000004,
"visualDeg": 115.83836020000004,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "15°",
"line_3_sign": "f",
"line_4_min": "04'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 295.3998938042188,
"y": 183.99347745072308
},
"inner_point": {
"x": 301.5015666656393,
"y": 196.59385793276422
},
"text_pos": {
"x": 263.66,
"y": 118.25,
"rotate": -115.82273520000007
},
"text_pos_with_extras": {
"x": 273.5,
"y": 113.7,
"rotate": -113.83788640492435
},
"conflicting_extras": [
"Pallas",
"GCP_15"
],
"degree_tick": {
"x1": 291.04,
"y1": 174.99,
"x2": 299.76,
"y2": 192.99
},
"degree_tick_overlay": {
"x1": 291.04,
"y1": 174.99,
"x2": 299.76,
"y2": 192.99
},
"is_relationship": true,
"owner_name": "Draconic",
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Koç",
"sym": "W",
"color": "#2c3e50",
"deg": 10.925437299999999,
"visualDeg": 21.694374699999997,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "10°",
"line_3_sign": "a",
"line_4_min": "55'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 623.0005285107754,
"y": 311.2826720199779
},
"inner_point": {
"x": 609.9921643476468,
"y": 316.4578494854792
},
"text_pos": {
"x": 690.86,
"y": 284.38,
"rotate": -21.678749700000083
},
"text_pos_with_extras": {
"x": 696.19,
"y": 298.8,
"rotate": -18.864036829924373
},
"conflicting_extras": [
"GCP_8"
],
"degree_tick": {
"x1": 632.29,
"y1": 307.59,
"x2": 613.71,
"y2": 314.98
},
"degree_tick_overlay": {
"x1": 632.29,
"y1": 307.59,
"x2": 613.71,
"y2": 314.98
},
"is_relationship": true,
"owner_name": "Draconic",
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "İkizler",
"sym": "E",
"color": "#8e44ad",
"deg": 86.6884331,
"visualDeg": 97.4573705,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "26°",
"line_3_sign": "d",
"line_4_min": "41'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 368.8507608964296,
"y": 162.02999158871174
},
"inner_point": {
"x": 370.6677998441379,
"y": 175.91157541270357
},
"text_pos": {
"x": 359.46,
"y": 89.64,
"rotate": -97.44174550000008
},
"text_pos_with_extras": {
"x": 365.78,
"y": 88.88,
"rotate": -96.27624691325775
},
"conflicting_extras": [
"Admetos",
"GCP_14"
],
"degree_tick": {
"x1": 367.55,
"y1": 152.11,
"x2": 370.15,
"y2": 171.95
},
"degree_tick_overlay": {
"x1": 367.55,
"y1": 152.11,
"x2": 370.15,
"y2": 171.95
},
"is_relationship": true,
"owner_name": "Draconic",
"house": 8
},
"… +41 more (see full example)"
],
"relationshipHouseLines": [
{
"x1": 193.02986913923888,
"y1": 636.1342095747235,
"x2": 241.8062694057877,
"y2": 580.4847461717632,
"is_asc": true,
"is_mc": false
},
{
"x1": 312.301717422665,
"y1": 701.5045791244072,
"x2": 332.96946554598594,
"y2": 630.4493598403112,
"is_asc": false,
"is_mc": false
},
{
"x1": 473.5762471666417,
"y1": 705.2581462514527,
"x2": 456.2366220381974,
"y2": 633.3183283450594,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipDegreeLines": [
{
"x1": 672.1216682774759,
"y1": 348.24289755131815,
"x2": 656.4034491711957,
"y2": 351.23247747615176,
"class": "tick-thick"
},
{
"x1": 671.1769368413959,
"y1": 343.5016024535421,
"x2": 665.3030681733512,
"y2": 344.7253944581585,
"class": "tick-thin"
},
{
"x1": 670.149602283404,
"y1": 338.77751731497096,
"x2": 664.2979863494675,
"y2": 340.10363607349143,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#111"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#111"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [
{
"text": "ASC",
"x": 186.44,
"y": 643.65,
"rotate": 41.23435869999997,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 613.56,
"y": 156.35,
"rotate": 41.2343587,
"color": "#e91e63"
},
{
"text": "MC",
"x": 163.02,
"y": 179.06,
"rotate": -47.006681300000025,
"color": "#000000"
},
"… +1 more (see full example)"
],
"relationshipHouseNumbers": [
{
"num": 1,
"x": 292.29,
"y": 621.49
},
{
"num": 2,
"x": 406.27,
"y": 646.21
},
{
"num": 3,
"x": 513.67,
"y": 618.49
},
"… +9 more (see full example)"
],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 160 A 240 240 0 0 1 520 192.15390309173 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(17,17,17,0.10)"
},
{
"d": "M 520 192.15390309173 A 240 240 0 0 1 607.84609690827 280 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(17,17,17,0.10)"
},
{
"d": "M 607.84609690827 280 A 240 240 0 0 1 640 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(17,17,17,0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 520 192.15390309173 A 240 240 0 0 0 400 160 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 607.84609690827 280 A 240 240 0 0 0 520 192.15390309173 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 640 400 A 240 240 0 0 0 607.84609690827 280 Z",
"fill": "rgba(233,30,99,0.10)"
},
"… +9 more (see full example)"
],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 4,
"pct": 33
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 3,
"pct": 25
},
"fixed": {
"label": "Sabit",
"count": 5,
"pct": 42
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 4,
"pct": 33
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
}
}
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-a439e85c37fe",
"credits_charged": 2,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
city |
string | No | City name (echoed back in the response only). en fazla 120 |
country_code |
string | No | ISO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
partner |
array | Yes | |
partner.date |
string (Y-m-d) | Yes | Partner's birth date (local calendar, YYYY-MM-DD). |
partner.time |
string | No | Partner's birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
partner.lat |
number | Yes | Partner's latitude (decimal degrees, -90..90). -90,90 aralığında |
partner.lng |
number | Yes | Partner's longitude (decimal degrees, -180..180). -180,180 aralığında |
partner.timezone |
string | No | Partner's iANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
partner.title |
string | No | Partner's free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
partner.city |
string | No | Partner's city name (echoed back in the response only). en fazla 120 |
partner.country_code |
string | No | Partner's iSO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/synastry" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul"
}
}'
Example Response
{
"success": true,
"data": {
"chart_type": "synastry",
"input": {
"city": "Bilinmiyor",
"country_code": "TR",
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul",
"city": "Bilinmiyor",
"country_code": "TR",
"title": "Person B"
},
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"title": "Person A"
},
"charts": {
"synastry": {
"id": "synastry",
"title": "İlişki Haritası (Natal + Natal)",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 160,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 277.66467689399633,
"y1": 457.08825378788254,
"x2": 182.51498114488237,
"y2": 501.4902289562356,
"is_asc": false,
"is_mc": false
},
{
"x1": 322.15441039295564,
"y1": 510.29534976023075,
"x2": 261.6078406985878,
"y2": 596.0806217959657,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 256.49,
"y": 431.84
},
{
"num": 2,
"x": 287.23,
"y": 494.3
},
{
"num": 3,
"x": 353.39,
"y": 539.41
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.52506000000011,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 350.2963077343181,
"conflicting_extras": [
"GCP_11",
"GCP_10"
],
"text_pos": {
"x": 567.9929457824285,
"y": 398.46046521895624,
"rotate": -0.52506000000011
},
"text_pos_with_extras": {
"x": 565.6,
"y": 428.32,
"rotate": -350.2963077343181
},
"degree_tick": {
"x1": 711.98,
"y1": 396.89,
"x2": 705.98,
"y2": 396.95
},
"sym_pos": {
"x": 547.4926513679544,
"y": 398.52765749532847
},
"inner_point": {
"x": 532.9933737758504,
"y": 398.67239625002503
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 358.73334761431806,
"conflicting_extras": [
"GCP_10",
"GCP_7"
],
"text_pos": {
"x": 566.9110062227284,
"y": 380.90246084658196,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 567.96,
"y": 403.71,
"rotate": -358.73334761431806
},
"degree_tick": {
"x1": 709.98,
"y1": 364.53,
"x2": 704.02,
"y2": 365.22
},
"sym_pos": {
"x": 546.5438893919788,
"y": 383.2328153266121
},
"inner_point": {
"x": 532.1378799263266,
"y": 384.8811148368774
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 5.783347614318075,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 563.5546157886736,
"y": 361.60875550051315,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 567.14,
"y": 383.07,
"rotate": -5.783347614318075
},
"degree_tick": {
"x1": 703.74,
"y1": 328.7,
"x2": 697.9,
"y2": 330.07
},
"sym_pos": {
"x": 543.5970585049366,
"y": 366.2934014067005
},
"inner_point": {
"x": 529.4807374993666,
"y": 369.60693143790627
},
"owner_name": "Person A",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 343.2019866289512,
"y2": 279.73784603167064,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
"… +174 more (see full example)"
],
"relationshipAspectLinesA": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 343.2019866289512,
"y2": 279.73784603167064,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "soft",
"opacity": 0.55,
"stroke_width": 1.2
},
"… +174 more (see full example)"
],
"relationshipAspectLinesB": [
{
"x1": 317.9279686427609,
"y1": 504.6574491801532,
"x2": 506.03672996751,
"y2": 480.28207706454396,
"color": "red",
"p1_key": "Sun",
"p2_key": "Saturn",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 317.9279686427609,
"y1": 504.6574491801532,
"x2": 348.98086539863493,
"y2": 277.17472611661805,
"color": "blue",
"p1_key": "Sun",
"p2_key": "Juno",
"extra_keys": [
"Juno"
],
"has_extra": true,
"has_asteroid": true,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "soft",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 317.9279686427609,
"y1": 504.6574491801532,
"x2": 473.6560628024438,
"y2": 289.25802777427856,
"color": "red",
"p1_key": "Sun",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
"… +145 more (see full example)"
],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 790.9907002687199,
"y2": 325.634199369764
},
"text": {
"x": 727.8018734131783,
"y": 241.75357259384765,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 649.9252336461055,
"y1": 184.50666463451927,
"x2": 701.4249787610606,
"y2": 140.10197734708686
},
"text": {
"x": 604.761536080867,
"y": 99.05363710155291,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 508.69493370154834,
"y1": 88.4146804042013,
"x2": 531.0926776158068,
"y2": 24.20922060870339
},
"text": {
"x": 426.85551051473124,
"y": 36.99203651298069,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 708.4700499607488,
"y2": 341.32949397514045,
"class": "tick-thick"
},
{
"x1": 723.0627767424571,
"y1": 332.6914397460971,
"x2": 717.1889080744124,
"y2": 333.91523175071353,
"class": "tick-thin"
},
{
"x1": 721.83887636651,
"y1": 327.0634682813734,
"x2": 715.9872604325735,
"y2": 328.38958703989385,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 56.3037815,
"deg_formatted": "26° 18'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 322.159796,
"deg_formatted": "22° 09'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 37.9227918,
"deg_formatted": "07° 55'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 221.1276356,
"deg_formatted": "11° 07'",
"deg_only": "11°",
"min_only": "07'",
"sign": "Akrep",
"sign_symbol": "k",
"sign_color": "#4AA3DF",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 321.128299,
"deg_formatted": "21° 07'",
"deg_only": "21°",
"min_only": "07'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 244.4832393,
"deg_formatted": "04° 28'",
"deg_only": "04°",
"min_only": "28'",
"sign": "Yay",
"sign_symbol": "l",
"sign_color": "#d31c08",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
{
"type": 90,
"orb_val": 5.175482499999987,
"name": "Kare"
},
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 1.0314969999999448,
"name": "Kavuşum"
},
null,
"… +11 more (see full example)"
],
[
{
"type": 180,
"orb_val": 3.204843799999992,
"name": "Karşıt"
},
null,
null,
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 230.13322611431795,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 305.98703789254483,
"y": 539.232047157909,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 292.31,
"y": 528.95,
"rotate": -230.13322611431795
},
"degree_tick": {
"x1": 225.4,
"y1": 658.57,
"x2": 228.76,
"y2": 653.6
},
"sym_pos": {
"x": 317.45885767351405,
"y": 522.2424223559022
},
"inner_point": {
"x": 325.5730716649313,
"y": 510.225370666678
},
"owner_name": "Person A",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.22872930000005,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 237.1832261143179,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 306.61234939919257,
"y": 539.6522349096551,
"rotate": -236.22872930000005
},
"text_pos_with_extras": {
"x": 308.95,
"y": 541.19,
"rotate": -237.1832261143179
},
"degree_tick": {
"x1": 229.53,
"y1": 661.31,
"x2": 232.81,
"y2": 656.29
},
"sym_pos": {
"x": 319.4103381971939,
"y": 523.537672029666
},
"inner_point": {
"x": 327.3327117303511,
"y": 511.39329071149547
},
"owner_name": "Person A",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": {
"r": 240
},
"relationshipOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Akrep",
"sym": "Q",
"color": "#D4AF37",
"deg": 221.1276356,
"visualDeg": 231.896573,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "11°",
"line_3_sign": "k",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 251.90009379144817,
"y": 588.8555473927577
},
"inner_point": {
"x": 260.53925498694707,
"y": 577.8389737948469
},
"text_pos": {
"x": 206.75,
"y": 646.22,
"rotate": -231.87333628124998
},
"text_pos_with_extras": {
"x": 186.97,
"y": 629.32,
"rotate": -227.1094057045455
},
"conflicting_extras": [
"GCP_15"
],
"degree_tick": {
"x1": 245.73,
"y1": 596.72,
"x2": 258.07,
"y2": 580.99
},
"degree_tick_overlay": {
"x1": 245.73,
"y1": 596.72,
"x2": 258.07,
"y2": 580.99
},
"is_relationship": true,
"owner_name": "Person B",
"house": 11
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Kova",
"sym": "W",
"color": "#2c3e50",
"deg": 321.128299,
"visualDeg": 331.8972364,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "21°",
"line_3_sign": "x",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 611.7049950982031,
"y": 513.0530629857935
},
"inner_point": {
"x": 599.3555370508079,
"y": 506.4583009782889
},
"text_pos": {
"x": 676.04,
"y": 547.55,
"rotate": -331.87399968125
},
"text_pos_with_extras": {
"x": 670.1,
"y": 558.15,
"rotate": -329.6496923045455
},
"conflicting_extras": [
"GCP_13"
],
"degree_tick": {
"x1": 620.53,
"y1": 517.76,
"x2": 602.88,
"y2": 508.34
},
"degree_tick_overlay": {
"x1": 620.53,
"y1": 517.76,
"x2": 602.88,
"y2": 508.34
},
"is_relationship": true,
"owner_name": "Person B",
"house": 2
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yay",
"sym": "E",
"color": "#8e44ad",
"deg": 244.4832393,
"visualDeg": 255.2521767,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "04°",
"line_3_sign": "l",
"line_4_min": "28'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 338.90434974785666,
"y": 632.0933465661344
},
"inner_point": {
"x": 342.4682626792317,
"y": 618.5545680164432
},
"text_pos": {
"x": 320.2,
"y": 702.66,
"rotate": -255.22893998125
},
"text_pos_with_extras": {
"x": 362.37,
"y": 710.73,
"rotate": -263.09540685454544
},
"conflicting_extras": [
"GCP_6",
"GCP_12"
],
"degree_tick": {
"x1": 336.36,
"y1": 641.76,
"x2": 341.45,
"y2": 622.42
},
"degree_tick_overlay": {
"x1": 336.36,
"y1": 641.76,
"x2": 341.45,
"y2": 622.42
},
"is_relationship": true,
"owner_name": "Person B",
"house": 12
},
"… +41 more (see full example)"
],
"relationshipHouseLines": [
{
"x1": 378.221159948341,
"y1": 713.243806205333,
"x2": 383.35375282675744,
"y2": 639.4220174817832,
"is_asc": true,
"is_mc": false
},
{
"x1": 558.8211638070908,
"y1": 670.8723646423925,
"x2": 521.3919723366299,
"y2": 607.0362022744401,
"is_asc": false,
"is_mc": false
},
{
"x1": 694.4378881001874,
"y1": 509.09780039534064,
"x2": 625.0480673377228,
"y2": 483.3868538053559,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipDegreeLines": [
{
"x1": 672.1216682774759,
"y1": 348.24289755131815,
"x2": 656.4034491711957,
"y2": 351.23247747615176,
"class": "tick-thick"
},
{
"x1": 671.1769368413959,
"y1": 343.5016024535421,
"x2": 665.3030681733512,
"y2": 344.7253944581585,
"class": "tick-thin"
},
{
"x1": 670.149602283404,
"y1": 338.77751731497096,
"x2": 664.2979863494675,
"y2": 340.10363607349143,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#1e88e5"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#1e88e5"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [
{
"text": "ASC",
"x": 377.53,
"y": 723.22,
"rotate": 3.9771920000000023,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 422.47,
"y": 76.78,
"rotate": 3.9771920000000023,
"color": "#e91e63"
},
{
"text": "MC",
"x": 87.9,
"y": 487,
"rotate": 74.4246104,
"color": "#000000"
},
"… +1 more (see full example)"
],
"relationshipHouseNumbers": [
{
"num": 1,
"x": 444.51,
"y": 642.24
},
{
"num": 2,
"x": 580.81,
"y": 567.23
},
{
"num": 3,
"x": 645.29,
"y": 422.2
},
"… +9 more (see full example)"
],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 160 A 240 240 0 0 1 520 192.15390309173 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 520 192.15390309173 A 240 240 0 0 1 607.84609690827 280 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 607.84609690827 280 A 240 240 0 0 1 640 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(30,136,229,0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 520 192.15390309173 A 240 240 0 0 0 400 160 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 607.84609690827 280 A 240 240 0 0 0 520 192.15390309173 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 640 400 A 240 240 0 0 0 607.84609690827 280 Z",
"fill": "rgba(233,30,99,0.10)"
},
"… +9 more (see full example)"
],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
}
},
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
},
"synastry_transit": {
"id": "synastry_transit",
"title": "Natal + Natal + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 195,
"y2": 400,
"is_asc": true,
"is_mc": false
},
{
"x1": 295.7884284652561,
"y1": 448.6307347081962,
"x2": 214.231546394587,
"y2": 486.6895705667846,
"is_asc": false,
"is_mc": false
},
{
"x1": 333.68709033474,
"y1": 493.95529794390023,
"x2": 281.79003059671044,
"y2": 567.4855311173874,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 276.99,
"y": 427.29
},
{
"num": 2,
"x": 303.34,
"y": 480.82
},
{
"num": 3,
"x": 360.05,
"y": 519.5
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.52506000000011,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 350.2963077343181,
"conflicting_extras": [
"GCP_11",
"GCP_10"
],
"text_pos": {
"x": 544.9939115384055,
"y": 398.67123486159915,
"rotate": -0.52506000000011
},
"text_pos_with_extras": {
"x": 542.93,
"y": 424.44,
"rotate": -350.2963077343181
},
"degree_tick": {
"x1": 663.99,
"y1": 397.36,
"x2": 657.99,
"y2": 397.42
},
"sym_pos": {
"x": 525.9937225244898,
"y": 398.74227013160265
},
"inner_point": {
"x": 512.9943702005346,
"y": 398.87203591167537
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 358.73334761431806,
"conflicting_extras": [
"GCP_10",
"GCP_7"
],
"text_pos": {
"x": 544.0600946565215,
"y": 383.51700489734753,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 544.96,
"y": 403.21,
"rotate": -358.73334761431806
},
"degree_tick": {
"x1": 662.29,
"y1": 369.99,
"x2": 656.33,
"y2": 370.67
},
"sym_pos": {
"x": 525.1832546670463,
"y": 385.67684563493646
},
"inner_point": {
"x": 512.2675220426685,
"y": 387.1546314027605
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 5.783347614318075,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 541.1632100557003,
"y": 366.8646996879429,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 544.26,
"y": 385.39,
"rotate": -5.783347614318075
},
"degree_tick": {
"x1": 657.01,
"y1": 339.67,
"x2": 651.17,
"y2": 341.04
},
"sym_pos": {
"x": 522.6659618415051,
"y": 371.2065666253849
},
"inner_point": {
"x": 510.00994990547684,
"y": 374.1773176878452
},
"owner_name": "Person A",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 408.16573598357473,
"y2": 287.29542708547024,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 396.7856172347795,
"y2": 287.0457272014969,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 351.74304127121417,
"y2": 297.82238046299835,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
"… +174 more (see full example)"
],
"relationshipAspectLinesA": [
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 408.16573598357473,
"y2": 287.29542708547024,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 396.7856172347795,
"y2": 287.0457272014969,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 351.74304127121417,
"y2": 297.82238046299835,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "soft",
"opacity": 0.55,
"stroke_width": 1.2
},
"… +174 more (see full example)"
],
"relationshipAspectLinesB": [
{
"x1": 330.26962749347354,
"y1": 488.91948689742344,
"x2": 490.09135704006485,
"y2": 468.20958427288315,
"color": "red",
"p1_key": "Sun",
"p2_key": "Saturn",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 330.26962749347354,
"y1": 488.91948689742344,
"x2": 356.65291571462967,
"y2": 295.6446921141191,
"color": "blue",
"p1_key": "Sun",
"p2_key": "Juno",
"extra_keys": [
"Juno"
],
"has_extra": true,
"has_asteroid": true,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "soft",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 330.26962749347354,
"y1": 488.91948689742344,
"x2": 462.57996313290334,
"y2": 305.9109559285224,
"color": "red",
"p1_key": "Sun",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
"… +145 more (see full example)"
],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 734.0121560084542,
"y2": 336.4714265972858
},
"text": {
"x": 680.0724797568639,
"y": 264.79494801287535,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 613.5724723884902,
"y1": 215.8511497785892,
"x2": 657.4987255747753,
"y2": 177.976563562838
},
"text": {
"x": 574.9473563767847,
"y": 142.87275038072238,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 492.88476152677765,
"y1": 133.7361814363175,
"x2": 511.9887195712922,
"y2": 78.97270102251042
},
"text": {
"x": 422.9452301375863,
"y": 89.84759163609061,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 663.2801700301934,
"y2": 349.9245362590371,
"class": "tick-thick"
},
{
"x1": 676.0718273980997,
"y1": 342.4817757830284,
"x2": 671.1769368413959,
"y2": 343.5016024535421,
"class": "tick-thin"
},
{
"x1": 675.0259488950178,
"y1": 337.6724183495372,
"x2": 670.149602283404,
"y2": 338.77751731497096,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 56.3037815,
"deg_formatted": "26° 18'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 322.159796,
"deg_formatted": "22° 09'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 37.9227918,
"deg_formatted": "07° 55'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 221.1276356,
"deg_formatted": "11° 07'",
"deg_only": "11°",
"min_only": "07'",
"sign": "Akrep",
"sign_symbol": "k",
"sign_color": "#4AA3DF",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 321.128299,
"deg_formatted": "21° 07'",
"deg_only": "21°",
"min_only": "07'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 244.4832393,
"deg_formatted": "04° 28'",
"deg_only": "04°",
"min_only": "28'",
"sign": "Yay",
"sign_symbol": "l",
"sign_color": "#d31c08",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
{
"type": 90,
"orb_val": 5.175482499999987,
"name": "Kare"
},
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 1.0314969999999448,
"name": "Kavuşum"
},
null,
"… +11 more (see full example)"
],
[
{
"type": 180,
"orb_val": 3.204843799999992,
"name": "Karşıt"
},
null,
null,
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 230.13322611431795,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 318.8578600858274,
"y": 520.1705168922429,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 307.05,
"y": 511.29,
"rotate": -230.13322611431795
},
"degree_tick": {
"x1": 252.27,
"y1": 618.79,
"x2": 255.62,
"y2": 613.82
},
"sym_pos": {
"x": 329.49027841940864,
"y": 504.42403536843176
},
"inner_point": {
"x": 336.7650909634379,
"y": 493.6501269574031
},
"owner_name": "Person A",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.22872930000005,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 237.1832261143179,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 319.39756346954124,
"y": 520.5331789398809,
"rotate": -236.22872930000005
},
"text_pos_with_extras": {
"x": 321.42,
"y": 521.86,
"rotate": -237.1832261143179
},
"degree_tick": {
"x1": 255.76,
"y1": 621.11,
"x2": 259.04,
"y2": 616.09
},
"sym_pos": {
"x": 331.1573058498063,
"y": 505.53048593720627
},
"inner_point": {
"x": 338.26012350022313,
"y": 494.64241992781194
},
"owner_name": "Person A",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 661.3153926419084,
"y2": 350.29823374964127,
"class": "tick-thick"
},
{
"x1": 676.0718273980997,
"y1": 342.4817757830284,
"x2": 670.197958730055,
"y2": 343.70556778764484,
"class": "tick-thin"
},
{
"x1": 675.0259488950178,
"y1": 337.6724183495372,
"x2": 669.1743329610812,
"y2": 338.9985371080577,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 105.66,
"y1": 147.2,
"x2": 111.73,
"y2": 152.41
},
"degree_tick_transit": {
"x1": 136,
"y1": 173.26,
"x2": 140.55,
"y2": 177.17
},
"text_pos": {
"x": 114.83,
"y": 165.83,
"rotate": -140.60854318125
},
"text_pos_with_extras": {
"x": 92.1,
"y": 196.64,
"rotate": -146.55611482045458
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 773.14,
"y1": 506.35,
"x2": 765.45,
"y2": 504.16
},
"degree_tick_transit": {
"x1": 734.67,
"y1": 495.39,
"x2": 728.9,
"y2": 493.75
},
"text_pos": {
"x": 756.49,
"y": 495.27,
"rotate": -345.03766218125
},
"text_pos_with_extras": {
"x": 755.06,
"y": 500.48,
"rotate": -344.1986219454546
},
"conflicting_extras": [],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 205.35,
"y1": 64.36,
"x2": 209.36,
"y2": 71.28
},
"degree_tick_transit": {
"x1": 225.42,
"y1": 98.96,
"x2": 228.43,
"y2": 104.15
},
"text_pos": {
"x": 215.73,
"y": 80.3,
"rotate": -119.95795388125003
},
"text_pos_with_extras": {
"x": 186.74,
"y": 98.87,
"rotate": -125.30611482045458
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 733.0297673143117,
"y1": 336.65827534258796,
"x2": 717.3115482080316,
"y2": 339.64785526742156,
"class": "tick-thick"
},
{
"x1": 731.8735797445242,
"y1": 330.8557517391725,
"x2": 725.9997110764796,
"y2": 332.0795437437889,
"class": "tick-thin"
},
{
"x1": 730.616300267415,
"y1": 325.07429014359263,
"x2": 724.7646843334784,
"y2": 326.4004089021131,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 790.2360131087394,
"y1": 478.2294961826795,
"x2": 733.3674483843502,
"y2": 466.8292178445001,
"is_asc": true,
"is_mc": false
},
{
"x1": 724.8927863046524,
"y1": 170.11159792803917,
"x2": 677.5466013657834,
"y2": 203.6129228530988,
"is_asc": false,
"is_mc": false
},
{
"x1": 561.4066448945289,
"y1": 36.1980003025115,
"x2": 537.8850735279896,
"y2": 89.21437211772337,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": {
"r": 205
},
"relationshipOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Akrep",
"sym": "Q",
"color": "#D4AF37",
"deg": 221.1276356,
"visualDeg": 231.896573,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "11°",
"line_3_sign": "k",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 273.4979967801953,
"y": 561.3141133979806
},
"inner_point": {
"x": 282.1371579756942,
"y": 550.2975398000697
},
"text_pos": {
"x": 231.45,
"y": 614.75,
"rotate": -231.87333628124998
},
"text_pos_with_extras": {
"x": 214.2,
"y": 600.01,
"rotate": -227.1094057045455
},
"conflicting_extras": [
"GCP_15"
],
"degree_tick": {
"x1": 267.33,
"y1": 569.18,
"x2": 279.67,
"y2": 553.45
},
"degree_tick_overlay": {
"x1": 267.33,
"y1": 569.18,
"x2": 279.67,
"y2": 553.45
},
"is_relationship": true,
"owner_name": "Person B",
"house": 11
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Kova",
"sym": "W",
"color": "#2c3e50",
"deg": 321.128299,
"visualDeg": 331.8972364,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "21°",
"line_3_sign": "x",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 580.8313499797151,
"y": 496.566157967032
},
"inner_point": {
"x": 568.48189193232,
"y": 489.97139595952734
},
"text_pos": {
"x": 640.76,
"y": 528.7,
"rotate": -331.87399968125
},
"text_pos_with_extras": {
"x": 635.59,
"y": 537.94,
"rotate": -329.6496923045455
},
"conflicting_extras": [
"GCP_13"
],
"degree_tick": {
"x1": 589.65,
"y1": 501.28,
"x2": 572.01,
"y2": 491.86
},
"degree_tick_overlay": {
"x1": 589.65,
"y1": 501.28,
"x2": 572.01,
"y2": 491.86
},
"is_relationship": true,
"owner_name": "Person B",
"house": 2
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yay",
"sym": "E",
"color": "#8e44ad",
"deg": 244.4832393,
"visualDeg": 255.2521767,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "04°",
"line_3_sign": "l",
"line_4_min": "28'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 347.81413207629424,
"y": 598.2464001919066
},
"inner_point": {
"x": 351.37804500766924,
"y": 584.7076216422154
},
"text_pos": {
"x": 330.4,
"y": 663.98,
"rotate": -255.22893998125
},
"text_pos_with_extras": {
"x": 367.18,
"y": 671.02,
"rotate": -263.09540685454544
},
"conflicting_extras": [
"GCP_6",
"GCP_12"
],
"degree_tick": {
"x1": 345.27,
"y1": 607.92,
"x2": 350.36,
"y2": 588.58
},
"degree_tick_overlay": {
"x1": 345.27,
"y1": 607.92,
"x2": 350.36,
"y2": 588.58
},
"is_relationship": true,
"owner_name": "Person B",
"house": 12
},
"… +41 more (see full example)"
],
"relationshipHouseLines": [
{
"x1": 381.41169065654583,
"y1": 667.3545861879913,
"x2": 385.781330539522,
"y2": 604.5063065990232,
"is_asc": true,
"is_mc": false
},
{
"x1": 535.5543691092367,
"y1": 631.1904258731248,
"x2": 503.6889763708714,
"y2": 576.8434227760843,
"is_asc": false,
"is_mc": false
},
{
"x1": 651.3036751937905,
"y1": 493.1153200826474,
"x2": 592.2285575176381,
"y2": 471.22627095874145,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipDegreeLines": [
{
"x1": 632.8261205117755,
"y1": 355.71684736340217,
"x2": 617.1079014054952,
"y2": 358.7064272882358,
"class": "tick-thick"
},
{
"x1": 632.0178123877647,
"y1": 351.66021581765153,
"x2": 626.14394371972,
"y2": 352.88400782226796,
"class": "tick-thin"
},
{
"x1": 631.1388293904936,
"y1": 347.6183090384409,
"x2": 625.2872134565571,
"y2": 348.94442779696135,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#1e88e5"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#1e88e5"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [
{
"text": "ASC",
"x": 380.72,
"y": 677.33,
"rotate": 3.9771920000000023,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 419.28,
"y": 122.67,
"rotate": 3.9771920000000023,
"color": "#e91e63"
},
{
"text": "MC",
"x": 132.21,
"y": 474.64,
"rotate": 74.4246104,
"color": "#000000"
},
"… +1 more (see full example)"
],
"relationshipHouseNumbers": [
{
"num": 1,
"x": 436.51,
"y": 608.16
},
{
"num": 2,
"x": 553.99,
"y": 544.75
},
{
"num": 3,
"x": 610.32,
"y": 420.74
},
"… +9 more (see full example)"
],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 784.35,
"y": 477.05,
"rotate": -78.66433429999995,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 15.65,
"y": 322.95,
"rotate": -78.66433430000001,
"color": "#ff6600"
},
{
"text": "MC",
"x": 392.65,
"y": 791.93,
"rotate": 1.0737053999999944,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 740.96,
"y": 339.96
},
{
"num": 2,
"x": 628.53,
"y": 139.94
},
{
"num": 3,
"x": 486.6,
"y": 64.8
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 11,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 6,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 10,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 8,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 5,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 2,
"transit_house": 2,
"natal_house": 8,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 337.8953969,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "07° 53'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 157.8953969,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "07° 53'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 258.1573572,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "18° 09'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 78.1573572,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "18° 09'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 195 A 205 205 0 0 1 502.5 222.46479222419 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 502.5 222.46479222419 A 205 205 0 0 1 577.53520777581 297.5 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 577.53520777581 297.5 A 205 205 0 0 1 605 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(30,136,229,0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 502.5 222.46479222419 A 205 205 0 0 0 400 195 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 577.53520777581 297.5 A 205 205 0 0 0 502.5 222.46479222419 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 605 400 A 205 205 0 0 0 577.53520777581 297.5 Z",
"fill": "rgba(233,30,99,0.10)"
},
"… +9 more (see full example)"
],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
}
},
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
}
},
"person_a": {
"title": "Person A",
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lon": 28.9784,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#1e88e5"
},
"person_b": {
"title": "Person B",
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lon": 32.8597,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#e91e63"
}
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-d0016d87c517",
"credits_charged": 2,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
city |
string | No | City name (echoed back in the response only). en fazla 120 |
country_code |
string | No | ISO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
partner |
array | Yes | |
partner.date |
string (Y-m-d) | Yes | Partner's birth date (local calendar, YYYY-MM-DD). |
partner.time |
string | No | Partner's birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
partner.lat |
number | Yes | Partner's latitude (decimal degrees, -90..90). -90,90 aralığında |
partner.lng |
number | Yes | Partner's longitude (decimal degrees, -180..180). -180,180 aralığında |
partner.timezone |
string | No | Partner's iANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
partner.title |
string | No | Partner's free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
partner.city |
string | No | Partner's city name (echoed back in the response only). en fazla 120 |
partner.country_code |
string | No | Partner's iSO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/composite" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul"
}
}'
Example Response
{
"success": true,
"data": {
"chart_type": "composite",
"input": {
"city": "Bilinmiyor",
"country_code": "TR",
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul",
"city": "Bilinmiyor",
"country_code": "TR",
"title": "Person B"
},
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"title": "Person A"
},
"charts": {
"composite": {
"id": "composite",
"title": "Composite (Midpoint)",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 86,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 282.72187658662324,
"y1": 466.86435349748604,
"x2": 127.2197722088867,
"y2": 555.5215333200787,
"is_asc": false,
"is_mc": false
},
{
"x1": 341.2776565160141,
"y1": 521.5593944364185,
"x2": 263.4161788594697,
"y2": 682.7381470595216,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 257.91,
"y": 437.66
},
{
"num": 2,
"x": 299.66,
"y": 507.43
},
{
"num": 3,
"x": 378.42,
"y": 545.41
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "GCP_4",
"name": "Para",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 33.41630394999993,
"visualDeg": 1.1738373499999284,
"adjustedDeg": 1.1738373499999284,
"line_1_planet": "•",
"line_2_degree": "03°",
"line_3_sign": "s",
"line_4_min": "24'",
"line_5_sec": "58\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20003,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 355.6701280129924,
"conflicting_extras": [
"GCP_3",
"Ceres"
],
"text_pos": {
"x": 636.9502636691763,
"y": 395.14484324579973,
"rotate": -1.1738373499999284
},
"text_pos_with_extras": {
"x": 636.32,
"y": 417.89,
"rotate": -355.6701280129924
},
"degree_tick": {
"x1": 711.93,
"y1": 393.61,
"x2": 705.94,
"y2": 393.73
},
"sym_pos": {
"x": 547.4690459544452,
"y": 396.9783307120484
},
"inner_point": {
"x": 532.9720888945167,
"y": 397.2753761674741
},
"owner_name": "Composite",
"house": 7
},
{
"key": "GCP_3",
"name": "Kariyer",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 34.7297736000001,
"visualDeg": 2.4873070000001007,
"adjustedDeg": 2.4873070000001007,
"line_1_planet": "•",
"line_2_degree": "04°",
"line_3_sign": "s",
"line_4_min": "43'",
"line_5_sec": "47\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20002,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 1.5201280129924157,
"conflicting_extras": [
"GCP_4",
"Admetos",
"Ceres"
],
"text_pos": {
"x": 636.7767128843924,
"y": 389.71465918590826,
"rotate": -2.4873070000001007
},
"text_pos_with_extras": {
"x": 636.92,
"y": 393.71,
"rotate": -1.5201280129924157
},
"degree_tick": {
"x1": 711.71,
"y1": 386.46,
"x2": 705.71,
"y2": 386.72
},
"sym_pos": {
"x": 547.3610343900755,
"y": 393.5987857802594
},
"inner_point": {
"x": 532.8746954161359,
"y": 394.22805768660675
},
"owner_name": "Composite",
"house": 7
},
{
"key": "Part of Fortune",
"name": "Şans Noktası",
"sign_name": "Boğa",
"sym": "<",
"color": "#f1c40f",
"deg": 35.17080555000001,
"visualDeg": 2.928338950000011,
"adjustedDeg": 2.912713950000011,
"line_1_planet": "<",
"line_2_degree": "05°",
"line_3_sign": "s",
"line_4_min": "10'",
"line_5_sec": "14\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 9999,
"speed": 0,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 7.3701280129924385,
"conflicting_extras": [
"GCP_4",
"GCP_3",
"Admetos",
"… +1 more (see full example)"
],
"text_pos": {
"x": 636.6938211238825,
"y": 387.95695047857373,
"rotate": -2.912713950000011
},
"text_pos_with_extras": {
"x": 635.04,
"y": 369.6,
"rotate": -7.3701280129924385
},
"degree_tick": {
"x1": 711.59,
"y1": 384.06,
"x2": 705.6,
"y2": 384.37
},
"sym_pos": {
"x": 547.3073961743061,
"y": 392.46468100568774
},
"inner_point": {
"x": 532.8263301097132,
"y": 393.20544117800995
},
"owner_name": "Composite",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 532.9720888945167,
"y1": 397.2753761674741,
"x2": 398.2633844197389,
"y2": 267.01133820386644,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Chiron",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 532.9720888945167,
"y1": 397.2753761674741,
"x2": 267.12168163832075,
"y2": 394.31207336789527,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Poseidon",
"extra_keys": [
"Poseidon"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 532.9720888945167,
"y1": 397.2753761674741,
"x2": 267.00013176632626,
"y2": 399.8127840139577,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "GCP_9",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +196 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 679.113331893701,
"y1": 576.056093218033,
"x2": 736.6275942233121,
"y2": 612.3343184872033
},
"text": {
"x": 747.641449162048,
"y": 507.89542541049235,
"rotate": 107.2424666
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 729.7472825638789,
"y1": 412.9123832710073,
"x2": 797.6952074558297,
"y2": 415.57311679351784
},
"text": {
"x": 755.0140390880163,
"y": 319.6194547765914,
"rotate": 77.2424666
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 692.0257151647082,
"y1": 246.30881065415403,
"x2": 752.2007110168299,
"y2": 214.63911103137366
},
"text": {
"x": 667.2609039386396,
"y": 152.88138632247606,
"rotate": 47.2424666
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 679.113331893701,
"y1": 576.056093218033,
"x2": 665.5805642867338,
"y2": 567.5200402135222,
"class": "tick-thick"
},
{
"x1": 682.1434240759393,
"y1": 571.1580797120157,
"x2": 677.0135436381948,
"y2": 568.0461146263427,
"class": "tick-thin"
},
{
"x1": 685.0875726380191,
"y1": 566.2079297968727,
"x2": 679.9041622264187,
"y2": 563.1859674369296,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "17° 24'",
"degree": 347.402191,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "13° 29'",
"degree": 163.4954645,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 11
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "09° 06'",
"degree": 309.1159057,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "21° 11'",
"degree": 231.19230065,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "10° 17'",
"degree": 70.29319785000001,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 36'",
"degree": 177.60119344999998,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "02° 14'",
"degree": 212.2424666
},
{
"name": "2. Ev",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "01° 55'",
"degree": 241.93144109999997
},
{
"name": "3. Ev",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "06° 27'",
"degree": 276.45842485000003
},
"… +9 more (see full example)"
],
"asc": 212.2424666,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 10,
"deg_formatted": "18° 42'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 38'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 12'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.928338950000011,
"name": "Karşıt"
},
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.487307000000044,
"name": "Karşıt"
},
{
"type": 0,
"orb_val": 0.4410319499999673,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": null,
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 22'",
"degree": 142.3768529,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Chiron",
"name": "Kiron",
"planet_sym": "M",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "02° 59'",
"degree": 122.99061375,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 9
}
],
"houses": [
9,
10
],
"houses_label": "9. ve 10. ev"
},
{
"name": "Kova",
"symbol": "x",
"color": "#49535c",
"planets": [
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "16° 22'",
"degree": 316.37030930000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [],
"aiAspectPairs": [
{
"planet_a": "Ay",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.93
},
{
"planet_a": "Merkür",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.49
},
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.44
},
"… +372 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#8e44ad"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": 90,
"color": "#8e44ad"
},
{
"text": "MC",
"x": 352.98,
"y": 99.66,
"rotate": -8.896810799999997,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [
{
"text": "Yükselen",
"x": -16,
"y": 400,
"rotate": 0,
"color": "#e74c3c",
"deg_formatted": "02° 14'",
"sign_sym": "k",
"sign_color": "#4AA3DF"
},
{
"text": "",
"x": 816,
"y": 400,
"rotate": 0,
"color": "#8e44ad",
"deg_formatted": "02° 14'",
"sign_sym": "s",
"sign_color": "#9d7e61"
},
{
"text": "",
"x": 335.66,
"y": -10.99,
"rotate": -8.896810799999997,
"color": "#000",
"deg_formatted": "11° 08'",
"sign_sym": "g",
"sign_color": "#d31c08"
},
"… +1 more (see full example)"
],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
},
"composite_transit": {
"id": "composite_transit",
"title": "Composite + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 132,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 300.096413388605,
"y1": 456.95852334971033,
"x2": 167.1812068534447,
"y2": 532.7381239801945,
"is_asc": false,
"is_mc": false
},
{
"x1": 349.97726295808604,
"y1": 503.5505952606528,
"x2": 283.4252736762353,
"y2": 641.3179089552605,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 278.21,
"y": 432.28
},
{
"num": 2,
"x": 313.99,
"y": 492.08
},
{
"num": 3,
"x": 381.5,
"y": 524.63
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "GCP_4",
"name": "Para",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 33.41630394999993,
"visualDeg": 1.1738373499999284,
"adjustedDeg": 1.1738373499999284,
"line_1_planet": "•",
"line_2_degree": "03°",
"line_3_sign": "s",
"line_4_min": "24'",
"line_5_sec": "58\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20003,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 355.6701280129924,
"conflicting_extras": [
"GCP_3",
"Ceres"
],
"text_pos": {
"x": 602.4575037679671,
"y": 395.85160657077824,
"rotate": -1.1738373499999284
},
"text_pos_with_extras": {
"x": 601.92,
"y": 415.29,
"rotate": -355.6701280129924
},
"degree_tick": {
"x1": 663.94,
"y1": 394.59,
"x2": 657.95,
"y2": 394.71
},
"sym_pos": {
"x": 525.9735579000684,
"y": 397.4187774218176
},
"inner_point": {
"x": 512.976286053236,
"y": 397.6850940370269
},
"owner_name": "Composite",
"house": 7
},
{
"key": "GCP_3",
"name": "Kariyer",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 34.7297736000001,
"visualDeg": 2.4873070000001007,
"adjustedDeg": 2.4873070000001007,
"line_1_planet": "•",
"line_2_degree": "04°",
"line_3_sign": "s",
"line_4_min": "43'",
"line_5_sec": "47\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20002,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 1.5201280129924157,
"conflicting_extras": [
"GCP_4",
"Admetos",
"Ceres"
],
"text_pos": {
"x": 602.3092167050188,
"y": 391.21189234239,
"rotate": -2.4873070000001007
},
"text_pos_with_extras": {
"x": 602.43,
"y": 394.63,
"rotate": -1.5201280129924157
},
"degree_tick": {
"x1": 663.75,
"y1": 388.54,
"x2": 657.76,
"y2": 388.8
},
"sym_pos": {
"x": 525.8812903942339,
"y": 394.53184412415374
},
"inner_point": {
"x": 512.8935382107019,
"y": 395.0960189367411
},
"owner_name": "Composite",
"house": 7
},
{
"key": "Part of Fortune",
"name": "Şans Noktası",
"sign_name": "Boğa",
"sym": "<",
"color": "#f1c40f",
"deg": 35.17080555000001,
"visualDeg": 2.928338950000011,
"adjustedDeg": 2.912713950000011,
"line_1_planet": "<",
"line_2_degree": "05°",
"line_3_sign": "s",
"line_4_min": "10'",
"line_5_sec": "14\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 9999,
"speed": 0,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 7.3701280129924385,
"conflicting_extras": [
"GCP_4",
"GCP_3",
"Admetos",
"… +1 more (see full example)"
],
"text_pos": {
"x": 602.2383914666084,
"y": 389.7100526240978,
"rotate": -2.912713950000011
},
"text_pos_with_extras": {
"x": 600.83,
"y": 374.02,
"rotate": -7.3701280129924385
},
"degree_tick": {
"x1": 663.66,
"y1": 386.51,
"x2": 657.66,
"y2": 386.82
},
"sym_pos": {
"x": 525.8354706302547,
"y": 393.56304953706206
},
"inner_point": {
"x": 512.8524458826887,
"y": 394.2271793467302
},
"owner_name": "Composite",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 512.976286053236,
"y1": 397.6850940370269,
"x2": 398.52452961977815,
"y2": 287.0096332108038,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Chiron",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 512.976286053236,
"y1": 397.6850940370269,
"x2": 287.1033836475958,
"y2": 395.16740068099375,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Poseidon",
"extra_keys": [
"Poseidon"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 512.976286053236,
"y1": 397.6850940370269,
"x2": 287.0001119518411,
"y2": 399.8409367938137,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "GCP_9",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +196 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 638.515029072799,
"y1": 550.4479342045008,
"x2": 687.5713116480556,
"y2": 581.3911263458522
},
"text": {
"x": 697.0233260697719,
"y": 492.18537720511847,
"rotate": 107.2424666
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 681.7840414636784,
"y1": 411.03421843158804,
"x2": 739.739624459754,
"y2": 413.30366761255294
},
"text": {
"x": 703.3224344955304,
"y": 331.3232154821976,
"rotate": 77.2424666
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 649.549247504387,
"y1": 268.6638927408226,
"x2": 700.8749792606085,
"y2": 241.6515018860981
},
"text": {
"x": 628.3465415519695,
"y": 188.86294270958808,
"rotate": 47.2424666
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 638.515029072799,
"y1": 550.4479342045008,
"x2": 626.6738574167026,
"y2": 542.978887825554,
"class": "tick-thick"
},
{
"x1": 641.1043805739844,
"y1": 546.2623590266317,
"x2": 636.8294802091974,
"y2": 543.6690547885707,
"class": "tick-thin"
},
{
"x1": 643.6202893452164,
"y1": 542.0322309173275,
"x2": 639.3007806688827,
"y2": 539.5139289507083,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "17° 24'",
"degree": 347.402191,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "13° 29'",
"degree": 163.4954645,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 11
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "09° 06'",
"degree": 309.1159057,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "21° 11'",
"degree": 231.19230065,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "10° 17'",
"degree": 70.29319785000001,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 36'",
"degree": 177.60119344999998,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "02° 14'",
"degree": 212.2424666
},
{
"name": "2. Ev",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "01° 55'",
"degree": 241.93144109999997
},
{
"name": "3. Ev",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "06° 27'",
"degree": 276.45842485000003
},
"… +9 more (see full example)"
],
"asc": 212.2424666,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 10,
"deg_formatted": "18° 42'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 38'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 12'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.928338950000011,
"name": "Karşıt"
},
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.487307000000044,
"name": "Karşıt"
},
{
"type": 0,
"orb_val": 0.4410319499999673,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 138.71570855,
"deg_formatted": "18° 42'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 321.6440475,
"deg_formatted": "21° 38'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 321.20301555000003,
"deg_formatted": "21° 12'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 128.5732467,
"deg_formatted": "08° 34'",
"deg_only": "08°",
"min_only": "34'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 333.3221331,
"deg_formatted": "03° 19'",
"deg_only": "03°",
"min_only": "19'",
"sign": "Balık",
"sign_symbol": "c",
"sign_color": "#4AA3DF",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 109.3418895,
"deg_formatted": "19° 20'",
"deg_only": "19°",
"min_only": "20'",
"sign": "Yengeç",
"sign_symbol": "f",
"sign_color": "#4AA3DF",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
null,
{
"type": 30,
"orb_val": 0.6261809500000055,
"name": "30"
},
"… +11 more (see full example)"
],
[
null,
null,
{
"type": 150,
"orb_val": 2.30215800000002,
"name": "150"
},
"… +11 more (see full example)"
],
[
null,
null,
{
"type": 150,
"orb_val": 1.8611260500000526,
"name": "150"
},
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 22'",
"degree": 142.3768529,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Chiron",
"name": "Kiron",
"planet_sym": "M",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "02° 59'",
"degree": 122.99061375,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 9
}
],
"houses": [
9,
10
],
"houses_label": "9. ve 10. ev"
},
{
"name": "Kova",
"symbol": "x",
"color": "#49535c",
"planets": [
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "16° 22'",
"degree": 316.37030930000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [],
"aiAspectPairs": [
{
"planet_a": "Ay",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.93
},
{
"planet_a": "Merkür",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.49
},
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.44
},
"… +372 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 638.515029072799,
"y1": 550.4479342045008,
"x2": 624.9822614658317,
"y2": 541.9118811999901,
"class": "tick-thick"
},
{
"x1": 641.1043805739844,
"y1": 546.2623590266317,
"x2": 635.9745001362401,
"y2": 543.1503939409586,
"class": "tick-thin"
},
{
"x1": 643.6202893452164,
"y1": 542.0322309173275,
"x2": 638.4368789336161,
"y2": 539.0102685573844,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 357.22,
"y1": 14.37,
"x2": 358.1,
"y2": 22.32
},
"degree_tick_transit": {
"x1": 361.63,
"y1": 54.12,
"x2": 362.29,
"y2": 60.09
},
"text_pos": {
"x": 351.22,
"y": 34.24,
"rotate": -97.59713918124999
},
"text_pos_with_extras": {
"x": 313.58,
"y": 41.26,
"rotate": -103.54471082045433
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 600.3,
"y1": 732.3,
"x2": 596.17,
"y2": 725.45
},
"degree_tick_transit": {
"x1": 579.65,
"y1": 698.04,
"x2": 576.55,
"y2": 692.91
},
"text_pos": {
"x": 595.68,
"y": 712.84,
"rotate": -302.02625818125
},
"text_pos_with_extras": {
"x": 591.08,
"y": 715.67,
"rotate": -301.1872179454544
},
"conflicting_extras": [],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 486.62,
"y1": 21.79,
"x2": 484.84,
"y2": 29.59
},
"degree_tick_transit": {
"x1": 477.69,
"y1": 60.78,
"x2": 476.35,
"y2": 66.63
},
"text_pos": {
"x": 483.34,
"y": 40.54,
"rotate": -76.94654988124995
},
"text_pos_with_extras": {
"x": 449.47,
"y": 34.33,
"rotate": -82.29471082045433
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 686.7255136726201,
"y1": 580.8576230330702,
"x2": 673.1927460656528,
"y2": 572.3215700285596,
"class": "tick-thick"
},
{
"x1": 689.8382447325557,
"y1": 575.8260273405252,
"x2": 684.7083642948114,
"y2": 572.7140622548523,
"class": "tick-thin"
},
{
"x1": 692.8626882554197,
"y1": 570.7408733367874,
"x2": 687.6792778438194,
"y2": 567.7189109768442,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 631.9838005177638,
"y1": 723.3999324324827,
"x2": 598.1771160202003,
"y2": 676.271299062925,
"is_asc": true,
"is_mc": false
},
{
"x1": 794.3844094194253,
"y1": 453.5251119278704,
"x2": 736.9113045291574,
"y2": 445.724969988633,
"is_asc": false,
"is_mc": false
},
{
"x1": 766.1887547490442,
"y1": 244.08401013576454,
"x2": 712.82456435848,
"y2": 266.80543579437176,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#8e44ad"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": 90,
"color": "#8e44ad"
},
{
"text": "MC",
"x": 352.98,
"y": 99.66,
"rotate": -8.896810799999997,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 628.49,
"y": 718.52,
"rotate": -35.65293029999998,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 171.51,
"y": 81.48,
"rotate": -35.65293030000001,
"color": "#ff6600"
},
{
"text": "MC",
"x": 127.28,
"y": 681.58,
"rotate": 44.08510940000002,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 690.27,
"y": 588.68
},
{
"num": 2,
"x": 744.51,
"y": 365.73
},
{
"num": 3,
"x": 691.98,
"y": 213.97
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 9,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 4,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 9,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 6,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 3,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 2,
"transit_house": 2,
"natal_house": 6,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 337.8953969,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "07° 53'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 157.8953969,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "07° 53'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 258.1573572,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "18° 09'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 78.1573572,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "18° 09'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
}
},
"person_a": {
"title": "Person A",
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lon": 28.9784,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#1e88e5"
},
"person_b": {
"title": "Person B",
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lon": 32.8597,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#e91e63"
}
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-5d1e14805bfc",
"credits_charged": 2,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
city |
string | No | City name (echoed back in the response only). en fazla 120 |
country_code |
string | No | ISO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
partner |
array | Yes | |
partner.date |
string (Y-m-d) | Yes | Partner's birth date (local calendar, YYYY-MM-DD). |
partner.time |
string | No | Partner's birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
partner.lat |
number | Yes | Partner's latitude (decimal degrees, -90..90). -90,90 aralığında |
partner.lng |
number | Yes | Partner's longitude (decimal degrees, -180..180). -180,180 aralığında |
partner.timezone |
string | No | Partner's iANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
partner.title |
string | No | Partner's free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
partner.city |
string | No | Partner's city name (echoed back in the response only). en fazla 120 |
partner.country_code |
string | No | Partner's iSO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/davison" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul"
}
}'
Example Response
{
"success": true,
"data": {
"chart_type": "davison",
"input": {
"city": "Bilinmiyor",
"country_code": "TR",
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul",
"city": "Bilinmiyor",
"country_code": "TR",
"title": "Person B"
},
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"title": "Person A"
},
"charts": {
"davison": {
"id": "davison",
"title": "Davison",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 86,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 276.9023930338484,
"y1": 455.42543783504885,
"x2": 113.68408453798816,
"y2": 528.9154628163359,
"is_asc": false,
"is_mc": false
},
{
"x1": 304.4479794124536,
"y1": 495.36672040936037,
"x2": 177.75307804081802,
"y2": 621.8159274706604,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 256.28,
"y": 430.86
},
{
"num": 2,
"x": 278.99,
"y": 483.46
},
{
"num": 3,
"x": 317.72,
"y": 521.82
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Uranus",
"name": "Uranüs",
"sign_name": "Oğlak",
"sym": "I",
"color": "#2980b9",
"deg": 280.4502851,
"visualDeg": 39.452339800000004,
"adjustedDeg": 32.89599534999991,
"line_1_planet": "I",
"line_2_degree": "10°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "01\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 16,
"speed": -0.0293119,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.410223,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 24.16996263863672,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 598.9989050693006,
"y": 271.281563941992,
"rotate": -32.89599534999991
},
"text_pos_with_extras": {
"x": 616.22,
"y": 302.96,
"rotate": -24.16996263863672
},
"degree_tick": {
"x1": 640.91,
"y1": 201.74,
"x2": 636.28,
"y2": 205.56
},
"sym_pos": {
"x": 513.8926299911601,
"y": 306.2731690832519
},
"inner_point": {
"x": 502.69640534796133,
"y": 315.4869931394746
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Lilith",
"name": "Lilith",
"sign_name": "Oğlak",
"sym": "`",
"color": "#000",
"deg": 281.8607156,
"visualDeg": 40.862770299999966,
"adjustedDeg": 39.295995349999885,
"line_1_planet": "`",
"line_2_degree": "11°",
"line_3_sign": "z",
"line_4_min": "51'",
"line_5_sec": "38\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20,
"speed": 0.1107363,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.4065372,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 30.01996263863674,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 583.4106211833016,
"y": 249.9015521827243,
"rotate": -39.295995349999885
},
"text_pos_with_extras": {
"x": 605.21,
"y": 281.43,
"rotate": -30.01996263863674
},
"degree_tick": {
"x1": 635.96,
"y1": 195.87,
"x2": 631.42,
"y2": 199.8
},
"sym_pos": {
"x": 511.5511152725048,
"y": 303.4981933772204
},
"inner_point": {
"x": 500.58507343215683,
"y": 312.9848116553919
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Neptune",
"name": "Neptün",
"sign_name": "Oğlak",
"sym": "O",
"color": "#8e44ad",
"deg": 284.5279104,
"visualDeg": 43.52996510000003,
"adjustedDeg": 45.69599534999992,
"line_1_planet": "O",
"line_2_degree": "14°",
"line_3_sign": "z",
"line_4_min": "31'",
"line_5_sec": "40\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 17,
"speed": -0.0214933,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -21.851387,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 35.869962638636764,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 565.5362776612633,
"y": 230.39239174478897,
"rotate": -45.69599534999992
},
"text_pos_with_extras": {
"x": 592.05,
"y": 261.13,
"rotate": -35.869962638636764
},
"degree_tick": {
"x1": 626.2,
"y1": 185.12,
"x2": 621.85,
"y2": 189.25
},
"sym_pos": {
"x": 506.93960475193256,
"y": 298.4117578875368
},
"inner_point": {
"x": 496.4268978441155,
"y": 308.39839863757555
},
"owner_name": "Davison",
"house": 8
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 502.69640534796133,
"y1": 315.4869931394746,
"x2": 271.7703757305251,
"y2": 364.69895950953725,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 502.69640534796133,
"y1": 315.4869931394746,
"x2": 306.1825766214148,
"y2": 494.2724300662887,
"color": "red",
"p1_key": "Uranus",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 502.69640534796133,
"y1": 315.4869931394746,
"x2": 408.548413534939,
"y2": 532.7249962367137,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "GCP_14",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +134 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 240.002474977415,
"y1": 111.38123417447838,
"x2": 207.03328800306414,
"y2": 51.90827636800725
},
"text": {
"x": 147.1349634091381,
"y": 138.16938057228276,
"rotate": -44.0020547
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 117.12869587504423,
"y1": 230.04757929747876,
"x2": 58.840063509901825,
"y2": 195.02708048605015
},
"text": {
"x": 50.09714486957341,
"y": 299.68055038241243,
"rotate": -74.0020547
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 70.0500542748938,
"y1": 394.2525382994342,
"x2": 2.060368489114296,
"y2": 393.06821285810554
},
"text": {
"x": 46.815513791550586,
"y": 488.07223570270946,
"rotate": -104.0020547
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 240.002474977415,
"y1": 111.38123417447838,
"x2": 247.75993073608578,
"y2": 125.3748713054128,
"class": "tick-thick"
},
{
"x1": 234.98975136882711,
"y1": 114.2175340461236,
"x2": 237.9899377075757,
"y2": 119.41357888164862,
"class": "tick-thin"
},
{
"x1": 230.0272914804626,
"y1": 117.14088602533525,
"x2": 233.117704362636,
"y2": 122.28377900669278,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "05° 03'",
"degree": 185.0581401,
"speed": 0.3973313,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "18° 27'",
"degree": 288.4554455,
"speed": -0.1777307,
"is_retro": true,
"is_asteroid": true,
"house": 9
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "01° 13'",
"degree": 121.2208689,
"speed": 0.4400762,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 59'",
"degree": 229.9998295,
"speed": 0.0029943,
"is_retro": false,
"is_asteroid": false,
"house": 6
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "11° 10'",
"degree": 71.1781265,
"speed": 0.010209,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 04'",
"degree": 177.0830306,
"speed": 0.0147251,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "00° 59'",
"degree": 60.9979453
},
{
"name": "2. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "25° 14'",
"degree": 85.2378878
},
{
"name": "3. Ev",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 56'",
"degree": 105.9423357
},
"… +9 more (see full example)"
],
"asc": 60.9979453,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "17° 44'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "28° 39'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "h",
"sign_color": "#9d7e61",
"house_no": 4,
"deg_formatted": "05° 32'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 6.885308600000002,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": null,
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 58'",
"degree": 142.9724564,
"speed": 0.2185078,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
},
{
"name": "Başak",
"symbol": "h",
"color": "#9d7e61",
"planets": [
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 34'",
"degree": 155.5824407,
"speed": -0.3656146,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Mars",
"name": "Mars",
"planet_sym": "T",
"planet_color": "#c0392b",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "16° 23'",
"degree": 166.3937481,
"speed": 0.6297211,
"is_retro": false,
"is_asteroid": false,
"house": 5
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Oğlak",
"sym": "B",
"color": "#00b894",
"deg": 288.4554455,
"visualDeg": 47.45750020000003,
"adjustedDeg": 47.45750020000003,
"line_1_planet": "B",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "19\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.1777307,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -7.1420549,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 47.56996263863681,
"conflicting_extras": [
"GCP_5"
],
"text_pos": {
"x": 560.244446628943,
"y": 225.3840862791028,
"rotate": -47.45750020000003
},
"text_pos_with_extras": {
"x": 559.9,
"y": 225.07,
"rotate": -47.56996263863681
},
"degree_tick": {
"x1": 610.95,
"y1": 170.13,
"x2": 606.9,
"y2": 174.55
},
"sym_pos": {
"x": 499.73019357708483,
"y": 291.3255389289775
},
"inner_point": {
"x": 489.9262084457782,
"y": 302.00879103426445
},
"owner_name": "Davison",
"house": 9
},
"planet": {
"key": "True Node",
"name": "Kuzey Ay D.",
"sign_name": "Oğlak",
"sym": "{",
"color": "#c0392b",
"deg": 288.7394342,
"visualDeg": 47.741488900000036,
"adjustedDeg": 52.14599534999991,
"line_1_planet": "{",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "44'",
"line_5_sec": "21\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 22,
"speed": -0.0583826,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -22.130627,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 54.0199626386368,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 545.4354171049312,
"y": 212.87026037661812,
"rotate": -52.14599534999991
},
"text_pos_with_extras": {
"x": 539.24,
"y": 208.21,
"rotate": -54.0199626386368
},
"degree_tick": {
"x1": 609.81,
"y1": 169.08,
"x2": 605.78,
"y2": 173.52
},
"sym_pos": {
"x": 499.1903216559387,
"y": 290.83255938792274
},
"inner_point": {
"x": 489.4394086795922,
"y": 301.564273888771
},
"owner_name": "Davison",
"house": 9
},
"orb": 0.283988700000009
},
{
"asteroid": {
"key": "Vesta",
"name": "Vesta",
"sign_name": "Aslan",
"sym": "N",
"color": "#0984e3",
"deg": 121.2208689,
"visualDeg": 240.2229236,
"adjustedDeg": 240.2229236,
"line_1_planet": "N",
"line_2_degree": "01°",
"line_3_sign": "g",
"line_4_min": "13'",
"line_5_sec": "15\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 25,
"speed": 0.4400762,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 20.8325597,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 219.33925818863614,
"conflicting_extras": [],
"text_pos": {
"x": 282.29946380794627,
"y": 605.7075199891901,
"rotate": -240.2229236
},
"text_pos_with_extras": {
"x": 216.7,
"y": 550.24,
"rotate": -219.33925818863614
},
"degree_tick": {
"x1": 245.05,
"y1": 670.8,
"x2": 248.03,
"y2": 665.6
},
"sym_pos": {
"x": 326.74755658933367,
"y": 528.0247223561415
},
"inner_point": {
"x": 333.94864424665343,
"y": 515.4392411753684
},
"owner_name": "Davison",
"house": 3
},
"planet": {
"key": "Chiron",
"name": "Kiron",
"sign_name": "Aslan",
"sym": "M",
"color": "#d35400",
"deg": 122.338096,
"visualDeg": 241.34015069999998,
"adjustedDeg": 240.9395050249999,
"line_1_planet": "M",
"line_2_degree": "02°",
"line_3_sign": "g",
"line_4_min": "20'",
"line_5_sec": "17\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 19,
"speed": 0.1140659,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 13.473268,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 225.18925818863613,
"conflicting_extras": [
"Vesta"
],
"text_pos": {
"x": 284.8813251557722,
"y": 607.1634395884297,
"rotate": -240.9395050249999
},
"text_pos_with_extras": {
"x": 232.97,
"y": 568.14,
"rotate": -225.18925818863613
},
"degree_tick": {
"x1": 250.36,
"y1": 673.77,
"x2": 253.24,
"y2": 668.51
},
"sym_pos": {
"x": 329.25771542844143,
"y": 529.4286644201995
},
"inner_point": {
"x": 336.21204170835733,
"y": 516.705168595841
},
"owner_name": "Davison",
"house": 3
},
"orb": 1.1172271000000364
}
],
"aiAspectPairs": [
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.89
},
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.93
},
{
"planet_a": "Venüs",
"planet_b": "Merkür",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.05
},
"… +356 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#27ae60"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#27ae60"
},
{
"text": "MC",
"x": 518.85,
"y": 120.2,
"rotate": -336.98515440000006,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [
{
"text": "Yükselen",
"x": -16,
"y": 400,
"rotate": 0,
"color": "#e74c3c",
"deg_formatted": "00° 59'",
"sign_sym": "d",
"sign_color": "#49535c"
},
{
"text": "",
"x": 816,
"y": 400,
"rotate": 0,
"color": "#27ae60",
"deg_formatted": "00° 59'",
"sign_sym": "l",
"sign_color": "#d31c08"
},
{
"text": "",
"x": 562.64,
"y": 17.11,
"rotate": -336.98515440000006,
"color": "#000",
"deg_formatted": "07° 58'",
"sign_sym": "x",
"sign_color": "#49535c"
},
"… +1 more (see full example)"
],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
},
"davison_transit": {
"id": "davison_transit",
"title": "Davison + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 132,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 295.1390755473524,
"y1": 447.2142618594861,
"x2": 155.62845431904722,
"y2": 510.0297580725414,
"is_asc": false,
"is_mc": false
},
{
"x1": 318.60383431431234,
"y1": 481.23831738575143,
"x2": 210.3115443150931,
"y2": 589.3206005163598,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 276.81,
"y": 426.45
},
{
"num": 2,
"x": 296.28,
"y": 471.53
},
{
"num": 3,
"x": 329.48,
"y": 504.42
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Uranus",
"name": "Uranüs",
"sign_name": "Oğlak",
"sym": "I",
"color": "#2980b9",
"deg": 280.4502851,
"visualDeg": 39.452339800000004,
"adjustedDeg": 32.89599534999991,
"line_1_planet": "I",
"line_2_degree": "10°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "01\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 16,
"speed": -0.0293119,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.410223,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 24.16996263863672,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 570.0307100275669,
"y": 290.01905779853746,
"rotate": -32.89599534999991
},
"text_pos_with_extras": {
"x": 584.75,
"y": 317.09,
"rotate": -24.16996263863672
},
"degree_tick": {
"x1": 603.85,
"y1": 232.24,
"x2": 599.22,
"y2": 236.06
},
"sym_pos": {
"x": 497.29133138227917,
"y": 319.93504613213383
},
"inner_point": {
"x": 487.2533368745837,
"y": 328.1957159756438
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Lilith",
"name": "Lilith",
"sign_name": "Oğlak",
"sym": "`",
"color": "#000",
"deg": 281.8607156,
"visualDeg": 40.862770299999966,
"adjustedDeg": 39.295995349999885,
"line_1_planet": "`",
"line_2_degree": "11°",
"line_3_sign": "z",
"line_4_min": "51'",
"line_5_sec": "38\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20,
"speed": 0.1107363,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.4065372,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 30.01996263863674,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 556.7116067072513,
"y": 271.7513262320746,
"rotate": -39.295995349999885
},
"text_pos_with_extras": {
"x": 575.33,
"y": 298.69,
"rotate": -30.01996263863674
},
"degree_tick": {
"x1": 599.66,
"y1": 227.28,
"x2": 595.12,
"y2": 231.2
},
"sym_pos": {
"x": 495.29112219888543,
"y": 317.5645584103713
},
"inner_point": {
"x": 485.4594984799528,
"y": 326.0698023839044
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Neptune",
"name": "Neptün",
"sign_name": "Oğlak",
"sym": "O",
"color": "#8e44ad",
"deg": 284.5279104,
"visualDeg": 43.52996510000003,
"adjustedDeg": 45.69599534999992,
"line_1_planet": "O",
"line_2_degree": "14°",
"line_3_sign": "z",
"line_4_min": "31'",
"line_5_sec": "40\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 17,
"speed": -0.0214933,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -21.851387,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 35.869962638636764,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 541.4392245839908,
"y": 255.08210687054753,
"rotate": -45.69599534999992
},
"text_pos_with_extras": {
"x": 564.1,
"y": 281.35,
"rotate": -35.869962638636764
},
"degree_tick": {
"x1": 591.4,
"y1": 218.17,
"x2": 587.05,
"y2": 222.31
},
"sym_pos": {
"x": 491.3517979575831,
"y": 313.21953555138737
},
"inner_point": {
"x": 481.9266124540229,
"y": 322.1730755341807
},
"owner_name": "Davison",
"house": 8
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 487.2533368745837,
"y1": 328.1957159756438,
"x2": 291.05302599661155,
"y2": 370.0073866509602,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 487.2533368745837,
"y1": 328.1957159756438,
"x2": 320.2904598362396,
"y2": 480.0961247931626,
"color": "red",
"p1_key": "Uranus",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 487.2533368745837,
"y1": 328.1957159756438,
"x2": 407.2629378153993,
"y2": 512.7663501860801,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "GCP_14",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +134 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 263.2748422534274,
"y1": 153.36214556728154,
"x2": 235.15406512824575,
"y2": 102.63521096764441
},
"text": {
"x": 183.95322423143392,
"y": 176.29306966478006,
"rotate": -44.0020547
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 158.27361283867415,
"y1": 254.76793139966367,
"x2": 108.55683817428798,
"y2": 224.8975059428569
},
"text": {
"x": 101.04453861109153,
"y": 314.28750321134686,
"rotate": -74.0020547
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 118.04277365309105,
"y1": 395.08853272860745,
"x2": 60.05157107110267,
"y2": 394.0783727933565
},
"text": {
"x": 98.24072744278084,
"y": 475.24853105368857,
"rotate": -104.0020547
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 263.2748422534274,
"y1": 153.36214556728154,
"x2": 270.06261604226427,
"y2": 165.60657805684912,
"class": "tick-thick"
},
{
"x1": 258.9912420788159,
"y1": 155.7858927303238,
"x2": 261.4913973611064,
"y2": 160.11593009326134,
"class": "tick-thin"
},
{
"x1": 254.75059453784985,
"y1": 158.2840298761956,
"x2": 257.32593860632767,
"y2": 162.56977402732687,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "05° 03'",
"degree": 185.0581401,
"speed": 0.3973313,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "18° 27'",
"degree": 288.4554455,
"speed": -0.1777307,
"is_retro": true,
"is_asteroid": true,
"house": 9
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "01° 13'",
"degree": 121.2208689,
"speed": 0.4400762,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 59'",
"degree": 229.9998295,
"speed": 0.0029943,
"is_retro": false,
"is_asteroid": false,
"house": 6
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "11° 10'",
"degree": 71.1781265,
"speed": 0.010209,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 04'",
"degree": 177.0830306,
"speed": 0.0147251,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "00° 59'",
"degree": 60.9979453
},
{
"name": "2. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "25° 14'",
"degree": 85.2378878
},
{
"name": "3. Ev",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 56'",
"degree": 105.9423357
},
"… +9 more (see full example)"
],
"asc": 60.9979453,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "17° 44'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "28° 39'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "h",
"sign_color": "#9d7e61",
"house_no": 4,
"deg_formatted": "05° 32'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 6.885308600000002,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 137.7479174,
"deg_formatted": "17° 44'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 148.6506055,
"deg_formatted": "28° 39'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 155.5359141,
"deg_formatted": "05° 32'",
"sign": "Başak",
"sign_symbol": "h",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 128.5732467,
"deg_formatted": "08° 34'",
"deg_only": "08°",
"min_only": "34'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 333.3221331,
"deg_formatted": "03° 19'",
"deg_only": "03°",
"min_only": "19'",
"sign": "Balık",
"sign_symbol": "c",
"sign_color": "#4AA3DF",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 109.3418895,
"deg_formatted": "19° 20'",
"deg_only": "19°",
"min_only": "20'",
"sign": "Yengeç",
"sign_symbol": "f",
"sign_color": "#4AA3DF",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
null,
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 180,
"orb_val": 4.671527599999962,
"name": "Karşıt"
},
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 180,
"orb_val": 2.21378100000004,
"name": "Karşıt"
},
{
"type": 45,
"orb_val": 1.19402460000002,
"name": "45"
},
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 58'",
"degree": 142.9724564,
"speed": 0.2185078,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
},
{
"name": "Başak",
"symbol": "h",
"color": "#9d7e61",
"planets": [
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 34'",
"degree": 155.5824407,
"speed": -0.3656146,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Mars",
"name": "Mars",
"planet_sym": "T",
"planet_color": "#c0392b",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "16° 23'",
"degree": 166.3937481,
"speed": 0.6297211,
"is_retro": false,
"is_asteroid": false,
"house": 5
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Oğlak",
"sym": "B",
"color": "#00b894",
"deg": 288.4554455,
"visualDeg": 47.45750020000003,
"adjustedDeg": 47.45750020000003,
"line_1_planet": "B",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "19\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.1777307,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -7.1420549,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 47.56996263863681,
"conflicting_extras": [
"GCP_5"
],
"text_pos": {
"x": 536.9177233854894,
"y": 250.80285852961313,
"rotate": -47.45750020000003
},
"text_pos_with_extras": {
"x": 536.62,
"y": 250.53,
"rotate": -47.56996263863681
},
"degree_tick": {
"x1": 578.5,
"y1": 205.49,
"x2": 574.44,
"y2": 209.91
},
"sym_pos": {
"x": 485.1932501065267,
"y": 307.1662230850926
},
"inner_point": {
"x": 476.4034703336311,
"y": 316.7443111794878
},
"owner_name": "Davison",
"house": 9
},
"planet": {
"key": "True Node",
"name": "Kuzey Ay D.",
"sign_name": "Oğlak",
"sym": "{",
"color": "#c0392b",
"deg": 288.7394342,
"visualDeg": 47.741488900000036,
"adjustedDeg": 52.14599534999991,
"line_1_planet": "{",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "44'",
"line_5_sec": "21\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 22,
"speed": -0.0583826,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -22.130627,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 54.0199626386368,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 524.2644386656057,
"y": 240.11066551166738,
"rotate": -52.14599534999991
},
"text_pos_with_extras": {
"x": 518.97,
"y": 236.13,
"rotate": -54.0199626386368
},
"degree_tick": {
"x1": 577.53,
"y1": 204.61,
"x2": 573.5,
"y2": 209.05
},
"sym_pos": {
"x": 484.7320713806663,
"y": 306.7451015788357
},
"inner_point": {
"x": 475.98987353980385,
"y": 316.3666387175272
},
"owner_name": "Davison",
"house": 9
},
"orb": 0.283988700000009
},
{
"asteroid": {
"key": "Vesta",
"name": "Vesta",
"sign_name": "Aslan",
"sym": "N",
"color": "#0984e3",
"deg": 121.2208689,
"visualDeg": 240.2229236,
"adjustedDeg": 240.2229236,
"line_1_planet": "N",
"line_2_degree": "01°",
"line_3_sign": "g",
"line_4_min": "13'",
"line_5_sec": "15\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 25,
"speed": 0.4400762,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 20.8325597,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 219.33925818863614,
"conflicting_extras": [],
"text_pos": {
"x": 299.43308616501736,
"y": 575.7627544211434,
"rotate": -240.2229236
},
"text_pos_with_extras": {
"x": 243.39,
"y": 528.37,
"rotate": -219.33925818863614
},
"degree_tick": {
"x1": 268.89,
"y1": 629.14,
"x2": 271.87,
"y2": 623.93
},
"sym_pos": {
"x": 337.4250313915664,
"y": 509.3634916398226
},
"inner_point": {
"x": 343.88117894640476,
"y": 498.0799567880949
},
"owner_name": "Davison",
"house": 3
},
"planet": {
"key": "Chiron",
"name": "Kiron",
"sign_name": "Aslan",
"sym": "M",
"color": "#d35400",
"deg": 122.338096,
"visualDeg": 241.34015069999998,
"adjustedDeg": 240.9395050249999,
"line_1_planet": "M",
"line_2_degree": "02°",
"line_3_sign": "g",
"line_4_min": "20'",
"line_5_sec": "17\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 19,
"speed": 0.1140659,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 13.473268,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 225.18925818863613,
"conflicting_extras": [
"Vesta"
],
"text_pos": {
"x": 301.63910693689394,
"y": 577.0067363572025,
"rotate": -240.9395050249999
},
"text_pos_with_extras": {
"x": 257.28,
"y": 543.66,
"rotate": -225.18925818863613
},
"degree_tick": {
"x1": 273.38,
"y1": 631.66,
"x2": 276.26,
"y2": 626.39
},
"sym_pos": {
"x": 339.5693026710754,
"y": 510.562791301323
},
"inner_point": {
"x": 345.8042158875517,
"y": 499.1555191829325
},
"owner_name": "Davison",
"house": 3
},
"orb": 1.1172271000000364
}
],
"aiAspectPairs": [
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.89
},
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.93
},
{
"planet_a": "Venüs",
"planet_b": "Merkür",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.05
},
"… +356 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 263.2748422534274,
"y1": 153.36214556728154,
"x2": 271.0322980120982,
"y2": 167.3557826982159,
"class": "tick-thick"
},
{
"x1": 258.9912420788159,
"y1": 155.7858927303238,
"x2": 261.9914284175645,
"y2": 160.98193756584882,
"class": "tick-thin"
},
{
"x1": 254.75059453784985,
"y1": 158.2840298761956,
"x2": 257.8410074200233,
"y2": 163.42692285755314,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 251.99,
"y1": 758.66,
"x2": 255.04,
"y2": 751.27
},
"degree_tick_transit": {
"x1": 267.25,
"y1": 721.68,
"x2": 269.54,
"y2": 716.14
},
"text_pos": {
"x": 267.22,
"y": 744.28,
"rotate": -248.91015850000002
},
"text_pos_with_extras": {
"x": 303.53,
"y": 756.17,
"rotate": -254.84398429242427
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 384.27,
"y1": 12.32,
"x2": 384.59,
"y2": 20.31
},
"degree_tick_transit": {
"x1": 385.89,
"y1": 52.29,
"x2": 386.13,
"y2": 58.28
},
"text_pos": {
"x": 378.51,
"y": 31.63,
"rotate": -93.33927750000001
},
"text_pos_with_extras": {
"x": 371.06,
"y": 32.14,
"rotate": -94.4985193174243
},
"conflicting_extras": [
"GCP_1"
],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 142.11,
"y1": 689.89,
"x2": 147.43,
"y2": 683.92
},
"degree_tick_transit": {
"x1": 168.7,
"y1": 660.01,
"x2": 172.69,
"y2": 655.52
},
"text_pos": {
"x": 154.34,
"y": 675.34,
"rotate": -228.25956920000004
},
"text_pos_with_extras": {
"x": 181,
"y": 696.98,
"rotate": -233.59398429242427
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 235.63890611316268,
"y1": 103.50981328832779,
"x2": 243.39636187183348,
"y2": 117.50345041926215,
"class": "tick-thick"
},
{
"x1": 230.4894718607042,
"y1": 106.42346679283605,
"x2": 233.4896581994528,
"y2": 111.61951162836112,
"class": "tick-thin"
},
{
"x1": 225.3916721572025,
"y1": 109.42654655329898,
"x2": 228.4820850393759,
"y2": 114.56943953465651,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 328.57949185148544,
"y1": 8.460588170478104,
"x2": 338.9875056017715,
"y2": 65.51909542201645,
"is_asc": true,
"is_mc": false
},
{
"x1": 69.93017345258471,
"y1": 177.60865663664157,
"x2": 118.03080144190653,
"y2": 210.01744536798526,
"is_asc": false,
"is_mc": false
},
{
"x1": 2.8622782291827775,
"y1": 373.8154635961418,
"x2": 60.736619592769216,
"y2": 377.6313005595181,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#27ae60"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#27ae60"
},
{
"text": "MC",
"x": 518.85,
"y": 120.2,
"rotate": -336.98515440000006,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 329.66,
"y": 14.36,
"rotate": -370.3376389,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 470.34,
"y": 785.64,
"rotate": -10.337638900000002,
"color": "#ff6600"
},
{
"text": "MC",
"x": 770.75,
"y": 272.69,
"rotate": -288.95203160000005,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 200.58,
"y": 116.99
},
{
"num": 2,
"x": 68.72,
"y": 299.44
},
{
"num": 3,
"x": 58.62,
"y": 457.6
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 4,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 10,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 3,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 12,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 9,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 1,
"transit_house": 1,
"natal_house": 12,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 341.3355842,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "11° 20'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 161.3355842,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "11° 20'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 259.9499769,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "19° 56'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 79.9499769,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "19° 56'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null
}
}
},
"person_a": {
"title": "Person A",
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lon": 28.9784,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#1e88e5"
},
"person_b": {
"title": "Person B",
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lon": 32.8597,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#e91e63"
}
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-79d0a248895a",
"credits_charged": 2,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
city |
string | No | City name (echoed back in the response only). en fazla 120 |
country_code |
string | No | ISO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
partner |
array | Yes | |
partner.date |
string (Y-m-d) | Yes | Partner's birth date (local calendar, YYYY-MM-DD). |
partner.time |
string | No | Partner's birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
partner.lat |
number | Yes | Partner's latitude (decimal degrees, -90..90). -90,90 aralığında |
partner.lng |
number | Yes | Partner's longitude (decimal degrees, -180..180). -180,180 aralığında |
partner.timezone |
string | No | Partner's iANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
partner.title |
string | No | Partner's free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
partner.city |
string | No | Partner's city name (echoed back in the response only). en fazla 120 |
partner.country_code |
string | No | Partner's iSO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/relationship-bundle" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul"
}
}'
Example Response
{
"success": true,
"data": {
"chart_type": "bundle",
"input": {
"city": "Bilinmiyor",
"country_code": "TR",
"date": "1990-05-17",
"house_system": "P",
"lat": 41.0082,
"lng": 28.9784,
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul",
"city": "Bilinmiyor",
"country_code": "TR",
"title": "Person B"
},
"target_date": "2026-07-31",
"target_time": "21:35",
"time": "14:30",
"timezone": "Europe/Istanbul",
"title": "Person A"
},
"charts": {
"synastry": {
"id": "synastry",
"title": "İlişki Haritası (Natal + Natal)",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 160,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 277.66467689399633,
"y1": 457.08825378788254,
"x2": 182.51498114488237,
"y2": 501.4902289562356,
"is_asc": false,
"is_mc": false
},
{
"x1": 322.15441039295564,
"y1": 510.29534976023075,
"x2": 261.6078406985878,
"y2": 596.0806217959657,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 256.49,
"y": 431.84
},
{
"num": 2,
"x": 287.23,
"y": 494.3
},
{
"num": 3,
"x": 353.39,
"y": 539.41
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.52506000000011,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 350.2963077343181,
"conflicting_extras": [
"GCP_11",
"GCP_10"
],
"text_pos": {
"x": 567.9929457824285,
"y": 398.46046521895624,
"rotate": -0.52506000000011
},
"text_pos_with_extras": {
"x": 565.6,
"y": 428.32,
"rotate": -350.2963077343181
},
"degree_tick": {
"x1": 711.98,
"y1": 396.89,
"x2": 705.98,
"y2": 396.95
},
"sym_pos": {
"x": 547.4926513679544,
"y": 398.52765749532847
},
"inner_point": {
"x": 532.9933737758504,
"y": 398.67239625002503
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 358.73334761431806,
"conflicting_extras": [
"GCP_10",
"GCP_7"
],
"text_pos": {
"x": 566.9110062227284,
"y": 380.90246084658196,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 567.96,
"y": 403.71,
"rotate": -358.73334761431806
},
"degree_tick": {
"x1": 709.98,
"y1": 364.53,
"x2": 704.02,
"y2": 365.22
},
"sym_pos": {
"x": 546.5438893919788,
"y": 383.2328153266121
},
"inner_point": {
"x": 532.1378799263266,
"y": 384.8811148368774
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 5.783347614318075,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 563.5546157886736,
"y": 361.60875550051315,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 567.14,
"y": 383.07,
"rotate": -5.783347614318075
},
"degree_tick": {
"x1": 703.74,
"y1": 328.7,
"x2": 697.9,
"y2": 330.07
},
"sym_pos": {
"x": 543.5970585049366,
"y": 366.2934014067005
},
"inner_point": {
"x": 529.4807374993666,
"y": 369.60693143790627
},
"owner_name": "Person A",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 343.2019866289512,
"y2": 279.73784603167064,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
"… +174 more (see full example)"
],
"relationshipAspectLinesA": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 343.2019866289512,
"y2": 279.73784603167064,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "soft",
"opacity": 0.55,
"stroke_width": 1.2
},
"… +174 more (see full example)"
],
"relationshipAspectLinesB": [
{
"x1": 317.9279686427609,
"y1": 504.6574491801532,
"x2": 506.03672996751,
"y2": 480.28207706454396,
"color": "red",
"p1_key": "Sun",
"p2_key": "Saturn",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 317.9279686427609,
"y1": 504.6574491801532,
"x2": 348.98086539863493,
"y2": 277.17472611661805,
"color": "blue",
"p1_key": "Sun",
"p2_key": "Juno",
"extra_keys": [
"Juno"
],
"has_extra": true,
"has_asteroid": true,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "soft",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 317.9279686427609,
"y1": 504.6574491801532,
"x2": 473.6560628024438,
"y2": 289.25802777427856,
"color": "red",
"p1_key": "Sun",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
"… +145 more (see full example)"
],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 790.9907002687199,
"y2": 325.634199369764
},
"text": {
"x": 727.8018734131783,
"y": 241.75357259384765,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 649.9252336461055,
"y1": 184.50666463451927,
"x2": 701.4249787610606,
"y2": 140.10197734708686
},
"text": {
"x": 604.761536080867,
"y": 99.05363710155291,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 508.69493370154834,
"y1": 88.4146804042013,
"x2": 531.0926776158068,
"y2": 24.20922060870339
},
"text": {
"x": 426.85551051473124,
"y": 36.99203651298069,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 708.4700499607488,
"y2": 341.32949397514045,
"class": "tick-thick"
},
{
"x1": 723.0627767424571,
"y1": 332.6914397460971,
"x2": 717.1889080744124,
"y2": 333.91523175071353,
"class": "tick-thin"
},
{
"x1": 721.83887636651,
"y1": 327.0634682813734,
"x2": 715.9872604325735,
"y2": 328.38958703989385,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 56.3037815,
"deg_formatted": "26° 18'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 322.159796,
"deg_formatted": "22° 09'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 37.9227918,
"deg_formatted": "07° 55'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 221.1276356,
"deg_formatted": "11° 07'",
"deg_only": "11°",
"min_only": "07'",
"sign": "Akrep",
"sign_symbol": "k",
"sign_color": "#4AA3DF",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 321.128299,
"deg_formatted": "21° 07'",
"deg_only": "21°",
"min_only": "07'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 244.4832393,
"deg_formatted": "04° 28'",
"deg_only": "04°",
"min_only": "28'",
"sign": "Yay",
"sign_symbol": "l",
"sign_color": "#d31c08",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
{
"type": 90,
"orb_val": 5.175482499999987,
"name": "Kare"
},
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 1.0314969999999448,
"name": "Kavuşum"
},
null,
"… +11 more (see full example)"
],
[
{
"type": 180,
"orb_val": 3.204843799999992,
"name": "Karşıt"
},
null,
null,
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 230.13322611431795,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 305.98703789254483,
"y": 539.232047157909,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 292.31,
"y": 528.95,
"rotate": -230.13322611431795
},
"degree_tick": {
"x1": 225.4,
"y1": 658.57,
"x2": 228.76,
"y2": 653.6
},
"sym_pos": {
"x": 317.45885767351405,
"y": 522.2424223559022
},
"inner_point": {
"x": 325.5730716649313,
"y": 510.225370666678
},
"owner_name": "Person A",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.22872930000005,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 237.1832261143179,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 306.61234939919257,
"y": 539.6522349096551,
"rotate": -236.22872930000005
},
"text_pos_with_extras": {
"x": 308.95,
"y": 541.19,
"rotate": -237.1832261143179
},
"degree_tick": {
"x1": 229.53,
"y1": 661.31,
"x2": 232.81,
"y2": 656.29
},
"sym_pos": {
"x": 319.4103381971939,
"y": 523.537672029666
},
"inner_point": {
"x": 327.3327117303511,
"y": 511.39329071149547
},
"owner_name": "Person A",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": {
"r": 240
},
"relationshipOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Akrep",
"sym": "Q",
"color": "#D4AF37",
"deg": 221.1276356,
"visualDeg": 231.896573,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "11°",
"line_3_sign": "k",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 251.90009379144817,
"y": 588.8555473927577
},
"inner_point": {
"x": 260.53925498694707,
"y": 577.8389737948469
},
"text_pos": {
"x": 206.75,
"y": 646.22,
"rotate": -231.87333628124998
},
"text_pos_with_extras": {
"x": 186.97,
"y": 629.32,
"rotate": -227.1094057045455
},
"conflicting_extras": [
"GCP_15"
],
"degree_tick": {
"x1": 245.73,
"y1": 596.72,
"x2": 258.07,
"y2": 580.99
},
"degree_tick_overlay": {
"x1": 245.73,
"y1": 596.72,
"x2": 258.07,
"y2": 580.99
},
"is_relationship": true,
"owner_name": "Person B",
"house": 11
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Kova",
"sym": "W",
"color": "#2c3e50",
"deg": 321.128299,
"visualDeg": 331.8972364,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "21°",
"line_3_sign": "x",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 611.7049950982031,
"y": 513.0530629857935
},
"inner_point": {
"x": 599.3555370508079,
"y": 506.4583009782889
},
"text_pos": {
"x": 676.04,
"y": 547.55,
"rotate": -331.87399968125
},
"text_pos_with_extras": {
"x": 670.1,
"y": 558.15,
"rotate": -329.6496923045455
},
"conflicting_extras": [
"GCP_13"
],
"degree_tick": {
"x1": 620.53,
"y1": 517.76,
"x2": 602.88,
"y2": 508.34
},
"degree_tick_overlay": {
"x1": 620.53,
"y1": 517.76,
"x2": 602.88,
"y2": 508.34
},
"is_relationship": true,
"owner_name": "Person B",
"house": 2
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yay",
"sym": "E",
"color": "#8e44ad",
"deg": 244.4832393,
"visualDeg": 255.2521767,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "04°",
"line_3_sign": "l",
"line_4_min": "28'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 338.90434974785666,
"y": 632.0933465661344
},
"inner_point": {
"x": 342.4682626792317,
"y": 618.5545680164432
},
"text_pos": {
"x": 320.2,
"y": 702.66,
"rotate": -255.22893998125
},
"text_pos_with_extras": {
"x": 362.37,
"y": 710.73,
"rotate": -263.09540685454544
},
"conflicting_extras": [
"GCP_6",
"GCP_12"
],
"degree_tick": {
"x1": 336.36,
"y1": 641.76,
"x2": 341.45,
"y2": 622.42
},
"degree_tick_overlay": {
"x1": 336.36,
"y1": 641.76,
"x2": 341.45,
"y2": 622.42
},
"is_relationship": true,
"owner_name": "Person B",
"house": 12
},
"… +41 more (see full example)"
],
"relationshipHouseLines": [
{
"x1": 378.221159948341,
"y1": 713.243806205333,
"x2": 383.35375282675744,
"y2": 639.4220174817832,
"is_asc": true,
"is_mc": false
},
{
"x1": 558.8211638070908,
"y1": 670.8723646423925,
"x2": 521.3919723366299,
"y2": 607.0362022744401,
"is_asc": false,
"is_mc": false
},
{
"x1": 694.4378881001874,
"y1": 509.09780039534064,
"x2": 625.0480673377228,
"y2": 483.3868538053559,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipDegreeLines": [
{
"x1": 672.1216682774759,
"y1": 348.24289755131815,
"x2": 656.4034491711957,
"y2": 351.23247747615176,
"class": "tick-thick"
},
{
"x1": 671.1769368413959,
"y1": 343.5016024535421,
"x2": 665.3030681733512,
"y2": 344.7253944581585,
"class": "tick-thin"
},
{
"x1": 670.149602283404,
"y1": 338.77751731497096,
"x2": 664.2979863494675,
"y2": 340.10363607349143,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#1e88e5"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#1e88e5"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [
{
"text": "ASC",
"x": 377.53,
"y": 723.22,
"rotate": 3.9771920000000023,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 422.47,
"y": 76.78,
"rotate": 3.9771920000000023,
"color": "#e91e63"
},
{
"text": "MC",
"x": 87.9,
"y": 487,
"rotate": 74.4246104,
"color": "#000000"
},
"… +1 more (see full example)"
],
"relationshipHouseNumbers": [
{
"num": 1,
"x": 444.51,
"y": 642.24
},
{
"num": 2,
"x": 580.81,
"y": 567.23
},
{
"num": 3,
"x": 645.29,
"y": 422.2
},
"… +9 more (see full example)"
],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 160 A 240 240 0 0 1 520 192.15390309173 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 520 192.15390309173 A 240 240 0 0 1 607.84609690827 280 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 607.84609690827 280 A 240 240 0 0 1 640 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(30,136,229,0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 520 192.15390309173 A 240 240 0 0 0 400 160 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 607.84609690827 280 A 240 240 0 0 0 520 192.15390309173 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 640 400 A 240 240 0 0 0 607.84609690827 280 Z",
"fill": "rgba(233,30,99,0.10)"
},
"… +9 more (see full example)"
],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
}
},
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "İlişki Haritası (Natal + Natal)",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"synastry_transit": {
"id": "synastry_transit",
"title": "Natal + Natal + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 195,
"y2": 400,
"is_asc": true,
"is_mc": false
},
{
"x1": 295.7884284652561,
"y1": 448.6307347081962,
"x2": 214.231546394587,
"y2": 486.6895705667846,
"is_asc": false,
"is_mc": false
},
{
"x1": 333.68709033474,
"y1": 493.95529794390023,
"x2": 281.79003059671044,
"y2": 567.4855311173874,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 276.99,
"y": 427.29
},
{
"num": 2,
"x": 303.34,
"y": 480.82
},
{
"num": 3,
"x": 360.05,
"y": 519.5
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.52506000000011,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 350.2963077343181,
"conflicting_extras": [
"GCP_11",
"GCP_10"
],
"text_pos": {
"x": 544.9939115384055,
"y": 398.67123486159915,
"rotate": -0.52506000000011
},
"text_pos_with_extras": {
"x": 542.93,
"y": 424.44,
"rotate": -350.2963077343181
},
"degree_tick": {
"x1": 663.99,
"y1": 397.36,
"x2": 657.99,
"y2": 397.42
},
"sym_pos": {
"x": 525.9937225244898,
"y": 398.74227013160265
},
"inner_point": {
"x": 512.9943702005346,
"y": 398.87203591167537
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 358.73334761431806,
"conflicting_extras": [
"GCP_10",
"GCP_7"
],
"text_pos": {
"x": 544.0600946565215,
"y": 383.51700489734753,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 544.96,
"y": 403.21,
"rotate": -358.73334761431806
},
"degree_tick": {
"x1": 662.29,
"y1": 369.99,
"x2": 656.33,
"y2": 370.67
},
"sym_pos": {
"x": 525.1832546670463,
"y": 385.67684563493646
},
"inner_point": {
"x": 512.2675220426685,
"y": 387.1546314027605
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 5.783347614318075,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 541.1632100557003,
"y": 366.8646996879429,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 544.26,
"y": 385.39,
"rotate": -5.783347614318075
},
"degree_tick": {
"x1": 657.01,
"y1": 339.67,
"x2": 651.17,
"y2": 341.04
},
"sym_pos": {
"x": 522.6659618415051,
"y": 371.2065666253849
},
"inner_point": {
"x": 510.00994990547684,
"y": 374.1773176878452
},
"owner_name": "Person A",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 408.16573598357473,
"y2": 287.29542708547024,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 396.7856172347795,
"y2": 287.0457272014969,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 351.74304127121417,
"y2": 297.82238046299835,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
"… +174 more (see full example)"
],
"relationshipAspectLinesA": [
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 408.16573598357473,
"y2": 287.29542708547024,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 396.7856172347795,
"y2": 287.0457272014969,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "hard",
"opacity": 0.55,
"stroke_width": 1.2
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 351.74304127121417,
"y2": 297.82238046299835,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(30,136,229)",
"owner": "A",
"kind": "soft",
"opacity": 0.55,
"stroke_width": 1.2
},
"… +174 more (see full example)"
],
"relationshipAspectLinesB": [
{
"x1": 330.26962749347354,
"y1": 488.91948689742344,
"x2": 490.09135704006485,
"y2": 468.20958427288315,
"color": "red",
"p1_key": "Sun",
"p2_key": "Saturn",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 330.26962749347354,
"y1": 488.91948689742344,
"x2": 356.65291571462967,
"y2": 295.6446921141191,
"color": "blue",
"p1_key": "Sun",
"p2_key": "Juno",
"extra_keys": [
"Juno"
],
"has_extra": true,
"has_asteroid": true,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "soft",
"opacity": 0.35,
"stroke_width": 1.1
},
{
"x1": 330.26962749347354,
"y1": 488.91948689742344,
"x2": 462.57996313290334,
"y2": 305.9109559285224,
"color": "red",
"p1_key": "Sun",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false,
"stroke": "rgb(233,30,99)",
"owner": "B",
"kind": "hard",
"opacity": 0.35,
"stroke_width": 1.1
},
"… +145 more (see full example)"
],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 734.0121560084542,
"y2": 336.4714265972858
},
"text": {
"x": 680.0724797568639,
"y": 264.79494801287535,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 613.5724723884902,
"y1": 215.8511497785892,
"x2": 657.4987255747753,
"y2": 177.976563562838
},
"text": {
"x": 574.9473563767847,
"y": 142.87275038072238,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 492.88476152677765,
"y1": 133.7361814363175,
"x2": 511.9887195712922,
"y2": 78.97270102251042
},
"text": {
"x": 422.9452301375863,
"y": 89.84759163609061,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 663.2801700301934,
"y2": 349.9245362590371,
"class": "tick-thick"
},
{
"x1": 676.0718273980997,
"y1": 342.4817757830284,
"x2": 671.1769368413959,
"y2": 343.5016024535421,
"class": "tick-thin"
},
{
"x1": 675.0259488950178,
"y1": 337.6724183495372,
"x2": 670.149602283404,
"y2": 338.77751731497096,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 56.3037815,
"deg_formatted": "26° 18'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 322.159796,
"deg_formatted": "22° 09'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 37.9227918,
"deg_formatted": "07° 55'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 221.1276356,
"deg_formatted": "11° 07'",
"deg_only": "11°",
"min_only": "07'",
"sign": "Akrep",
"sign_symbol": "k",
"sign_color": "#4AA3DF",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 321.128299,
"deg_formatted": "21° 07'",
"deg_only": "21°",
"min_only": "07'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 244.4832393,
"deg_formatted": "04° 28'",
"deg_only": "04°",
"min_only": "28'",
"sign": "Yay",
"sign_symbol": "l",
"sign_color": "#d31c08",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
{
"type": 90,
"orb_val": 5.175482499999987,
"name": "Kare"
},
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 1.0314969999999448,
"name": "Kavuşum"
},
null,
"… +11 more (see full example)"
],
[
{
"type": 180,
"orb_val": 3.204843799999992,
"name": "Karşıt"
},
null,
null,
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 230.13322611431795,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 318.8578600858274,
"y": 520.1705168922429,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 307.05,
"y": 511.29,
"rotate": -230.13322611431795
},
"degree_tick": {
"x1": 252.27,
"y1": 618.79,
"x2": 255.62,
"y2": 613.82
},
"sym_pos": {
"x": 329.49027841940864,
"y": 504.42403536843176
},
"inner_point": {
"x": 336.7650909634379,
"y": 493.6501269574031
},
"owner_name": "Person A",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.22872930000005,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 237.1832261143179,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 319.39756346954124,
"y": 520.5331789398809,
"rotate": -236.22872930000005
},
"text_pos_with_extras": {
"x": 321.42,
"y": 521.86,
"rotate": -237.1832261143179
},
"degree_tick": {
"x1": 255.76,
"y1": 621.11,
"x2": 259.04,
"y2": 616.09
},
"sym_pos": {
"x": 331.1573058498063,
"y": 505.53048593720627
},
"inner_point": {
"x": 338.26012350022313,
"y": 494.64241992781194
},
"owner_name": "Person A",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 661.3153926419084,
"y2": 350.29823374964127,
"class": "tick-thick"
},
{
"x1": 676.0718273980997,
"y1": 342.4817757830284,
"x2": 670.197958730055,
"y2": 343.70556778764484,
"class": "tick-thin"
},
{
"x1": 675.0259488950178,
"y1": 337.6724183495372,
"x2": 669.1743329610812,
"y2": 338.9985371080577,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 105.66,
"y1": 147.2,
"x2": 111.73,
"y2": 152.41
},
"degree_tick_transit": {
"x1": 136,
"y1": 173.26,
"x2": 140.55,
"y2": 177.17
},
"text_pos": {
"x": 114.83,
"y": 165.83,
"rotate": -140.60854318125
},
"text_pos_with_extras": {
"x": 92.1,
"y": 196.64,
"rotate": -146.55611482045458
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 773.14,
"y1": 506.35,
"x2": 765.45,
"y2": 504.16
},
"degree_tick_transit": {
"x1": 734.67,
"y1": 495.39,
"x2": 728.9,
"y2": 493.75
},
"text_pos": {
"x": 756.49,
"y": 495.27,
"rotate": -345.03766218125
},
"text_pos_with_extras": {
"x": 755.06,
"y": 500.48,
"rotate": -344.1986219454546
},
"conflicting_extras": [],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 205.35,
"y1": 64.36,
"x2": 209.36,
"y2": 71.28
},
"degree_tick_transit": {
"x1": 225.42,
"y1": 98.96,
"x2": 228.43,
"y2": 104.15
},
"text_pos": {
"x": 215.73,
"y": 80.3,
"rotate": -119.95795388125003
},
"text_pos_with_extras": {
"x": 186.74,
"y": 98.87,
"rotate": -125.30611482045458
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 733.0297673143117,
"y1": 336.65827534258796,
"x2": 717.3115482080316,
"y2": 339.64785526742156,
"class": "tick-thick"
},
{
"x1": 731.8735797445242,
"y1": 330.8557517391725,
"x2": 725.9997110764796,
"y2": 332.0795437437889,
"class": "tick-thin"
},
{
"x1": 730.616300267415,
"y1": 325.07429014359263,
"x2": 724.7646843334784,
"y2": 326.4004089021131,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 790.2360131087394,
"y1": 478.2294961826795,
"x2": 733.3674483843502,
"y2": 466.8292178445001,
"is_asc": true,
"is_mc": false
},
{
"x1": 724.8927863046524,
"y1": 170.11159792803917,
"x2": 677.5466013657834,
"y2": 203.6129228530988,
"is_asc": false,
"is_mc": false
},
{
"x1": 561.4066448945289,
"y1": 36.1980003025115,
"x2": 537.8850735279896,
"y2": 89.21437211772337,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": {
"r": 205
},
"relationshipOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Akrep",
"sym": "Q",
"color": "#D4AF37",
"deg": 221.1276356,
"visualDeg": 231.896573,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "11°",
"line_3_sign": "k",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 273.4979967801953,
"y": 561.3141133979806
},
"inner_point": {
"x": 282.1371579756942,
"y": 550.2975398000697
},
"text_pos": {
"x": 231.45,
"y": 614.75,
"rotate": -231.87333628124998
},
"text_pos_with_extras": {
"x": 214.2,
"y": 600.01,
"rotate": -227.1094057045455
},
"conflicting_extras": [
"GCP_15"
],
"degree_tick": {
"x1": 267.33,
"y1": 569.18,
"x2": 279.67,
"y2": 553.45
},
"degree_tick_overlay": {
"x1": 267.33,
"y1": 569.18,
"x2": 279.67,
"y2": 553.45
},
"is_relationship": true,
"owner_name": "Person B",
"house": 11
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Kova",
"sym": "W",
"color": "#2c3e50",
"deg": 321.128299,
"visualDeg": 331.8972364,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "21°",
"line_3_sign": "x",
"line_4_min": "07'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 580.8313499797151,
"y": 496.566157967032
},
"inner_point": {
"x": 568.48189193232,
"y": 489.97139595952734
},
"text_pos": {
"x": 640.76,
"y": 528.7,
"rotate": -331.87399968125
},
"text_pos_with_extras": {
"x": 635.59,
"y": 537.94,
"rotate": -329.6496923045455
},
"conflicting_extras": [
"GCP_13"
],
"degree_tick": {
"x1": 589.65,
"y1": 501.28,
"x2": 572.01,
"y2": 491.86
},
"degree_tick_overlay": {
"x1": 589.65,
"y1": 501.28,
"x2": 572.01,
"y2": 491.86
},
"is_relationship": true,
"owner_name": "Person B",
"house": 2
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yay",
"sym": "E",
"color": "#8e44ad",
"deg": 244.4832393,
"visualDeg": 255.2521767,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "04°",
"line_3_sign": "l",
"line_4_min": "28'",
"is_asteroid": false,
"is_extra": false,
"sym_pos": {
"x": 347.81413207629424,
"y": 598.2464001919066
},
"inner_point": {
"x": 351.37804500766924,
"y": 584.7076216422154
},
"text_pos": {
"x": 330.4,
"y": 663.98,
"rotate": -255.22893998125
},
"text_pos_with_extras": {
"x": 367.18,
"y": 671.02,
"rotate": -263.09540685454544
},
"conflicting_extras": [
"GCP_6",
"GCP_12"
],
"degree_tick": {
"x1": 345.27,
"y1": 607.92,
"x2": 350.36,
"y2": 588.58
},
"degree_tick_overlay": {
"x1": 345.27,
"y1": 607.92,
"x2": 350.36,
"y2": 588.58
},
"is_relationship": true,
"owner_name": "Person B",
"house": 12
},
"… +41 more (see full example)"
],
"relationshipHouseLines": [
{
"x1": 381.41169065654583,
"y1": 667.3545861879913,
"x2": 385.781330539522,
"y2": 604.5063065990232,
"is_asc": true,
"is_mc": false
},
{
"x1": 535.5543691092367,
"y1": 631.1904258731248,
"x2": 503.6889763708714,
"y2": 576.8434227760843,
"is_asc": false,
"is_mc": false
},
{
"x1": 651.3036751937905,
"y1": 493.1153200826474,
"x2": 592.2285575176381,
"y2": 471.22627095874145,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipDegreeLines": [
{
"x1": 632.8261205117755,
"y1": 355.71684736340217,
"x2": 617.1079014054952,
"y2": 358.7064272882358,
"class": "tick-thick"
},
{
"x1": 632.0178123877647,
"y1": 351.66021581765153,
"x2": 626.14394371972,
"y2": 352.88400782226796,
"class": "tick-thin"
},
{
"x1": 631.1388293904936,
"y1": 347.6183090384409,
"x2": 625.2872134565571,
"y2": 348.94442779696135,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#1e88e5"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#1e88e5"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [
{
"text": "ASC",
"x": 380.72,
"y": 677.33,
"rotate": 3.9771920000000023,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 419.28,
"y": 122.67,
"rotate": 3.9771920000000023,
"color": "#e91e63"
},
{
"text": "MC",
"x": 132.21,
"y": 474.64,
"rotate": 74.4246104,
"color": "#000000"
},
"… +1 more (see full example)"
],
"relationshipHouseNumbers": [
{
"num": 1,
"x": 436.51,
"y": 608.16
},
{
"num": 2,
"x": 553.99,
"y": 544.75
},
{
"num": 3,
"x": 610.32,
"y": 420.74
},
"… +9 more (see full example)"
],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 784.35,
"y": 477.05,
"rotate": -78.66433429999995,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 15.65,
"y": 322.95,
"rotate": -78.66433430000001,
"color": "#ff6600"
},
{
"text": "MC",
"x": 392.65,
"y": 791.93,
"rotate": 1.0737053999999944,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 740.96,
"y": 339.96
},
{
"num": 2,
"x": 628.53,
"y": 139.94
},
{
"num": 3,
"x": 486.6,
"y": 64.8
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 11,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 6,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 10,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 8,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 5,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 2,
"transit_house": 2,
"natal_house": 8,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 337.8953969,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "07° 53'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 157.8953969,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "07° 53'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 258.1573572,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "18° 09'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 78.1573572,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "18° 09'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 195 A 205 205 0 0 1 502.5 222.46479222419 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 502.5 222.46479222419 A 205 205 0 0 1 577.53520777581 297.5 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(30,136,229,0.10)"
},
{
"d": "M 577.53520777581 297.5 A 205 205 0 0 1 605 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(30,136,229,0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 502.5 222.46479222419 A 205 205 0 0 0 400 195 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 577.53520777581 297.5 A 205 205 0 0 0 502.5 222.46479222419 Z",
"fill": "rgba(233,30,99,0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 605 400 A 205 205 0 0 0 577.53520777581 297.5 Z",
"fill": "rgba(233,30,99,0.10)"
},
"… +9 more (see full example)"
],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
}
},
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Natal + Natal + Transit",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"natal_a": {
"id": "natal_a",
"title": "Person A (Natal)",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 86,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 277.66467689399633,
"y1": 457.08825378788254,
"x2": 115.45710033122111,
"y2": 532.7830495510749,
"is_asc": false,
"is_mc": false
},
{
"x1": 322.15441039295564,
"y1": 510.29534976023075,
"x2": 218.9369249139857,
"y2": 656.5388135163885,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 256.49,
"y": 431.84
},
{
"num": 2,
"x": 287.23,
"y": 494.3
},
{
"num": 3,
"x": 353.39,
"y": 539.41
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.5250600000000532,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 358.03477185681817,
"conflicting_extras": [
"GCP_11"
],
"text_pos": {
"x": 636.9900485144973,
"y": 397.8281562910278,
"rotate": -0.5250600000000532
},
"text_pos_with_extras": {
"x": 636.86,
"y": 408.13,
"rotate": -358.03477185681817
},
"degree_tick": {
"x1": 711.98,
"y1": 396.89,
"x2": 705.98,
"y2": 396.95
},
"sym_pos": {
"x": 547.4926513679544,
"y": 398.52765749532847
},
"inner_point": {
"x": 532.9933737758504,
"y": 398.67239625002503
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 3.990091606818112,
"conflicting_extras": [
"GCP_10"
],
"text_pos": {
"x": 635.463740921349,
"y": 373.0588286942853,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 636.43,
"y": 383.51,
"rotate": -3.990091606818112
},
"degree_tick": {
"x1": 709.98,
"y1": 364.53,
"x2": 704.02,
"y2": 365.22
},
"sym_pos": {
"x": 546.5438893919788,
"y": 383.2328153266121
},
"inner_point": {
"x": 532.1378799263266,
"y": 384.8811148368774
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 10.672750006818148,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 630.728832987593,
"y": 345.8409229382239,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 632.9,
"y": 356.11,
"rotate": -10.672750006818148
},
"degree_tick": {
"x1": 703.74,
"y1": 328.7,
"x2": 697.9,
"y2": 330.07
},
"sym_pos": {
"x": 543.5970585049366,
"y": 366.2934014067005
},
"inner_point": {
"x": 529.4807374993666,
"y": 369.60693143790627
},
"owner_name": "Person A",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 409.61099898951716,
"y2": 267.3477150651995,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 396.21669993120065,
"y2": 267.0538205114964,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 532.9933737758504,
"y1": 398.67239625002503,
"x2": 343.2019866289512,
"y2": 279.73784603167064,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
"… +174 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 790.9907002687199,
"y2": 325.634199369764
},
"text": {
"x": 727.8018734131783,
"y": 241.75357259384765,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 649.9252336461055,
"y1": 184.50666463451927,
"x2": 701.4249787610606,
"y2": 140.10197734708686
},
"text": {
"x": 604.761536080867,
"y": 99.05363710155291,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 508.69493370154834,
"y1": 88.4146804042013,
"x2": 531.0926776158068,
"y2": 24.20922060870339
},
"text": {
"x": 426.85551051473124,
"y": 36.99203651298069,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 724.1882690670291,
"y1": 338.33991405030685,
"x2": 708.4700499607488,
"y2": 341.32949397514045,
"class": "tick-thick"
},
{
"x1": 723.0627767424571,
"y1": 332.6914397460971,
"x2": 717.1889080744124,
"y2": 333.91523175071353,
"class": "tick-thin"
},
{
"x1": 721.83887636651,
"y1": 327.0634682813734,
"x2": 715.9872604325735,
"y2": 328.38958703989385,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": null,
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 233.53129930681825,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 267.3745713126972,
"y": 596.4166379549074,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 259.13,
"y": 590.59,
"rotate": -233.53129930681825
},
"degree_tick": {
"x1": 225.4,
"y1": 658.57,
"x2": 228.76,
"y2": 653.6
},
"sym_pos": {
"x": 317.45885767351405,
"y": 522.2424223559022
},
"inner_point": {
"x": 325.5730716649313,
"y": 510.225370666678
},
"owner_name": "Person A",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.8287293,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 239.38129930681828,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 270.3269706916716,
"y": 598.3781879895101,
"rotate": -236.8287293
},
"text_pos_with_extras": {
"x": 279.29,
"y": 603.96,
"rotate": -239.38129930681828
},
"degree_tick": {
"x1": 229.53,
"y1": 661.31,
"x2": 232.81,
"y2": 656.29
},
"sym_pos": {
"x": 319.4103381971939,
"y": 523.537672029666
},
"inner_point": {
"x": 327.3327117303511,
"y": 511.39329071149547
},
"owner_name": "Person A",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [
{
"planet_a": "Ay",
"planet_b": "Güneş",
"aspect_type": "Kare",
"aspect_degree": "90",
"orb": 4.14
},
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 7.08
},
{
"planet_a": "Mars",
"planet_b": "Güneş",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 6.5
},
"… +368 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#1e88e5"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#1e88e5"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [
{
"text": "Yükselen",
"x": -16,
"y": 400,
"rotate": 0,
"color": "#e74c3c",
"deg_formatted": "19° 13'",
"sign_sym": "h",
"sign_color": "#9d7e61"
},
{
"text": "",
"x": 816,
"y": 400,
"rotate": 0,
"color": "#1e88e5",
"deg_formatted": "19° 13'",
"sign_sym": "c",
"sign_color": "#4AA3DF"
},
{
"text": "",
"x": 412.77,
"y": -15.8,
"rotate": 1.7589600000000019,
"color": "#000",
"deg_formatted": "17° 28'",
"sign_sym": "d",
"sign_color": "#49535c"
},
"… +1 more (see full example)"
],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Person A (Natal)",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"natal_b": {
"id": "natal_b",
"title": "Person B (Natal)",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 86,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 288.558661412617,
"y1": 476.19598449952775,
"x2": 140.7957013597167,
"y2": 577.2262157989015,
"is_asc": false,
"is_mc": false
},
{
"x1": 361.9880241841269,
"y1": 529.5379855276956,
"x2": 311.58695995419157,
"y2": 701.2957589310846,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 259.56,
"y": 443.42
},
{
"num": 2,
"x": 313.6,
"y": 518.93
},
{
"num": 3,
"x": 404.1,
"y": 546.94
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "South Node",
"name": "Güney Ay D.",
"sign_name": "İkizler",
"sym": "}",
"color": "#8e44ad",
"deg": 82.3898772,
"visualDeg": 7.136006600000002,
"adjustedDeg": 7.051631600000036,
"line_1_planet": "}",
"line_2_degree": "22°",
"line_3_sign": "d",
"line_4_min": "23'",
"line_5_sec": "23\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 10000,
"speed": 0.0247687,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#49535c",
"adjustedDegWithExtras": 356.09093624431785,
"conflicting_extras": [
"Kronos",
"Hades",
"GCP_1"
],
"text_pos": {
"x": 635.2073147326114,
"y": 370.904998775145,
"rotate": -7.051631600000036
},
"text_pos_with_extras": {
"x": 636.45,
"y": 416.16,
"rotate": -356.09093624431785
},
"degree_tick": {
"x1": 709.58,
"y1": 361.24,
"x2": 703.63,
"y2": 361.99
},
"sym_pos": {
"x": 546.3574748241163,
"y": 381.676802595939
},
"inner_point": {
"x": 531.9697908583556,
"y": 383.4780660695586
},
"owner_name": "Person B",
"house": 7
},
{
"key": "Kronos",
"name": "Kronos",
"sign_name": "İkizler",
"sym": "G",
"color": "#2d3436",
"deg": 83.5623779,
"visualDeg": 8.308507300000002,
"adjustedDeg": 8.308507300000002,
"line_1_planet": "G",
"line_2_degree": "23°",
"line_3_sign": "d",
"line_4_min": "33'",
"line_5_sec": "44\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 31,
"speed": -0.009585,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 23.2956816,
"sign_color": "#49535c",
"adjustedDegWithExtras": 2.540936244317834,
"conflicting_extras": [
"GCP_1"
],
"text_pos": {
"x": 634.5125295506294,
"y": 365.75275947225583,
"rotate": -8.308507300000002
},
"text_pos_with_extras": {
"x": 636.77,
"y": 389.49,
"rotate": -2.540936244317834
},
"degree_tick": {
"x1": 708.73,
"y1": 354.92,
"x2": 702.79,
"y2": 355.78
},
"sym_pos": {
"x": 545.9518907540837,
"y": 378.6857891230284
},
"inner_point": {
"x": 531.6040777646992,
"y": 380.7810844295782
},
"owner_name": "Person B",
"house": 7
},
{
"key": "Juno",
"name": "Juno",
"sign_name": "Yengeç",
"sym": "B",
"color": "#00b894",
"deg": 101.7880727,
"visualDeg": 26.5342021,
"adjustedDeg": 26.5342021,
"line_1_planet": "B",
"line_2_degree": "11°",
"line_3_sign": "f",
"line_4_min": "47'",
"line_5_sec": "17\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": 0.1391314,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 3.4493608,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 16.431234444317795,
"conflicting_extras": [
"Vulkanus"
],
"text_pos": {
"x": 612.0362802552668,
"y": 294.1245266574454,
"rotate": -26.5342021
},
"text_pos_with_extras": {
"x": 627.32,
"y": 332.96,
"rotate": -16.431234444317795
},
"degree_tick": {
"x1": 679.14,
"y1": 260.62,
"x2": 673.77,
"y2": 263.3
},
"sym_pos": {
"x": 531.9635077538053,
"y": 334.1070366327983
},
"inner_point": {
"x": 518.9908239407193,
"y": 340.5846499807605
},
"owner_name": "Person B",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 531.9697908583556,
"y1": 383.4780660695586,
"x2": 267.1174224553321,
"y2": 405.58753837439326,
"color": "red",
"p1_key": "South Node",
"p2_key": "Venus",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 531.9697908583556,
"y1": 383.4780660695586,
"x2": 268.0302091416444,
"y2": 416.5219339304414,
"color": "red",
"p1_key": "South Node",
"p2_key": "True Node",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 531.9697908583556,
"y1": 383.4780660695586,
"x2": 269.60584600355793,
"y2": 426.1985610969792,
"color": "red",
"p1_key": "South Node",
"p2_key": "GCP_11",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +145 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 483.997084307213,
"y1": 719.1308349688054,
"x2": 501.30557440688114,
"y2": 784.8911282351048
},
"text": {
"x": 580.6014579898053,
"y": 716.0365696750245,
"rotate": 150.2538706
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 632.3090263382724,
"y1": 634.3768680603183,
"x2": 680.1787650988861,
"y2": 682.6727075394142
},
"text": {
"x": 714.4237354171917,
"y": 583.3949688685593,
"rotate": 120.2538706
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 718.3739523675313,
"y1": 486.8218086305331,
"x2": 783.9782819462953,
"y2": 504.7123631362187
},
"text": {
"x": 763.9964268583647,
"y": 401.61283425783273,
"rotate": 90.2538706
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 483.997084307213,
"y1": 719.1308349688054,
"x2": 479.92449840140875,
"y2": 703.6578247884997,
"class": "tick-thick"
},
{
"x1": 489.55389218296926,
"y1": 717.6162785420186,
"x2": 487.92563959782433,
"y2": 711.8414371139819,
"class": "tick-thin"
},
{
"x1": 495.0834210756385,
"y1": 716.0049731199697,
"x2": 493.354631601536,
"y2": 710.2594281541521,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "11° 07'",
"degree": 221.1276356,
"speed": 1.0017136,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 07'",
"degree": 321.128299,
"speed": 11.857489,
"is_retro": false,
"is_asteroid": false,
"house": 2
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "04° 28'",
"degree": 244.4832393,
"speed": 0.8472048,
"is_retro": false,
"is_asteroid": false,
"house": 12
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 15'",
"degree": 275.2661987,
"speed": 0.3158518,
"is_retro": false,
"is_asteroid": true,
"house": 1
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "11° 47'",
"degree": 101.7880727,
"speed": 0.1391314,
"is_retro": false,
"is_asteroid": true,
"house": 7
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "25° 42'",
"degree": 235.7153518,
"speed": 0.5360316,
"is_retro": false,
"is_asteroid": true,
"house": 12
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "22° 50'",
"degree": 232.8434099,
"speed": 0.0269766,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "11° 57'",
"degree": 71.9533377,
"speed": -0.0144151,
"is_retro": true,
"is_asteroid": false,
"house": 6
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "29° 20'",
"degree": 179.33341,
"speed": 0.0144051,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "15° 15'",
"degree": 255.2538706
},
{
"name": "2. Ev",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 36'",
"degree": 289.6155275
},
{
"name": "3. Ev",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "28° 53'",
"degree": 328.8999296
},
"… +9 more (see full example)"
],
"asc": 255.2538706,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "k",
"sign_color": "#4AA3DF",
"house_no": 11,
"deg_formatted": "11° 07'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 2,
"deg_formatted": "21° 07'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "l",
"sign_color": "#d31c08",
"house_no": 12,
"deg_formatted": "04° 28'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": null,
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [],
"fixedStarConjunctions": [],
"asteroidConjunctions": [],
"aiAspectPairs": [
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 3.47
},
{
"planet_a": "Venüs",
"planet_b": "Merkür",
"aspect_type": "PAR",
"aspect_degree": "PAR",
"orb": 0
},
{
"planet_a": "Mars",
"planet_b": "Ay",
"aspect_type": "150",
"aspect_degree": "150",
"orb": 2.5
},
"… +350 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#e91e63"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": 89.99999999999997,
"color": "#e91e63"
},
{
"text": "MC",
"x": 298.26,
"y": 113.53,
"rotate": -19.552581599999996,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [
{
"text": "Yükselen",
"x": -16,
"y": 400,
"rotate": 0,
"color": "#e74c3c",
"deg_formatted": "15° 15'",
"sign_sym": "l",
"sign_color": "#d31c08"
},
{
"text": "",
"x": 816,
"y": 400,
"rotate": 0,
"color": "#e91e63",
"deg_formatted": "15° 15'",
"sign_sym": "d",
"sign_color": "#49535c"
},
{
"text": "",
"x": 260.78,
"y": 7.99,
"rotate": -19.552581599999996,
"color": "#000",
"deg_formatted": "04° 48'",
"sign_sym": "j",
"sign_color": "#49535c"
},
"… +1 more (see full example)"
],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Person B (Natal)",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"natal_a_transit": {
"id": "natal_a_transit",
"title": "Person A (Natal) + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 132,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 295.7884284652561,
"y1": 448.6307347081962,
"x2": 157.14172894511864,
"y2": 513.3307556677964,
"is_asc": false,
"is_mc": false
},
{
"x1": 333.68709033474,
"y1": 493.95529794390023,
"x2": 245.46208878008972,
"y2": 618.9566943388284,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 276.99,
"y": 427.29
},
{
"num": 2,
"x": 303.34,
"y": 480.82
},
{
"num": 3,
"x": 360.05,
"y": 519.5
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Mars",
"name": "Mars",
"sign_name": "Balık",
"sym": "T",
"color": "#c0392b",
"deg": 349.8029976,
"visualDeg": 0.5719350000000532,
"adjustedDeg": 0.5250600000000532,
"line_1_planet": "T",
"line_2_degree": "19°",
"line_3_sign": "c",
"line_4_min": "48'",
"line_5_sec": "10\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 13,
"speed": 0.7418789,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -5.6481675,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 358.03477185681817,
"conflicting_extras": [
"GCP_11"
],
"text_pos": {
"x": 602.4914971484629,
"y": 398.14431075499215,
"rotate": -0.5250600000000532
},
"text_pos_with_extras": {
"x": 602.38,
"y": 406.94,
"rotate": -358.03477185681817
},
"degree_tick": {
"x1": 663.99,
"y1": 397.36,
"x2": 657.99,
"y2": 397.42
},
"sym_pos": {
"x": 525.9937225244898,
"y": 398.74227013160265
},
"inner_point": {
"x": 512.9943702005346,
"y": 398.87203591167537
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_11",
"name": "Sağlık ve Disiplin (Güneş/Satürn)",
"sign_name": "Balık",
"sym": "•",
"color": "#059669",
"deg": 355.75831734999997,
"visualDeg": 6.527254749999997,
"adjustedDeg": 6.527254749999997,
"line_1_planet": "•",
"line_2_degree": "25°",
"line_3_sign": "c",
"line_4_min": "45'",
"line_5_sec": "29\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20010,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 3.990091606818112,
"conflicting_extras": [
"GCP_10"
],
"text_pos": {
"x": 601.1873735720387,
"y": 376.9806447704336,
"rotate": -6.527254749999997
},
"text_pos_with_extras": {
"x": 602.01,
"y": 385.91,
"rotate": -3.990091606818112
},
"degree_tick": {
"x1": 662.29,
"y1": 369.99,
"x2": 656.33,
"y2": 370.67
},
"sym_pos": {
"x": 525.1832546670463,
"y": 385.67684563493646
},
"inner_point": {
"x": 512.2675220426685,
"y": 387.1546314027605
},
"owner_name": "Person A",
"house": 7
},
{
"key": "GCP_10",
"name": "Cinsel Çekim (Venüs/Mars)",
"sign_name": "Koç",
"sym": "•",
"color": "#059669",
"deg": 2.4409757500000193,
"visualDeg": 13.209913150000018,
"adjustedDeg": 13.209913150000018,
"line_1_planet": "•",
"line_2_degree": "02°",
"line_3_sign": "a",
"line_4_min": "26'",
"line_5_sec": "27\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20009,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 10.672750006818148,
"conflicting_extras": [
"GCP_11",
"GCP_7"
],
"text_pos": {
"x": 597.1417243881333,
"y": 353.72483921936856,
"rotate": -13.209913150000018
},
"text_pos_with_extras": {
"x": 599,
"y": 362.5,
"rotate": -10.672750006818148
},
"degree_tick": {
"x1": 657.01,
"y1": 339.67,
"x2": 651.17,
"y2": 341.04
},
"sym_pos": {
"x": 522.6659618415051,
"y": 371.2065666253849
},
"inner_point": {
"x": 510.00994990547684,
"y": 374.1773176878452
},
"owner_name": "Person A",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 408.16573598357473,
"y2": 287.29542708547024,
"color": "red",
"p1_key": "Mars",
"p2_key": "Part of Fortune",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 396.7856172347795,
"y2": 287.0457272014969,
"color": "red",
"p1_key": "Mars",
"p2_key": "Kronos",
"extra_keys": [
"Kronos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 512.9943702005346,
"y1": 398.87203591167537,
"x2": 351.74304127121417,
"y2": 297.82238046299835,
"color": "blue",
"p1_key": "Mars",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
"… +174 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 734.0121560084542,
"y2": 336.4714265972858
},
"text": {
"x": 680.0724797568639,
"y": 264.79494801287535,
"rotate": 64.2310626
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 613.5724723884902,
"y1": 215.8511497785892,
"x2": 657.4987255747753,
"y2": 177.976563562838
},
"text": {
"x": 574.9473563767847,
"y": 142.87275038072238,
"rotate": 34.2310626
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 492.88476152677765,
"y1": 133.7361814363175,
"x2": 511.9887195712922,
"y2": 78.97270102251042
},
"text": {
"x": 422.9452301375863,
"y": 89.84759163609061,
"rotate": 4.231062600000001
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 663.2801700301934,
"y2": 349.9245362590371,
"class": "tick-thick"
},
{
"x1": 676.0718273980997,
"y1": 342.4817757830284,
"x2": 671.1769368413959,
"y2": 343.5016024535421,
"class": "tick-thin"
},
{
"x1": 675.0259488950178,
"y1": 337.6724183495372,
"x2": 670.149602283404,
"y2": 338.77751731497096,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 32'",
"degree": 229.5411914,
"speed": -0.0203859,
"is_retro": true,
"is_asteroid": false,
"house": 3
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "08° 37'",
"degree": 68.633058,
"speed": 0.0210493,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 52'",
"degree": 175.8689769,
"speed": -0.0062352,
"is_retro": true,
"is_asteroid": false,
"house": 1
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 13'",
"degree": 169.2310626
},
{
"name": "2. Ev",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "14° 14'",
"degree": 194.2473547
},
{
"name": "3. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 01'",
"degree": 224.0169201
},
"… +9 more (see full example)"
],
"asc": 169.2310626,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 9,
"deg_formatted": "26° 18'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 5,
"deg_formatted": "22° 09'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "s",
"sign_color": "#9d7e61",
"house_no": 8,
"deg_formatted": "07° 55'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 90,
"orb_val": 4.143985500000042,
"name": "Kare"
},
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 56.3037815,
"deg_formatted": "26° 18'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 322.159796,
"deg_formatted": "22° 09'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 37.9227918,
"deg_formatted": "07° 55'",
"sign": "Boğa",
"sign_symbol": "s",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 128.5732467,
"deg_formatted": "08° 34'",
"deg_only": "08°",
"min_only": "34'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 333.3221331,
"deg_formatted": "03° 19'",
"deg_only": "03°",
"min_only": "19'",
"sign": "Balık",
"sign_symbol": "c",
"sign_color": "#4AA3DF",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 109.3418895,
"deg_formatted": "19° 20'",
"deg_only": "19°",
"min_only": "20'",
"sign": "Yengeç",
"sign_symbol": "f",
"sign_color": "#4AA3DF",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
null,
{
"type": 60,
"orb_val": 6.961892000000034,
"name": "Sekstil"
},
"… +11 more (see full example)"
],
[
null,
null,
{
"type": 150,
"orb_val": 2.8179064999999923,
"name": "150"
},
"… +11 more (see full example)"
],
[
{
"type": 90,
"orb_val": 0.6504548999999997,
"name": "Kare"
},
{
"type": 60,
"orb_val": 4.600658700000054,
"name": "Sekstil"
},
null,
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Oğlak",
"symbol": "z",
"color": "#9d7e61",
"planets": [
{
"key": "Saturn",
"name": "Satürn",
"planet_sym": "U",
"planet_color": "#2c3e50",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "25° 12'",
"degree": 295.2128532,
"speed": -0.0200371,
"is_retro": true,
"is_asteroid": false,
"house": 5
},
{
"key": "Uranus",
"name": "Uranüs",
"planet_sym": "I",
"planet_color": "#2980b9",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "09° 08'",
"degree": 279.133922,
"speed": -0.0258935,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Neptune",
"name": "Neptün",
"planet_sym": "O",
"planet_color": "#8e44ad",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 19'",
"degree": 284.3228554,
"speed": -0.0156166,
"is_retro": true,
"is_asteroid": false,
"house": 4
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Akrep",
"sym": "B",
"color": "#00b894",
"deg": 225.2028563,
"visualDeg": 235.9717937,
"adjustedDeg": 235.9717937,
"line_1_planet": "B",
"line_2_degree": "15°",
"line_3_sign": "k",
"line_4_min": "12'",
"line_5_sec": "10\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.21748,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -1.3144634,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 233.53129930681825,
"conflicting_extras": [
"GCP_5",
"Cupido",
"GCP_4"
],
"text_pos": {
"x": 286.680804602621,
"y": 567.8243425564082,
"rotate": -235.9717937
},
"text_pos_with_extras": {
"x": 279.64,
"y": 562.85,
"rotate": -233.53129930681825
},
"degree_tick": {
"x1": 252.27,
"y1": 618.79,
"x2": 255.62,
"y2": 613.82
},
"sym_pos": {
"x": 329.49027841940864,
"y": 504.42403536843176
},
"inner_point": {
"x": 336.7650909634379,
"y": 493.6501269574031
},
"owner_name": "Person A",
"house": 3
},
"planet": {
"key": "Pluto",
"name": "Plüton",
"sign_name": "Akrep",
"sym": "P",
"color": "#2c3e50",
"deg": 226.1126879,
"visualDeg": 236.8816253,
"adjustedDeg": 236.8287293,
"line_1_planet": "P",
"line_2_degree": "16°",
"line_3_sign": "k",
"line_4_min": "06'",
"line_5_sec": "45\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 18,
"speed": -0.0275527,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -1.3142152,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 239.38129930681828,
"conflicting_extras": [
"GCP_5",
"Juno",
"Cupido",
"… +1 more (see full example)"
],
"text_pos": {
"x": 289.2034243251625,
"y": 569.5003504973663,
"rotate": -236.8287293
},
"text_pos_with_extras": {
"x": 296.86,
"y": 574.27,
"rotate": -239.38129930681828
},
"degree_tick": {
"x1": 255.76,
"y1": 621.11,
"x2": 259.04,
"y2": 616.09
},
"sym_pos": {
"x": 331.1573058498063,
"y": 505.53048593720627
},
"inner_point": {
"x": 338.26012350022313,
"y": 494.64241992781194
},
"owner_name": "Person A",
"house": 3
},
"orb": 0.9098315999999613
}
],
"aiAspectPairs": [
{
"planet_a": "Ay",
"planet_b": "Güneş",
"aspect_type": "Kare",
"aspect_degree": "90",
"orb": 4.14
},
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 7.08
},
{
"planet_a": "Mars",
"planet_b": "Güneş",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 6.5
},
"… +368 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 677.0336117481885,
"y1": 347.30865382480766,
"x2": 661.3153926419084,
"y2": 350.29823374964127,
"class": "tick-thick"
},
{
"x1": 676.0718273980997,
"y1": 342.4817757830284,
"x2": 670.197958730055,
"y2": 343.70556778764484,
"class": "tick-thin"
},
{
"x1": 675.0259488950178,
"y1": 337.6724183495372,
"x2": 669.1743329610812,
"y2": 338.9985371080577,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 105.66,
"y1": 147.2,
"x2": 111.73,
"y2": 152.41
},
"degree_tick_transit": {
"x1": 136,
"y1": 173.26,
"x2": 140.55,
"y2": 177.17
},
"text_pos": {
"x": 114.83,
"y": 165.83,
"rotate": -140.60854318125
},
"text_pos_with_extras": {
"x": 92.1,
"y": 196.64,
"rotate": -146.55611482045458
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 773.14,
"y1": 506.35,
"x2": 765.45,
"y2": 504.16
},
"degree_tick_transit": {
"x1": 734.67,
"y1": 495.39,
"x2": 728.9,
"y2": 493.75
},
"text_pos": {
"x": 756.49,
"y": 495.27,
"rotate": -345.03766218125
},
"text_pos_with_extras": {
"x": 755.06,
"y": 500.48,
"rotate": -344.1986219454546
},
"conflicting_extras": [],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 205.35,
"y1": 64.36,
"x2": 209.36,
"y2": 71.28
},
"degree_tick_transit": {
"x1": 225.42,
"y1": 98.96,
"x2": 228.43,
"y2": 104.15
},
"text_pos": {
"x": 215.73,
"y": 80.3,
"rotate": -119.95795388125003
},
"text_pos_with_extras": {
"x": 186.74,
"y": 98.87,
"rotate": -125.30611482045458
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 733.0297673143117,
"y1": 336.65827534258796,
"x2": 717.3115482080316,
"y2": 339.64785526742156,
"class": "tick-thick"
},
{
"x1": 731.8735797445242,
"y1": 330.8557517391725,
"x2": 725.9997110764796,
"y2": 332.0795437437889,
"class": "tick-thin"
},
{
"x1": 730.616300267415,
"y1": 325.07429014359263,
"x2": 724.7646843334784,
"y2": 326.4004089021131,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 790.2360131087394,
"y1": 478.2294961826795,
"x2": 733.3674483843502,
"y2": 466.8292178445001,
"is_asc": true,
"is_mc": false
},
{
"x1": 724.8927863046524,
"y1": 170.11159792803917,
"x2": 677.5466013657834,
"y2": 203.6129228530988,
"is_asc": false,
"is_mc": false
},
{
"x1": 561.4066448945289,
"y1": 36.1980003025115,
"x2": 537.8850735279896,
"y2": 89.21437211772337,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#1e88e5"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#1e88e5"
},
{
"text": "MC",
"x": 409.33,
"y": 96.14,
"rotate": 1.7589600000000019,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 784.35,
"y": 477.05,
"rotate": -78.66433429999995,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 15.65,
"y": 322.95,
"rotate": -78.66433430000001,
"color": "#ff6600"
},
{
"text": "MC",
"x": 392.65,
"y": 791.93,
"rotate": 1.0737053999999944,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 740.96,
"y": 339.96
},
{
"num": 2,
"x": 628.53,
"y": 139.94
},
{
"num": 3,
"x": 486.6,
"y": 64.8
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 11,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 6,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 10,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 8,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 5,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 2,
"transit_house": 2,
"natal_house": 8,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 337.8953969,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "07° 53'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 157.8953969,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "07° 53'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 258.1573572,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "18° 09'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 78.1573572,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "18° 09'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 1,
"pct": 8
},
"earth": {
"label": "Toprak",
"count": 6,
"pct": 50
},
"air": {
"label": "Hava",
"count": 2,
"pct": 17
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 2,
"pct": 17
},
"solar": {
"count": 4,
"pct": 33
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 1,
"pct": 8
},
"third_eye": {
"count": 1,
"pct": 8
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 3,
"pct": 25
},
"female": {
"label": "Dişil",
"count": 9,
"pct": 75
}
},
"moon_phase": {
"key": "disseminating",
"label": "Küçülen Ay (225°-270°)",
"short_label": "Küçülen Ay (Disseminating)",
"phase_no": 6,
"degree_diff": 265.86,
"degree_formatted": "265°51'",
"description": "Bilginin yayılma evresi."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Person A (Natal) + Transit",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"natal_b_transit": {
"id": "natal_b_transit",
"title": "Person B (Natal) + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 132,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 305.0684893514886,
"y1": 464.9076904995977,
"x2": 178.76830561912124,
"y2": 551.2631395990625,
"is_asc": false,
"is_mc": false
},
{
"x1": 367.6194280087007,
"y1": 510.3471728569259,
"x2": 324.5391887507112,
"y2": 657.1568897883143,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 279.62,
"y": 437.22
},
{
"num": 2,
"x": 325.95,
"y": 501.94
},
{
"num": 3,
"x": 403.52,
"y": 525.95
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "South Node",
"name": "Güney Ay D.",
"sign_name": "İkizler",
"sym": "}",
"color": "#8e44ad",
"deg": 82.3898772,
"visualDeg": 7.136006600000002,
"adjustedDeg": 7.051631600000036,
"line_1_planet": "}",
"line_2_degree": "22°",
"line_3_sign": "d",
"line_4_min": "23'",
"line_5_sec": "23\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 10000,
"speed": 0.0247687,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#49535c",
"adjustedDegWithExtras": 356.09093624431785,
"conflicting_extras": [
"Kronos",
"Hades",
"GCP_1"
],
"text_pos": {
"x": 600.9682752462186,
"y": 375.1403470547125,
"rotate": -7.051631600000036
},
"text_pos_with_extras": {
"x": 602.03,
"y": 413.81,
"rotate": -356.09093624431785
},
"degree_tick": {
"x1": 661.96,
"y1": 367.2,
"x2": 656,
"y2": 367.95
},
"sym_pos": {
"x": 525.0240123921265,
"y": 384.34764153958184
},
"inner_point": {
"x": 512.1247095262721,
"y": 385.96256741248214
},
"owner_name": "Person B",
"house": 7
},
{
"key": "Kronos",
"name": "Kronos",
"sign_name": "İkizler",
"sym": "G",
"color": "#2d3436",
"deg": 83.5623779,
"visualDeg": 8.308507300000002,
"adjustedDeg": 8.308507300000002,
"line_1_planet": "G",
"line_2_degree": "23°",
"line_3_sign": "d",
"line_4_min": "33'",
"line_5_sec": "44\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 31,
"speed": -0.009585,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 23.2956816,
"sign_color": "#49535c",
"adjustedDegWithExtras": 2.540936244317834,
"conflicting_extras": [
"GCP_1"
],
"text_pos": {
"x": 600.3746296793353,
"y": 370.7381172705983,
"rotate": -8.308507300000002
},
"text_pos_with_extras": {
"x": 602.3,
"y": 391.02,
"rotate": -2.540936244317834
},
"degree_tick": {
"x1": 661.23,
"y1": 361.85,
"x2": 655.29,
"y2": 362.72
},
"sym_pos": {
"x": 524.6775473560308,
"y": 381.79260630170563
},
"inner_point": {
"x": 511.81399088278954,
"y": 383.6711469213709
},
"owner_name": "Person B",
"house": 7
},
{
"key": "Juno",
"name": "Juno",
"sign_name": "Yengeç",
"sym": "B",
"color": "#00b894",
"deg": 101.7880727,
"visualDeg": 26.5342021,
"adjustedDeg": 26.5342021,
"line_1_planet": "B",
"line_2_degree": "11°",
"line_3_sign": "f",
"line_4_min": "47'",
"line_5_sec": "17\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": 0.1391314,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 3.4493608,
"sign_color": "#4AA3DF",
"adjustedDegWithExtras": 16.431234444317795,
"conflicting_extras": [
"Vulkanus"
],
"text_pos": {
"x": 581.170239458614,
"y": 309.5367791060452,
"rotate": -26.5342021
},
"text_pos_with_extras": {
"x": 594.23,
"y": 342.72,
"rotate": -16.431234444317795
},
"degree_tick": {
"x1": 636.19,
"y1": 282.06,
"x2": 630.82,
"y2": 284.74
},
"sym_pos": {
"x": 512.728148996471,
"y": 343.7117736659836
},
"inner_point": {
"x": 501.0974669571525,
"y": 349.51928908139803
},
"owner_name": "Person B",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 512.1247095262721,
"y1": 385.96256741248214,
"x2": 287.09976494325207,
"y2": 404.74730703989803,
"color": "red",
"p1_key": "South Node",
"p2_key": "Venus",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 512.1247095262721,
"y1": 385.96256741248214,
"x2": 287.8752904737279,
"y2": 414.0374325875179,
"color": "red",
"p1_key": "South Node",
"p2_key": "True Node",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 512.1247095262721,
"y1": 385.96256741248214,
"x2": 289.21398946166954,
"y2": 422.2589278493131,
"color": "red",
"p1_key": "South Node",
"p2_key": "GCP_11",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +145 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 471.7793265898002,
"y1": 672.7118044278883,
"x2": 486.54245049834066,
"y2": 728.8014663314966
},
"text": {
"x": 554.305091853927,
"y": 670.0202559586061,
"rotate": 150.2538706
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 598.5186225072509,
"y1": 600.2856872515447,
"x2": 639.3486938030685,
"y2": 641.4791973954796
},
"text": {
"x": 668.6422574580952,
"y": 556.6918552695657,
"rotate": 120.2538706
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 672.0650138413449,
"y1": 474.19318192063736,
"x2": 728.0216478938202,
"y2": 489.452772528428
},
"text": {
"x": 710.9969471234929,
"y": 401.37799850051096,
"rotate": 90.2538706
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 471.7793265898002,
"y1": 672.7118044278883,
"x2": 468.21581392222146,
"y2": 659.1729205201208,
"class": "tick-thick"
},
{
"x1": 476.52787150181007,
"y1": 671.417547117725,
"x2": 475.17099434752265,
"y2": 666.6051792610277,
"class": "tick-thin"
},
{
"x1": 481.2531052828184,
"y1": 670.0406133934287,
"x2": 479.81244738773296,
"y2": 665.2526592552474,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "11° 07'",
"degree": 221.1276356,
"speed": 1.0017136,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 07'",
"degree": 321.128299,
"speed": 11.857489,
"is_retro": false,
"is_asteroid": false,
"house": 2
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "04° 28'",
"degree": 244.4832393,
"speed": 0.8472048,
"is_retro": false,
"is_asteroid": false,
"house": 12
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 15'",
"degree": 275.2661987,
"speed": 0.3158518,
"is_retro": false,
"is_asteroid": true,
"house": 1
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "11° 47'",
"degree": 101.7880727,
"speed": 0.1391314,
"is_retro": false,
"is_asteroid": true,
"house": 7
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "25° 42'",
"degree": 235.7153518,
"speed": 0.5360316,
"is_retro": false,
"is_asteroid": true,
"house": 12
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "22° 50'",
"degree": 232.8434099,
"speed": 0.0269766,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "11° 57'",
"degree": 71.9533377,
"speed": -0.0144151,
"is_retro": true,
"is_asteroid": false,
"house": 6
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "29° 20'",
"degree": 179.33341,
"speed": 0.0144051,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "15° 15'",
"degree": 255.2538706
},
{
"name": "2. Ev",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "19° 36'",
"degree": 289.6155275
},
{
"name": "3. Ev",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "28° 53'",
"degree": 328.8999296
},
"… +9 more (see full example)"
],
"asc": 255.2538706,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "k",
"sign_color": "#4AA3DF",
"house_no": 11,
"deg_formatted": "11° 07'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 2,
"deg_formatted": "21° 07'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "l",
"sign_color": "#d31c08",
"house_no": 12,
"deg_formatted": "04° 28'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 221.1276356,
"deg_formatted": "11° 07'",
"sign": "Akrep",
"sign_symbol": "k",
"sign_color": "#4AA3DF",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 321.128299,
"deg_formatted": "21° 07'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 244.4832393,
"deg_formatted": "04° 28'",
"sign": "Yay",
"sign_symbol": "l",
"sign_color": "#d31c08",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 128.5732467,
"deg_formatted": "08° 34'",
"deg_only": "08°",
"min_only": "34'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 333.3221331,
"deg_formatted": "03° 19'",
"deg_only": "03°",
"min_only": "19'",
"sign": "Balık",
"sign_symbol": "c",
"sign_color": "#4AA3DF",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 109.3418895,
"deg_formatted": "19° 20'",
"deg_only": "19°",
"min_only": "20'",
"sign": "Yengeç",
"sign_symbol": "f",
"sign_color": "#4AA3DF",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
{
"type": 90,
"orb_val": 2.554388899999992,
"name": "Kare"
},
null,
null,
"… +11 more (see full example)"
],
[
null,
null,
{
"type": 150,
"orb_val": 1.7864095000000475,
"name": "150"
},
"… +11 more (see full example)"
],
[
{
"type": 120,
"orb_val": 4.09000739999999,
"name": "Üçgen"
},
{
"type": 90,
"orb_val": 1.161106200000063,
"name": "Kare"
},
{
"type": 135,
"orb_val": 0.14134980000000041,
"name": "135"
},
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [],
"fixedStarConjunctions": [],
"asteroidConjunctions": [],
"aiAspectPairs": [
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Sekstil",
"aspect_degree": "60",
"orb": 3.47
},
{
"planet_a": "Venüs",
"planet_b": "Merkür",
"aspect_type": "PAR",
"aspect_degree": "PAR",
"orb": 0
},
{
"planet_a": "Mars",
"planet_b": "Ay",
"aspect_type": "150",
"aspect_degree": "150",
"orb": 2.5
},
"… +350 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 471.7793265898002,
"y1": 672.7118044278883,
"x2": 467.7067406839959,
"y2": 657.2387942475825,
"class": "tick-thick"
},
{
"x1": 476.52787150181007,
"y1": 671.417547117725,
"x2": 474.8996189166652,
"y2": 665.6427056896882,
"class": "tick-thin"
},
{
"x1": 481.2531052828184,
"y1": 670.0406133934287,
"x2": 479.52431580871587,
"y2": 664.2950684276111,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 631.77,
"y1": 88.83,
"x2": 626.99,
"y2": 95.25
},
"degree_tick_transit": {
"x1": 607.88,
"y1": 120.91,
"x2": 604.3,
"y2": 125.72
},
"text_pos": {
"x": 613.39,
"y": 98.96,
"rotate": -54.66985820000002
},
"text_pos_with_extras": {
"x": 580.86,
"y": 78.36,
"rotate": -60.65070067670456
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 319.78,
"y1": 779.62,
"x2": 321.44,
"y2": 771.79
},
"degree_tick_transit": {
"x1": 328.05,
"y1": 740.48,
"x2": 329.29,
"y2": 734.61
},
"text_pos": {
"x": 330.22,
"y": 762.34,
"rotate": -259.09897720000004
},
"text_pos_with_extras": {
"x": 330.43,
"y": 762.38,
"rotate": -259.1319324267045
},
"conflicting_extras": [
"GCP_1",
"GCP_3"
],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 721.33,
"y1": 182.54,
"x2": 714.71,
"y2": 187.02
},
"degree_tick_transit": {
"x1": 688.21,
"y1": 204.96,
"x2": 683.24,
"y2": 208.32
},
"text_pos": {
"x": 705.85,
"y": 193.55,
"rotate": -34.01926890000004
},
"text_pos_with_extras": {
"x": 685.58,
"y": 166.32,
"rotate": -39.29194685170455
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 486.2879138792279,
"y1": 727.8344031952274,
"x2": 482.21532797342365,
"y2": 712.3613930149218,
"class": "tick-thick"
},
{
"x1": 491.9962710606866,
"y1": 726.2785406840736,
"x2": 490.3680184755417,
"y2": 720.503699256037,
"class": "tick-thin"
},
{
"x1": 497.6766052867923,
"y1": 724.6232905686962,
"x2": 495.9478158126898,
"y2": 718.8777456028786,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 396.4891671594532,
"y1": 797.9845148404215,
"x2": 397.00079606586456,
"y2": 739.9867714717169,
"is_asc": true,
"is_mc": false
},
{
"x1": 677.6417559809804,
"y1": 685.1649616201081,
"x2": 637.1813995817421,
"y2": 643.6082586704441,
"is_asc": false,
"is_mc": false
},
{
"x1": 782.3323294002853,
"y1": 510.5711983083827,
"x2": 726.6155577791383,
"y2": 494.45780760012593,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#e91e63"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": 89.99999999999997,
"color": "#e91e63"
},
{
"text": "MC",
"x": 298.26,
"y": 113.53,
"rotate": -19.552581599999996,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 396.54,
"y": 791.98,
"rotate": 0.5054234000000406,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 403.46,
"y": 8.02,
"rotate": 0.5054234000000122,
"color": "#ff6600"
},
{
"text": "MC",
"x": 10.51,
"y": 444.27,
"rotate": 83.51486750000001,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 517.72,
"y": 725.58
},
{
"num": 2,
"x": 690.57,
"y": 588.23
},
{
"num": 3,
"x": 743.77,
"y": 441.04
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 8,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 3,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 7,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 4,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 2,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 1,
"transit_house": 1,
"natal_house": 4,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 344.7484472,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "14° 44'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 164.7484472,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "14° 44'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 261.7390031,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "21° 44'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 81.7390031,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "21° 44'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 2,
"pct": 17
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 3,
"pct": 25
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 3,
"pct": 25
},
"cardinal": {
"label": "Öncü",
"count": 5,
"pct": 42
},
"fixed": {
"label": "Sabit",
"count": 4,
"pct": 33
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 3,
"pct": 25
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 3,
"pct": 25
},
"throat": {
"count": 0,
"pct": 0
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 2,
"pct": 17
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "first_quarter",
"label": "İlk Dördün (90°-135°)",
"short_label": "İlk Dördün",
"phase_no": 3,
"degree_diff": 100,
"degree_formatted": "100°0'",
"description": "Aralarında kare açı vardır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Person B (Natal) + Transit",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"composite": {
"id": "composite",
"title": "Composite (Midpoint)",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 86,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 282.72187658662324,
"y1": 466.86435349748604,
"x2": 127.2197722088867,
"y2": 555.5215333200787,
"is_asc": false,
"is_mc": false
},
{
"x1": 341.2776565160141,
"y1": 521.5593944364185,
"x2": 263.4161788594697,
"y2": 682.7381470595216,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 257.91,
"y": 437.66
},
{
"num": 2,
"x": 299.66,
"y": 507.43
},
{
"num": 3,
"x": 378.42,
"y": 545.41
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "GCP_4",
"name": "Para",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 33.41630394999993,
"visualDeg": 1.1738373499999284,
"adjustedDeg": 1.1738373499999284,
"line_1_planet": "•",
"line_2_degree": "03°",
"line_3_sign": "s",
"line_4_min": "24'",
"line_5_sec": "58\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20003,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 355.6701280129924,
"conflicting_extras": [
"GCP_3",
"Ceres"
],
"text_pos": {
"x": 636.9502636691763,
"y": 395.14484324579973,
"rotate": -1.1738373499999284
},
"text_pos_with_extras": {
"x": 636.32,
"y": 417.89,
"rotate": -355.6701280129924
},
"degree_tick": {
"x1": 711.93,
"y1": 393.61,
"x2": 705.94,
"y2": 393.73
},
"sym_pos": {
"x": 547.4690459544452,
"y": 396.9783307120484
},
"inner_point": {
"x": 532.9720888945167,
"y": 397.2753761674741
},
"owner_name": "Composite",
"house": 7
},
{
"key": "GCP_3",
"name": "Kariyer",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 34.7297736000001,
"visualDeg": 2.4873070000001007,
"adjustedDeg": 2.4873070000001007,
"line_1_planet": "•",
"line_2_degree": "04°",
"line_3_sign": "s",
"line_4_min": "43'",
"line_5_sec": "47\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20002,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 1.5201280129924157,
"conflicting_extras": [
"GCP_4",
"Admetos",
"Ceres"
],
"text_pos": {
"x": 636.7767128843924,
"y": 389.71465918590826,
"rotate": -2.4873070000001007
},
"text_pos_with_extras": {
"x": 636.92,
"y": 393.71,
"rotate": -1.5201280129924157
},
"degree_tick": {
"x1": 711.71,
"y1": 386.46,
"x2": 705.71,
"y2": 386.72
},
"sym_pos": {
"x": 547.3610343900755,
"y": 393.5987857802594
},
"inner_point": {
"x": 532.8746954161359,
"y": 394.22805768660675
},
"owner_name": "Composite",
"house": 7
},
{
"key": "Part of Fortune",
"name": "Şans Noktası",
"sign_name": "Boğa",
"sym": "<",
"color": "#f1c40f",
"deg": 35.17080555000001,
"visualDeg": 2.928338950000011,
"adjustedDeg": 2.912713950000011,
"line_1_planet": "<",
"line_2_degree": "05°",
"line_3_sign": "s",
"line_4_min": "10'",
"line_5_sec": "14\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 9999,
"speed": 0,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 7.3701280129924385,
"conflicting_extras": [
"GCP_4",
"GCP_3",
"Admetos",
"… +1 more (see full example)"
],
"text_pos": {
"x": 636.6938211238825,
"y": 387.95695047857373,
"rotate": -2.912713950000011
},
"text_pos_with_extras": {
"x": 635.04,
"y": 369.6,
"rotate": -7.3701280129924385
},
"degree_tick": {
"x1": 711.59,
"y1": 384.06,
"x2": 705.6,
"y2": 384.37
},
"sym_pos": {
"x": 547.3073961743061,
"y": 392.46468100568774
},
"inner_point": {
"x": 532.8263301097132,
"y": 393.20544117800995
},
"owner_name": "Composite",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 532.9720888945167,
"y1": 397.2753761674741,
"x2": 398.2633844197389,
"y2": 267.01133820386644,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Chiron",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 532.9720888945167,
"y1": 397.2753761674741,
"x2": 267.12168163832075,
"y2": 394.31207336789527,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Poseidon",
"extra_keys": [
"Poseidon"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 532.9720888945167,
"y1": 397.2753761674741,
"x2": 267.00013176632626,
"y2": 399.8127840139577,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "GCP_9",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +196 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 679.113331893701,
"y1": 576.056093218033,
"x2": 736.6275942233121,
"y2": 612.3343184872033
},
"text": {
"x": 747.641449162048,
"y": 507.89542541049235,
"rotate": 107.2424666
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 729.7472825638789,
"y1": 412.9123832710073,
"x2": 797.6952074558297,
"y2": 415.57311679351784
},
"text": {
"x": 755.0140390880163,
"y": 319.6194547765914,
"rotate": 77.2424666
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 692.0257151647082,
"y1": 246.30881065415403,
"x2": 752.2007110168299,
"y2": 214.63911103137366
},
"text": {
"x": 667.2609039386396,
"y": 152.88138632247606,
"rotate": 47.2424666
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 679.113331893701,
"y1": 576.056093218033,
"x2": 665.5805642867338,
"y2": 567.5200402135222,
"class": "tick-thick"
},
{
"x1": 682.1434240759393,
"y1": 571.1580797120157,
"x2": 677.0135436381948,
"y2": 568.0461146263427,
"class": "tick-thin"
},
{
"x1": 685.0875726380191,
"y1": 566.2079297968727,
"x2": 679.9041622264187,
"y2": 563.1859674369296,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "17° 24'",
"degree": 347.402191,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "13° 29'",
"degree": 163.4954645,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 11
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "09° 06'",
"degree": 309.1159057,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "21° 11'",
"degree": 231.19230065,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "10° 17'",
"degree": 70.29319785000001,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 36'",
"degree": 177.60119344999998,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "02° 14'",
"degree": 212.2424666
},
{
"name": "2. Ev",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "01° 55'",
"degree": 241.93144109999997
},
{
"name": "3. Ev",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "06° 27'",
"degree": 276.45842485000003
},
"… +9 more (see full example)"
],
"asc": 212.2424666,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 10,
"deg_formatted": "18° 42'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 38'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 12'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.928338950000011,
"name": "Karşıt"
},
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.487307000000044,
"name": "Karşıt"
},
{
"type": 0,
"orb_val": 0.4410319499999673,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": null,
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 22'",
"degree": 142.3768529,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Chiron",
"name": "Kiron",
"planet_sym": "M",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "02° 59'",
"degree": 122.99061375,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 9
}
],
"houses": [
9,
10
],
"houses_label": "9. ve 10. ev"
},
{
"name": "Kova",
"symbol": "x",
"color": "#49535c",
"planets": [
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "16° 22'",
"degree": 316.37030930000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [],
"aiAspectPairs": [
{
"planet_a": "Ay",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.93
},
{
"planet_a": "Merkür",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.49
},
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.44
},
"… +372 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#8e44ad"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": 90,
"color": "#8e44ad"
},
{
"text": "MC",
"x": 352.98,
"y": 99.66,
"rotate": -8.896810799999997,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [
{
"text": "Yükselen",
"x": -16,
"y": 400,
"rotate": 0,
"color": "#e74c3c",
"deg_formatted": "02° 14'",
"sign_sym": "k",
"sign_color": "#4AA3DF"
},
{
"text": "",
"x": 816,
"y": 400,
"rotate": 0,
"color": "#8e44ad",
"deg_formatted": "02° 14'",
"sign_sym": "s",
"sign_color": "#9d7e61"
},
{
"text": "",
"x": 335.66,
"y": -10.99,
"rotate": -8.896810799999997,
"color": "#000",
"deg_formatted": "11° 08'",
"sign_sym": "g",
"sign_color": "#d31c08"
},
"… +1 more (see full example)"
],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Composite (Midpoint)",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"composite_transit": {
"id": "composite_transit",
"title": "Composite + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 132,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 300.096413388605,
"y1": 456.95852334971033,
"x2": 167.1812068534447,
"y2": 532.7381239801945,
"is_asc": false,
"is_mc": false
},
{
"x1": 349.97726295808604,
"y1": 503.5505952606528,
"x2": 283.4252736762353,
"y2": 641.3179089552605,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 278.21,
"y": 432.28
},
{
"num": 2,
"x": 313.99,
"y": 492.08
},
{
"num": 3,
"x": 381.5,
"y": 524.63
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "GCP_4",
"name": "Para",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 33.41630394999993,
"visualDeg": 1.1738373499999284,
"adjustedDeg": 1.1738373499999284,
"line_1_planet": "•",
"line_2_degree": "03°",
"line_3_sign": "s",
"line_4_min": "24'",
"line_5_sec": "58\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20003,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 355.6701280129924,
"conflicting_extras": [
"GCP_3",
"Ceres"
],
"text_pos": {
"x": 602.4575037679671,
"y": 395.85160657077824,
"rotate": -1.1738373499999284
},
"text_pos_with_extras": {
"x": 601.92,
"y": 415.29,
"rotate": -355.6701280129924
},
"degree_tick": {
"x1": 663.94,
"y1": 394.59,
"x2": 657.95,
"y2": 394.71
},
"sym_pos": {
"x": 525.9735579000684,
"y": 397.4187774218176
},
"inner_point": {
"x": 512.976286053236,
"y": 397.6850940370269
},
"owner_name": "Composite",
"house": 7
},
{
"key": "GCP_3",
"name": "Kariyer",
"sign_name": "Boğa",
"sym": "•",
"color": "#059669",
"deg": 34.7297736000001,
"visualDeg": 2.4873070000001007,
"adjustedDeg": 2.4873070000001007,
"line_1_planet": "•",
"line_2_degree": "04°",
"line_3_sign": "s",
"line_4_min": "43'",
"line_5_sec": "47\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20002,
"speed": 0,
"is_asteroid": false,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 1.5201280129924157,
"conflicting_extras": [
"GCP_4",
"Admetos",
"Ceres"
],
"text_pos": {
"x": 602.3092167050188,
"y": 391.21189234239,
"rotate": -2.4873070000001007
},
"text_pos_with_extras": {
"x": 602.43,
"y": 394.63,
"rotate": -1.5201280129924157
},
"degree_tick": {
"x1": 663.75,
"y1": 388.54,
"x2": 657.76,
"y2": 388.8
},
"sym_pos": {
"x": 525.8812903942339,
"y": 394.53184412415374
},
"inner_point": {
"x": 512.8935382107019,
"y": 395.0960189367411
},
"owner_name": "Composite",
"house": 7
},
{
"key": "Part of Fortune",
"name": "Şans Noktası",
"sign_name": "Boğa",
"sym": "<",
"color": "#f1c40f",
"deg": 35.17080555000001,
"visualDeg": 2.928338950000011,
"adjustedDeg": 2.912713950000011,
"line_1_planet": "<",
"line_2_degree": "05°",
"line_3_sign": "s",
"line_4_min": "10'",
"line_5_sec": "14\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 9999,
"speed": 0,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": null,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 7.3701280129924385,
"conflicting_extras": [
"GCP_4",
"GCP_3",
"Admetos",
"… +1 more (see full example)"
],
"text_pos": {
"x": 602.2383914666084,
"y": 389.7100526240978,
"rotate": -2.912713950000011
},
"text_pos_with_extras": {
"x": 600.83,
"y": 374.02,
"rotate": -7.3701280129924385
},
"degree_tick": {
"x1": 663.66,
"y1": 386.51,
"x2": 657.66,
"y2": 386.82
},
"sym_pos": {
"x": 525.8354706302547,
"y": 393.56304953706206
},
"inner_point": {
"x": 512.8524458826887,
"y": 394.2271793467302
},
"owner_name": "Composite",
"house": 7
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 512.976286053236,
"y1": 397.6850940370269,
"x2": 398.52452961977815,
"y2": 287.0096332108038,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Chiron",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
{
"x1": 512.976286053236,
"y1": 397.6850940370269,
"x2": 287.1033836475958,
"y2": 395.16740068099375,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "Poseidon",
"extra_keys": [
"Poseidon"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 512.976286053236,
"y1": 397.6850940370269,
"x2": 287.0001119518411,
"y2": 399.8409367938137,
"color": "red",
"p1_key": "GCP_4",
"p2_key": "GCP_9",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +196 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 638.515029072799,
"y1": 550.4479342045008,
"x2": 687.5713116480556,
"y2": 581.3911263458522
},
"text": {
"x": 697.0233260697719,
"y": 492.18537720511847,
"rotate": 107.2424666
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 681.7840414636784,
"y1": 411.03421843158804,
"x2": 739.739624459754,
"y2": 413.30366761255294
},
"text": {
"x": 703.3224344955304,
"y": 331.3232154821976,
"rotate": 77.2424666
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 649.549247504387,
"y1": 268.6638927408226,
"x2": 700.8749792606085,
"y2": 241.6515018860981
},
"text": {
"x": 628.3465415519695,
"y": 188.86294270958808,
"rotate": 47.2424666
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 638.515029072799,
"y1": 550.4479342045008,
"x2": 626.6738574167026,
"y2": 542.978887825554,
"class": "tick-thick"
},
{
"x1": 641.1043805739844,
"y1": 546.2623590266317,
"x2": 636.8294802091974,
"y2": 543.6690547885707,
"class": "tick-thin"
},
{
"x1": 643.6202893452164,
"y1": 542.0322309173275,
"x2": 639.3007806688827,
"y2": 539.5139289507083,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "17° 24'",
"degree": 347.402191,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "13° 29'",
"degree": 163.4954645,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 11
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "09° 06'",
"degree": 309.1159057,
"speed": 0,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "21° 11'",
"degree": 231.19230065,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "10° 17'",
"degree": 70.29319785000001,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 36'",
"degree": 177.60119344999998,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 11
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "02° 14'",
"degree": 212.2424666
},
{
"name": "2. Ev",
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "01° 55'",
"degree": 241.93144109999997
},
{
"name": "3. Ev",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "06° 27'",
"degree": 276.45842485000003
},
"… +9 more (see full example)"
],
"asc": 212.2424666,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 10,
"deg_formatted": "18° 42'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 38'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "x",
"sign_color": "#49535c",
"house_no": 4,
"deg_formatted": "21° 12'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.928338950000011,
"name": "Karşıt"
},
null,
null,
"… +16 more (see full example)"
],
[
{
"type": 180,
"orb_val": 2.487307000000044,
"name": "Karşıt"
},
{
"type": 0,
"orb_val": 0.4410319499999673,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 138.71570855,
"deg_formatted": "18° 42'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 321.6440475,
"deg_formatted": "21° 38'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 321.20301555000003,
"deg_formatted": "21° 12'",
"sign": "Kova",
"sign_symbol": "x",
"sign_color": "#49535c",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 128.5732467,
"deg_formatted": "08° 34'",
"deg_only": "08°",
"min_only": "34'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 333.3221331,
"deg_formatted": "03° 19'",
"deg_only": "03°",
"min_only": "19'",
"sign": "Balık",
"sign_symbol": "c",
"sign_color": "#4AA3DF",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 109.3418895,
"deg_formatted": "19° 20'",
"deg_only": "19°",
"min_only": "20'",
"sign": "Yengeç",
"sign_symbol": "f",
"sign_color": "#4AA3DF",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
null,
{
"type": 30,
"orb_val": 0.6261809500000055,
"name": "30"
},
"… +11 more (see full example)"
],
[
null,
null,
{
"type": 150,
"orb_val": 2.30215800000002,
"name": "150"
},
"… +11 more (see full example)"
],
[
null,
null,
{
"type": 150,
"orb_val": 1.8611260500000526,
"name": "150"
},
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "18° 42'",
"degree": 138.71570855,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 22'",
"degree": 142.3768529,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 10
},
{
"key": "Chiron",
"name": "Kiron",
"planet_sym": "M",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "02° 59'",
"degree": 122.99061375,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 9
}
],
"houses": [
9,
10
],
"houses_label": "9. ve 10. ev"
},
{
"name": "Kova",
"symbol": "x",
"color": "#49535c",
"planets": [
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 38'",
"degree": 321.6440475,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "21° 12'",
"degree": 321.20301555000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "16° 22'",
"degree": 316.37030930000003,
"speed": 0,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [],
"aiAspectPairs": [
{
"planet_a": "Ay",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.93
},
{
"planet_a": "Merkür",
"planet_b": "Güneş",
"aspect_type": "Karşıt",
"aspect_degree": "180",
"orb": 2.49
},
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.44
},
"… +372 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 638.515029072799,
"y1": 550.4479342045008,
"x2": 624.9822614658317,
"y2": 541.9118811999901,
"class": "tick-thick"
},
{
"x1": 641.1043805739844,
"y1": 546.2623590266317,
"x2": 635.9745001362401,
"y2": 543.1503939409586,
"class": "tick-thin"
},
{
"x1": 643.6202893452164,
"y1": 542.0322309173275,
"x2": 638.4368789336161,
"y2": 539.0102685573844,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 357.22,
"y1": 14.37,
"x2": 358.1,
"y2": 22.32
},
"degree_tick_transit": {
"x1": 361.63,
"y1": 54.12,
"x2": 362.29,
"y2": 60.09
},
"text_pos": {
"x": 351.22,
"y": 34.24,
"rotate": -97.59713918124999
},
"text_pos_with_extras": {
"x": 313.58,
"y": 41.26,
"rotate": -103.54471082045433
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 600.3,
"y1": 732.3,
"x2": 596.17,
"y2": 725.45
},
"degree_tick_transit": {
"x1": 579.65,
"y1": 698.04,
"x2": 576.55,
"y2": 692.91
},
"text_pos": {
"x": 595.68,
"y": 712.84,
"rotate": -302.02625818125
},
"text_pos_with_extras": {
"x": 591.08,
"y": 715.67,
"rotate": -301.1872179454544
},
"conflicting_extras": [],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 486.62,
"y1": 21.79,
"x2": 484.84,
"y2": 29.59
},
"degree_tick_transit": {
"x1": 477.69,
"y1": 60.78,
"x2": 476.35,
"y2": 66.63
},
"text_pos": {
"x": 483.34,
"y": 40.54,
"rotate": -76.94654988124995
},
"text_pos_with_extras": {
"x": 449.47,
"y": 34.33,
"rotate": -82.29471082045433
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 686.7255136726201,
"y1": 580.8576230330702,
"x2": 673.1927460656528,
"y2": 572.3215700285596,
"class": "tick-thick"
},
{
"x1": 689.8382447325557,
"y1": 575.8260273405252,
"x2": 684.7083642948114,
"y2": 572.7140622548523,
"class": "tick-thin"
},
{
"x1": 692.8626882554197,
"y1": 570.7408733367874,
"x2": 687.6792778438194,
"y2": 567.7189109768442,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 631.9838005177638,
"y1": 723.3999324324827,
"x2": 598.1771160202003,
"y2": 676.271299062925,
"is_asc": true,
"is_mc": false
},
{
"x1": 794.3844094194253,
"y1": 453.5251119278704,
"x2": 736.9113045291574,
"y2": 445.724969988633,
"is_asc": false,
"is_mc": false
},
{
"x1": 766.1887547490442,
"y1": 244.08401013576454,
"x2": 712.82456435848,
"y2": 266.80543579437176,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#8e44ad"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": 90,
"color": "#8e44ad"
},
{
"text": "MC",
"x": 352.98,
"y": 99.66,
"rotate": -8.896810799999997,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 628.49,
"y": 718.52,
"rotate": -35.65293029999998,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 171.51,
"y": 81.48,
"rotate": -35.65293030000001,
"color": "#ff6600"
},
{
"text": "MC",
"x": 127.28,
"y": 681.58,
"rotate": 44.08510940000002,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 690.27,
"y": 588.68
},
{
"num": 2,
"x": 744.51,
"y": 365.73
},
{
"num": 3,
"x": 691.98,
"y": 213.97
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 9,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 4,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 9,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 6,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 3,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 2,
"transit_house": 2,
"natal_house": 6,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 337.8953969,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "07° 53'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 157.8953969,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "07° 53'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 258.1573572,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "18° 09'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 78.1573572,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "18° 09'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 3,
"pct": 25
},
"air": {
"label": "Hava",
"count": 4,
"pct": 33
},
"water": {
"label": "Su",
"count": 2,
"pct": 17
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 0,
"pct": 0
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 10,
"pct": 83
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 2,
"pct": 17
},
"sacral": {
"count": 1,
"pct": 8
},
"solar": {
"count": 2,
"pct": 17
},
"heart": {
"count": 4,
"pct": 33
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 0,
"pct": 0
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 7,
"pct": 58
},
"female": {
"label": "Dişil",
"count": 5,
"pct": 42
}
},
"moon_phase": {
"key": "full_moon",
"label": "Dolunay (180°-225°)",
"short_label": "Dolunay",
"phase_no": 5,
"degree_diff": 182.93,
"degree_formatted": "182°56'",
"description": "Ay ve Güneş karşıt konumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Composite + Transit",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"davison": {
"id": "davison",
"title": "Davison",
"data": {
"houseLines": [
{
"x1": 265,
"y1": 400,
"x2": 86,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 276.9023930338484,
"y1": 455.42543783504885,
"x2": 113.68408453798816,
"y2": 528.9154628163359,
"is_asc": false,
"is_mc": false
},
{
"x1": 304.4479794124536,
"y1": 495.36672040936037,
"x2": 177.75307804081802,
"y2": 621.8159274706604,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 256.28,
"y": 430.86
},
{
"num": 2,
"x": 278.99,
"y": 483.46
},
{
"num": 3,
"x": 317.72,
"y": 521.82
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Uranus",
"name": "Uranüs",
"sign_name": "Oğlak",
"sym": "I",
"color": "#2980b9",
"deg": 280.4502851,
"visualDeg": 39.452339800000004,
"adjustedDeg": 32.89599534999991,
"line_1_planet": "I",
"line_2_degree": "10°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "01\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 16,
"speed": -0.0293119,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.410223,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 24.16996263863672,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 598.9989050693006,
"y": 271.281563941992,
"rotate": -32.89599534999991
},
"text_pos_with_extras": {
"x": 616.22,
"y": 302.96,
"rotate": -24.16996263863672
},
"degree_tick": {
"x1": 640.91,
"y1": 201.74,
"x2": 636.28,
"y2": 205.56
},
"sym_pos": {
"x": 513.8926299911601,
"y": 306.2731690832519
},
"inner_point": {
"x": 502.69640534796133,
"y": 315.4869931394746
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Lilith",
"name": "Lilith",
"sign_name": "Oğlak",
"sym": "`",
"color": "#000",
"deg": 281.8607156,
"visualDeg": 40.862770299999966,
"adjustedDeg": 39.295995349999885,
"line_1_planet": "`",
"line_2_degree": "11°",
"line_3_sign": "z",
"line_4_min": "51'",
"line_5_sec": "38\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20,
"speed": 0.1107363,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.4065372,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 30.01996263863674,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 583.4106211833016,
"y": 249.9015521827243,
"rotate": -39.295995349999885
},
"text_pos_with_extras": {
"x": 605.21,
"y": 281.43,
"rotate": -30.01996263863674
},
"degree_tick": {
"x1": 635.96,
"y1": 195.87,
"x2": 631.42,
"y2": 199.8
},
"sym_pos": {
"x": 511.5511152725048,
"y": 303.4981933772204
},
"inner_point": {
"x": 500.58507343215683,
"y": 312.9848116553919
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Neptune",
"name": "Neptün",
"sign_name": "Oğlak",
"sym": "O",
"color": "#8e44ad",
"deg": 284.5279104,
"visualDeg": 43.52996510000003,
"adjustedDeg": 45.69599534999992,
"line_1_planet": "O",
"line_2_degree": "14°",
"line_3_sign": "z",
"line_4_min": "31'",
"line_5_sec": "40\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 17,
"speed": -0.0214933,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -21.851387,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 35.869962638636764,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 565.5362776612633,
"y": 230.39239174478897,
"rotate": -45.69599534999992
},
"text_pos_with_extras": {
"x": 592.05,
"y": 261.13,
"rotate": -35.869962638636764
},
"degree_tick": {
"x1": 626.2,
"y1": 185.12,
"x2": 621.85,
"y2": 189.25
},
"sym_pos": {
"x": 506.93960475193256,
"y": 298.4117578875368
},
"inner_point": {
"x": 496.4268978441155,
"y": 308.39839863757555
},
"owner_name": "Davison",
"house": 8
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 502.69640534796133,
"y1": 315.4869931394746,
"x2": 271.7703757305251,
"y2": 364.69895950953725,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 502.69640534796133,
"y1": 315.4869931394746,
"x2": 306.1825766214148,
"y2": 494.2724300662887,
"color": "red",
"p1_key": "Uranus",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 502.69640534796133,
"y1": 315.4869931394746,
"x2": 408.548413534939,
"y2": 532.7249962367137,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "GCP_14",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +134 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 240.002474977415,
"y1": 111.38123417447838,
"x2": 207.03328800306414,
"y2": 51.90827636800725
},
"text": {
"x": 147.1349634091381,
"y": 138.16938057228276,
"rotate": -44.0020547
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 117.12869587504423,
"y1": 230.04757929747876,
"x2": 58.840063509901825,
"y2": 195.02708048605015
},
"text": {
"x": 50.09714486957341,
"y": 299.68055038241243,
"rotate": -74.0020547
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 70.0500542748938,
"y1": 394.2525382994342,
"x2": 2.060368489114296,
"y2": 393.06821285810554
},
"text": {
"x": 46.815513791550586,
"y": 488.07223570270946,
"rotate": -104.0020547
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 240.002474977415,
"y1": 111.38123417447838,
"x2": 247.75993073608578,
"y2": 125.3748713054128,
"class": "tick-thick"
},
{
"x1": 234.98975136882711,
"y1": 114.2175340461236,
"x2": 237.9899377075757,
"y2": 119.41357888164862,
"class": "tick-thin"
},
{
"x1": 230.0272914804626,
"y1": 117.14088602533525,
"x2": 233.117704362636,
"y2": 122.28377900669278,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "05° 03'",
"degree": 185.0581401,
"speed": 0.3973313,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "18° 27'",
"degree": 288.4554455,
"speed": -0.1777307,
"is_retro": true,
"is_asteroid": true,
"house": 9
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "01° 13'",
"degree": 121.2208689,
"speed": 0.4400762,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 59'",
"degree": 229.9998295,
"speed": 0.0029943,
"is_retro": false,
"is_asteroid": false,
"house": 6
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "11° 10'",
"degree": 71.1781265,
"speed": 0.010209,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 04'",
"degree": 177.0830306,
"speed": 0.0147251,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "00° 59'",
"degree": 60.9979453
},
{
"name": "2. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "25° 14'",
"degree": 85.2378878
},
{
"name": "3. Ev",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 56'",
"degree": 105.9423357
},
"… +9 more (see full example)"
],
"asc": 60.9979453,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "17° 44'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "28° 39'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "h",
"sign_color": "#9d7e61",
"house_no": 4,
"deg_formatted": "05° 32'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 6.885308600000002,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": null,
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 58'",
"degree": 142.9724564,
"speed": 0.2185078,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
},
{
"name": "Başak",
"symbol": "h",
"color": "#9d7e61",
"planets": [
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 34'",
"degree": 155.5824407,
"speed": -0.3656146,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Mars",
"name": "Mars",
"planet_sym": "T",
"planet_color": "#c0392b",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "16° 23'",
"degree": 166.3937481,
"speed": 0.6297211,
"is_retro": false,
"is_asteroid": false,
"house": 5
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Oğlak",
"sym": "B",
"color": "#00b894",
"deg": 288.4554455,
"visualDeg": 47.45750020000003,
"adjustedDeg": 47.45750020000003,
"line_1_planet": "B",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "19\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.1777307,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -7.1420549,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 47.56996263863681,
"conflicting_extras": [
"GCP_5"
],
"text_pos": {
"x": 560.244446628943,
"y": 225.3840862791028,
"rotate": -47.45750020000003
},
"text_pos_with_extras": {
"x": 559.9,
"y": 225.07,
"rotate": -47.56996263863681
},
"degree_tick": {
"x1": 610.95,
"y1": 170.13,
"x2": 606.9,
"y2": 174.55
},
"sym_pos": {
"x": 499.73019357708483,
"y": 291.3255389289775
},
"inner_point": {
"x": 489.9262084457782,
"y": 302.00879103426445
},
"owner_name": "Davison",
"house": 9
},
"planet": {
"key": "True Node",
"name": "Kuzey Ay D.",
"sign_name": "Oğlak",
"sym": "{",
"color": "#c0392b",
"deg": 288.7394342,
"visualDeg": 47.741488900000036,
"adjustedDeg": 52.14599534999991,
"line_1_planet": "{",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "44'",
"line_5_sec": "21\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 22,
"speed": -0.0583826,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -22.130627,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 54.0199626386368,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 545.4354171049312,
"y": 212.87026037661812,
"rotate": -52.14599534999991
},
"text_pos_with_extras": {
"x": 539.24,
"y": 208.21,
"rotate": -54.0199626386368
},
"degree_tick": {
"x1": 609.81,
"y1": 169.08,
"x2": 605.78,
"y2": 173.52
},
"sym_pos": {
"x": 499.1903216559387,
"y": 290.83255938792274
},
"inner_point": {
"x": 489.4394086795922,
"y": 301.564273888771
},
"owner_name": "Davison",
"house": 9
},
"orb": 0.283988700000009
},
{
"asteroid": {
"key": "Vesta",
"name": "Vesta",
"sign_name": "Aslan",
"sym": "N",
"color": "#0984e3",
"deg": 121.2208689,
"visualDeg": 240.2229236,
"adjustedDeg": 240.2229236,
"line_1_planet": "N",
"line_2_degree": "01°",
"line_3_sign": "g",
"line_4_min": "13'",
"line_5_sec": "15\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 25,
"speed": 0.4400762,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 20.8325597,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 219.33925818863614,
"conflicting_extras": [],
"text_pos": {
"x": 282.29946380794627,
"y": 605.7075199891901,
"rotate": -240.2229236
},
"text_pos_with_extras": {
"x": 216.7,
"y": 550.24,
"rotate": -219.33925818863614
},
"degree_tick": {
"x1": 245.05,
"y1": 670.8,
"x2": 248.03,
"y2": 665.6
},
"sym_pos": {
"x": 326.74755658933367,
"y": 528.0247223561415
},
"inner_point": {
"x": 333.94864424665343,
"y": 515.4392411753684
},
"owner_name": "Davison",
"house": 3
},
"planet": {
"key": "Chiron",
"name": "Kiron",
"sign_name": "Aslan",
"sym": "M",
"color": "#d35400",
"deg": 122.338096,
"visualDeg": 241.34015069999998,
"adjustedDeg": 240.9395050249999,
"line_1_planet": "M",
"line_2_degree": "02°",
"line_3_sign": "g",
"line_4_min": "20'",
"line_5_sec": "17\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 19,
"speed": 0.1140659,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 13.473268,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 225.18925818863613,
"conflicting_extras": [
"Vesta"
],
"text_pos": {
"x": 284.8813251557722,
"y": 607.1634395884297,
"rotate": -240.9395050249999
},
"text_pos_with_extras": {
"x": 232.97,
"y": 568.14,
"rotate": -225.18925818863613
},
"degree_tick": {
"x1": 250.36,
"y1": 673.77,
"x2": 253.24,
"y2": 668.51
},
"sym_pos": {
"x": 329.25771542844143,
"y": 529.4286644201995
},
"inner_point": {
"x": 336.21204170835733,
"y": 516.705168595841
},
"owner_name": "Davison",
"house": 3
},
"orb": 1.1172271000000364
}
],
"aiAspectPairs": [
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.89
},
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.93
},
{
"planet_a": "Venüs",
"planet_b": "Merkür",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.05
},
"… +356 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 398,
"r_cetvel": 330,
"r_sep": 314,
"r_orta": 160,
"r_ic": 135,
"outerRing": null,
"transitOverlayPlanetData": [],
"transitDegreeLines": [],
"transitHouseLines": [],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#27ae60"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#27ae60"
},
{
"text": "MC",
"x": 518.85,
"y": 120.2,
"rotate": -336.98515440000006,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [
{
"text": "Yükselen",
"x": -16,
"y": 400,
"rotate": 0,
"color": "#e74c3c",
"deg_formatted": "00° 59'",
"sign_sym": "d",
"sign_color": "#49535c"
},
{
"text": "",
"x": 816,
"y": 400,
"rotate": 0,
"color": "#27ae60",
"deg_formatted": "00° 59'",
"sign_sym": "l",
"sign_color": "#d31c08"
},
{
"text": "",
"x": 562.64,
"y": 17.11,
"rotate": -336.98515440000006,
"color": "#000",
"deg_formatted": "07° 58'",
"sign_sym": "x",
"sign_color": "#49535c"
},
"… +1 more (see full example)"
],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [],
"transitHouseNumbers": [],
"transitPlanetTable": [],
"transitAsteroidTable": [],
"transitAngles": [],
"zodiacSlices": [
{
"d": "M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 400 240 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 557 128.06802321169 A 314 314 0 0 1 671.93197678831 243 L 538.56406460551 320 A 160 160 0 0 0 480 261.43593539449 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 671.93197678831 243 A 314 314 0 0 1 714 400 L 560 400 A 160 160 0 0 0 538.56406460551 320 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Davison",
"house_system_code": "P",
"house_system_label": "Placidus"
}
},
"davison_transit": {
"id": "davison_transit",
"title": "Davison + Transit",
"data": {
"houseLines": [
{
"x1": 285,
"y1": 400,
"x2": 132,
"y2": 399.99999999999994,
"is_asc": true,
"is_mc": false
},
{
"x1": 295.1390755473524,
"y1": 447.2142618594861,
"x2": 155.62845431904722,
"y2": 510.0297580725414,
"is_asc": false,
"is_mc": false
},
{
"x1": 318.60383431431234,
"y1": 481.23831738575143,
"x2": 210.3115443150931,
"y2": 589.3206005163598,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"houseLabels": [],
"houseNumbers": [
{
"num": 1,
"x": 276.81,
"y": 426.45
},
{
"num": 2,
"x": 296.28,
"y": 471.53
},
{
"num": 3,
"x": 329.48,
"y": 504.42
},
"… +9 more (see full example)"
],
"planetData": [
{
"key": "Uranus",
"name": "Uranüs",
"sign_name": "Oğlak",
"sym": "I",
"color": "#2980b9",
"deg": 280.4502851,
"visualDeg": 39.452339800000004,
"adjustedDeg": 32.89599534999991,
"line_1_planet": "I",
"line_2_degree": "10°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "01\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 16,
"speed": -0.0293119,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.410223,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 24.16996263863672,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 570.0307100275669,
"y": 290.01905779853746,
"rotate": -32.89599534999991
},
"text_pos_with_extras": {
"x": 584.75,
"y": 317.09,
"rotate": -24.16996263863672
},
"degree_tick": {
"x1": 603.85,
"y1": 232.24,
"x2": 599.22,
"y2": 236.06
},
"sym_pos": {
"x": 497.29133138227917,
"y": 319.93504613213383
},
"inner_point": {
"x": 487.2533368745837,
"y": 328.1957159756438
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Lilith",
"name": "Lilith",
"sign_name": "Oğlak",
"sym": "`",
"color": "#000",
"deg": 281.8607156,
"visualDeg": 40.862770299999966,
"adjustedDeg": 39.295995349999885,
"line_1_planet": "`",
"line_2_degree": "11°",
"line_3_sign": "z",
"line_4_min": "51'",
"line_5_sec": "38\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 20,
"speed": 0.1107363,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -23.4065372,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 30.01996263863674,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 556.7116067072513,
"y": 271.7513262320746,
"rotate": -39.295995349999885
},
"text_pos_with_extras": {
"x": 575.33,
"y": 298.69,
"rotate": -30.01996263863674
},
"degree_tick": {
"x1": 599.66,
"y1": 227.28,
"x2": 595.12,
"y2": 231.2
},
"sym_pos": {
"x": 495.29112219888543,
"y": 317.5645584103713
},
"inner_point": {
"x": 485.4594984799528,
"y": 326.0698023839044
},
"owner_name": "Davison",
"house": 8
},
{
"key": "Neptune",
"name": "Neptün",
"sign_name": "Oğlak",
"sym": "O",
"color": "#8e44ad",
"deg": 284.5279104,
"visualDeg": 43.52996510000003,
"adjustedDeg": 45.69599534999992,
"line_1_planet": "O",
"line_2_degree": "14°",
"line_3_sign": "z",
"line_4_min": "31'",
"line_5_sec": "40\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 17,
"speed": -0.0214933,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -21.851387,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 35.869962638636764,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 541.4392245839908,
"y": 255.08210687054753,
"rotate": -45.69599534999992
},
"text_pos_with_extras": {
"x": 564.1,
"y": 281.35,
"rotate": -35.869962638636764
},
"degree_tick": {
"x1": 591.4,
"y1": 218.17,
"x2": 587.05,
"y2": 222.31
},
"sym_pos": {
"x": 491.3517979575831,
"y": 313.21953555138737
},
"inner_point": {
"x": 481.9266124540229,
"y": 322.1730755341807
},
"owner_name": "Davison",
"house": 8
},
"… +45 more (see full example)"
],
"aspectLines": [
{
"x1": 487.2533368745837,
"y1": 328.1957159756438,
"x2": 291.05302599661155,
"y2": 370.0073866509602,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "Admetos",
"extra_keys": [
"Admetos"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 487.2533368745837,
"y1": 328.1957159756438,
"x2": 320.2904598362396,
"y2": 480.0961247931626,
"color": "red",
"p1_key": "Uranus",
"p2_key": "Vulkanus",
"extra_keys": [
"Vulkanus"
],
"has_extra": true,
"has_asteroid": false
},
{
"x1": 487.2533368745837,
"y1": 328.1957159756438,
"x2": 407.2629378153993,
"y2": 512.7663501860801,
"color": "blue",
"p1_key": "Uranus",
"p2_key": "GCP_14",
"extra_keys": [],
"has_extra": false,
"has_asteroid": false
},
"… +134 more (see full example)"
],
"relationshipAspectLinesA": [],
"relationshipAspectLinesB": [],
"zodiacData": [
{
"name": "a",
"color": "#d31c08",
"label": "Koç",
"line": {
"x1": 263.2748422534274,
"y1": 153.36214556728154,
"x2": 235.15406512824575,
"y2": 102.63521096764441
},
"text": {
"x": 183.95322423143392,
"y": 176.29306966478006,
"rotate": -44.0020547
}
},
{
"name": "s",
"color": "#9d7e61",
"label": "Boğa",
"line": {
"x1": 158.27361283867415,
"y1": 254.76793139966367,
"x2": 108.55683817428798,
"y2": 224.8975059428569
},
"text": {
"x": 101.04453861109153,
"y": 314.28750321134686,
"rotate": -74.0020547
}
},
{
"name": "d",
"color": "#49535c",
"label": "İkizler",
"line": {
"x1": 118.04277365309105,
"y1": 395.08853272860745,
"x2": 60.05157107110267,
"y2": 394.0783727933565
},
"text": {
"x": 98.24072744278084,
"y": 475.24853105368857,
"rotate": -104.0020547
}
},
"… +9 more (see full example)"
],
"degreeLines": [
{
"x1": 263.2748422534274,
"y1": 153.36214556728154,
"x2": 270.06261604226427,
"y2": 165.60657805684912,
"class": "tick-thick"
},
{
"x1": 258.9912420788159,
"y1": 155.7858927303238,
"x2": 261.4913973611064,
"y2": 160.11593009326134,
"class": "tick-thin"
},
{
"x1": 254.75059453784985,
"y1": 158.2840298761956,
"x2": 257.32593860632767,
"y2": 162.56977402732687,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"planetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
"… +17 more (see full example)"
],
"asteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "j",
"sign_name": "Terazi",
"sign_color": "#49535c",
"deg_formatted": "05° 03'",
"degree": 185.0581401,
"speed": 0.3973313,
"is_retro": false,
"is_asteroid": true,
"house": 5
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "z",
"sign_name": "Oğlak",
"sign_color": "#9d7e61",
"deg_formatted": "18° 27'",
"degree": 288.4554455,
"speed": -0.1777307,
"is_retro": true,
"is_asteroid": true,
"house": 9
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "01° 13'",
"degree": 121.2208689,
"speed": 0.4400762,
"is_retro": false,
"is_asteroid": true,
"house": 3
},
"… +1 more (see full example)"
],
"uranianTable": [
{
"key": "Cupido",
"name": "Cupido",
"planet_sym": "S",
"planet_color": "#2d3436",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 59'",
"degree": 229.9998295,
"speed": 0.0029943,
"is_retro": false,
"is_asteroid": false,
"house": 6
},
{
"key": "Hades",
"name": "Hades",
"planet_sym": "D",
"planet_color": "#2d3436",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "11° 10'",
"degree": 71.1781265,
"speed": 0.010209,
"is_retro": false,
"is_asteroid": false,
"house": 1
},
{
"key": "Zeus",
"name": "Zeus",
"planet_sym": "F",
"planet_color": "#2d3436",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "27° 04'",
"degree": 177.0830306,
"speed": 0.0147251,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
"… +5 more (see full example)"
],
"houseTable": [
{
"name": "1. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "00° 59'",
"degree": 60.9979453
},
{
"name": "2. Ev",
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "25° 14'",
"degree": 85.2378878
},
{
"name": "3. Ev",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 56'",
"degree": 105.9423357
},
"… +9 more (see full example)"
],
"asc": 60.9979453,
"aspectGrid": {
"keys": [
"Sun",
"Moon",
"Mercury",
"… +16 more (see full example)"
],
"labels": [
{
"key": "Sun",
"name": "Güneş",
"color": "#D4AF37",
"glyph_html": "Q",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "17° 44'"
},
{
"key": "Moon",
"name": "Ay",
"color": "#2c3e50",
"glyph_html": "W",
"is_plain_text": false,
"sign_symbol": "g",
"sign_color": "#d31c08",
"house_no": 4,
"deg_formatted": "28° 39'"
},
{
"key": "Mercury",
"name": "Merkür",
"color": "#8e44ad",
"glyph_html": "E",
"is_plain_text": false,
"sign_symbol": "h",
"sign_color": "#9d7e61",
"house_no": 4,
"deg_formatted": "05° 32'"
},
"… +16 more (see full example)"
],
"matrix": [
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
null,
null,
"… +16 more (see full example)"
],
[
null,
{
"type": 0,
"orb_val": 6.885308600000002,
"name": "Kavuşum"
},
null,
"… +16 more (see full example)"
],
"… +16 more (see full example)"
]
},
"synastryGrid": {
"rows": [
{
"key": "Sun",
"name": "Güneş",
"deg": 137.7479174,
"deg_formatted": "17° 44'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 148.6506055,
"deg_formatted": "28° 39'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 155.5359141,
"deg_formatted": "05° 32'",
"sign": "Başak",
"sign_symbol": "h",
"sign_color": "#9d7e61",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"cols": [
{
"key": "Sun",
"name": "Güneş",
"deg": 128.5732467,
"deg_formatted": "08° 34'",
"deg_only": "08°",
"min_only": "34'",
"sign": "Aslan",
"sign_symbol": "g",
"sign_color": "#d31c08",
"color": "#D4AF37",
"glyph_html": "Q"
},
{
"key": "Moon",
"name": "Ay",
"deg": 333.3221331,
"deg_formatted": "03° 19'",
"deg_only": "03°",
"min_only": "19'",
"sign": "Balık",
"sign_symbol": "c",
"sign_color": "#4AA3DF",
"color": "#2c3e50",
"glyph_html": "W"
},
{
"key": "Mercury",
"name": "Merkür",
"deg": 109.3418895,
"deg_formatted": "19° 20'",
"deg_only": "19°",
"min_only": "20'",
"sign": "Yengeç",
"sign_symbol": "f",
"sign_color": "#4AA3DF",
"color": "#8e44ad",
"glyph_html": "E"
},
"… +11 more (see full example)"
],
"grid": [
[
null,
null,
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 180,
"orb_val": 4.671527599999962,
"name": "Karşıt"
},
null,
"… +11 more (see full example)"
],
[
null,
{
"type": 180,
"orb_val": 2.21378100000004,
"name": "Karşıt"
},
{
"type": 45,
"orb_val": 1.19402460000002,
"name": "45"
},
"… +11 more (see full example)"
],
"… +11 more (see full example)"
]
},
"synastryGridC": null,
"synastryGridD": null,
"synastryGridBC": null,
"synastryGridBD": null,
"synastryGridCD": null,
"stelliums": [
{
"name": "Aslan",
"symbol": "g",
"color": "#d31c08",
"planets": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "17° 44'",
"degree": 137.7479174,
"speed": 0.9596298,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "28° 39'",
"degree": 148.6506055,
"speed": 14.7032174,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
{
"key": "Jupiter",
"name": "Jüpiter",
"planet_sym": "Y",
"planet_color": "#d35400",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "22° 58'",
"degree": 142.9724564,
"speed": 0.2185078,
"is_retro": false,
"is_asteroid": false,
"house": 4
},
"… +1 more (see full example)"
],
"houses": [
3,
4
],
"houses_label": "3. ve 4. ev"
},
{
"name": "Başak",
"symbol": "h",
"color": "#9d7e61",
"planets": [
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 32'",
"degree": 155.5359141,
"speed": -0.2591149,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Venus",
"name": "Venüs",
"planet_sym": "R",
"planet_color": "#27ae60",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "05° 34'",
"degree": 155.5824407,
"speed": -0.3656146,
"is_retro": true,
"is_asteroid": false,
"house": 4
},
{
"key": "Mars",
"name": "Mars",
"planet_sym": "T",
"planet_color": "#c0392b",
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "16° 23'",
"degree": 166.3937481,
"speed": 0.6297211,
"is_retro": false,
"is_asteroid": false,
"house": 5
}
],
"houses": [
4,
5
],
"houses_label": "4. ve 5. ev"
}
],
"fixedStarConjunctions": [],
"asteroidConjunctions": [
{
"asteroid": {
"key": "Juno",
"name": "Juno",
"sign_name": "Oğlak",
"sym": "B",
"color": "#00b894",
"deg": 288.4554455,
"visualDeg": 47.45750020000003,
"adjustedDeg": 47.45750020000003,
"line_1_planet": "B",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "27'",
"line_5_sec": "19\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 24,
"speed": -0.1777307,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": -7.1420549,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 47.56996263863681,
"conflicting_extras": [
"GCP_5"
],
"text_pos": {
"x": 536.9177233854894,
"y": 250.80285852961313,
"rotate": -47.45750020000003
},
"text_pos_with_extras": {
"x": 536.62,
"y": 250.53,
"rotate": -47.56996263863681
},
"degree_tick": {
"x1": 578.5,
"y1": 205.49,
"x2": 574.44,
"y2": 209.91
},
"sym_pos": {
"x": 485.1932501065267,
"y": 307.1662230850926
},
"inner_point": {
"x": 476.4034703336311,
"y": 316.7443111794878
},
"owner_name": "Davison",
"house": 9
},
"planet": {
"key": "True Node",
"name": "Kuzey Ay D.",
"sign_name": "Oğlak",
"sym": "{",
"color": "#c0392b",
"deg": 288.7394342,
"visualDeg": 47.741488900000036,
"adjustedDeg": 52.14599534999991,
"line_1_planet": "{",
"line_2_degree": "18°",
"line_3_sign": "z",
"line_4_min": "44'",
"line_5_sec": "21\"",
"is_retro": true,
"draw_link_line": false,
"guide_line": null,
"order": 22,
"speed": -0.0583826,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": -22.130627,
"sign_color": "#9d7e61",
"adjustedDegWithExtras": 54.0199626386368,
"conflicting_extras": [
"GCP_5",
"Juno"
],
"text_pos": {
"x": 524.2644386656057,
"y": 240.11066551166738,
"rotate": -52.14599534999991
},
"text_pos_with_extras": {
"x": 518.97,
"y": 236.13,
"rotate": -54.0199626386368
},
"degree_tick": {
"x1": 577.53,
"y1": 204.61,
"x2": 573.5,
"y2": 209.05
},
"sym_pos": {
"x": 484.7320713806663,
"y": 306.7451015788357
},
"inner_point": {
"x": 475.98987353980385,
"y": 316.3666387175272
},
"owner_name": "Davison",
"house": 9
},
"orb": 0.283988700000009
},
{
"asteroid": {
"key": "Vesta",
"name": "Vesta",
"sign_name": "Aslan",
"sym": "N",
"color": "#0984e3",
"deg": 121.2208689,
"visualDeg": 240.2229236,
"adjustedDeg": 240.2229236,
"line_1_planet": "N",
"line_2_degree": "01°",
"line_3_sign": "g",
"line_4_min": "13'",
"line_5_sec": "15\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 25,
"speed": 0.4400762,
"is_asteroid": true,
"is_extra": true,
"is_star": false,
"is_plain": false,
"decl": 20.8325597,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 219.33925818863614,
"conflicting_extras": [],
"text_pos": {
"x": 299.43308616501736,
"y": 575.7627544211434,
"rotate": -240.2229236
},
"text_pos_with_extras": {
"x": 243.39,
"y": 528.37,
"rotate": -219.33925818863614
},
"degree_tick": {
"x1": 268.89,
"y1": 629.14,
"x2": 271.87,
"y2": 623.93
},
"sym_pos": {
"x": 337.4250313915664,
"y": 509.3634916398226
},
"inner_point": {
"x": 343.88117894640476,
"y": 498.0799567880949
},
"owner_name": "Davison",
"house": 3
},
"planet": {
"key": "Chiron",
"name": "Kiron",
"sign_name": "Aslan",
"sym": "M",
"color": "#d35400",
"deg": 122.338096,
"visualDeg": 241.34015069999998,
"adjustedDeg": 240.9395050249999,
"line_1_planet": "M",
"line_2_degree": "02°",
"line_3_sign": "g",
"line_4_min": "20'",
"line_5_sec": "17\"",
"is_retro": false,
"draw_link_line": false,
"guide_line": null,
"order": 19,
"speed": 0.1140659,
"is_asteroid": false,
"is_extra": false,
"is_star": false,
"is_plain": false,
"decl": 13.473268,
"sign_color": "#d31c08",
"adjustedDegWithExtras": 225.18925818863613,
"conflicting_extras": [
"Vesta"
],
"text_pos": {
"x": 301.63910693689394,
"y": 577.0067363572025,
"rotate": -240.9395050249999
},
"text_pos_with_extras": {
"x": 257.28,
"y": 543.66,
"rotate": -225.18925818863613
},
"degree_tick": {
"x1": 273.38,
"y1": 631.66,
"x2": 276.26,
"y2": 626.39
},
"sym_pos": {
"x": 339.5693026710754,
"y": 510.562791301323
},
"inner_point": {
"x": 345.8042158875517,
"y": 499.1555191829325
},
"owner_name": "Davison",
"house": 3
},
"orb": 1.1172271000000364
}
],
"aiAspectPairs": [
{
"planet_a": "Merkür",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.89
},
{
"planet_a": "Venüs",
"planet_b": "Ay",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 6.93
},
{
"planet_a": "Venüs",
"planet_b": "Merkür",
"aspect_type": "Kavuşum",
"aspect_degree": "0",
"orb": 0.05
},
"… +356 more (see full example)"
],
"cx": 400,
"cy": 400,
"r_dis": 340,
"r_cetvel": 282,
"r_sep": 268,
"r_orta": 137,
"r_ic": 115,
"outerRing": {
"r": 398,
"degreeLines": [
{
"x1": 263.2748422534274,
"y1": 153.36214556728154,
"x2": 271.0322980120982,
"y2": 167.3557826982159,
"class": "tick-thick"
},
{
"x1": 258.9912420788159,
"y1": 155.7858927303238,
"x2": 261.9914284175645,
"y2": 160.98193756584882,
"class": "tick-thin"
},
{
"x1": 254.75059453784985,
"y1": 158.2840298761956,
"x2": 257.8410074200233,
"y2": 163.42692285755314,
"class": "tick-thin"
},
"… +357 more (see full example)"
]
},
"transitOverlayPlanetData": [
{
"key": "Sun",
"name": "Güneş",
"sign_name": "Aslan",
"sym": "Q",
"color": "#D4AF37",
"deg": 128.5732467,
"is_retro": false,
"line_1_planet": "Q",
"line_2_degree": "08°",
"line_3_sign": "g",
"line_4_min": "34'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 251.99,
"y1": 758.66,
"x2": 255.04,
"y2": 751.27
},
"degree_tick_transit": {
"x1": 267.25,
"y1": 721.68,
"x2": 269.54,
"y2": 716.14
},
"text_pos": {
"x": 267.22,
"y": 744.28,
"rotate": -248.91015850000002
},
"text_pos_with_extras": {
"x": 303.53,
"y": 756.17,
"rotate": -254.84398429242427
},
"conflicting_extras": [
"Vulkanus",
"GCP_10"
],
"house": 6
},
{
"key": "Moon",
"name": "Ay",
"sign_name": "Balık",
"sym": "W",
"color": "#2c3e50",
"deg": 333.3221331,
"is_retro": false,
"line_1_planet": "W",
"line_2_degree": "03°",
"line_3_sign": "c",
"line_4_min": "19'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 384.27,
"y1": 12.32,
"x2": 384.59,
"y2": 20.31
},
"degree_tick_transit": {
"x1": 385.89,
"y1": 52.29,
"x2": 386.13,
"y2": 58.28
},
"text_pos": {
"x": 378.51,
"y": 31.63,
"rotate": -93.33927750000001
},
"text_pos_with_extras": {
"x": 371.06,
"y": 32.14,
"rotate": -94.4985193174243
},
"conflicting_extras": [
"GCP_1"
],
"house": 12
},
{
"key": "Mercury",
"name": "Merkür",
"sign_name": "Yengeç",
"sym": "E",
"color": "#8e44ad",
"deg": 109.3418895,
"is_retro": false,
"line_1_planet": "E",
"line_2_degree": "19°",
"line_3_sign": "f",
"line_4_min": "20'",
"is_asteroid": false,
"is_extra": false,
"degree_tick": {
"x1": 142.11,
"y1": 689.89,
"x2": 147.43,
"y2": 683.92
},
"degree_tick_transit": {
"x1": 168.7,
"y1": 660.01,
"x2": 172.69,
"y2": 655.52
},
"text_pos": {
"x": 154.34,
"y": 675.34,
"rotate": -228.25956920000004
},
"text_pos_with_extras": {
"x": 181,
"y": 696.98,
"rotate": -233.59398429242427
},
"conflicting_extras": [
"Hades",
"Kronos",
"GCP_14"
],
"house": 5
},
"… +41 more (see full example)"
],
"transitDegreeLines": [
{
"x1": 235.63890611316268,
"y1": 103.50981328832779,
"x2": 243.39636187183348,
"y2": 117.50345041926215,
"class": "tick-thick"
},
{
"x1": 230.4894718607042,
"y1": 106.42346679283605,
"x2": 233.4896581994528,
"y2": 111.61951162836112,
"class": "tick-thin"
},
{
"x1": 225.3916721572025,
"y1": 109.42654655329898,
"x2": 228.4820850393759,
"y2": 114.56943953465651,
"class": "tick-thin"
},
"… +357 more (see full example)"
],
"transitHouseLines": [
{
"x1": 328.57949185148544,
"y1": 8.460588170478104,
"x2": 338.9875056017715,
"y2": 65.51909542201645,
"is_asc": true,
"is_mc": false
},
{
"x1": 69.93017345258471,
"y1": 177.60865663664157,
"x2": 118.03080144190653,
"y2": 210.01744536798526,
"is_asc": false,
"is_mc": false
},
{
"x1": 2.8622782291827775,
"y1": 373.8154635961418,
"x2": 60.736619592769216,
"y2": 377.6313005595181,
"is_asc": false,
"is_mc": false
},
"… +9 more (see full example)"
],
"relationshipRing": null,
"relationshipOverlayPlanetData": [],
"relationshipHouseLines": [],
"relationshipDegreeLines": [],
"axisLabels": [
{
"text": "ASC",
"x": 96,
"y": 400,
"rotate": -90,
"color": "#27ae60"
},
{
"text": "DSC",
"x": 704,
"y": 400,
"rotate": -270,
"color": "#27ae60"
},
{
"text": "MC",
"x": 518.85,
"y": 120.2,
"rotate": -336.98515440000006,
"color": "#000"
},
"… +1 more (see full example)"
],
"modalAxisLabels": [],
"relationshipAxisLabels": [],
"relationshipHouseNumbers": [],
"relationshipOverlayFontScaleB": 1,
"relationshipRingC": null,
"relationshipOverlayPlanetDataC": [],
"relationshipHouseLinesC": [],
"relationshipHouseNumbersC": [],
"relationshipAxisLabelsC": [],
"relationshipOverlayFontScaleC": 1,
"relationshipRingD": null,
"relationshipOverlayPlanetDataD": [],
"relationshipHouseLinesD": [],
"relationshipHouseNumbersD": [],
"relationshipAxisLabelsD": [],
"relationshipOverlayFontScaleD": 1,
"relationshipOverlayColorC": "#16a34a",
"relationshipOverlayColorD": "#f59e0b",
"relationshipZodiacSlicesC": [],
"relationshipZodiacSlicesD": [],
"transitAxisLabels": [
{
"text": "ASC",
"x": 329.66,
"y": 14.36,
"rotate": -370.3376389,
"color": "#e74c3c"
},
{
"text": "DSC",
"x": 470.34,
"y": 785.64,
"rotate": -10.337638900000002,
"color": "#ff6600"
},
{
"text": "MC",
"x": 770.75,
"y": 272.69,
"rotate": -288.95203160000005,
"color": "#000000"
},
"… +1 more (see full example)"
],
"transitHouseNumbers": [
{
"num": 1,
"x": 200.58,
"y": 116.99
},
{
"num": 2,
"x": 68.72,
"y": 299.44
},
{
"num": 3,
"x": 58.62,
"y": 457.6
},
"… +9 more (see full example)"
],
"transitPlanetTable": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "g",
"sign_name": "Aslan",
"sign_color": "#d31c08",
"deg_formatted": "08° 34'",
"degree": 128.5732467,
"house": 6,
"transit_house": 6,
"natal_house": 4,
"speed": 0.9562269,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "03° 19'",
"degree": 333.3221331,
"house": 12,
"transit_house": 12,
"natal_house": 10,
"speed": 12.5753254,
"is_retro": false,
"is_asteroid": false
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "f",
"sign_name": "Yengeç",
"sign_color": "#4AA3DF",
"deg_formatted": "19° 20'",
"degree": 109.3418895,
"house": 5,
"transit_house": 5,
"natal_house": 3,
"speed": 0.7795813,
"is_retro": false,
"is_asteroid": false
},
"… +21 more (see full example)"
],
"transitAsteroidTable": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 06'",
"degree": 22.108454,
"house": 1,
"transit_house": 1,
"natal_house": 12,
"speed": 0.0767198,
"is_retro": false,
"is_asteroid": true
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "02° 30'",
"degree": 302.5090385,
"house": 11,
"transit_house": 11,
"natal_house": 9,
"speed": -0.2404314,
"is_retro": true,
"is_asteroid": true
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "25° 37'",
"degree": 25.6211055,
"house": 1,
"transit_house": 1,
"natal_house": 12,
"speed": 0.1676039,
"is_retro": false,
"is_asteroid": true
},
"… +1 more (see full example)"
],
"transitAngles": {
"ASC": {
"key": "ASC",
"deg": 341.3355842,
"sign": "c",
"sign_name": "Balık",
"sign_color": "#4AA3DF",
"deg_formatted": "11° 20'",
"color": "#e74c3c"
},
"DSC": {
"key": "DSC",
"deg": 161.3355842,
"sign": "h",
"sign_name": "Başak",
"sign_color": "#9d7e61",
"deg_formatted": "11° 20'",
"color": "#ff6600"
},
"MC": {
"key": "MC",
"deg": 259.9499769,
"sign": "l",
"sign_name": "Yay",
"sign_color": "#d31c08",
"deg_formatted": "19° 56'",
"color": "#000000"
},
"IC": {
"key": "IC",
"deg": 79.9499769,
"sign": "d",
"sign_name": "İkizler",
"sign_color": "#49535c",
"deg_formatted": "19° 56'",
"color": "#ff6600"
}
},
"zodiacSlices": [
{
"d": "M 400 132 A 268 268 0 0 1 534 167.90519178577 L 468.5 281.35451968153 A 137 137 0 0 0 400 263 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 534 167.90519178577 A 268 268 0 0 1 632.09480821423 266 L 518.64548031847 331.5 A 137 137 0 0 0 468.5 281.35451968153 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
{
"d": "M 632.09480821423 266 A 268 268 0 0 1 668 400 L 537 400 A 137 137 0 0 0 518.64548031847 331.5 Z",
"fill": "rgba(255, 255, 255, 0.10)"
},
"… +9 more (see full example)"
],
"relationshipZodiacSlices": [],
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
},
"statsA": {
"elements": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"fire": {
"label": "Ateş",
"count": 3,
"pct": 25
},
"earth": {
"label": "Toprak",
"count": 5,
"pct": 42
},
"air": {
"label": "Hava",
"count": 3,
"pct": 25
},
"water": {
"label": "Su",
"count": 1,
"pct": 8
}
}
},
"qualities": {
"total": 12,
"used": [
"Sun",
"Moon",
"Mercury",
"… +9 more (see full example)"
],
"rows": {
"mutable": {
"label": "Değişken",
"count": 4,
"pct": 33
},
"cardinal": {
"label": "Öncü",
"count": 2,
"pct": 17
},
"fixed": {
"label": "Sabit",
"count": 6,
"pct": 50
}
}
},
"chakras": {
"total": 12,
"labels": {
"root": "Kök",
"sacral": "Sakral",
"solar": "Solar Pleksus",
"heart": "Kalp",
"throat": "Boğaz",
"third_eye": "Üçüncü Göz",
"crown": "Taç"
},
"rows": {
"root": {
"count": 1,
"pct": 8
},
"sacral": {
"count": 0,
"pct": 0
},
"solar": {
"count": 3,
"pct": 25
},
"heart": {
"count": 2,
"pct": 17
},
"throat": {
"count": 3,
"pct": 25
},
"third_eye": {
"count": 3,
"pct": 25
},
"crown": {
"count": 0,
"pct": 0
}
}
},
"polarity": {
"total": 12,
"male": {
"label": "Eril",
"count": 6,
"pct": 50
},
"female": {
"label": "Dişil",
"count": 6,
"pct": 50
}
},
"moon_phase": {
"key": "new_moon",
"label": "Yeni Ay (0°-45°)",
"short_label": "Yeni Ay",
"phase_no": 1,
"degree_diff": 10.9,
"degree_formatted": "10°54'",
"description": "Ay ve Güneş kavuşumdadır."
}
},
"statsB": null,
"statsC": null,
"statsD": null,
"traditionalPlanetRing": null,
"isTraditional": false,
"isHorary": false,
"isSidereal": false,
"isHeliocentric": false,
"isUranianNatal": false,
"microOuterLabels": [],
"isUranianDial": false,
"uranianDialLayout": null,
"dodecatemoriaRing": null,
"houseCuspOuterLabels": [],
"customGraphicsAspectLines": [],
"isCustomGraphics": false,
"showAspectSymbols": false,
"extra_object_keys": [
"Aldebaran",
"Algol",
"Antares",
"… +18 more (see full example)"
],
"is_time_unknown": false,
"moon_arc": null,
"chart_title": "Davison + Transit",
"house_system_code": "P",
"house_system_label": "Placidus"
}
}
},
"person_a": {
"title": "Person A",
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lon": 28.9784,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#1e88e5"
},
"person_b": {
"title": "Person B",
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lon": 32.8597,
"cityName": "Bilinmiyor",
"cityCode": "TR",
"cityTimezone": "Europe/Istanbul",
"houseSystem": "P",
"color": "#e91e63"
},
"firdaria": {
"a": [
{
"major_key": "Venus",
"start": "17.05.2000",
"end": "17.05.2008",
"years": 8,
"is_active": false,
"planet_info": {
"name": "Venüs",
"sym": "R",
"color": "#27ae60"
},
"sub_periods": [
{
"sub_key": "Venus",
"start": "17.05.2000",
"end": "16.04.2001",
"is_active": false,
"planet_info": {
"name": "Venüs",
"sym": "R",
"color": "#27ae60"
}
},
{
"sub_key": "Mercury",
"start": "16.04.2001",
"end": "11.10.2002",
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
}
},
{
"sub_key": "Moon",
"start": "11.10.2002",
"end": "21.10.2003",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
"… +4 more (see full example)"
]
},
{
"major_key": "Mercury",
"start": "17.05.2008",
"end": "17.05.2021",
"years": 13,
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
},
"sub_periods": [
{
"sub_key": "Mercury",
"start": "17.05.2008",
"end": "16.10.2010",
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
}
},
{
"sub_key": "Moon",
"start": "16.10.2010",
"end": "17.06.2012",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
{
"sub_key": "Saturn",
"start": "17.06.2012",
"end": "03.07.2014",
"is_active": false,
"planet_info": {
"name": "Satürn",
"sym": "U",
"color": "#2c3e50"
}
},
"… +4 more (see full example)"
]
},
{
"major_key": "Moon",
"start": "17.05.2021",
"end": "17.05.2030",
"years": 9,
"is_active": true,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
},
"sub_periods": [
{
"sub_key": "Moon",
"start": "17.05.2021",
"end": "14.07.2022",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
{
"sub_key": "Saturn",
"start": "14.07.2022",
"end": "12.12.2023",
"is_active": false,
"planet_info": {
"name": "Satürn",
"sym": "U",
"color": "#2c3e50"
}
},
{
"sub_key": "Jupiter",
"start": "12.12.2023",
"end": "28.06.2025",
"is_active": false,
"planet_info": {
"name": "Jüpiter",
"sym": "Y",
"color": "#d35400"
}
},
"… +4 more (see full example)"
]
},
"… +2 more (see full example)"
],
"b": [
{
"major_key": "Venus",
"start": "03.11.2002",
"end": "03.11.2010",
"years": 8,
"is_active": false,
"planet_info": {
"name": "Venüs",
"sym": "R",
"color": "#27ae60"
},
"sub_periods": [
{
"sub_key": "Venus",
"start": "03.11.2002",
"end": "03.10.2003",
"is_active": false,
"planet_info": {
"name": "Venüs",
"sym": "R",
"color": "#27ae60"
}
},
{
"sub_key": "Mercury",
"start": "03.10.2003",
"end": "28.03.2005",
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
}
},
{
"sub_key": "Moon",
"start": "28.03.2005",
"end": "08.04.2006",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
"… +4 more (see full example)"
]
},
{
"major_key": "Mercury",
"start": "03.11.2010",
"end": "03.11.2023",
"years": 13,
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
},
"sub_periods": [
{
"sub_key": "Mercury",
"start": "03.11.2010",
"end": "03.04.2013",
"is_active": false,
"planet_info": {
"name": "Merkür",
"sym": "E",
"color": "#8e44ad"
}
},
{
"sub_key": "Moon",
"start": "03.04.2013",
"end": "04.12.2014",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
{
"sub_key": "Saturn",
"start": "04.12.2014",
"end": "19.12.2016",
"is_active": false,
"planet_info": {
"name": "Satürn",
"sym": "U",
"color": "#2c3e50"
}
},
"… +4 more (see full example)"
]
},
{
"major_key": "Moon",
"start": "03.11.2023",
"end": "03.11.2032",
"years": 9,
"is_active": true,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
},
"sub_periods": [
{
"sub_key": "Moon",
"start": "03.11.2023",
"end": "30.12.2024",
"is_active": false,
"planet_info": {
"name": "Ay",
"sym": "W",
"color": "#2c3e50"
}
},
{
"sub_key": "Saturn",
"start": "30.12.2024",
"end": "30.05.2026",
"is_active": false,
"planet_info": {
"name": "Satürn",
"sym": "U",
"color": "#2c3e50"
}
},
{
"sub_key": "Jupiter",
"start": "30.05.2026",
"end": "15.12.2027",
"is_active": true,
"planet_info": {
"name": "Jüpiter",
"sym": "Y",
"color": "#d35400"
}
},
"… +4 more (see full example)"
]
},
"… +2 more (see full example)"
]
},
"strong_planets": {
"a": [
{
"key": "Jupiter",
"name": "Jüpiter",
"score": 9,
"percent": 60,
"details": "Yücelim (+4), Köşe Ev (+5)",
"sym": "Y",
"color": "#d35400",
"sign_idx": 3
},
{
"key": "Saturn",
"name": "Satürn",
"score": 6,
"percent": 40,
"details": "Yönetici (+5), Retro (-2)",
"sym": "U",
"color": "#2c3e50",
"sign_idx": 9
},
{
"key": "Mars",
"name": "Mars",
"score": 5,
"percent": 33.33333333333333,
"details": "Köşe Ev (+5)",
"sym": "T",
"color": "#c0392b",
"sign_idx": 11
},
"… +4 more (see full example)"
],
"b": [
{
"key": "Saturn",
"name": "Satürn",
"score": 8,
"percent": 53.333333333333336,
"details": "Yönetici (+5)",
"sym": "U",
"color": "#2c3e50",
"sign_idx": 10
},
{
"key": "Venus",
"name": "Venüs",
"score": 5,
"percent": 33.33333333333333,
"details": "Köşe Ev (+5)",
"sym": "R",
"color": "#27ae60",
"sign_idx": 8
},
{
"key": "Jupiter",
"name": "Jüpiter",
"score": 5,
"percent": 33.33333333333333,
"details": "Köşe Ev (+5)",
"sym": "Y",
"color": "#d35400",
"sign_idx": 6
},
"… +4 more (see full example)"
]
},
"dominant_planets": {
"a": [
{
"key": "Mercury",
"name": "Merkür",
"score": 20,
"breakdown": {
"essential": 4,
"accidental": 0,
"aspectual": 12,
"special": 4
},
"details": "Dost burç (+4), Açılar (+12), ASC burcu yöneticisi (+3), MC burcu yöneticisi (+1)",
"sym": "E",
"color": "#8e44ad",
"sign_idx": 1,
"house": 8,
"aspect_count": 4,
"columns": {
"sign": 4,
"house": 0,
"angle": 0,
"ruler": 4,
"aspects": 12
},
"percent": 13.33
},
{
"key": "Mars",
"name": "Mars",
"score": 19,
"breakdown": {
"essential": 4,
"accidental": 0,
"aspectual": 12,
"special": 3
},
"details": "Dost burç (+4), Açılar (+12), DSC ile kavuşum (+3)",
"sym": "T",
"color": "#c0392b",
"sign_idx": 11,
"house": 7,
"aspect_count": 4,
"columns": {
"sign": 4,
"house": 0,
"angle": 3,
"ruler": 0,
"aspects": 12
},
"percent": 12.67
},
{
"key": "Pluto",
"name": "Plüton",
"score": 19,
"breakdown": {
"essential": 6,
"accidental": 0,
"aspectual": 13,
"special": 0
},
"details": "Yönetici / Eski Yönetici (+6), Açılar (+13)",
"sym": "P",
"color": "#2c3e50",
"sign_idx": 7,
"house": 3,
"aspect_count": 5,
"columns": {
"sign": 6,
"house": 0,
"angle": 0,
"ruler": 0,
"aspects": 13
},
"percent": 12.67
},
"… +8 more (see full example)"
],
"b": [
{
"key": "Venus",
"name": "Venüs",
"score": 19,
"breakdown": {
"essential": 3,
"accidental": 1,
"aspectual": 9,
"special": 6
},
"details": "Nötr (+3), Köşe ev (1/10) (+1), Açılar (+9), ASC ile kavuşum (+5), MC burcu yöneticisi (+1)",
"sym": "R",
"color": "#27ae60",
"sign_idx": 8,
"house": 1,
"aspect_count": 3,
"columns": {
"sign": 3,
"house": 1,
"angle": 5,
"ruler": 1,
"aspects": 9
},
"percent": 16.38
},
{
"key": "Pluto",
"name": "Plüton",
"score": 15,
"breakdown": {
"essential": 6,
"accidental": 0,
"aspectual": 8,
"special": 1
},
"details": "Yönetici / Eski Yönetici (+6), Açılar (+8), Güneş burcu yöneticisi (+1)",
"sym": "P",
"color": "#2c3e50",
"sign_idx": 7,
"house": 11,
"aspect_count": 4,
"columns": {
"sign": 6,
"house": 0,
"angle": 0,
"ruler": 1,
"aspects": 8
},
"percent": 12.93
},
{
"key": "Jupiter",
"name": "Jüpiter",
"score": 14,
"breakdown": {
"essential": 2,
"accidental": 1,
"aspectual": 3,
"special": 8
},
"details": "Düşman burç (+2), Köşe ev (1/10) (+1), Açılar (+3), MC ile kavuşum (+5), ASC burcu yöneticisi (+3)",
"sym": "Y",
"color": "#d35400",
"sign_idx": 6,
"house": 10,
"aspect_count": 1,
"columns": {
"sign": 2,
"house": 1,
"angle": 5,
"ruler": 3,
"aspects": 3
},
"percent": 12.07
},
"… +8 more (see full example)"
]
},
"rulership_power": {
"a": {
"method": "classical",
"planets": [
{
"planet": "Jupiter",
"planet_tr": "Jüpiter",
"degree": 99.92,
"in_sign_index": 3,
"in_sign_name": "Yengeç",
"in_house": 10,
"dignity": "exaltation",
"dignity_tr": "Yücelim (Exaltation)",
"rules_houses": [
4,
7
],
"rules_house_names": [
"4. Ev - Aile, Yuva, Kökler",
"7. Ev - İlişkiler, Evlilik, Ortaklıklar"
],
"rulership_power": 61,
"is_asc_ruler": false,
"is_mc_ruler": false
},
{
"planet": "Mercury",
"planet_tr": "Merkür",
"degree": 37.92,
"in_sign_index": 1,
"in_sign_name": "Boğa",
"in_house": 8,
"dignity": "peregrine",
"dignity_tr": "Yabancı (Peregrine)",
"rules_houses": [
1,
10
],
"rules_house_names": [
"1. Ev - Ben, Kişilik, Fiziksel Görünüm",
"10. Ev - Kariyer, Sosyal Statü, İtibar"
],
"rulership_power": 47,
"is_asc_ruler": true,
"is_mc_ruler": true
},
{
"planet": "Saturn",
"planet_tr": "Satürn",
"degree": 295.21,
"in_sign_index": 9,
"in_sign_name": "Oğlak",
"in_house": 5,
"dignity": "domicile",
"dignity_tr": "Yönetici (Domicile)",
"rules_houses": [
5,
6
],
"rules_house_names": [
"5. Ev - Yaratıcılık, Aşk, Çocuklar",
"6. Ev - Sağlık, Günlük İşler, Hizmet"
],
"rulership_power": 40,
"is_asc_ruler": false,
"is_mc_ruler": false
},
"… +7 more (see full example)"
]
},
"b": {
"method": "classical",
"planets": [
{
"planet": "Venus",
"planet_tr": "Venüs",
"degree": 257.66,
"in_sign_index": 8,
"in_sign_name": "Yay",
"in_house": 1,
"dignity": "peregrine",
"dignity_tr": "Yabancı (Peregrine)",
"rules_houses": [
5,
6,
10
],
"rules_house_names": [
"5. Ev - Yaratıcılık, Aşk, Çocuklar",
"6. Ev - Sağlık, Günlük İşler, Hizmet",
"10. Ev - Kariyer, Sosyal Statü, İtibar"
],
"rulership_power": 52,
"is_asc_ruler": false,
"is_mc_ruler": true
},
{
"planet": "Saturn",
"planet_tr": "Satürn",
"degree": 312.1,
"in_sign_index": 10,
"in_sign_name": "Kova",
"in_house": 2,
"dignity": "domicile",
"dignity_tr": "Yönetici (Domicile)",
"rules_houses": [
2,
3
],
"rules_house_names": [
"2. Ev - Değerler, Para, Mal Varlığı",
"3. Ev - İletişim, Kardeşler, Kısa Yolculuklar"
],
"rulership_power": 40,
"is_asc_ruler": false,
"is_mc_ruler": false
},
{
"planet": "Jupiter",
"planet_tr": "Jüpiter",
"degree": 184.84,
"in_sign_index": 6,
"in_sign_name": "Terazi",
"in_house": 10,
"dignity": "peregrine",
"dignity_tr": "Yabancı (Peregrine)",
"rules_houses": [
1
],
"rules_house_names": [
"1. Ev - Ben, Kişilik, Fiziksel Görünüm"
],
"rulership_power": 35,
"is_asc_ruler": true,
"is_mc_ruler": false
},
"… +7 more (see full example)"
]
}
},
"today_planet_table": [
{
"key": "Sun",
"name": "Güneş",
"planet_sym": "Q",
"planet_color": "#D4AF37",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "26° 18'",
"degree": 56.3037815,
"speed": 0.9635454,
"is_retro": false,
"is_asteroid": false,
"house": 9
},
{
"key": "Moon",
"name": "Ay",
"planet_sym": "W",
"planet_color": "#2c3e50",
"sign": "x",
"sign_name": "Kova",
"sign_color": "#49535c",
"deg_formatted": "22° 09'",
"degree": 322.159796,
"speed": 12.9542789,
"is_retro": false,
"is_asteroid": false,
"house": 5
},
{
"key": "Mercury",
"name": "Merkür",
"planet_sym": "E",
"planet_color": "#8e44ad",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "07° 55'",
"degree": 37.9227918,
"speed": 0.0301764,
"is_retro": false,
"is_asteroid": false,
"house": 8
},
"… +17 more (see full example)"
],
"today_asteroid_table": [
{
"key": "Pallas",
"name": "Pallas",
"planet_sym": "V",
"planet_color": "#6c5ce7",
"sign": "s",
"sign_name": "Boğa",
"sign_color": "#9d7e61",
"deg_formatted": "29° 32'",
"degree": 59.5381833,
"speed": 0.5513992,
"is_retro": false,
"is_asteroid": true,
"house": 9
},
{
"key": "Juno",
"name": "Juno",
"planet_sym": "B",
"planet_color": "#00b894",
"sign": "k",
"sign_name": "Akrep",
"sign_color": "#4AA3DF",
"deg_formatted": "15° 12'",
"degree": 225.2028563,
"speed": -0.21748,
"is_retro": true,
"is_asteroid": true,
"house": 3
},
{
"key": "Vesta",
"name": "Vesta",
"planet_sym": "N",
"planet_color": "#0984e3",
"sign": "a",
"sign_name": "Koç",
"sign_color": "#e74c3c",
"deg_formatted": "22° 30'",
"degree": 22.5164596,
"speed": 0.4410224,
"is_retro": false,
"is_asteroid": true,
"house": 8
},
"… +1 more (see full example)"
]
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-97bac8408afc",
"credits_charged": 4,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleDrawings
Endpoints that turn chart data into publication-ready SVG graphics.
| Endpoint | Service | Credits | Cache |
|---|---|---|---|
POST
/api/v1/chart/drawing
|
Chart Drawing (SVG) Renders a scalable SVG wheel from chart data with configurable theme and labels. | 2 | Yes |
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
chart_type |
string | Yes | Chart type to draw (one of the supported single/two-person chart keys). seçenekler: "natal","traditional","transits","moment-sky","solar-return","progressed","solar-arc","draconic","profection","horary","heliocentric","uranian","harmonic","sidereal" |
method |
string | No | "361": longitudinal 361° method, "naibod": Naibod scale. seçenekler: 361,naibod |
ayanamsa |
integer | No | Swiss Ephemeris sidereal mode id (0=Fagan/Bradley, 1=Lahiri, …). 0,40 aralığında |
d_chart |
integer | No | Varga (D-chart) division — e.g. 9=Navamsa, 10=Dasamsa. 1,60 aralığında |
harmonic |
integer | No | Harmonic factor — every longitude is multiplied by this number and wrapped to 360°. 2,180 aralığında |
dial |
boolean | No | If true, returns a 90° uranian dial; if false, a uranian natal chart. |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/chart/drawing" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"chart_type": "natal"
}'
Example Response
{
"success": true,
"data": {
"chart_type": "natal",
"chart_key": "natal",
"title": "Doğum Haritası (Natal)",
"svg": "<svg id=\"chartSvgElement\" width=\"100%\" height=\"100%\" viewBox=\"-24 -24 848 848\" style=\"max-width: 100%; height: auto;\" data-glyph-target-outer=\"301\">\n \n \n \n \n\n <circle cx=\"400\" cy=\"400\" r=\"398\" class=\"ring-zodiac-bg\" />\n \n \n <path d=\"M 400 86 A 314 314 0 0 1 557 128.06802321169 L 480 261.43593539449 A 160 160 0 0 0 … (truncated, see full example)",
"svg_data_uri": "data:image/svg+xml;base64,PHN2ZyBpZD0iY2hhcnRTdmdFbGVtZW50IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSItMjQgLTI0IDg0OCA4NDgiIHN0eWxlPSJtYXgtd2lkdGg6IDEwMCU7IGhlaWdodDogYXV0bzsiIGRhdGEtZ2x5cGgtdGFyZ2V0LW91dGVyPSIzMDEiPgogICAgCiAgICAgICAgCiAgICAKICAgICAgICAKCiAgICAgICAgICAgIDxjaXJjbGUgY3g9IjQwMCIgY3k9IjQwMCIgcj0iMzk4IiBjbGFzcz0icmluZy16b2RpYWMtYmciIC8+CiAgICAgICAgCiAgICAgICAgICAgIAogICAgICAgIC… (truncated, see full example)"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-9b4566813a11",
"credits_charged": 2,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON examplePredictive
Advanced calculations such as timing, period analysis and birth time rectification.
| Endpoint | Service | Credits | Cache |
|---|---|---|---|
POST
/api/v1/predictive/electional
|
Electional Timing Scores and ranks the most favourable moments for a purpose within a date range. | 3 | Yes |
POST
/api/v1/predictive/lunar-phases
|
Lunar Phases Produces a lunar cycle calendar including new moons, full moons and eclipses. | 3 | Yes |
POST
/api/v1/predictive/zodiacal-releasing
|
Zodiacal Releasing Derives period and sub-period timelines from the lots of spirit and fortune. | 3 | Yes |
POST
/api/v1/predictive/rectification
|
Birth Time Rectification Scores and ranks candidate birth times based on supplied life events. | 10 | No |
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
start_date |
string (Y-m-d) | Yes | Start of the scan range. |
end_date |
string (Y-m-d) | Yes | End of the scan range (at most 120 days after start). |
categories |
array | Yes | List of electional categories to score (at least 1, at most 10). en az 1 · en fazla 10 |
categories.* |
string | Yes | seçenekler: "athletic_performance","business_success","drive_ambition_work","good_luck_optimism","mental_acuity","imagination_confusion","visionary_inspired","emotional_sensitivity","romance_sexuality","physical_sensitivity","friendship_family","relax_party_vacation","solitude_withdrawal","accident_proneness","djia_forecast","accident_proneness_midpoints","djia_forecast_revised","bradley_long_term_financial","gold_price","modified_bradley_djia" |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | Yes | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/predictive/electional" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"start_date": "2026-09-01",
"end_date": "2026-09-07",
"categories": [
"business_success"
],
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul"
}'
Example Response
{
"success": true,
"data": {
"start_date": "2026-09-01",
"end_date": "2026-09-07",
"timezone": "Europe/Istanbul",
"calculation_count": 7,
"average_score_line": "8.64",
"overall_average": 8.64,
"categories": [
{
"key": "business_success",
"label_tr": "İş Başarısı",
"label_en": "Business Success",
"legacy_title": "BUSINESS SUCCESS",
"average_score": 8.64,
"daily_scores": [
{
"date": "2026-09-01",
"score": 8.19
},
{
"date": "2026-09-02",
"score": 8.76
},
{
"date": "2026-09-03",
"score": 8.53
},
"… +4 more (see full example)"
]
}
],
"txt_output": "BUSINESS SUCCESS:\n8.19 1 Sep 2026\n8.76 2 Sep 2026\n8.53 3 Sep 2026\n9.52 4 Sep 2026\n8.60 5 Sep 2026\n8.79 6 Sep 2026\n8.11 7 Sep 2026\nAverage score = 8.64",
"method_notes": [
"Ay boşlukta (Void of Course) kontrolü",
"Klasik benefik/malefik (Jüpiter-Venüs / Mars-Satürn) dengesi",
"Majör açılar (0, 60, 90, 120, 180) ve orb ağırlığı",
"… +2 more (see full example)"
]
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-909e751a5dec",
"credits_charged": 3,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
year |
integer | Yes | The year the calculation targets. 1900,2200 aralığında |
orb |
number | No | Allowed orb (degrees) when matching against natal points. 0.5,12 aralığında |
date |
string (Y-m-d) | No | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | No | Latitude (decimal degrees, -90..90). "date" gönderilirse zorunlu · -90,90 aralığında |
lng |
number | No | Longitude (decimal degrees, -180..180). "date" gönderilirse zorunlu · -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/predictive/lunar-phases" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"year": 2026
}'
Example Response
{
"success": true,
"data": {
"year": 2026,
"natal_enriched": false,
"phases": [
{
"type": "full_moon",
"degree": 103.0333,
"date": "2026-01-03",
"time": "10:02",
"sign": "Yengeç",
"eclipse": false
},
{
"type": "new_moon",
"degree": 298.7167,
"date": "2026-01-18",
"time": "19:51",
"sign": "Oğlak",
"eclipse": false
},
{
"type": "full_moon",
"degree": 133.05,
"date": "2026-02-01",
"time": "22:08",
"sign": "Aslan",
"eclipse": false
},
"… +22 more (see full example)"
]
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-f1e6775d6ba0",
"credits_charged": 3,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/predictive/zodiacal-releasing" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"target_date": "2026-05-17"
}'
Example Response
{
"success": true,
"data": {
"date": "1990-05-17",
"target_date": "2026-05-17",
"profection": {
"age": 35,
"age_mod_12": 11,
"active_house": 12,
"active_sign": "Aslan",
"active_sign_index": 4,
"lord_of_year": "Sun",
"lord_of_year_tr": "Güneş"
},
"zodiacal_releasing": {
"l1": {
"sign": "Oğlak",
"sign_index": 9,
"years": 27,
"period_start": 12,
"period_end": 39,
"date_start": "17.05.2002",
"date_end": "17.05.2029"
},
"l2": {
"sign": "Akrep",
"sign_index": 7,
"years": 2.25,
"period_start": 34.5,
"period_end": 36.75,
"date_start": "17.05.2024",
"date_end": "17.05.2026"
},
"l1_lord": "Saturn",
"l2_lord": "Mars"
},
"pars_spiritus_degree": 263.3750481,
"pars_spiritus_sign": "Yay"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-2ca0ad3761e0",
"credits_charged": 3,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
search_start_time |
string | No | Start of the time-of-day search window (must be given together with search_end_time). belirli bir kalıba uymalı |
search_end_time |
string | No | End of the time-of-day search window. belirli bir kalıba uymalı |
search_step_minutes |
integer | No | Fine search step (minutes). en az 1 · en fazla 30 |
search_window_minutes |
integer | No | Window width scanned around each candidate time (minutes). en az 60 · en fazla 1440 |
coarse_step_minutes |
integer | No | Coarse scan step (minutes). en az 10 · en fazla 60 |
fine_step_minutes |
integer | No | Fine scan step (minutes). en az 1 · en fazla 10 |
top_candidates |
integer | No | Number of top candidates to return. en az 1 · en fazla 5 |
events |
array | Yes | List of real-life events for rectification (at least 2, at most 5). en az 2 · en fazla 5 |
events[].date |
string (Y-m-d) | Yes | The event's date. |
events[].time |
string | No | The event's time (if known). belirli bir kalıba uymalı |
events[].type |
string | Yes | Event category (career, relationship, relocation, health, loss, family, education, spiritual, general). seçenekler: career,relationship,relocation,health,loss,family,education,spiritual,general |
events[].weight |
number | No | The event's weight in rectification (0.5-3, default 1). en az 0.5 · en fazla 3 |
events[].note |
string | No | Free-text note. en fazla 180 |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/predictive/rectification" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"search_start_time": "09:00",
"search_end_time": "10:00",
"search_step_minutes": 15,
"events": [
{
"date": "2015-06-01",
"type": "career"
},
{
"date": "2018-03-12",
"type": "relationship"
}
]
}'
Example Response
{
"success": true,
"data": {
"best_time_local": "1990-05-17 09:45:00",
"best_time_utc": "1990-05-17 06:45:00",
"confidence": "low",
"score_gap": 0.65,
"method": {
"scan": "range-step",
"coarse_step_minutes": 20,
"fine_step_minutes": 5,
"window_minutes": 60,
"search_start_time": "09:00:00",
"search_end_time": "10:00:00",
"search_step_minutes": 15
},
"top_candidates": [
{
"time_local": "1990-05-17 09:45:00",
"time_utc": "1990-05-17 06:45:00",
"score": 3.496,
"score_display": 92,
"fit_index": 40.8,
"event_hits": 1,
"evidence": [
{
"event_date": "2015-06-01",
"event_type": "career",
"score": 1.604,
"raw": 1.573,
"components": {
"sp": 0.3971,
"sa": 0,
"transit": 0,
"profection": 0.65,
"firdaria": 0.65
},
"signals": [
"SP Moon angle (1.03°)",
"Profection house",
"Profection lord",
"… +1 more (see full example)"
]
},
{
"event_date": "2018-03-12",
"event_type": "relationship",
"score": 0.65,
"raw": 0.665,
"components": {
"sp": 0,
"sa": 0,
"transit": 0.4146,
"profection": 0.2786,
"firdaria": 0
},
"signals": [
"TR Moon angle (0.11°)",
"TR event significator (0.11°)",
"Profection lord"
]
}
]
},
{
"time_local": "1990-05-17 09:30:00",
"time_utc": "1990-05-17 06:30:00",
"score": 2.847,
"score_display": 63,
"fit_index": 36.2,
"event_hits": 1,
"evidence": [
{
"event_date": "2015-06-01",
"event_type": "career",
"score": 1.347,
"raw": 1.321,
"components": {
"sp": 0.2572,
"sa": 0,
"transit": 0,
"profection": 0.65,
"firdaria": 0.65
},
"signals": [
"SP Moon angle (1.9°)",
"Profection house",
"Profection lord",
"… +1 more (see full example)"
]
},
{
"event_date": "2018-03-12",
"event_type": "relationship",
"score": 0.271,
"raw": 0.277,
"components": {
"sp": 0,
"sa": 0,
"transit": 0.0556,
"profection": 0.2786,
"firdaria": 0
},
"signals": [
"TR Moon angle (3.16°)",
"TR event significator (3.16°)",
"Profection lord"
]
}
]
},
{
"time_local": "1990-05-17 09:00:00",
"time_utc": "1990-05-17 06:00:00",
"score": 2.28,
"score_display": 38,
"fit_index": 36.4,
"event_hits": 1,
"evidence": [
{
"event_date": "2015-06-01",
"event_type": "career",
"score": 0.875,
"raw": 0.858,
"components": {
"sp": 0,
"sa": 0,
"transit": 0,
"profection": 0.65,
"firdaria": 0.65
},
"signals": [
"Profection house",
"Profection lord",
"Firdaria match"
]
},
{
"event_date": "2018-03-12",
"event_type": "relationship",
"score": 0.349,
"raw": 0.357,
"components": {
"sp": 0,
"sa": 0,
"transit": 0.1293,
"profection": 0.2786,
"firdaria": 0
},
"signals": [
"TR Sun angle (1.36°)",
"Profection lord"
]
}
]
}
],
"events_used": 2
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-4358d4823628",
"credits_charged": 10,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleAI Interpretation
Endpoints that turn calculated chart data into readable, sectioned interpretation texts.
Interpretation reports take a while — what if my request times out?
AI reports are 20-25 pages long and can take a few minutes to generate. Send the POST request with a client timeout of at least 5 minutes. Even if your client gives up earlier, generation completes on the server and the report is stored: poll GET /api/v1/interpretation/{type}/{report_id} every 15 seconds using the report_id from the response (or from the 202 returned when you POST the same body again); you get 202 while status is "processing" and 200 with the content once ready. The report is charged once per successful generation, when it completes; no second generation is started while the same report is in progress, and status polls are free. Note: branch on data.status rather than success (a 202 response also has success=true but no content).
| Endpoint | Service | Credits | Cache |
|---|---|---|---|
POST
/api/v1/interpretation/natal
|
Natal Interpretation (AI) Turns natal chart data into a sectioned, natural-language interpretation. | 20 | No |
POST
/api/v1/interpretation/relationship
|
Relationship Interpretation (AI) Converts synastry and composite data into a comparative relationship reading. | 30 | No |
POST
/api/v1/interpretation/annual
|
Annual Interpretation (AI) Combines solar return, profection and transits into an annual forecast text. | 30 | No |
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
school |
string | No | "natal": modern psychological school, "traditional": classical/traditional school. seçenekler: natal,traditional |
language |
string | No | Language of the generated interpretation text. seçenekler: tr,en |
refresh |
boolean | No | If true, ignores the cached interpretation and regenerates it (spends extra credit). |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/interpretation/natal" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"school": "natal",
"language": "tr"
}'
Example Response
{
"success": true,
"data": {
"status": "ready",
"report_id": "3f9c1a7e5b2d4c6a8e0f1b3d5a7c9e2f4b6d8a0c1e3f5a7b9d1c3e5f7a9b1d3c",
"interpretation_type": "natal",
"language": "tr",
"from_cache": false,
"content": "Güneşiniz Boğa burcunda, sabit ve kararlı bir özün olduğuna işaret ediyor… (tam metin çok daha uzundur)",
"word_count": 842
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-interpnatal0",
"credits_charged": 20,
"credits_remaining": 77,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
city |
string | No | City name (echoed back in the response only). en fazla 120 |
country_code |
string | No | ISO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
partner |
array | Yes | |
partner.date |
string (Y-m-d) | Yes | Partner's birth date (local calendar, YYYY-MM-DD). |
partner.time |
string | No | Partner's birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
partner.lat |
number | Yes | Partner's latitude (decimal degrees, -90..90). -90,90 aralığında |
partner.lng |
number | Yes | Partner's longitude (decimal degrees, -180..180). -180,180 aralığında |
partner.timezone |
string | No | Partner's iANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
partner.title |
string | No | Partner's free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
partner.city |
string | No | Partner's city name (echoed back in the response only). en fazla 120 |
partner.country_code |
string | No | Partner's iSO 3166-1 alpha-2 country code (echoed back in the response only). en fazla 2 |
language |
string | No | Language of the generated interpretation text. seçenekler: tr,en |
refresh |
boolean | No | If true, ignores the cached interpretation and regenerates it (spends extra credit). |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/interpretation/relationship" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"partner": {
"date": "1992-11-03",
"time": "09:15",
"lat": 39.9334,
"lng": 32.8597,
"timezone": "Europe/Istanbul"
},
"language": "tr"
}'
Example Response
{
"success": true,
"data": {
"status": "ready",
"report_id": "7b2e9d4c1a6f3e8b5d0c2a9f4e7b1d6c3a8e5f0b2d7c4a9e6f1b3d8c5a0e2f7b",
"interpretation_type": "relationship",
"language": "tr",
"from_cache": false,
"content": "İki haritanın Venüs-Mars açısı güçlü bir çekim ortaya koyuyor… (tam metin çok daha uzundur)",
"word_count": 1180
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-interprelati",
"credits_charged": 30,
"credits_remaining": 47,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date |
string (Y-m-d) | Yes | Birth date (local calendar, YYYY-MM-DD). |
time |
string | No | Birth time (local time, HH:MM or HH:MM:SS). Defaults to 12:00 noon if omitted. belirli bir kalıba uymalı |
lat |
number | Yes | Latitude (decimal degrees, -90..90). -90,90 aralığında |
lng |
number | Yes | Longitude (decimal degrees, -180..180). -180,180 aralığında |
timezone |
string | No | IANA timezone name ("Europe/Istanbul") or UTC offset ("+03:00"). en fazla 64 |
house_system |
string | No | House system code (Swiss Ephemeris single-letter code, e.g. P=Placidus, K=Koch, W=Whole Sign). en fazla 1 · seçenekler: P,A,D,E,V,N,W,B,C,F,H,I,i,K,L,M,O,Q,R,S,T,U,X,Y |
transit |
boolean | No | If true, adds a current-sky (transit) ring to the result. |
target_date |
string (Y-m-d) | No | Target date for the calculation (used by time-progressed charts such as transits/profection/zodiacal releasing). |
target_time |
string | No | Time component of the target date. belirli bir kalıba uymalı |
with_asteroids |
boolean | No | If true, also calculates asteroid bodies. |
with_fixed_stars |
boolean | No | If true, also calculates fixed stars. |
node_type |
string | No | Lunar Node calculation method: "true" (True/oscillating node, default) or "mean" (Mean node). seçenekler: true,mean |
title |
string | No | Free-text label (echoed back in the response only, not used in calculation). en fazla 120 |
year |
integer | Yes | The year the calculation targets. 1900,2200 aralığında |
language |
string | No | Language of the generated interpretation text. seçenekler: tr,en |
refresh |
boolean | No | If true, ignores the cached interpretation and regenerates it (spends extra credit). |
Example Request
curl -X POST "https://www.astrowise.io/api/v1/interpretation/annual" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-17",
"time": "14:30",
"lat": 41.0082,
"lng": 28.9784,
"timezone": "Europe/Istanbul",
"year": 2026,
"language": "tr"
}'
Example Response
{
"success": true,
"data": {
"status": "ready",
"report_id": "c4a1f8e3b7d2a9c6e5f0b3d8a1c7e4f9b2d6a3c8e1f5b0d7a4c9e2f6b3d8a1c5",
"interpretation_type": "annual",
"language": "tr",
"from_cache": false,
"content": "2026 güneş dönüşü haritanızda 10. ev vurgusu kariyer alanında… (tam metin çok daha uzundur)",
"word_count": 960
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-interpannual",
"credits_charged": 30,
"credits_remaining": 17,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Free & Reference
Helper endpoints such as health check, city lookup and account info that consume no credits.
| Endpoint | Service | Credits | Cache |
|---|---|---|---|
GET
/api/v1/ping
|
Health Check Verifies that the API is up and your key is valid. Consumes no credits. | Free | No |
GET
/api/v1/reference/cities
|
City Lookup Returns latitude, longitude and time zone for a city name. | Free | No |
GET
/api/v1/reference/extra-points-catalog
|
Extra Points Catalogue Lists the supported asteroids, lots and hypothetical points. | Free | No |
GET
/api/v1/account
|
Account Info Returns your active plan, remaining monthly quota and credit balance. | Free | No |
GET
/api/v1/usage
|
Usage Report Provides a breakdown of requests and credit consumption by date range. | Free | No |
GET
/api/v1/interpretation/{type}/{report_id}
|
Interpretation Report Status Returns the status (processing/ready) and, once ready, the content of a report by the report_id returned from POST /interpretation. Generation can take minutes, so clients can still fetch the result here after a timeout. Consumes no credits. | Free | No |
Parameters
This endpoint takes no body or parameters.
Example Request
curl "https://www.astrowise.io/api/v1/ping" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Example Response
{
"success": true,
"data": {
"pong": true,
"time": "2026-07-31T12:00:00+00:00",
"version": "v1"
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-ping00000000"
}
}
Long array/string fields are shortened here for readability.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
q |
string | No | City name search text (at least 2 characters) — required unless lat/lng are given. en fazla 120 |
lat |
number | No | Latitude (decimal degrees, -90..90). "lng" gönderilirse zorunlu · -90,90 aralığında |
lng |
number | No | Longitude (decimal degrees, -180..180). "lat" gönderilirse zorunlu · -180,180 aralığında |
limit |
integer | No | Maximum number of results to return. 1,50 aralığında |
Example Request
curl "https://www.astrowise.io/api/v1/reference/cities?q=istanbul&limit=5" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Example Response
{
"success": true,
"data": [
{
"id": 745044,
"label": "Istanbul (TR)",
"name": "Istanbul",
"ascii_name": "Istanbul",
"lat": 41.01384,
"lng": 28.94966,
"country_code": "TR",
"timezone": "Europe/Istanbul"
}
],
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-ab6908416395",
"credits_charged": 0,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
This endpoint takes no body or parameters.
Example Request
curl "https://www.astrowise.io/api/v1/reference/extra-points-catalog" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Example Response
{
"success": true,
"data": {
"uranians": [
"Cupido",
"Hades",
"Zeus",
"… +5 more (see full example)"
],
"asteroids": [
"Ceres",
"Pallas",
"Juno",
"… +1 more (see full example)"
],
"fixed_stars": [
"Aldebaran",
"Algol",
"Antares",
"… +6 more (see full example)"
],
"points": [],
"point_names": {
"Cupido": "Cupido",
"Hades": "Hades",
"Zeus": "Zeus",
"Kronos": "Kronos",
"Apollon": "Apollon",
"Admetos": "Admetos",
"Vulkanus": "Vulkanus",
"Poseidon": "Poseidon",
"Ceres": "Ceres",
"Pallas": "Pallas",
"Juno": "Juno",
"Vesta": "Vesta",
"Aldebaran": "Aldebaran",
"Algol": "Algol",
"Antares": "Antares",
"Regulus": "Regulus",
"Sirius": "Sirius",
"Spica": "Spica",
"Vega": "Vega",
"Fomalhaut": "Fomalhaut",
"Betelgeuse": "Betelgeuse",
"GCP_1": "Evlilik Noktası",
"GCP_2": "Arkadaşlık",
"GCP_3": "Kariyer",
"GCP_4": "Para",
"GCP_5": "Karma",
"GCP_6": "Sanat",
"GCP_7": "Aşk ve Evlilik (Güneş/Ay = Venüs)",
"GCP_8": "Mücadele Enerjisi (Mars/Satürn = Plüton)",
"GCP_9": "Ani Fırsatlar (Jüpiter/Uranüs = MC)",
"GCP_10": "Cinsel Çekim (Venüs/Mars)",
"GCP_11": "Sağlık ve Disiplin (Güneş/Satürn)",
"GCP_12": "Estetik Zeka (Merkür/Venüs)",
"GCP_13": "Duygusal Yalnızlık (Ay/Satürn)",
"GCP_14": "Şanslı Girişimler (Mars/Jüpiter)",
"GCP_15": "Aşk Mutluluğu (Venüs/Jüpiter)",
"GCP_16": "Zihinsel Çeviklik (Güneş/Merkür)"
},
"global_custom_points": [
{
"key": "GCP_1",
"name": "Evlilik Noktası"
},
{
"key": "GCP_2",
"name": "Arkadaşlık"
},
{
"key": "GCP_3",
"name": "Kariyer"
},
"… +13 more (see full example)"
],
"house_systems": {
"P": "Placidus",
"A": "Equal",
"D": "Equal / MC",
"E": "Equal",
"V": "Equal Vehlow",
"N": "Equal, Whole Sign",
"W": "Whole Sign",
"B": "Alcabitius",
"C": "Campanus",
"F": "Carter poli-equatorial",
"H": "Horizon / Azimuth",
"I": "Sunshine",
"i": "Sunshine alternative",
"K": "Koch",
"L": "Pullen S-delta",
"M": "Morinus",
"O": "Porphyry",
"Q": "Pullen S-ratio",
"R": "Regiomontanus",
"S": "Sripati",
"T": "Polich/Page",
"U": "Krusinski-Pisa-Goelzer",
"X": "Axial rotation",
"Y": "APC houses"
}
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-b52d167ffec7",
"credits_charged": 0,
"credits_remaining": 97,
"quota_remaining": 1000
}
}
Long array/string fields are shortened here for readability.
Download the full JSON exampleParameters
This endpoint takes no body or parameters.
Example Request
curl "https://www.astrowise.io/api/v1/account" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Example Response
{
"success": true,
"data": {
"account": {
"id": 42,
"name": "Örnek Müşteri",
"email": "gelistirici@example.com"
},
"plan": {
"code": "pro"
},
"quota_remaining": 873,
"credits_remaining": 97,
"sku_balances": {
"chart.natal": 40
},
"current_period": {
"started_at": "2026-07-01",
"requests": 127,
"credits_charged": 214
},
"keys": [
{
"id": 7,
"name": "production",
"prefix": "ab_live_9f2c",
"environment": "live",
"status": "active",
"last_used_at": "2026-07-31T09:12:00+00:00",
"created_at": "2026-05-02T10:00:00+00:00"
}
]
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-account00000"
}
}
Long array/string fields are shortened here for readability.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
from |
string (Y-m-d) | No | Start date of the report. |
to |
string (Y-m-d) | No | End date of the report. from ile aynı veya sonrasında |
page |
integer | No | Page number (starts at 1). en az 1 |
per_page |
integer | No | Records per page. 1,100 aralığında |
Example Request
curl "https://www.astrowise.io/api/v1/usage" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Example Response
{
"success": true,
"data": {
"from": "2026-07-02",
"to": "2026-07-31",
"totals": {
"requests": 214,
"credits_charged": 356,
"success": 208,
"cached": 4,
"rejected": 1,
"error": 1,
"pending": 0
},
"daily": [
{
"date": "2026-07-31",
"requests": 12,
"credits_charged": 18
},
{
"date": "2026-07-30",
"requests": 9,
"credits_charged": 15
},
"… +28 more (see full example)"
],
"by_sku": [
{
"sku": "chart.natal",
"group": "charts",
"requests": 96,
"credits_charged": 96
},
{
"sku": "drawing.chart",
"group": "drawings",
"requests": 40,
"credits_charged": 80
}
]
},
"meta": {
"page": 1,
"per_page": 31,
"total": 30,
"last_page": 1
}
}
Long array/string fields are shortened here for readability.
Parameters
This endpoint takes no body or parameters.
Example Request
curl "https://www.astrowise.io/api/v1/interpretation/{type}/{report_id}" \
-H "Authorization: Bearer ab_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Example Response
{
"success": true,
"data": {
"status": "processing",
"report_id": "3f9c1a7e5b2d4c6a8e0f1b3d5a7c9e2f4b6d8a0c1e3f5a7b9d1c3e5f7a9b1d3c",
"interpretation_type": "natal",
"poll_url": "/api/v1/interpretation/natal/3f9c1a7e5b2d4c6a8e0f1b3d5a7c9e2f4b6d8a0c1e3f5a7b9d1c3e5f7a9b1d3c",
"retry_after_seconds": 15,
"message": "The report is being generated (this can take several minutes). Poll GET /api/v1/interpretation/natal/3f9c1a7e5b2d4c6a8e0f1b3d5a7c9e2f4b6d8a0c1e3f5a7b9d1c3e5f7a9b1d3c until status is \"ready\". Polling is free of charge."
},
"meta": {
"request_id": "5a1f2b3c-0000-4000-8000-interpstatus",
"credits_charged": 0
}
}
Long array/string fields are shortened here for readability.